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/9102 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/9102/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/9102/comments | https://api.github.com/repos/pandas-dev/pandas/issues/9102/events | https://github.com/pandas-dev/pandas/pull/9102 | 52,320,807 | MDExOlB1bGxSZXF1ZXN0MjYyNzQ5Mjc= | 9,102 | BUG in read_csv when using skiprows on a file with CR line endings #9079 | {
"avatar_url": "https://avatars.githubusercontent.com/u/831833?v=4",
"events_url": "https://api.github.com/users/selasley/events{/privacy}",
"followers_url": "https://api.github.com/users/selasley/followers",
"following_url": "https://api.github.com/users/selasley/following{/other_user}",
"gists_url": "https... | [
{
"color": "e10c02",
"default": false,
"description": null,
"id": 76811,
"name": "Bug",
"node_id": "MDU6TGFiZWw3NjgxMQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug"
},
{
"color": "5319e7",
"default": false,
"description": "read_csv, to_csv",
"... | closed | false | null | [] | {
"closed_at": "2015-03-23T10:50:37Z",
"closed_issues": 400,
"created_at": "2014-02-14T03:31:22Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jr... | 1 | 2014-12-18T03:09:51Z | 2014-12-20T20:31:55Z | 2014-12-20T20:31:45Z | CONTRIBUTOR | null | closes #9079
Fix the read_csv bug introduced in 6bf83c5d when using skiprows on a file with CR line terminators
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/9102/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/9102/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/9102.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/9102",
"merged_at": "2014-12-20T20:31:45Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/9102.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/9102"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/9103 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/9103/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/9103/comments | https://api.github.com/repos/pandas-dev/pandas/issues/9103/events | https://github.com/pandas-dev/pandas/issues/9103 | 52,340,655 | MDU6SXNzdWU1MjM0MDY1NQ== | 9,103 | `to_msgpack` throws "PackValueError: recursion limit exceeded." for unsupported objects. | {
"avatar_url": "https://avatars.githubusercontent.com/u/30848?v=4",
"events_url": "https://api.github.com/users/filmor/events{/privacy}",
"followers_url": "https://api.github.com/users/filmor/followers",
"following_url": "https://api.github.com/users/filmor/following{/other_user}",
"gists_url": "https://api.... | [
{
"color": "e10c02",
"default": false,
"description": null,
"id": 76811,
"name": "Bug",
"node_id": "MDU6TGFiZWw3NjgxMQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug"
},
{
"color": "0052cc",
"default": false,
"description": "pandas objects compatabi... | closed | false | null | [] | {
"closed_at": null,
"closed_issues": 786,
"created_at": "2015-01-13T10:53:19Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jreback/followers",
... | 2 | 2014-12-18T09:17:04Z | 2019-12-11T13:31:14Z | 2019-12-11T13:31:14Z | CONTRIBUTOR | null | The following call fails with a `PackValueError: recursion limit exceeded.`, spamming the console with references to `pandas.msgpack.Packer._pack` lines `3295` and `2391`:
```
df = pd.DataFrame([0], index=[datetime.time(1, 2, 3)])
df.to_msgpack()
```
This also happens for other unsupported data like a custom object `... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/9103/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/9103/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/9104 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/9104/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/9104/comments | https://api.github.com/repos/pandas-dev/pandas/issues/9104/events | https://github.com/pandas-dev/pandas/pull/9104 | 52,353,420 | MDExOlB1bGxSZXF1ZXN0MjYyOTM2Mjg= | 9,104 | BUG: Bug in DatetimeIndex iteration, related to (GH8890), fixed in (GH9100) | {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jreback/followers",
"following_url": "https://api.github.com/users/jreback/following{/other_user}",
"gists_url": "https://... | [
{
"color": "e10c02",
"default": false,
"description": null,
"id": 76811,
"name": "Bug",
"node_id": "MDU6TGFiZWw3NjgxMQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug"
},
{
"color": "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... | 0 | 2014-12-18T11:28:40Z | 2014-12-19T21:03:11Z | 2014-12-19T21:03:11Z | CONTRIBUTOR | null | closes #9100
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/9104/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/9104/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/9104.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/9104",
"merged_at": "2014-12-19T21:03:11Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/9104.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/9104"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/9105 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/9105/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/9105/comments | https://api.github.com/repos/pandas-dev/pandas/issues/9105/events | https://github.com/pandas-dev/pandas/pull/9105 | 52,366,881 | MDExOlB1bGxSZXF1ZXN0MjYzMDE5MDQ= | 9,105 | Refs BUG-9099: Support simultaneous copy and dtype args in DataFrame init | {
"avatar_url": "https://avatars.githubusercontent.com/u/407010?v=4",
"events_url": "https://api.github.com/users/mairas/events{/privacy}",
"followers_url": "https://api.github.com/users/mairas/followers",
"following_url": "https://api.github.com/users/mairas/following{/other_user}",
"gists_url": "https://api... | [
{
"color": "e10c02",
"default": false,
"description": null,
"id": 76811,
"name": "Bug",
"node_id": "MDU6TGFiZWw3NjgxMQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug"
},
{
"color": "0052cc",
"default": false,
"description": "pandas objects compatabi... | closed | false | null | [] | {
"closed_at": "2015-03-23T10:50:37Z",
"closed_issues": 400,
"created_at": "2014-02-14T03:31:22Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jr... | 3 | 2014-12-18T14:04:11Z | 2014-12-20T20:06:40Z | 2014-12-20T20:05:52Z | NONE | null | closes #9099
This is a somewhat brute-force fix for supporting copy and dtype arguments in DataFrame constructor. Some data might be copied twice if both arguments are set, but if I did the operations in a different order, one other unit test would fail.
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/9105/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/9105/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/9105.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/9105",
"merged_at": "2014-12-20T20:05:52Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/9105.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/9105"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/9106 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/9106/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/9106/comments | https://api.github.com/repos/pandas-dev/pandas/issues/9106/events | https://github.com/pandas-dev/pandas/issues/9106 | 52,414,744 | MDU6SXNzdWU1MjQxNDc0NA== | 9,106 | DataFrame.replace with inplace=True fails when column names are not unique | {
"avatar_url": "https://avatars.githubusercontent.com/u/8261687?v=4",
"events_url": "https://api.github.com/users/djrobust/events{/privacy}",
"followers_url": "https://api.github.com/users/djrobust/followers",
"following_url": "https://api.github.com/users/djrobust/following{/other_user}",
"gists_url": "http... | [
{
"color": "3465A4",
"default": false,
"description": null,
"id": 134699,
"name": "Docs",
"node_id": "MDU6TGFiZWwxMzQ2OTk=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Docs"
},
{
"color": "01a886",
"default": false,
"description": "replace method",
... | open | false | null | [] | {
"closed_at": null,
"closed_issues": 786,
"created_at": "2015-01-13T10:53:19Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jreback/followers",
... | 13 | 2014-12-18T20:52:51Z | 2021-10-29T02:17:28Z | null | NONE | null | - [ ] replace should not itself do anything internally w.r.t. chained indexing (should be slightly refactored)
- [ ] might need a test to show the `SettingWithCopyWarning` on this example
``` python
data = pd.DataFrame.from_items([(0, ['a', 'b', 'c']), (0, ['1', '2', '3'])])
data.index=['<3', 'u', 'i']
index_order = [... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/9106/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/9106/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/9107 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/9107/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/9107/comments | https://api.github.com/repos/pandas-dev/pandas/issues/9107/events | https://github.com/pandas-dev/pandas/issues/9107 | 52,429,762 | MDU6SXNzdWU1MjQyOTc2Mg== | 9,107 | to_datetime returns NaT for old dates with coerce=True | {
"avatar_url": "https://avatars.githubusercontent.com/u/1324881?v=4",
"events_url": "https://api.github.com/users/vfilimonov/events{/privacy}",
"followers_url": "https://api.github.com/users/vfilimonov/followers",
"following_url": "https://api.github.com/users/vfilimonov/following{/other_user}",
"gists_url":... | [
{
"color": "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": "2020-01-30T12:18:05Z",
"closed_issues": 2207,
"created_at": "2012-09-13T02:13:00Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4",
"events_url": "https://api.github.com/users/wesm/events{/privacy}",
"followers_url": "https://api.github.com/users/wesm... | 4 | 2014-12-18T23:25:59Z | 2019-09-12T12:50:29Z | 2019-09-12T12:50:29Z | CONTRIBUTOR | null | When use `coerce=True` in `pandas.to_datetime` old dates (before 1677-09-22) return NaT. The same dates without `coerce` are parsed correctly:
```
print pd.to_datetime('13000101', format='%Y%m%d', coerce=True)
print pd.to_datetime('13000101', format='%Y%m%d')
```
returns
```
NaT
1300-01-01 00:00:00
```
pandas: 0.1... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/9107/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/9107/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/9108 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/9108/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/9108/comments | https://api.github.com/repos/pandas-dev/pandas/issues/9108/events | https://github.com/pandas-dev/pandas/pull/9108 | 52,434,078 | MDExOlB1bGxSZXF1ZXN0MjYzNDMxNDI= | 9,108 | make DataFrame.to_dict(orient='list') output native python elements | {
"avatar_url": "https://avatars.githubusercontent.com/u/704919?v=4",
"events_url": "https://api.github.com/users/adamgreenhall/events{/privacy}",
"followers_url": "https://api.github.com/users/adamgreenhall/followers",
"following_url": "https://api.github.com/users/adamgreenhall/following{/other_user}",
"gis... | [] | closed | false | null | [] | null | 9 | 2014-12-19T00:24:30Z | 2014-12-19T18:27:03Z | 2014-12-19T18:27:03Z | 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/9108/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/9108/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/9108.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/9108",
"merged_at": null,
"patch_url": "https://github.com/pandas-dev/pandas/pull/9108.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/9108"
} | |
https://api.github.com/repos/pandas-dev/pandas/issues/9109 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/9109/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/9109/comments | https://api.github.com/repos/pandas-dev/pandas/issues/9109/events | https://github.com/pandas-dev/pandas/pull/9109 | 52,495,399 | MDExOlB1bGxSZXF1ZXN0MjYzNzg3NTI= | 9,109 | SQL: fix type conversion for Timestamp object typed columns (GH9085) | {
"avatar_url": "https://avatars.githubusercontent.com/u/1020496?v=4",
"events_url": "https://api.github.com/users/jorisvandenbossche/events{/privacy}",
"followers_url": "https://api.github.com/users/jorisvandenbossche/followers",
"following_url": "https://api.github.com/users/jorisvandenbossche/following{/othe... | [
{
"color": "5319e7",
"default": false,
"description": "to_sql, read_sql, read_sql_query",
"id": 47232590,
"name": "IO SQL",
"node_id": "MDU6TGFiZWw0NzIzMjU5MA==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/IO%20SQL"
}
] | closed | false | null | [] | {
"closed_at": "2015-03-23T10:50:37Z",
"closed_issues": 400,
"created_at": "2014-02-14T03:31:22Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jr... | 4 | 2014-12-19T15:37:22Z | 2014-12-20T22:30:13Z | 2014-12-20T22:30:13Z | MEMBER | null | Closes #9085
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/9109/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/9109/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/9109.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/9109",
"merged_at": "2014-12-20T22:30:13Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/9109.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/9109"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/9110 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/9110/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/9110/comments | https://api.github.com/repos/pandas-dev/pandas/issues/9110/events | https://github.com/pandas-dev/pandas/pull/9110 | 52,495,664 | MDExOlB1bGxSZXF1ZXN0MjYzNzg5MDk= | 9,110 | TST: sql skip tests at class level if database is not available | {
"avatar_url": "https://avatars.githubusercontent.com/u/1020496?v=4",
"events_url": "https://api.github.com/users/jorisvandenbossche/events{/privacy}",
"followers_url": "https://api.github.com/users/jorisvandenbossche/followers",
"following_url": "https://api.github.com/users/jorisvandenbossche/following{/othe... | [
{
"color": "C4A000",
"default": false,
"description": "pandas testing functions or related to the test suite",
"id": 127685,
"name": "Testing",
"node_id": "MDU6TGFiZWwxMjc2ODU=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Testing"
},
{
"color": "5319e7",
"d... | 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... | 2 | 2014-12-19T15:39:55Z | 2014-12-20T22:05:18Z | 2014-12-20T22:05:18Z | MEMBER | null | Added a `SetUpClass` to skip the full class when no connection can be made to the database, and made some of the other methods class methods, to be able to use them in `SetUpClass`
Eg if you are testing locally and don't have one of the databases available, then it will test the connection and skip each individual tes... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/9110/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/9110/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/9110.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/9110",
"merged_at": "2014-12-20T22:05:18Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/9110.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/9110"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/9111 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/9111/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/9111/comments | https://api.github.com/repos/pandas-dev/pandas/issues/9111/events | https://github.com/pandas-dev/pandas/issues/9111 | 52,547,981 | MDU6SXNzdWU1MjU0Nzk4MQ== | 9,111 | StringMethods should have the same methods as standard str | {
"avatar_url": "https://avatars.githubusercontent.com/u/1696302?v=4",
"events_url": "https://api.github.com/users/sinhrks/events{/privacy}",
"followers_url": "https://api.github.com/users/sinhrks/followers",
"following_url": "https://api.github.com/users/sinhrks/following{/other_user}",
"gists_url": "https:/... | [
{
"color": "AD7FA8",
"default": false,
"description": null,
"id": 35818298,
"name": "API Design",
"node_id": "MDU6TGFiZWwzNTgxODI5OA==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/API%20Design"
},
{
"color": "5319e7",
"default": false,
"description": "S... | closed | false | null | [] | {
"closed_at": "2015-06-13T17:49:05Z",
"closed_issues": 119,
"created_at": "2015-06-02T19:23:30Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/1020496?v=4",
"events_url": "https://api.github.com/users/jorisvandenbossche/events{/privacy}",
"followers_url": "https://api.github.... | 6 | 2014-12-20T02:03:31Z | 2015-06-09T12:24:19Z | 2015-06-09T00:39:23Z | MEMBER | null | Should `StringMethods` be compatible with standard `str`, or have only useful methods? Sometimes I have to adjust text formats before converting other types, and I've chosen additionals which makes formatting / adjustments easier. Any ideas?
- [x] `str.find` (#9386)
- [x] `str.rfind` (#9386)
- [x] `str.isalnum` (#9282)... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/9111/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/9111/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/9112 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/9112/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/9112/comments | https://api.github.com/repos/pandas-dev/pandas/issues/9112/events | https://github.com/pandas-dev/pandas/pull/9112 | 52,548,801 | MDExOlB1bGxSZXF1ZXN0MjY0MTA5MDI= | 9,112 | API: Index.duplicated should return np.array | {
"avatar_url": "https://avatars.githubusercontent.com/u/1696302?v=4",
"events_url": "https://api.github.com/users/sinhrks/events{/privacy}",
"followers_url": "https://api.github.com/users/sinhrks/followers",
"following_url": "https://api.github.com/users/sinhrks/following{/other_user}",
"gists_url": "https:/... | [
{
"color": "AD7FA8",
"default": false,
"description": null,
"id": 35818298,
"name": "API Design",
"node_id": "MDU6TGFiZWwzNTgxODI5OA==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/API%20Design"
}
] | closed | false | null | [] | {
"closed_at": "2015-03-23T10:50:37Z",
"closed_issues": 400,
"created_at": "2014-02-14T03:31:22Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jr... | 1 | 2014-12-20T02:31:55Z | 2015-02-15T03:26:28Z | 2014-12-20T20:10:58Z | MEMBER | null | For 2nd issue of #8875.
- Change `Index.duplicated` to return `np.array`.
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/9112/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/9112/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/9112.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/9112",
"merged_at": "2014-12-20T20:10:58Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/9112.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/9112"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/9113 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/9113/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/9113/comments | https://api.github.com/repos/pandas-dev/pandas/issues/9113/events | https://github.com/pandas-dev/pandas/issues/9113 | 52,552,774 | MDU6SXNzdWU1MjU1Mjc3NA== | 9,113 | BUG: replace int64 dtype with bool coerces to int64 | {
"avatar_url": "https://avatars.githubusercontent.com/u/1696302?v=4",
"events_url": "https://api.github.com/users/sinhrks/events{/privacy}",
"followers_url": "https://api.github.com/users/sinhrks/followers",
"following_url": "https://api.github.com/users/sinhrks/following{/other_user}",
"gists_url": "https:/... | [
{
"color": "0e8a16",
"default": true,
"description": null,
"id": 717120670,
"name": "good first issue",
"node_id": "MDU6TGFiZWw3MTcxMjA2NzA=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/good%20first%20issue"
},
{
"color": "cdea3c",
"default": false,
"de... | closed | false | null | [] | {
"closed_at": "2020-01-30T12:18:05Z",
"closed_issues": 2207,
"created_at": "2012-09-13T02:13:00Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4",
"events_url": "https://api.github.com/users/wesm/events{/privacy}",
"followers_url": "https://api.github.com/users/wesm... | 2 | 2014-12-20T05:23:50Z | 2019-11-03T01:42:18Z | 2019-11-03T01:42:18Z | MEMBER | null | ```
# NG
s = pd.Series([1, 2, 3])
s.replace(2, True)
#0 1
#1 1
#2 3
# dtype: int64
```
If target has `object` dtype, it works.
```
s = pd.Series(['x', 2, 3])
s.replace(2, True)
#0 x
#1 True
#2 3
# dtype: object
```
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/9113/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/9113/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/9114 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/9114/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/9114/comments | https://api.github.com/repos/pandas-dev/pandas/issues/9114/events | https://github.com/pandas-dev/pandas/issues/9114 | 52,557,767 | MDU6SXNzdWU1MjU1Nzc2Nw== | 9,114 | BUG: datetime64[us] arrays with NaT cannot be cast to DatetimeIndex | {
"avatar_url": "https://avatars.githubusercontent.com/u/1217238?v=4",
"events_url": "https://api.github.com/users/shoyer/events{/privacy}",
"followers_url": "https://api.github.com/users/shoyer/followers",
"following_url": "https://api.github.com/users/shoyer/following{/other_user}",
"gists_url": "https://ap... | [
{
"color": "e10c02",
"default": false,
"description": null,
"id": 76811,
"name": "Bug",
"node_id": "MDU6TGFiZWw3NjgxMQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug"
},
{
"color": "AFEEEE",
"default": false,
"description": null,
"id": 211840,
... | closed | false | null | [] | {
"closed_at": "2016-10-03T08:52:13Z",
"closed_issues": 733,
"created_at": "2016-03-11T21:24:45Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jr... | 1 | 2014-12-20T08:56:33Z | 2016-07-24T13:54:58Z | 2016-07-24T13:54:50Z | MEMBER | null | ```
In [11]: t = pd.to_datetime(['2000-01-01T00:00', 'NaT']).values.astype('datetime64[us]')
In [12]: pd.DatetimeIndex(t)
OutOfBoundsDatetime: Out of bounds nanosecond timestamp: 294247-01-09 19:59:05
In [13]: pd.to_datetime(t)
Out[13]:
<class 'pandas.tseries.index.DatetimeIndex'>
[2000-01-01, NaT]
Length: 2, Freq: N... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/9114/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/9114/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/9115 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/9115/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/9115/comments | https://api.github.com/repos/pandas-dev/pandas/issues/9115/events | https://github.com/pandas-dev/pandas/issues/9115 | 52,574,621 | MDU6SXNzdWU1MjU3NDYyMQ== | 9,115 | TST: wb test failing | {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jreback/followers",
"following_url": "https://api.github.com/users/jreback/following{/other_user}",
"gists_url": "https://... | [
{
"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": "06909A",
"d... | closed | false | null | [] | {
"closed_at": "2015-03-23T10:50:37Z",
"closed_issues": 400,
"created_at": "2014-02-14T03:31:22Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jr... | 1 | 2014-12-20T19:46:39Z | 2014-12-23T03:13:20Z | 2014-12-23T03:13:20Z | CONTRIBUTOR | null | cc @jnmclarty
can you take a look
```
FSS.S
======================================================================
FAIL: test_wdi_download (pandas.io.tests.test_wb.TestWB)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/Users/jreback/pandas/pandas/ut... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/9115/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/9115/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/9116 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/9116/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/9116/comments | https://api.github.com/repos/pandas-dev/pandas/issues/9116/events | https://github.com/pandas-dev/pandas/pull/9116 | 52,577,147 | MDExOlB1bGxSZXF1ZXN0MjY0MjEwNjA= | 9,116 | API: Datetime-like indexes `summary` should output the same format | {
"avatar_url": "https://avatars.githubusercontent.com/u/1696302?v=4",
"events_url": "https://api.github.com/users/sinhrks/events{/privacy}",
"followers_url": "https://api.github.com/users/sinhrks/followers",
"following_url": "https://api.github.com/users/sinhrks/following{/other_user}",
"gists_url": "https:/... | [
{
"color": "AFEEEE",
"default": false,
"description": null,
"id": 211840,
"name": "Timeseries",
"node_id": "MDU6TGFiZWwyMTE4NDA=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Timeseries"
},
{
"color": "ededed",
"default": false,
"description": "__repr__ ... | 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 | 2014-12-20T21:26:08Z | 2015-01-17T03:34:52Z | 2015-01-05T23:48:24Z | MEMBER | null | Related to #6469. Made all datetime-like indexes `summary` should output the same format.
#### Before
```
didx = pd.date_range('2014-12-20', freq='M', periods=3)
pidx = pd.period_range('2014-12-20', freq='M', periods=3)
tdidx = pd.timedelta_range(start='1 days', freq='D', periods=3)
didx.summary()
# DatetimeIndex: 3 ... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/9116/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/9116/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/9116.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/9116",
"merged_at": "2015-01-05T23:48:24Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/9116.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/9116"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/9117 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/9117/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/9117/comments | https://api.github.com/repos/pandas-dev/pandas/issues/9117/events | https://github.com/pandas-dev/pandas/pull/9117 | 52,577,792 | MDExOlB1bGxSZXF1ZXN0MjY0MjEzMzM= | 9,117 | ENH: get_dummies can accept value and na_value kw | {
"avatar_url": "https://avatars.githubusercontent.com/u/1696302?v=4",
"events_url": "https://api.github.com/users/sinhrks/events{/privacy}",
"followers_url": "https://api.github.com/users/sinhrks/followers",
"following_url": "https://api.github.com/users/sinhrks/following{/other_user}",
"gists_url": "https:/... | [
{
"color": "4E9A06",
"default": false,
"description": null,
"id": 76812,
"name": "Enhancement",
"node_id": "MDU6TGFiZWw3NjgxMg==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Enhancement"
},
{
"color": "02d7e1",
"default": false,
"description": "Concat, ... | 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... | 12 | 2014-12-20T21:55:54Z | 2015-11-14T05:26:47Z | 2015-05-11T14:55:18Z | MEMBER | null | Closes #8028. It is still under work, but want to clarify a point. Currently it works as:
```
s = pd.Series(['A', 'B', 'A', 'C'])
s
#0 A
#1 B
#2 A
#3 C
# dtype: object
pd.get_dummies(s)
# A B C
#0 1 0 0
#1 0 1 0
#2 1 0 0
#3 0 0 1
pd.get_dummies(s, value='YES', na_value='NO')
# 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/9117/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/9117/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/9117.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/9117",
"merged_at": null,
"patch_url": "https://github.com/pandas-dev/pandas/pull/9117.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/9117"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/9118 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/9118/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/9118/comments | https://api.github.com/repos/pandas-dev/pandas/issues/9118/events | https://github.com/pandas-dev/pandas/issues/9118 | 52,578,162 | MDU6SXNzdWU1MjU3ODE2Mg== | 9,118 | BLD: drop support for python 3.2 | {
"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": "0052cc",
"default": false,
"description": "pandas objects compatability with Numpy or Python functions",
"id": 76865106,
"name": "Compat",
"node_id": "MDU6TGFiZWw3Njg2NTEwNg==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Compat"
}
] | closed | false | null | [] | {
"closed_at": "2015-10-09T18:34:35Z",
"closed_issues": 593,
"created_at": "2015-03-23T10:47:38Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jr... | 2 | 2014-12-20T22:09:48Z | 2015-06-22T08:46:37Z | 2015-06-22T08:46:37Z | CONTRIBUTOR | null | someone want to sample the scientific stack and see who still supoorts 3.2?
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/9118/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/9118/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/9119 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/9119/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/9119/comments | https://api.github.com/repos/pandas-dev/pandas/issues/9119/events | https://github.com/pandas-dev/pandas/issues/9119 | 52,580,498 | MDU6SXNzdWU1MjU4MDQ5OA== | 9,119 | BUG: Resampling a TZ-aware Series fails if rule='W': "Values falls before first bin" | {
"avatar_url": "https://avatars.githubusercontent.com/u/460756?v=4",
"events_url": "https://api.github.com/users/JackKelly/events{/privacy}",
"followers_url": "https://api.github.com/users/JackKelly/followers",
"following_url": "https://api.github.com/users/JackKelly/following{/other_user}",
"gists_url": "ht... | [
{
"color": "5319e7",
"default": false,
"description": "Timezone data dtype",
"id": 60458168,
"name": "Timezones",
"node_id": "MDU6TGFiZWw2MDQ1ODE2OA==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Timezones"
},
{
"color": "207de5",
"default": false,
"des... | closed | false | null | [] | {
"closed_at": "2019-01-26T00:51:26Z",
"closed_issues": 2048,
"created_at": "2018-03-29T12:00:12Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/1020496?v=4",
"events_url": "https://api.github.com/users/jorisvandenbossche/events{/privacy}",
"followers_url": "https://api.github... | 3 | 2014-12-20T23:50:47Z | 2018-10-03T15:25:45Z | 2018-10-03T15:25:45Z | CONTRIBUTOR | null | ``` python
In [1]: import pandas as pd
In [2]: rng = pd.date_range("2013-04-01", "2013-05-01", tz='Europe/London', freq='H')
In [4]: series = pd.Series(index=rng)
In [6]: series.resample('W')
---------------------------------------------------------------------------
ValueError Traceba... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/9119/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/9119/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/9120 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/9120/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/9120/comments | https://api.github.com/repos/pandas-dev/pandas/issues/9120/events | https://github.com/pandas-dev/pandas/pull/9120 | 52,582,089 | MDExOlB1bGxSZXF1ZXN0MjY0MjI5MjY= | 9,120 | fix an nbviewer link in tutorials | {
"avatar_url": "https://avatars.githubusercontent.com/u/151929?v=4",
"events_url": "https://api.github.com/users/minrk/events{/privacy}",
"followers_url": "https://api.github.com/users/minrk/followers",
"following_url": "https://api.github.com/users/minrk/following{/other_user}",
"gists_url": "https://api.gi... | [] | closed | false | null | [] | null | 1 | 2014-12-21T01:03:19Z | 2014-12-21T07:26:53Z | 2014-12-21T07:26:53Z | CONTRIBUTOR | null | some escape characters snuck in there that cause the URL to be invalid
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/9120/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/9120/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/9120.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/9120",
"merged_at": "2014-12-21T07:26:53Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/9120.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/9120"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/9121 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/9121/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/9121/comments | https://api.github.com/repos/pandas-dev/pandas/issues/9121/events | https://github.com/pandas-dev/pandas/issues/9121 | 52,592,233 | MDU6SXNzdWU1MjU5MjIzMw== | 9,121 | Enable Sourcegraph | {
"avatar_url": "https://avatars.githubusercontent.com/u/109167?v=4",
"events_url": "https://api.github.com/users/scls19fr/events{/privacy}",
"followers_url": "https://api.github.com/users/scls19fr/followers",
"following_url": "https://api.github.com/users/scls19fr/following{/other_user}",
"gists_url": "https... | [] | closed | false | null | [] | null | 2 | 2014-12-21T10:49:37Z | 2014-12-21T12:46:32Z | 2014-12-21T12:46:32Z | CONTRIBUTOR | null | Hello,
I want to use [Sourcegraph code search and code review](https://sourcegraph.com) with pandas. A project maintainer needs to enable it to set up a webhook so the code is up-to-date there.
Could you please enable pandas on @Sourcegraph by going to https://sourcegraph.com/github.com/pydata/pandas and clicking on ... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/9121/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/9121/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/9122 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/9122/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/9122/comments | https://api.github.com/repos/pandas-dev/pandas/issues/9122/events | https://github.com/pandas-dev/pandas/pull/9122 | 52,598,424 | MDExOlB1bGxSZXF1ZXN0MjY0MjkxMDk= | 9,122 | Remove bar line | {
"avatar_url": "https://avatars.githubusercontent.com/u/1312546?v=4",
"events_url": "https://api.github.com/users/TomAugspurger/events{/privacy}",
"followers_url": "https://api.github.com/users/TomAugspurger/followers",
"following_url": "https://api.github.com/users/TomAugspurger/following{/other_user}",
"gi... | [
{
"color": "8AE234",
"default": false,
"description": null,
"id": 2413328,
"name": "Visualization",
"node_id": "MDU6TGFiZWwyNDEzMzI4",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Visualization"
},
{
"color": "AD7FA8",
"default": false,
"description": nul... | closed | false | null | [] | {
"closed_at": "2015-03-23T10:50:37Z",
"closed_issues": 400,
"created_at": "2014-02-14T03:31:22Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jr... | 4 | 2014-12-21T15:44:10Z | 2017-04-05T02:06:12Z | 2015-01-19T13:21:48Z | CONTRIBUTOR | null | Closes https://github.com/pydata/pandas/issues/9088
Closes https://github.com/pydata/pandas/issues/7128
Votes on whether we should
1. Remove the line entirely
2. Add a parameter to `.plot` control whether the line should be added.
I vote for 1, but I can go either way.
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/9122/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/9122/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/9122.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/9122",
"merged_at": "2015-01-19T13:21:47Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/9122.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/9122"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/9123 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/9123/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/9123/comments | https://api.github.com/repos/pandas-dev/pandas/issues/9123/events | https://github.com/pandas-dev/pandas/pull/9123 | 52,602,717 | MDExOlB1bGxSZXF1ZXN0MjY0MzA4MTI= | 9,123 | Use tz.gettz() instead of zoneinfo.gettz() | {
"avatar_url": "https://avatars.githubusercontent.com/u/79732?v=4",
"events_url": "https://api.github.com/users/jlec/events{/privacy}",
"followers_url": "https://api.github.com/users/jlec/followers",
"following_url": "https://api.github.com/users/jlec/following{/other_user}",
"gists_url": "https://api.github... | [
{
"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": "fbca04",
"d... | closed | false | null | [] | {
"closed_at": "2015-06-13T17:49:05Z",
"closed_issues": 119,
"created_at": "2015-06-02T19:23:30Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/1020496?v=4",
"events_url": "https://api.github.com/users/jorisvandenbossche/events{/privacy}",
"followers_url": "https://api.github.... | 14 | 2014-12-21T18:45:24Z | 2015-06-02T19:26:59Z | 2015-05-15T20:26:37Z | CONTRIBUTOR | null | zoneinfo.gettz() seems to have problems (1 & 2) on system which do not install
the zoninfo tarball (e.g. Debian, Gentoo and Fedora) but rely on the system
zoneinfo files. This results in test failures (3 & 4)
tz.gettz() doesn't suffer from this problem.
1 https://github.com/dateutil/dateutil/issues/8
2 https://github.... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/9123/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/9123/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/9123.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/9123",
"merged_at": "2015-05-15T20:26:36Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/9123.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/9123"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/9124 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/9124/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/9124/comments | https://api.github.com/repos/pandas-dev/pandas/issues/9124/events | https://github.com/pandas-dev/pandas/issues/9124 | 52,605,937 | MDU6SXNzdWU1MjYwNTkzNw== | 9,124 | API: dedicated plot methods like plot.scatter as an alternative to using kind | {
"avatar_url": "https://avatars.githubusercontent.com/u/1217238?v=4",
"events_url": "https://api.github.com/users/shoyer/events{/privacy}",
"followers_url": "https://api.github.com/users/shoyer/followers",
"following_url": "https://api.github.com/users/shoyer/following{/other_user}",
"gists_url": "https://ap... | [
{
"color": "8AE234",
"default": false,
"description": null,
"id": 2413328,
"name": "Visualization",
"node_id": "MDU6TGFiZWwyNDEzMzI4",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Visualization"
},
{
"color": "AD7FA8",
"default": false,
"description": nul... | closed | false | null | [] | {
"closed_at": "2015-10-09T18:34:35Z",
"closed_issues": 593,
"created_at": "2015-03-23T10:47:38Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jr... | 17 | 2014-12-21T20:59:30Z | 2015-09-11T04:42:33Z | 2015-09-11T04:42:33Z | MEMBER | null | Currently, we use the `plot` for every possible kind of plot, and switch between them using the `kind` keyword argument.
From an API design and discoverability perspective, this seems less than ideal. If we had separate methods, standard introspection tools like IPython and autocomplete could help users figure out whi... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/9124/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/9124/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/9125 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/9125/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/9125/comments | https://api.github.com/repos/pandas-dev/pandas/issues/9125/events | https://github.com/pandas-dev/pandas/pull/9125 | 52,610,197 | MDExOlB1bGxSZXF1ZXN0MjY0MzM5NjU= | 9,125 | PERF: use labels to find duplicates in multi-index | {
"avatar_url": "https://avatars.githubusercontent.com/u/1288998?v=4",
"events_url": "https://api.github.com/users/behzadnouri/events{/privacy}",
"followers_url": "https://api.github.com/users/behzadnouri/followers",
"following_url": "https://api.github.com/users/behzadnouri/following{/other_user}",
"gists_ur... | [
{
"color": "a10c02",
"default": false,
"description": "Memory or execution speed performance",
"id": 8935311,
"name": "Performance",
"node_id": "MDU6TGFiZWw4OTM1MzEx",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Performance"
},
{
"color": "207de5",
"default"... | closed | false | null | [] | {
"closed_at": "2015-03-23T10:50:37Z",
"closed_issues": 400,
"created_at": "2014-02-14T03:31:22Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jr... | 9 | 2014-12-21T23:47:56Z | 2014-12-23T12:59:59Z | 2014-12-23T10:57:56Z | CONTRIBUTOR | null | ```
-------------------------------------------------------------------------------
Test name | head[ms] | base[ms] | ratio |
-------------------------------------------------------------------------------
multiindex_duplicated | 139.2883 | 469.6666 | 0.296... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/9125/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/9125/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/9125.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/9125",
"merged_at": null,
"patch_url": "https://github.com/pandas-dev/pandas/pull/9125.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/9125"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/9126 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/9126/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/9126/comments | https://api.github.com/repos/pandas-dev/pandas/issues/9126/events | https://github.com/pandas-dev/pandas/issues/9126 | 52,622,684 | MDU6SXNzdWU1MjYyMjY4NA== | 9,126 | Why is DataFrame.loc[[1]] 1,800x slower than df.ix [[1]] and 3,500x than df.loc[1]? | {
"avatar_url": "https://avatars.githubusercontent.com/u/5010099?v=4",
"events_url": "https://api.github.com/users/sergeny/events{/privacy}",
"followers_url": "https://api.github.com/users/sergeny/followers",
"following_url": "https://api.github.com/users/sergeny/following{/other_user}",
"gists_url": "https:/... | [
{
"color": "a10c02",
"default": false,
"description": "Memory or execution speed performance",
"id": 8935311,
"name": "Performance",
"node_id": "MDU6TGFiZWw4OTM1MzEx",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Performance"
}
] | closed | false | null | [] | {
"closed_at": "2015-03-23T10:50:37Z",
"closed_issues": 400,
"created_at": "2014-02-14T03:31:22Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jr... | 1 | 2014-12-22T06:14:12Z | 2014-12-23T01:24:17Z | 2014-12-23T01:24:17Z | NONE | null | import pandas as pd
s=pd.Series(xrange(5000000))
%timeit s.loc[[0]] # You need pandas 0.15.1 or newer for it to be that slow
1 loops, best of 3: 445 ms per loop
Also see the question and the answer here: http://stackoverflow.com/questions/27596832/why-is-dataframe-loc1-1-800x-slower-than-df-ix-1-and-3-500x-than-df-loc... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/9126/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/9126/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/9127 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/9127/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/9127/comments | https://api.github.com/repos/pandas-dev/pandas/issues/9127/events | https://github.com/pandas-dev/pandas/pull/9127 | 52,627,059 | MDExOlB1bGxSZXF1ZXN0MjY0NDMwMzI= | 9,127 | PERF: fix slow s.loc[[0]] | {
"avatar_url": "https://avatars.githubusercontent.com/u/1217238?v=4",
"events_url": "https://api.github.com/users/shoyer/events{/privacy}",
"followers_url": "https://api.github.com/users/shoyer/followers",
"following_url": "https://api.github.com/users/shoyer/following{/other_user}",
"gists_url": "https://ap... | [
{
"color": "a10c02",
"default": false,
"description": "Memory or execution speed performance",
"id": 8935311,
"name": "Performance",
"node_id": "MDU6TGFiZWw4OTM1MzEx",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Performance"
}
] | closed | false | null | [] | {
"closed_at": "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... | 10 | 2014-12-22T07:49:35Z | 2014-12-24T01:57:20Z | 2014-12-23T01:24:17Z | MEMBER | null | Fixes #9126
```
-------------------------------------------------------------------------------
Test name | head[ms] | base[ms] | ratio |
-------------------------------------------------------------------------------
series_loc_list_like | 0.2840 | 125.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/9127/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/9127/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/9127.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/9127",
"merged_at": "2014-12-23T01:24:17Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/9127.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/9127"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/9128 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/9128/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/9128/comments | https://api.github.com/repos/pandas-dev/pandas/issues/9128/events | https://github.com/pandas-dev/pandas/pull/9128 | 52,643,310 | MDExOlB1bGxSZXF1ZXN0MjY0NTI3MTg= | 9,128 | ENH: Expanduser in to_file methods GH9066 | {
"avatar_url": "https://avatars.githubusercontent.com/u/1778723?v=4",
"events_url": "https://api.github.com/users/hsperr/events{/privacy}",
"followers_url": "https://api.github.com/users/hsperr/followers",
"following_url": "https://api.github.com/users/hsperr/following{/other_user}",
"gists_url": "https://ap... | [
{
"color": "06909A",
"default": false,
"description": "IO issues that don't fit into a more specific label",
"id": 2301354,
"name": "IO Data",
"node_id": "MDU6TGFiZWwyMzAxMzU0",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/IO%20Data"
},
{
"color": "0052cc",
"... | 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... | 7 | 2014-12-22T11:57:36Z | 2014-12-25T07:33:06Z | 2014-12-24T19:11:56Z | CONTRIBUTOR | null | closes #9066
First time contributor, tried to follow all rules as good as possible.
If something is missing please let me know.
As specified in task 9066 tilde in a pathname get resolved into a absolute path.
In case the object is a buffer the buffer will be returned.
I did not add additional tests, since I could no... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/9128/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/9128/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/9128.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/9128",
"merged_at": "2014-12-24T19:11:56Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/9128.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/9128"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/9129 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/9129/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/9129/comments | https://api.github.com/repos/pandas-dev/pandas/issues/9129/events | https://github.com/pandas-dev/pandas/issues/9129 | 52,649,462 | MDU6SXNzdWU1MjY0OTQ2Mg== | 9,129 | isnull not detecting NaT in PeriodIndex | {
"avatar_url": "https://avatars.githubusercontent.com/u/443776?v=4",
"events_url": "https://api.github.com/users/unutbu/events{/privacy}",
"followers_url": "https://api.github.com/users/unutbu/followers",
"following_url": "https://api.github.com/users/unutbu/following{/other_user}",
"gists_url": "https://api... | [
{
"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": "d7e102",
"default": false,
"description": "np.nan, pd.NaT, pd.NA, d... | 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... | 2 | 2014-12-22T13:29:35Z | 2014-12-23T03:22:57Z | 2014-12-23T03:22:57Z | CONTRIBUTOR | null | ```
In [158]: x = pd.to_datetime([np.nan, '2000-1-1'])
In [159]: y = x.to_period(freq='m')
In [160]: y
Out[160]:
<class 'pandas.tseries.period.PeriodIndex'>
[NaT, 2000-01]
Length: 2, Freq: M
In [161]: pd.isnull(x)
Out[161]: array([ True, False], dtype=bool)
In [162]: pd.isnull(y)
Out[162]: array([False, False], dt... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/9129/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/9129/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/9130 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/9130/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/9130/comments | https://api.github.com/repos/pandas-dev/pandas/issues/9130/events | https://github.com/pandas-dev/pandas/pull/9130 | 52,663,287 | MDExOlB1bGxSZXF1ZXN0MjY0NjUxMDE= | 9,130 | PERF: json support for blocks GH9037 | {
"avatar_url": "https://avatars.githubusercontent.com/u/107748?v=4",
"events_url": "https://api.github.com/users/Komnomnomnom/events{/privacy}",
"followers_url": "https://api.github.com/users/Komnomnomnom/followers",
"following_url": "https://api.github.com/users/Komnomnomnom/following{/other_user}",
"gists_... | [
{
"color": "a10c02",
"default": false,
"description": "Memory or execution speed performance",
"id": 8935311,
"name": "Performance",
"node_id": "MDU6TGFiZWw4OTM1MzEx",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Performance"
},
{
"color": "207de5",
"default"... | 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... | 19 | 2014-12-22T16:13:48Z | 2014-12-24T18:27:30Z | 2014-12-24T15:53:17Z | CONTRIBUTOR | null | This adds block support to the JSON serialiser, as per #9037. I also added code to directly cast and serialise numpy data, which replaces the previous use of intermediate Python objects.
Large performance improvement (~25x) for mixed frames containing datetimes / timedeltas.
```
-------------------------------------... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/9130/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/9130/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/9130.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/9130",
"merged_at": "2014-12-24T15:53:17Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/9130.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/9130"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/9131 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/9131/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/9131/comments | https://api.github.com/repos/pandas-dev/pandas/issues/9131/events | https://github.com/pandas-dev/pandas/issues/9131 | 52,671,184 | MDU6SXNzdWU1MjY3MTE4NA== | 9,131 | DataFrame constructor acts differently with lists and Numpy arrays | {
"avatar_url": "https://avatars.githubusercontent.com/u/109167?v=4",
"events_url": "https://api.github.com/users/scls19fr/events{/privacy}",
"followers_url": "https://api.github.com/users/scls19fr/followers",
"following_url": "https://api.github.com/users/scls19fr/following{/other_user}",
"gists_url": "https... | [
{
"color": "0052cc",
"default": false,
"description": null,
"id": 34444536,
"name": "Usage Question",
"node_id": "MDU6TGFiZWwzNDQ0NDUzNg==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Usage%20Question"
}
] | closed | false | null | [] | null | 5 | 2014-12-22T17:38:25Z | 2014-12-23T10:49:50Z | 2014-12-23T10:49:50Z | CONTRIBUTOR | null | Hello,
I noticed a strange behavior when a Numpy array is given to a Pandas DataFrame constructor.
I don't know really if it should be considered as an issue (or a feature)...
but anyway a tip to fix this will be nice.
```
import pandas as pd
import numpy as np
lst = [{'a':1, 'b':2}, {'a':3, 'b':2, 'c':3}]
In []: pd... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/9131/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/9131/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/9132 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/9132/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/9132/comments | https://api.github.com/repos/pandas-dev/pandas/issues/9132/events | https://github.com/pandas-dev/pandas/issues/9132 | 52,679,834 | MDU6SXNzdWU1MjY3OTgzNA== | 9,132 | BUG: Series datatypes not preserved in DataFrame constructor | {
"avatar_url": "https://avatars.githubusercontent.com/u/833768?v=4",
"events_url": "https://api.github.com/users/artemyk/events{/privacy}",
"followers_url": "https://api.github.com/users/artemyk/followers",
"following_url": "https://api.github.com/users/artemyk/following{/other_user}",
"gists_url": "https://... | [
{
"color": "e102d8",
"default": false,
"description": "Unexpected or buggy dtype conversions",
"id": 31404521,
"name": "Dtype Conversions",
"node_id": "MDU6TGFiZWwzMTQwNDUyMQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Dtype%20Conversions"
},
{
"color": "AD7... | closed | false | null | [] | null | 6 | 2014-12-22T19:24:19Z | 2014-12-23T14:19:49Z | 2014-12-22T19:36:50Z | CONTRIBUTOR | null | There is an inconsistency apparently in the way dtypes are parsed when DataFrames are created from Series:
```
>>> import pandas as pd
>>> df = pd.DataFrame({'f':pd.Series([1.5,], dtype='float32'), 'i':pd.Series([1,], dtype='int32')})
>>> df.info()
<class 'pandas.core.frame.DataFrame'>
Int64Index: 1 entries, 0 to 0
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/9132/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/9132/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/9133 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/9133/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/9133/comments | https://api.github.com/repos/pandas-dev/pandas/issues/9133/events | https://github.com/pandas-dev/pandas/issues/9133 | 52,680,039 | MDU6SXNzdWU1MjY4MDAzOQ== | 9,133 | ENH: Enable passing in dict to specify datatypes to DataFrame constructor | {
"avatar_url": "https://avatars.githubusercontent.com/u/833768?v=4",
"events_url": "https://api.github.com/users/artemyk/events{/privacy}",
"followers_url": "https://api.github.com/users/artemyk/followers",
"following_url": "https://api.github.com/users/artemyk/following{/other_user}",
"gists_url": "https://... | [
{
"color": "e102d8",
"default": false,
"description": "Unexpected or buggy dtype conversions",
"id": 31404521,
"name": "Dtype Conversions",
"node_id": "MDU6TGFiZWwzMTQwNDUyMQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Dtype%20Conversions"
},
{
"color": "AD7... | closed | false | null | [] | null | 2 | 2014-12-22T19:26:32Z | 2014-12-22T19:38:42Z | 2014-12-22T19:37:48Z | CONTRIBUTOR | null | The following seems like very natural syntax to specify the dtypes of various columns passed into the DataFrame constructor:
```
df = pd.DataFrame({'a':[1,2,3], 'b':[2.5,3.5,6.7]}, dtype={'a':'int32','b':'float32'})
```
However, right now it raises an error. Perhaps something worth implementing? See also http://sta... | {
"+1": 2,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 2,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/9133/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/9133/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/9134 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/9134/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/9134/comments | https://api.github.com/repos/pandas-dev/pandas/issues/9134/events | https://github.com/pandas-dev/pandas/pull/9134 | 52,688,087 | MDExOlB1bGxSZXF1ZXN0MjY0ODA1NzM= | 9,134 | PERF: use unique and isnull in nunique instead of value_counts. | {
"avatar_url": "https://avatars.githubusercontent.com/u/443776?v=4",
"events_url": "https://api.github.com/users/unutbu/events{/privacy}",
"followers_url": "https://api.github.com/users/unutbu/followers",
"following_url": "https://api.github.com/users/unutbu/following{/other_user}",
"gists_url": "https://api... | [
{
"color": "729FCF",
"default": false,
"description": null,
"id": 233160,
"name": "Groupby",
"node_id": "MDU6TGFiZWwyMzMxNjA=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Groupby"
},
{
"color": "a10c02",
"default": false,
"description": "Memory or execu... | closed | false | null | [] | {
"closed_at": "2015-03-23T10:50:37Z",
"closed_issues": 400,
"created_at": "2014-02-14T03:31:22Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jr... | 9 | 2014-12-22T21:00:13Z | 2014-12-23T03:23:23Z | 2014-12-23T03:22:57Z | CONTRIBUTOR | null | closes #9129
Currently, `Series.nunique` [(source)](https://github.com/pydata/pandas/blob/master/pandas/core/base.py#L429) calls `Series.value_counts` [(source)](https://github.com/pydata/pandas/blob/master/pandas/core/base.py#L371), which by default, sorts the values.
Counting unique values certainly doesn't requir... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/9134/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/9134/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/9134.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/9134",
"merged_at": "2014-12-23T03:22:57Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/9134.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/9134"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/9135 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/9135/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/9135/comments | https://api.github.com/repos/pandas-dev/pandas/issues/9135/events | https://github.com/pandas-dev/pandas/pull/9135 | 52,693,319 | MDExOlB1bGxSZXF1ZXN0MjY0ODM4Mjg= | 9,135 | fixup unicode compat with 3.2 in test_index.py | {
"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": "0052cc",
"default": false,
"description": "pandas objects compatability with Numpy or Python functions",
"id": 76865106,
"name": "Compat",
"node_id": "MDU6TGFiZWw3Njg2NTEwNg==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Compat"
}
] | closed | false | null | [] | {
"closed_at": "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... | 0 | 2014-12-22T22:02:36Z | 2014-12-22T23:49:43Z | 2014-12-22T23:49:43Z | CONTRIBUTOR | null | fixes w.r.t. comment in #9101
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/9135/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/9135/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/9135.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/9135",
"merged_at": "2014-12-22T23:49:43Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/9135.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/9135"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/9136 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/9136/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/9136/comments | https://api.github.com/repos/pandas-dev/pandas/issues/9136/events | https://github.com/pandas-dev/pandas/pull/9136 | 52,698,188 | MDExOlB1bGxSZXF1ZXN0MjY0ODY4MDU= | 9,136 | Remove codepath asymmetry in dataframe count() | {
"avatar_url": "https://avatars.githubusercontent.com/u/440095?v=4",
"events_url": "https://api.github.com/users/qwhelan/events{/privacy}",
"followers_url": "https://api.github.com/users/qwhelan/followers",
"following_url": "https://api.github.com/users/qwhelan/following{/other_user}",
"gists_url": "https://... | [
{
"color": "a10c02",
"default": false,
"description": "Memory or execution speed performance",
"id": 8935311,
"name": "Performance",
"node_id": "MDU6TGFiZWw4OTM1MzEx",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Performance"
}
] | closed | false | null | [] | {
"closed_at": "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... | 11 | 2014-12-22T23:05:39Z | 2014-12-24T15:55:26Z | 2014-12-24T15:55:19Z | CONTRIBUTOR | null | @jreback I noticed a codepath asymmetry in core.frame.count that leads to a substantial difference in dropna() performance depending on the axis. Using the path `df.dropna(axis=0)` takes yields a 2.5-5x improvement.
```
$ python vb_suite/test_perf.py -b upstream/master -t HEAD -r "dropna" -S -n 30
Invoked with :
--nca... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/9136/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/9136/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/9136.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/9136",
"merged_at": "2014-12-24T15:55:19Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/9136.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/9136"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/9137 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/9137/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/9137/comments | https://api.github.com/repos/pandas-dev/pandas/issues/9137/events | https://github.com/pandas-dev/pandas/pull/9137 | 52,706,875 | MDExOlB1bGxSZXF1ZXN0MjY0OTE4OTk= | 9,137 | TST: Fix failing test due to revision in WB data #9115 | {
"avatar_url": "https://avatars.githubusercontent.com/u/6062071?v=4",
"events_url": "https://api.github.com/users/jnmclarty/events{/privacy}",
"followers_url": "https://api.github.com/users/jnmclarty/followers",
"following_url": "https://api.github.com/users/jnmclarty/following{/other_user}",
"gists_url": "h... | [
{
"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": "06909A",
"d... | closed | false | null | [] | {
"closed_at": "2015-03-23T10:50:37Z",
"closed_issues": 400,
"created_at": "2014-02-14T03:31:22Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jr... | 3 | 2014-12-23T01:41:05Z | 2015-02-09T00:37:14Z | 2014-12-23T03:13:20Z | CONTRIBUTOR | null | Closes #9115
I just round the expected and result data for the failing test. I have no idea why the WB would be revising 2003 and 2004 data, but they did.
I would have redesigned the test, but spending that time has minimal benefit.
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/9137/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/9137/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/9137.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/9137",
"merged_at": "2014-12-23T03:13:20Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/9137.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/9137"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/9138 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/9138/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/9138/comments | https://api.github.com/repos/pandas-dev/pandas/issues/9138/events | https://github.com/pandas-dev/pandas/pull/9138 | 52,729,587 | MDExOlB1bGxSZXF1ZXN0MjY1MDM4MDk= | 9,138 | FIX: to_sql dtype argument accepting SQLAlchemy type instance (GH9083) | {
"avatar_url": "https://avatars.githubusercontent.com/u/1020496?v=4",
"events_url": "https://api.github.com/users/jorisvandenbossche/events{/privacy}",
"followers_url": "https://api.github.com/users/jorisvandenbossche/followers",
"following_url": "https://api.github.com/users/jorisvandenbossche/following{/othe... | [] | closed | false | null | [] | null | 2 | 2014-12-23T10:27:51Z | 2014-12-24T10:36:06Z | 2014-12-24T10:36:06Z | MEMBER | null | Closes #9083
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/9138/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/9138/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/9138.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/9138",
"merged_at": "2014-12-24T10:36:06Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/9138.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/9138"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/9139 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/9139/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/9139/comments | https://api.github.com/repos/pandas-dev/pandas/issues/9139/events | https://github.com/pandas-dev/pandas/issues/9139 | 52,758,265 | MDU6SXNzdWU1Mjc1ODI2NQ== | 9,139 | to_excel incorrectly sets time to midnight for exported datetime column | {
"avatar_url": "https://avatars.githubusercontent.com/u/109167?v=4",
"events_url": "https://api.github.com/users/scls19fr/events{/privacy}",
"followers_url": "https://api.github.com/users/scls19fr/followers",
"following_url": "https://api.github.com/users/scls19fr/following{/other_user}",
"gists_url": "https... | [
{
"color": "e10c02",
"default": false,
"description": null,
"id": 76811,
"name": "Bug",
"node_id": "MDU6TGFiZWw3NjgxMQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug"
},
{
"color": "bfe5bf",
"default": false,
"description": "read_excel, to_excel",
... | closed | false | null | [] | {
"closed_at": "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... | 17 | 2014-12-23T17:18:39Z | 2015-02-17T14:03:47Z | 2015-01-16T16:54:46Z | CONTRIBUTOR | null | Hello,
I try this:
```
import requests
from pandas.io.json import json_normalize
import json
import pandas as pd
response = requests.get("http://api.openweathermap.org/data/2.5/history/station?start=1356220800&end=1356307200&type=hour&id=5530")
df = json_normalize(json.loads(response.text)['list'])
df['dt'] = pd.to_d... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/9139/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/9139/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/9140 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/9140/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/9140/comments | https://api.github.com/repos/pandas-dev/pandas/issues/9140/events | https://github.com/pandas-dev/pandas/issues/9140 | 52,762,010 | MDU6SXNzdWU1Mjc2MjAxMA== | 9,140 | Referencing a panel with an object causes an inf loop in 0.15.2 | {
"avatar_url": "https://avatars.githubusercontent.com/u/1308504?v=4",
"events_url": "https://api.github.com/users/echu79/events{/privacy}",
"followers_url": "https://api.github.com/users/echu79/followers",
"following_url": "https://api.github.com/users/echu79/following{/other_user}",
"gists_url": "https://ap... | [
{
"color": "e10c02",
"default": false,
"description": null,
"id": 76811,
"name": "Bug",
"node_id": "MDU6TGFiZWw3NjgxMQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug"
},
{
"color": "0b02e1",
"default": false,
"description": "Related to indexing on s... | 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... | 7 | 2014-12-23T18:09:11Z | 2014-12-24T15:50:18Z | 2014-12-24T15:50:18Z | NONE | null | The snippet of code works fine in 0.15.0. Not sure about 0.15.1 as I did not try it on that version. However on 0.15.2 it causes an infinite loop
```
import pandas
import numpy
class TestObject:
def __str__(self):
return "TestObject"
obj = TestObject()
wp = pandas.Panel(numpy.random.randn(... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/9140/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/9140/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/9141 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/9141/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/9141/comments | https://api.github.com/repos/pandas-dev/pandas/issues/9141/events | https://github.com/pandas-dev/pandas/pull/9141 | 52,769,270 | MDExOlB1bGxSZXF1ZXN0MjY1Mjg1MjA= | 9,141 | Check whether GBQ Job is finished | {
"avatar_url": "https://avatars.githubusercontent.com/u/1209723?v=4",
"events_url": "https://api.github.com/users/cgrin/events{/privacy}",
"followers_url": "https://api.github.com/users/cgrin/followers",
"following_url": "https://api.github.com/users/cgrin/following{/other_user}",
"gists_url": "https://api.g... | [
{
"color": "e10c02",
"default": false,
"description": null,
"id": 76811,
"name": "Bug",
"node_id": "MDU6TGFiZWw3NjgxMQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug"
},
{
"color": "009800",
"default": false,
"description": "Duplicate issue or pull ... | 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... | 8 | 2014-12-23T19:46:31Z | 2015-01-18T21:09:18Z | 2015-01-18T21:09:11Z | CONTRIBUTOR | null | xref #8728
jobComplete can be False in query_reply. Simply checking for the existence of the field isn't enough, as a False value will cause a KeyError when checking for query_reply['totalRows']
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/9141/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/9141/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/9141.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/9141",
"merged_at": null,
"patch_url": "https://github.com/pandas-dev/pandas/pull/9141.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/9141"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/9142 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/9142/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/9142/comments | https://api.github.com/repos/pandas-dev/pandas/issues/9142/events | https://github.com/pandas-dev/pandas/issues/9142 | 52,785,946 | MDU6SXNzdWU1Mjc4NTk0Ng== | 9,142 | Object indexes on the items/info axis of Panel | {
"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... | [] | closed | false | null | [] | null | 1 | 2014-12-24T00:17:50Z | 2014-12-24T01:18:19Z | 2014-12-24T01:18:19Z | CONTRIBUTOR | null | I have objects in the items axis of a Panel, selecting by an object gets me an infinite recursion.
``` python
import pandas as pd
import numpy as np
class Key:
def __init__(self, name, id):
self.name = name
self.id = id
def __repr__(self):
return "Key(name={name}, id={id})".format(**... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/9142/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/9142/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/9143 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/9143/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/9143/comments | https://api.github.com/repos/pandas-dev/pandas/issues/9143/events | https://github.com/pandas-dev/pandas/pull/9143 | 52,790,202 | MDExOlB1bGxSZXF1ZXN0MjY1NDE3Nzk= | 9,143 | BUG: Bug in Panel indexing with an object-like (GH9140) | {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jreback/followers",
"following_url": "https://api.github.com/users/jreback/following{/other_user}",
"gists_url": "https://... | [
{
"color": "e10c02",
"default": false,
"description": null,
"id": 76811,
"name": "Bug",
"node_id": "MDU6TGFiZWw3NjgxMQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug"
},
{
"color": "0b02e1",
"default": false,
"description": "Related to indexing on s... | closed | false | null | [] | {
"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... | 0 | 2014-12-24T02:04:20Z | 2014-12-24T15:50:19Z | 2014-12-24T15:50:18Z | CONTRIBUTOR | null | closes #9140
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/9143/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/9143/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/9143.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/9143",
"merged_at": "2014-12-24T15:50:18Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/9143.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/9143"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/9144 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/9144/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/9144/comments | https://api.github.com/repos/pandas-dev/pandas/issues/9144/events | https://github.com/pandas-dev/pandas/issues/9144 | 52,794,133 | MDU6SXNzdWU1Mjc5NDEzMw== | 9,144 | Wired behavior: 0 / dataframe = inf while 0.0 / dataframe = 0.0 | {
"avatar_url": "https://avatars.githubusercontent.com/u/5630368?v=4",
"events_url": "https://api.github.com/users/skinnymonkey/events{/privacy}",
"followers_url": "https://api.github.com/users/skinnymonkey/followers",
"following_url": "https://api.github.com/users/skinnymonkey/following{/other_user}",
"gists... | [
{
"color": "e10c02",
"default": false,
"description": null,
"id": 76811,
"name": "Bug",
"node_id": "MDU6TGFiZWw3NjgxMQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug"
},
{
"color": "e102d8",
"default": false,
"description": "Unexpected or buggy dtyp... | closed | false | null | [] | {
"closed_at": "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... | 2 | 2014-12-24T03:57:14Z | 2015-02-16T12:35:24Z | 2015-02-16T12:35:24Z | NONE | null | ```
In [3]: s = pd.Series([1.0, 2.0])
In [4]: 0 / s
Out[4]:
0 inf
1 inf
dtype: float64
In [5]: 0.0 / s
Out[5]:
0 0
1 0
dtype: float64
```
This is seems quite wired. Should not 0/s be 0 as well?
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/9144/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/9144/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/9145 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/9145/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/9145/comments | https://api.github.com/repos/pandas-dev/pandas/issues/9145/events | https://github.com/pandas-dev/pandas/issues/9145 | 52,803,849 | MDU6SXNzdWU1MjgwMzg0OQ== | 9,145 | to_excel leaves ExcelWriter Handle Open | {
"avatar_url": "https://avatars.githubusercontent.com/u/109167?v=4",
"events_url": "https://api.github.com/users/scls19fr/events{/privacy}",
"followers_url": "https://api.github.com/users/scls19fr/followers",
"following_url": "https://api.github.com/users/scls19fr/following{/other_user}",
"gists_url": "https... | [
{
"color": "e10c02",
"default": false,
"description": null,
"id": 76811,
"name": "Bug",
"node_id": "MDU6TGFiZWw3NjgxMQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug"
},
{
"color": "bfe5bf",
"default": false,
"description": "read_excel, to_excel",
... | closed | false | null | [] | {
"closed_at": null,
"closed_issues": 786,
"created_at": "2015-01-13T10:53:19Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jreback/followers",
... | 6 | 2014-12-24T08:18:37Z | 2020-05-07T22:14:01Z | 2020-05-07T22:14:01Z | CONTRIBUTOR | null | Hello,
try
```python
import requests
from pandas.io.json import json_normalize
import json
import pandas as pd
response = requests.get("http://api.openweathermap.org/data/2.5/history/station?start=1356220800&end=1356307200&type=hour&id=5530")
df = json_normalize(json.loads(response.text)['list'])
df['dt'] ... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/9145/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/9145/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/9146 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/9146/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/9146/comments | https://api.github.com/repos/pandas-dev/pandas/issues/9146/events | https://github.com/pandas-dev/pandas/issues/9146 | 52,831,311 | MDU6SXNzdWU1MjgzMTMxMQ== | 9,146 | Roundtrip orient for JSON | {
"avatar_url": "https://avatars.githubusercontent.com/u/107748?v=4",
"events_url": "https://api.github.com/users/Komnomnomnom/events{/privacy}",
"followers_url": "https://api.github.com/users/Komnomnomnom/followers",
"following_url": "https://api.github.com/users/Komnomnomnom/following{/other_user}",
"gists_... | [
{
"color": "AD7FA8",
"default": false,
"description": null,
"id": 35818298,
"name": "API Design",
"node_id": "MDU6TGFiZWwzNTgxODI5OA==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/API%20Design"
},
{
"color": "207de5",
"default": false,
"description": "r... | closed | false | null | [] | {
"closed_at": "2018-05-16T03:09:58Z",
"closed_issues": 1645,
"created_at": "2017-10-20T10:17:09Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/j... | 3 | 2014-12-24T18:19:01Z | 2018-01-06T17:33:07Z | 2018-01-06T17:33:07Z | CONTRIBUTOR | null | Add a round-trippable json orient (maybe "roundtrip") to provide enough metadata to reconstruct a frame or series with 100% fidelity. As discussed in #9130
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/9146/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/9146/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/9147 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/9147/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/9147/comments | https://api.github.com/repos/pandas-dev/pandas/issues/9147/events | https://github.com/pandas-dev/pandas/issues/9147 | 52,831,581 | MDU6SXNzdWU1MjgzMTU4MQ== | 9,147 | Add a `to_json` method to top-level namespace | {
"avatar_url": "https://avatars.githubusercontent.com/u/107748?v=4",
"events_url": "https://api.github.com/users/Komnomnomnom/events{/privacy}",
"followers_url": "https://api.github.com/users/Komnomnomnom/followers",
"following_url": "https://api.github.com/users/Komnomnomnom/following{/other_user}",
"gists_... | [
{
"color": "AD7FA8",
"default": false,
"description": null,
"id": 35818298,
"name": "API Design",
"node_id": "MDU6TGFiZWwzNTgxODI5OA==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/API%20Design"
},
{
"color": "207de5",
"default": false,
"description": "r... | closed | false | null | [] | {
"closed_at": null,
"closed_issues": 786,
"created_at": "2015-01-13T10:53:19Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jreback/followers",
... | 2 | 2014-12-24T18:26:46Z | 2019-08-27T18:45:52Z | 2019-08-27T18:45:52Z | CONTRIBUTOR | null | To explicitly encourage / support serialisation of other objects (e.g. numpy arrays) and better support custom JSON serialisation of Pandas types. As discussed in #9130.
Would welcome more thoughts / ideas on this. Not 100% sold myself.
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/9147/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/9147/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/9148 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/9148/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/9148/comments | https://api.github.com/repos/pandas-dev/pandas/issues/9148/events | https://github.com/pandas-dev/pandas/issues/9148 | 52,833,411 | MDU6SXNzdWU1MjgzMzQxMQ== | 9,148 | Ordered vs. Unordered Categoricals | {
"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": "0052cc",
"default": false,
"description": null,
"id": 34444536,
"name": "Usage Question",
"node_id": "MDU6TGFiZWwzNDQ0NDUzNg==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Usage%20Question"
},
{
"color": "e11d21",
"default": false,
"descript... | 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... | 23 | 2014-12-24T19:18:31Z | 2015-03-11T12:11:49Z | 2015-03-11T12:11:49Z | CONTRIBUTOR | null | I was looking at supporting Categorical objects in statsmodels [1] recently and again now in seaborn [2]. I think it would be great to support both ordered and unordered Categorical variables (via a flag or something). IIRC, there was some discussion about this. Is it possible? From what I could tell all Categorical ty... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/9148/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/9148/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/9149 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/9149/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/9149/comments | https://api.github.com/repos/pandas-dev/pandas/issues/9149/events | https://github.com/pandas-dev/pandas/issues/9149 | 52,834,154 | MDU6SXNzdWU1MjgzNDE1NA== | 9,149 | aggregating with a dictionary that specifies a column that has all nan's fails to use numpy | {
"avatar_url": "https://avatars.githubusercontent.com/u/807921?v=4",
"events_url": "https://api.github.com/users/flyingchipmunk/events{/privacy}",
"followers_url": "https://api.github.com/users/flyingchipmunk/followers",
"following_url": "https://api.github.com/users/flyingchipmunk/following{/other_user}",
"... | [
{
"color": "0e8a16",
"default": true,
"description": null,
"id": 717120670,
"name": "good first issue",
"node_id": "MDU6TGFiZWw3MTcxMjA2NzA=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/good%20first%20issue"
},
{
"color": "cdea3c",
"default": false,
"de... | closed | false | null | [] | {
"closed_at": "2020-01-30T12:18:05Z",
"closed_issues": 2207,
"created_at": "2012-09-13T02:13:00Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4",
"events_url": "https://api.github.com/users/wesm/events{/privacy}",
"followers_url": "https://api.github.com/users/wesm... | 12 | 2014-12-24T19:41:44Z | 2020-01-03T23:23:44Z | 2020-01-03T23:23:44Z | NONE | null | As the subject says, if I try to call .agg() with a dictionary with a column that has all np.nan's it falls back to python agg functions instead of numpy.
To reproduce: (my dataset is 60 cols, 100000 rows)
I imported a csv and one column was all null (np.nan). The column dtype was set to object. (that's one issue, wh... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/9149/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/9149/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/9150 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/9150/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/9150/comments | https://api.github.com/repos/pandas-dev/pandas/issues/9150/events | https://github.com/pandas-dev/pandas/issues/9150 | 52,835,373 | MDU6SXNzdWU1MjgzNTM3Mw== | 9,150 | Runtime terminate it in an unusual way | {
"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": "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 | 5 | 2014-12-24T20:20:55Z | 2016-08-04T15:51:34Z | 2015-01-02T17:16:18Z | NONE | null | Hello Pandas developers.
Running any python script with the pandas produce 'Runtime to terminate it in an unusual way'
To reproduce the error use:
- Pandas version 0.15.2, C Python
- Python 2.7.6 (default, Nov 10 2013, 19:24:18) [MSC v.1500 32 bit (Intel)] on win32
- SO windows 7
create a python script (myfile.py)... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/9150/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/9150/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/9151 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/9151/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/9151/comments | https://api.github.com/repos/pandas-dev/pandas/issues/9151/events | https://github.com/pandas-dev/pandas/pull/9151 | 52,840,621 | MDExOlB1bGxSZXF1ZXN0MjY1NzA2MDY= | 9,151 | PERF: improves merge performance when key space exceeds i8 bounds | {
"avatar_url": "https://avatars.githubusercontent.com/u/1288998?v=4",
"events_url": "https://api.github.com/users/behzadnouri/events{/privacy}",
"followers_url": "https://api.github.com/users/behzadnouri/followers",
"following_url": "https://api.github.com/users/behzadnouri/following{/other_user}",
"gists_ur... | [
{
"color": "a10c02",
"default": false,
"description": "Memory or execution speed performance",
"id": 8935311,
"name": "Performance",
"node_id": "MDU6TGFiZWw4OTM1MzEx",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Performance"
},
{
"color": "02d7e1",
"default"... | closed | false | null | [] | {
"closed_at": "2015-03-23T10:50:37Z",
"closed_issues": 400,
"created_at": "2014-02-14T03:31:22Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jr... | 4 | 2014-12-24T23:50:09Z | 2014-12-29T15:43:56Z | 2014-12-28T23:43:38Z | CONTRIBUTOR | null | In join operations, current master switches to [a less efficient path](https://github.com/pydata/pandas/blob/def58c9bcabd5bda63696a30f25d4012ab1160ac/pandas/tools/merge.py#L471) if the key space exceeds `int64` bounds. This commit improves performance and memory usage:
on master:
```
In [1]: np.random.seed(2718281)
... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/9151/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/9151/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/9151.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/9151",
"merged_at": "2014-12-28T23:43:38Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/9151.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/9151"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/9152 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/9152/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/9152/comments | https://api.github.com/repos/pandas-dev/pandas/issues/9152/events | https://github.com/pandas-dev/pandas/issues/9152 | 52,851,807 | MDU6SXNzdWU1Mjg1MTgwNw== | 9,152 | Variable visibility issue with Pandas and IPython | {
"avatar_url": "https://avatars.githubusercontent.com/u/5507054?v=4",
"events_url": "https://api.github.com/users/vitalyisaev2/events{/privacy}",
"followers_url": "https://api.github.com/users/vitalyisaev2/followers",
"following_url": "https://api.github.com/users/vitalyisaev2/following{/other_user}",
"gists... | [
{
"color": "0052cc",
"default": false,
"description": null,
"id": 34444536,
"name": "Usage Question",
"node_id": "MDU6TGFiZWwzNDQ0NDUzNg==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Usage%20Question"
}
] | closed | false | null | [] | {
"closed_at": null,
"closed_issues": 2361,
"created_at": "2015-02-26T19:29:05Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/1020496?v=4",
"events_url": "https://api.github.com/users/jorisvandenbossche/events{/privacy}",
"followers_url": "https://api.github.com/users/jorisva... | 1 | 2014-12-25T07:20:17Z | 2016-06-23T09:36:03Z | 2016-06-23T09:36:03Z | NONE | null | I get a NameError exception when I try to filter DataFrame by selected index values (inside IPython session). You can see that [`valid`](http://www.datafilehost.com/d/a5c78493) is `numpy.array` while [`lab`](http://www.datafilehost.com/d/cf3704a0) is a `pandas.DataFrame` object. Both of them are initialized and accessi... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/9152/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/9152/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/9153 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/9153/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/9153/comments | https://api.github.com/repos/pandas-dev/pandas/issues/9153/events | https://github.com/pandas-dev/pandas/issues/9153 | 52,857,149 | MDU6SXNzdWU1Mjg1NzE0OQ== | 9,153 | import pandas hangs save file matplotlib dialog | {
"avatar_url": "https://avatars.githubusercontent.com/u/4736996?v=4",
"events_url": "https://api.github.com/users/AlexanderKUA/events{/privacy}",
"followers_url": "https://api.github.com/users/AlexanderKUA/followers",
"following_url": "https://api.github.com/users/AlexanderKUA/following{/other_user}",
"gists... | [
{
"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 | 5 | 2014-12-25T10:00:02Z | 2015-05-13T15:08:06Z | 2015-05-13T15:07:34Z | NONE | null | Hello, such code
``` python
import pandas
import matplotlib.pyplot as plt
plt.plot([1, 2, 3])
plt.show()
```
freezes matplotlib file save dialog (the same issue with wxpython FilePickerCtrl).
 versus time | {
"avatar_url": "https://avatars.githubusercontent.com/u/109167?v=4",
"events_url": "https://api.github.com/users/scls19fr/events{/privacy}",
"followers_url": "https://api.github.com/users/scls19fr/followers",
"following_url": "https://api.github.com/users/scls19fr/following{/other_user}",
"gists_url": "https... | [
{
"color": "8AE234",
"default": false,
"description": null,
"id": 2413328,
"name": "Visualization",
"node_id": "MDU6TGFiZWwyNDEzMzI4",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Visualization"
},
{
"color": "009800",
"default": false,
"description": "Du... | closed | false | null | [] | {
"closed_at": "2017-10-28T18:54:27Z",
"closed_issues": 764,
"created_at": "2017-03-23T13:26:25Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jr... | 12 | 2014-12-26T09:40:57Z | 2017-09-16T19:21:41Z | 2017-09-15T14:17:26Z | CONTRIBUTOR | null | Hello,
I did
```python
import numpy as np
import pandas as pd
from matplotlib.pyplot as plt
idx = pd.date_range('20140101', '20140201')
df = pd.DataFrame(index=idx)
df['col0'] = np.random.randn(len(idx))
s_idx = pd.Series(idx, index=idx) # need to do this because we can't shift index
diff_idx = (s_idx-s... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/9154/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/9154/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/9155 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/9155/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/9155/comments | https://api.github.com/repos/pandas-dev/pandas/issues/9155/events | https://github.com/pandas-dev/pandas/issues/9155 | 52,893,316 | MDU6SXNzdWU1Mjg5MzMxNg== | 9,155 | to_excel with engine='xlwt' doesn't support pandas.tslib.Timedelta | {
"avatar_url": "https://avatars.githubusercontent.com/u/109167?v=4",
"events_url": "https://api.github.com/users/scls19fr/events{/privacy}",
"followers_url": "https://api.github.com/users/scls19fr/followers",
"following_url": "https://api.github.com/users/scls19fr/following{/other_user}",
"gists_url": "https... | [
{
"color": "bfe5bf",
"default": false,
"description": "read_excel, to_excel",
"id": 49254273,
"name": "IO Excel",
"node_id": "MDU6TGFiZWw0OTI1NDI3Mw==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/IO%20Excel"
},
{
"color": "5319e7",
"default": false,
"de... | closed | false | null | [] | {
"closed_at": "2018-05-16T03:09:58Z",
"closed_issues": 1645,
"created_at": "2017-10-20T10:17:09Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/j... | 4 | 2014-12-26T10:07:40Z | 2018-01-27T16:56:34Z | 2018-01-27T16:56:34Z | CONTRIBUTOR | null | Hello,
`to_excel` method with `engine='xlwt'` doesn't support `pandas.tslib.Timedelta`
```
import numpy as np
import pandas as pd
idx = pd.date_range('20140101', '20140201')
df = pd.DataFrame(index=idx)
df['col0'] = np.random.randn(len(idx))
s_idx = pd.Series(idx, index=idx)
diff_idx = (s_idx-s_idx.shift(1)).fillna(... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/9155/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/9155/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/9156 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/9156/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/9156/comments | https://api.github.com/repos/pandas-dev/pandas/issues/9156/events | https://github.com/pandas-dev/pandas/issues/9156 | 52,938,033 | MDU6SXNzdWU1MjkzODAzMw== | 9,156 | ValueError: setting an array element with a sequence. | {
"avatar_url": "https://avatars.githubusercontent.com/u/51059?v=4",
"events_url": "https://api.github.com/users/cancan101/events{/privacy}",
"followers_url": "https://api.github.com/users/cancan101/followers",
"following_url": "https://api.github.com/users/cancan101/following{/other_user}",
"gists_url": "htt... | [
{
"color": "0052cc",
"default": false,
"description": "pandas objects compatability with Numpy or Python functions",
"id": 76865106,
"name": "Compat",
"node_id": "MDU6TGFiZWw3Njg2NTEwNg==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Compat"
}
] | closed | false | null | [] | null | 13 | 2014-12-26T20:31:30Z | 2014-12-28T04:04:26Z | 2014-12-27T17:55:50Z | CONTRIBUTOR | null | This works fine:
```
In [24]: np.asarray(np.array([np.asarray([10, 20])]), np.float32)
Out[24]:
array([[ 10., 20.]], dtype=float32)
```
but this does not work:
```
In [25]: np.asarray(pd.Series([np.asarray([10, 20])]), np.float32)
---------------------------------------------------------------------------
ValueErr... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/9156/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/9156/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/9157 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/9157/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/9157/comments | https://api.github.com/repos/pandas-dev/pandas/issues/9157/events | https://github.com/pandas-dev/pandas/issues/9157 | 52,952,632 | MDU6SXNzdWU1Mjk1MjYzMg== | 9,157 | Clearer error message for pd.concat if empty iterator is passed | {
"avatar_url": "https://avatars.githubusercontent.com/u/3819470?v=4",
"events_url": "https://api.github.com/users/cel4/events{/privacy}",
"followers_url": "https://api.github.com/users/cel4/followers",
"following_url": "https://api.github.com/users/cel4/following{/other_user}",
"gists_url": "https://api.gith... | [
{
"color": "02d7e1",
"default": false,
"description": "Concat, Merge/Join, Stack/Unstack, Explode",
"id": 13098779,
"name": "Reshaping",
"node_id": "MDU6TGFiZWwxMzA5ODc3OQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Reshaping"
},
{
"color": "ffa0ff",
"de... | closed | false | null | [] | {
"closed_at": "2015-10-09T18:34:35Z",
"closed_issues": 593,
"created_at": "2015-03-23T10:47:38Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jr... | 9 | 2014-12-27T09:12:06Z | 2019-12-12T23:13:35Z | 2015-08-15T17:05:31Z | CONTRIBUTOR | null | I just saw following problem on stackoverflow: http://stackoverflow.com/questions/27665560/concatenating-files-with-python-pandas
It is not possible to concatenate an empty sequence of data frames.
This tiny code fragment
```
import pandas as pd
dfs = []
pd.concat(dfs)
```
Throws following error:
```
/Users/ch/min... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/9157/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/9157/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/9158 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/9158/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/9158/comments | https://api.github.com/repos/pandas-dev/pandas/issues/9158/events | https://github.com/pandas-dev/pandas/issues/9158 | 52,957,258 | MDU6SXNzdWU1Mjk1NzI1OA== | 9,158 | x tick labels not shown when using secondary_y=True on figure with multiple subplots | {
"avatar_url": "https://avatars.githubusercontent.com/u/1449958?v=4",
"events_url": "https://api.github.com/users/thuehlinger/events{/privacy}",
"followers_url": "https://api.github.com/users/thuehlinger/followers",
"following_url": "https://api.github.com/users/thuehlinger/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": "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... | 1 | 2014-12-27T13:38:05Z | 2015-04-20T18:41:21Z | 2015-04-20T18:41:21Z | NONE | null | This worked on 0.15.1, but not anymore on 0.15.2:
``` python
import pandas as pd
d = {'A' : [1., 2., 3., 4.], 'B' : [4., 3., 2., 1.], 'C': [5, 1, 3, 4]}
df = pd.DataFrame(d, index=pd.date_range('2014 10 11', '2014 10 14'))
axes = df[['A','B']].plot(subplots=True)
df['C'].plot(ax=axes[0], secondary_y=True) # x tick ... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/9158/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/9158/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/9159 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/9159/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/9159/comments | https://api.github.com/repos/pandas-dev/pandas/issues/9159/events | https://github.com/pandas-dev/pandas/issues/9159 | 52,959,580 | MDU6SXNzdWU1Mjk1OTU4MA== | 9,159 | Add shuffling behavior / utility method | {
"avatar_url": "https://avatars.githubusercontent.com/u/51059?v=4",
"events_url": "https://api.github.com/users/cancan101/events{/privacy}",
"followers_url": "https://api.github.com/users/cancan101/followers",
"following_url": "https://api.github.com/users/cancan101/following{/other_user}",
"gists_url": "htt... | [
{
"color": "AD7FA8",
"default": false,
"description": null,
"id": 35818298,
"name": "API Design",
"node_id": "MDU6TGFiZWwzNTgxODI5OA==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/API%20Design"
},
{
"color": "009800",
"default": false,
"description": "D... | closed | false | null | [] | null | 1 | 2014-12-27T15:35:55Z | 2014-12-27T17:58:58Z | 2014-12-27T17:58:50Z | CONTRIBUTOR | null | Ideally some utility method that works to shuffle both dataframes, series and numpy arrays.
For example to shuffle a Dataframe: df.ix[shuffle(df.index)].
See https://github.com/scikit-learn/scikit-learn/issues/4008 for discussion.
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/9159/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/9159/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/9160 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/9160/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/9160/comments | https://api.github.com/repos/pandas-dev/pandas/issues/9160/events | https://github.com/pandas-dev/pandas/issues/9160 | 52,959,618 | MDU6SXNzdWU1Mjk1OTYxOA== | 9,160 | Feature request: quick way to save a plot to file. | {
"avatar_url": "https://avatars.githubusercontent.com/u/91576?v=4",
"events_url": "https://api.github.com/users/FedericoCeratto/events{/privacy}",
"followers_url": "https://api.github.com/users/FedericoCeratto/followers",
"following_url": "https://api.github.com/users/FedericoCeratto/following{/other_user}",
... | [
{
"color": "8AE234",
"default": false,
"description": null,
"id": 2413328,
"name": "Visualization",
"node_id": "MDU6TGFiZWwyNDEzMzI4",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Visualization"
},
{
"color": "AD7FA8",
"default": false,
"description": nul... | closed | false | null | [] | null | 2 | 2014-12-27T15:37:59Z | 2014-12-27T18:32:14Z | 2014-12-27T18:32:14Z | NONE | null | I rarely use Pandas without calling some_dataframe.plot() at the end of some processing.
Saving a plot to disk is a very common requirement.
Having a handy df.plot(save_as="filename") would feel very natural.
By the way, the figsize keyword requires a tuple in inches. It would be nice to support sizes in pixels as well... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/9160/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/9160/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/9161 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/9161/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/9161/comments | https://api.github.com/repos/pandas-dev/pandas/issues/9161/events | https://github.com/pandas-dev/pandas/issues/9161 | 52,969,171 | MDU6SXNzdWU1Mjk2OTE3MQ== | 9,161 | area plots are causing my unit tests to fail | {
"avatar_url": "https://avatars.githubusercontent.com/u/101416?v=4",
"events_url": "https://api.github.com/users/argriffing/events{/privacy}",
"followers_url": "https://api.github.com/users/argriffing/followers",
"following_url": "https://api.github.com/users/argriffing/following{/other_user}",
"gists_url": ... | [
{
"color": "e10c02",
"default": false,
"description": null,
"id": 76811,
"name": "Bug",
"node_id": "MDU6TGFiZWw3NjgxMQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug"
},
{
"color": "8AE234",
"default": false,
"description": null,
"id": 2413328,
... | closed | false | null | [] | {
"closed_at": null,
"closed_issues": 786,
"created_at": "2015-01-13T10:53:19Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jreback/followers",
... | 9 | 2014-12-28T00:11:19Z | 2016-08-10T12:25:06Z | 2016-08-10T12:25:06Z | NONE | null | I'm using the latest matplotlib and pandas. If you run the following code, do the legends look right to you? The unit tests don't like them.
``` python
df = DataFrame(
np.random.rand(10, 3),
index=list(string.ascii_letters[:10]))
df.plot(kind='area', subplots=True, sharex=True, legend=True)
`... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/9161/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/9161/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/9162 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/9162/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/9162/comments | https://api.github.com/repos/pandas-dev/pandas/issues/9162/events | https://github.com/pandas-dev/pandas/issues/9162 | 52,971,279 | MDU6SXNzdWU1Mjk3MTI3OQ== | 9,162 | NDFrame Virtualization | {
"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": "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"
},
{
"color": "a10c02",
"default": false,
"des... | closed | false | null | [] | {
"closed_at": null,
"closed_issues": 2361,
"created_at": "2015-02-26T19:29:05Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/1020496?v=4",
"events_url": "https://api.github.com/users/jorisvandenbossche/events{/privacy}",
"followers_url": "https://api.github.com/users/jorisva... | 1 | 2014-12-28T02:50:28Z | 2020-01-01T16:02:30Z | 2020-01-01T15:54:42Z | CONTRIBUTOR | null | I had mentioned this at one of the pydata talks. Just to put a couple of ideas down.
Currently the internal structure of a `NDFrame` is a collection of `Block` objects, managed by a `BlockManager`. Each of these is a nd-dim array of a single dtype (generally these are the same dim as the parent object, eg. a 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/9162/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/9162/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/9163 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/9163/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/9163/comments | https://api.github.com/repos/pandas-dev/pandas/issues/9163/events | https://github.com/pandas-dev/pandas/pull/9163 | 52,976,686 | MDExOlB1bGxSZXF1ZXN0MjY2MjIxNDg= | 9,163 | PERF: Utilize mixed dtypes in df.count() with MultiIndexes | {
"avatar_url": "https://avatars.githubusercontent.com/u/440095?v=4",
"events_url": "https://api.github.com/users/qwhelan/events{/privacy}",
"followers_url": "https://api.github.com/users/qwhelan/followers",
"following_url": "https://api.github.com/users/qwhelan/following{/other_user}",
"gists_url": "https://... | [
{
"color": "a10c02",
"default": false,
"description": "Memory or execution speed performance",
"id": 8935311,
"name": "Performance",
"node_id": "MDU6TGFiZWw4OTM1MzEx",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Performance"
}
] | closed | false | null | [] | {
"closed_at": "2015-03-23T10:50:37Z",
"closed_issues": 400,
"created_at": "2014-02-14T03:31:22Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jr... | 5 | 2014-12-28T09:07:36Z | 2014-12-29T03:05:54Z | 2014-12-29T00:08:52Z | CONTRIBUTOR | null | @jreback Same underlying cause as #9136 but the solution is a bit more involved here.
Basically, we're transposing a potentially mixed-type frame before calling `notnull(frame.values)`; the same result can be obtained by deferring the transpose until after `notnull` gives us a non-mixed frame.
Here are the vbench res... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/9163/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/9163/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/9163.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/9163",
"merged_at": null,
"patch_url": "https://github.com/pandas-dev/pandas/pull/9163.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/9163"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/9164 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/9164/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/9164/comments | https://api.github.com/repos/pandas-dev/pandas/issues/9164/events | https://github.com/pandas-dev/pandas/pull/9164 | 52,982,304 | MDExOlB1bGxSZXF1ZXN0MjY2MjQ0NzQ= | 9,164 | BUG: hidden ticklabels with sharex and secondary | {
"avatar_url": "https://avatars.githubusercontent.com/u/1312546?v=4",
"events_url": "https://api.github.com/users/TomAugspurger/events{/privacy}",
"followers_url": "https://api.github.com/users/TomAugspurger/followers",
"following_url": "https://api.github.com/users/TomAugspurger/following{/other_user}",
"gi... | [
{
"color": "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": "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... | 8 | 2014-12-28T14:28:29Z | 2015-10-31T02:39:15Z | 2015-04-20T12:12:47Z | CONTRIBUTOR | null | Closes https://github.com/pydata/pandas/issues/9158
``` python
import pandas as pd
d = {'A' : [1., 2., 3., 4.], 'B' : [4., 3., 2., 1.], 'C': [5, 1, 3, 4]}
df = pd.DataFrame(d, index=pd.date_range('2014 10 11', '2014 10 14'))
axes = df[['A','B']].plot(subplots=True)
df['C'].plot(ax=axes[0], secondary_y=True) # x tic... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/9164/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/9164/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/9164.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/9164",
"merged_at": null,
"patch_url": "https://github.com/pandas-dev/pandas/pull/9164.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/9164"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/9165 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/9165/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/9165/comments | https://api.github.com/repos/pandas-dev/pandas/issues/9165/events | https://github.com/pandas-dev/pandas/issues/9165 | 53,008,666 | MDU6SXNzdWU1MzAwODY2Ng== | 9,165 | DOC: missing apt.rst links | {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jreback/followers",
"following_url": "https://api.github.com/users/jreback/following{/other_user}",
"gists_url": "https://... | [
{
"color": "3465A4",
"default": false,
"description": null,
"id": 134699,
"name": "Docs",
"node_id": "MDU6TGFiZWwxMzQ2OTk=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Docs"
}
] | closed | false | null | [] | {
"closed_at": null,
"closed_issues": 2361,
"created_at": "2015-02-26T19:29:05Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/1020496?v=4",
"events_url": "https://api.github.com/users/jorisvandenbossche/events{/privacy}",
"followers_url": "https://api.github.com/users/jorisva... | 2 | 2014-12-28T20:12:12Z | 2015-08-06T11:23:55Z | 2014-12-29T14:06:30Z | CONTRIBUTOR | null | might be nice to adapt this scipy script: https://github.com/scipy/scipy/blob/master/tools/refguide_check.py
- To find all things that are not documented
- make an issue so they can get fixed.
- add this procedure to the wiki
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/9165/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/9165/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/9166 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/9166/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/9166/comments | https://api.github.com/repos/pandas-dev/pandas/issues/9166/events | https://github.com/pandas-dev/pandas/issues/9166 | 53,040,890 | MDU6SXNzdWU1MzA0MDg5MA== | 9,166 | CLN: Refactor *SON RFC | {
"avatar_url": "https://avatars.githubusercontent.com/u/6293472?v=4",
"events_url": "https://api.github.com/users/lJoublanc/events{/privacy}",
"followers_url": "https://api.github.com/users/lJoublanc/followers",
"following_url": "https://api.github.com/users/lJoublanc/following{/other_user}",
"gists_url": "h... | [
{
"color": "06909A",
"default": false,
"description": "IO issues that don't fit into a more specific label",
"id": 2301354,
"name": "IO Data",
"node_id": "MDU6TGFiZWwyMzAxMzU0",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/IO%20Data"
},
{
"color": "a10c02",
"... | closed | false | null | [] | {
"closed_at": null,
"closed_issues": 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 | 2014-12-29T13:25:15Z | 2019-12-22T16:56:34Z | 2019-12-22T16:56:33Z | NONE | null | n.b. I'm looking at how to store a `DataFrame` in BSON format (see #4329) in MongoDB. This is my attempt to gather all the relevant information before adding yet another *SON serializer. Please don't treat this as a change request - I'm just trying to get my head around all the relevant bits. Maybe skip to the summary ... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/9166/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/9166/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/9167 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/9167/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/9167/comments | https://api.github.com/repos/pandas-dev/pandas/issues/9167/events | https://github.com/pandas-dev/pandas/issues/9167 | 53,052,848 | MDU6SXNzdWU1MzA1Mjg0OA== | 9,167 | BUG: ExcelWriter with xlsxwriter adds default format to cells preventing column formats | {
"avatar_url": "https://avatars.githubusercontent.com/u/94267?v=4",
"events_url": "https://api.github.com/users/jmcnamara/events{/privacy}",
"followers_url": "https://api.github.com/users/jmcnamara/followers",
"following_url": "https://api.github.com/users/jmcnamara/following{/other_user}",
"gists_url": "htt... | [
{
"color": "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": "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... | 0 | 2014-12-29T16:36:50Z | 2015-01-06T00:12:48Z | 2015-01-06T00:12:48Z | CONTRIBUTOR | null | The `xlsxwriter` engine (which I helped implement) erroneously adds a default `General` format to cells that don't require it.
This doesn't affect spreadsheets created with `to_excel()`. However, it does prevent the user from overwriting the cell format with a column format.
For example consider the following program... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/9167/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/9167/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/9168 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/9168/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/9168/comments | https://api.github.com/repos/pandas-dev/pandas/issues/9168/events | https://github.com/pandas-dev/pandas/issues/9168 | 53,077,068 | MDU6SXNzdWU1MzA3NzA2OA== | 9,168 | Sampling at pre-defined time values | {
"avatar_url": "https://avatars.githubusercontent.com/u/1993919?v=4",
"events_url": "https://api.github.com/users/amelio-vazquez-reina/events{/privacy}",
"followers_url": "https://api.github.com/users/amelio-vazquez-reina/followers",
"following_url": "https://api.github.com/users/amelio-vazquez-reina/following... | [
{
"color": "4E9A06",
"default": false,
"description": null,
"id": 76812,
"name": "Enhancement",
"node_id": "MDU6TGFiZWw3NjgxMg==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Enhancement"
},
{
"color": "207de5",
"default": false,
"description": "resample... | open | false | null | [] | null | 4 | 2014-12-29T22:26:12Z | 2021-04-12T04:43:08Z | null | CONTRIBUTOR | null | Consider a time-series, e.g.:
```
some_quantity
timestamp
2014-10-06 18:00:40.063000-04:00 0.568000
2014-10-06 18:00:41.361000-04:00 3.014770
2014-10-06 18:00:42.896000-04:00 0.878154
2014-10-06 18:00:43.040000-04:00 0.723077
2014-10-06 18:00:44.791... | {
"+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/9168/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/9168/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/9169 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/9169/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/9169/comments | https://api.github.com/repos/pandas-dev/pandas/issues/9169/events | https://github.com/pandas-dev/pandas/pull/9169 | 53,091,122 | MDExOlB1bGxSZXF1ZXN0MjY2NzI1OTY= | 9,169 | TST: tests for GH5873 | {
"avatar_url": "https://avatars.githubusercontent.com/u/1288998?v=4",
"events_url": "https://api.github.com/users/behzadnouri/events{/privacy}",
"followers_url": "https://api.github.com/users/behzadnouri/followers",
"following_url": "https://api.github.com/users/behzadnouri/following{/other_user}",
"gists_ur... | [
{
"color": "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": "d7e102",
"d... | closed | false | null | [] | {
"closed_at": "2015-03-23T10:50:37Z",
"closed_issues": 400,
"created_at": "2014-02-14T03:31:22Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jr... | 1 | 2014-12-30T03:43:01Z | 2015-01-10T20:19:44Z | 2015-01-02T15:41:25Z | CONTRIBUTOR | null | closes https://github.com/pydata/pandas/issues/5873
code changes were done in https://github.com/pydata/pandas/pull/9101 and https://github.com/pydata/pandas/pull/9061. just adding tests to confirm bugs reported there are handled.
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/9169/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/9169/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/9169.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/9169",
"merged_at": null,
"patch_url": "https://github.com/pandas-dev/pandas/pull/9169.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/9169"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/9170 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/9170/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/9170/comments | https://api.github.com/repos/pandas-dev/pandas/issues/9170/events | https://github.com/pandas-dev/pandas/issues/9170 | 53,091,477 | MDU6SXNzdWU1MzA5MTQ3Nw== | 9,170 | Index._shallow_copy does not handle data types | {
"avatar_url": "https://avatars.githubusercontent.com/u/1288998?v=4",
"events_url": "https://api.github.com/users/behzadnouri/events{/privacy}",
"followers_url": "https://api.github.com/users/behzadnouri/followers",
"following_url": "https://api.github.com/users/behzadnouri/following{/other_user}",
"gists_ur... | [
{
"color": "fbca04",
"default": false,
"description": "Related to non-user accessible pandas implementation",
"id": 49094459,
"name": "Internals",
"node_id": "MDU6TGFiZWw0OTA5NDQ1OQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Internals"
}
] | closed | false | null | [] | null | 1 | 2014-12-30T03:55:22Z | 2015-01-02T15:43:23Z | 2015-01-02T15:43:15Z | CONTRIBUTOR | null | integer index with float data types:
```
>>> i
Int64Index([1, 2], dtype='int64')
>>> i._shallow_copy(i.values.astype('f8'))
Int64Index([1.0, 2.0], dtype='float64')
```
another issue: an index which is not equal to its copy:
```
>>> i
Float64Index([1.0, 2.0], dtype='float64')
>>> j = i._shallow_copy(i.values.astype('... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/9170/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/9170/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/9171 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/9171/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/9171/comments | https://api.github.com/repos/pandas-dev/pandas/issues/9171/events | https://github.com/pandas-dev/pandas/pull/9171 | 53,092,855 | MDExOlB1bGxSZXF1ZXN0MjY2NzM0Mjc= | 9,171 | BUG: Fix for extraneous default cell format in xlsxwriter files. | {
"avatar_url": "https://avatars.githubusercontent.com/u/94267?v=4",
"events_url": "https://api.github.com/users/jmcnamara/events{/privacy}",
"followers_url": "https://api.github.com/users/jmcnamara/followers",
"following_url": "https://api.github.com/users/jmcnamara/following{/other_user}",
"gists_url": "htt... | [
{
"color": "e10c02",
"default": false,
"description": null,
"id": 76811,
"name": "Bug",
"node_id": "MDU6TGFiZWw3NjgxMQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug"
},
{
"color": "bfe5bf",
"default": false,
"description": "read_excel, to_excel",
... | closed | false | null | [] | {
"closed_at": "2015-03-23T10:50:37Z",
"closed_issues": 400,
"created_at": "2014-02-14T03:31:22Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jr... | 5 | 2014-12-30T04:40:18Z | 2015-01-06T00:13:06Z | 2015-01-06T00:13:06Z | CONTRIBUTOR | null | Fix for issue in the xlsxwriter engine where is adds a default
'General' format to cells if no other format is applied. This
isn't a bug, per se, but it prevents other row or column formatting.
closes #9167
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/9171/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/9171/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/9171.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/9171",
"merged_at": null,
"patch_url": "https://github.com/pandas-dev/pandas/pull/9171.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/9171"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/9172 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/9172/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/9172/comments | https://api.github.com/repos/pandas-dev/pandas/issues/9172/events | https://github.com/pandas-dev/pandas/pull/9172 | 53,115,865 | MDExOlB1bGxSZXF1ZXN0MjY2ODU1MTQ= | 9,172 | ERR: better concat error messages #9157 | {
"avatar_url": "https://avatars.githubusercontent.com/u/3819470?v=4",
"events_url": "https://api.github.com/users/cel4/events{/privacy}",
"followers_url": "https://api.github.com/users/cel4/followers",
"following_url": "https://api.github.com/users/cel4/following{/other_user}",
"gists_url": "https://api.gith... | [
{
"color": "02d7e1",
"default": false,
"description": "Concat, Merge/Join, Stack/Unstack, Explode",
"id": 13098779,
"name": "Reshaping",
"node_id": "MDU6TGFiZWwxMzA5ODc3OQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Reshaping"
},
{
"color": "ffa0ff",
"de... | closed | false | null | [] | {
"closed_at": "2015-10-09T18:34:35Z",
"closed_issues": 593,
"created_at": "2015-03-23T10:47:38Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jr... | 16 | 2014-12-30T13:35:46Z | 2015-08-16T08:17:52Z | 2015-08-15T17:05:08Z | CONTRIBUTOR | null | closes #9157
This is a first attempt to improve the error message when trying to concat an empty list/set of objects:
`pd.concat([])` currently raises following error:
```
/Users/ch/miniconda/envs/sci33/lib/python3.3/site-packages/pandas/tools/merge.py in __init__(self, objs, axis, join, join_axes, keys, levels, na... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/9172/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/9172/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/9172.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/9172",
"merged_at": null,
"patch_url": "https://github.com/pandas-dev/pandas/pull/9172.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/9172"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/9173 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/9173/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/9173/comments | https://api.github.com/repos/pandas-dev/pandas/issues/9173/events | https://github.com/pandas-dev/pandas/issues/9173 | 53,118,626 | MDU6SXNzdWU1MzExODYyNg== | 9,173 | BUG: "ValueError: Values falls after last bin" on resample('1D') of df with DST index, new in 0.15.2 | {
"avatar_url": "https://avatars.githubusercontent.com/u/8044255?v=4",
"events_url": "https://api.github.com/users/fantabolous/events{/privacy}",
"followers_url": "https://api.github.com/users/fantabolous/followers",
"following_url": "https://api.github.com/users/fantabolous/following{/other_user}",
"gists_ur... | [
{
"color": "e10c02",
"default": false,
"description": null,
"id": 76811,
"name": "Bug",
"node_id": "MDU6TGFiZWw3NjgxMQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug"
},
{
"color": "5319e7",
"default": false,
"description": "Timezone data dtype",
... | closed | false | null | [] | {
"closed_at": "2015-03-23T10:50:37Z",
"closed_issues": 400,
"created_at": "2014-02-14T03:31:22Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jr... | 3 | 2014-12-30T14:24:52Z | 2015-03-11T12:10:42Z | 2015-03-11T12:10:42Z | NONE | null | I just upgraded to pandas 0.15.2 and now hit this when I do resample. It worked fine in 0.15.1 (I rolled back to 0.15.1 to confirm). As far as I can tell it occurs when the first date in the index is during daylight savings and the last is not, or vice versa.
For example, with a date just before and another just afte... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/9173/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/9173/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/9174 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/9174/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/9174/comments | https://api.github.com/repos/pandas-dev/pandas/issues/9174/events | https://github.com/pandas-dev/pandas/issues/9174 | 53,130,104 | MDU6SXNzdWU1MzEzMDEwNA== | 9,174 | mean of series of dataframes gives TypeError | {
"avatar_url": "https://avatars.githubusercontent.com/u/2425472?v=4",
"events_url": "https://api.github.com/users/mt-digital/events{/privacy}",
"followers_url": "https://api.github.com/users/mt-digital/followers",
"following_url": "https://api.github.com/users/mt-digital/following{/other_user}",
"gists_url":... | [] | closed | false | null | [] | null | 2 | 2014-12-30T17:07:34Z | 2014-12-30T20:03:29Z | 2014-12-30T20:03:29Z | NONE | null | I just posted this, slightly modified, on [SO](http://stackoverflow.com/questions/27709433/why-does-a-pandas-series-of-dataframe-mean-fail-but-sum-does-not-and-how-to-ma). I'm getting a `TypeError` when I try to take the mean of a series of pandas DataFrames, as shown below:
``` python
import pandas as pd
import numpy... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/9174/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/9174/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/9175 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/9175/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/9175/comments | https://api.github.com/repos/pandas-dev/pandas/issues/9175/events | https://github.com/pandas-dev/pandas/pull/9175 | 53,164,314 | MDExOlB1bGxSZXF1ZXN0MjY3MTM2Mjk= | 9,175 | BUG: Fix for Timestamp handling in xlwt and xlsxwriter engines. | {
"avatar_url": "https://avatars.githubusercontent.com/u/94267?v=4",
"events_url": "https://api.github.com/users/jmcnamara/events{/privacy}",
"followers_url": "https://api.github.com/users/jmcnamara/followers",
"following_url": "https://api.github.com/users/jmcnamara/following{/other_user}",
"gists_url": "htt... | [
{
"color": "e10c02",
"default": false,
"description": null,
"id": 76811,
"name": "Bug",
"node_id": "MDU6TGFiZWw3NjgxMQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug"
},
{
"color": "bfe5bf",
"default": false,
"description": "read_excel, to_excel",
... | closed | false | null | [] | {
"closed_at": "2015-03-23T10:50:37Z",
"closed_issues": 400,
"created_at": "2014-02-14T03:31:22Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jr... | 5 | 2014-12-31T03:04:58Z | 2015-01-15T02:35:28Z | 2015-01-15T02:35:28Z | CONTRIBUTOR | null | Fix for writing Timestamp objects using the xlwt and xlsxwriter
engines. Both modules write Excel dates and times using
datetime.timedelta which differs from pandas.Timedelta. This
fix coerces Timestamp objects to datetime objects.
fixes #9139.
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/9175/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/9175/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/9175.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/9175",
"merged_at": null,
"patch_url": "https://github.com/pandas-dev/pandas/pull/9175.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/9175"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/9176 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/9176/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/9176/comments | https://api.github.com/repos/pandas-dev/pandas/issues/9176/events | https://github.com/pandas-dev/pandas/pull/9176 | 53,168,119 | MDExOlB1bGxSZXF1ZXN0MjY3MTU1ODE= | 9,176 | BUG: "index_col=False" not working when "usecols" is specified in read_csv (GH9082) | {
"avatar_url": "https://avatars.githubusercontent.com/u/831833?v=4",
"events_url": "https://api.github.com/users/selasley/events{/privacy}",
"followers_url": "https://api.github.com/users/selasley/followers",
"following_url": "https://api.github.com/users/selasley/following{/other_user}",
"gists_url": "https... | [
{
"color": "e10c02",
"default": false,
"description": null,
"id": 76811,
"name": "Bug",
"node_id": "MDU6TGFiZWw3NjgxMQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug"
},
{
"color": "5319e7",
"default": false,
"description": "read_csv, to_csv",
"... | closed | false | null | [] | {
"closed_at": "2015-03-23T10:50:37Z",
"closed_issues": 400,
"created_at": "2014-02-14T03:31:22Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jr... | 3 | 2014-12-31T05:32:02Z | 2015-01-10T17:33:28Z | 2015-01-10T17:33:28Z | CONTRIBUTOR | null | Fixes #9082
My access to the internet is spotty for the next few days. This fixes 9082 and does not break any of the existing tests so hopefully it won't break anyone's existing code. Happy New Year!
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/9176/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/9176/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/9176.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/9176",
"merged_at": null,
"patch_url": "https://github.com/pandas-dev/pandas/pull/9176.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/9176"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/9177 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/9177/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/9177/comments | https://api.github.com/repos/pandas-dev/pandas/issues/9177/events | https://github.com/pandas-dev/pandas/pull/9177 | 53,190,705 | MDExOlB1bGxSZXF1ZXN0MjY3MjgwNzQ= | 9,177 | BUG: Fix not to reindex on non-Categorical groups (GH9049) | {
"avatar_url": "https://avatars.githubusercontent.com/u/975452?v=4",
"events_url": "https://api.github.com/users/ledmonster/events{/privacy}",
"followers_url": "https://api.github.com/users/ledmonster/followers",
"following_url": "https://api.github.com/users/ledmonster/following{/other_user}",
"gists_url": ... | [
{
"color": "a10c02",
"default": false,
"description": "Memory or execution speed performance",
"id": 8935311,
"name": "Performance",
"node_id": "MDU6TGFiZWw4OTM1MzEx",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Performance"
},
{
"color": "006b75",
"default"... | closed | false | null | [] | {
"closed_at": "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... | 21 | 2014-12-31T16:16:37Z | 2015-02-11T01:49:04Z | 2015-02-10T14:52:04Z | NONE | null | closes #9049.
closes #9344
_self._was_factor_ is not appropriate to judge whether grouper is Categorical or not, because it can be "True" when we groupby indices (not columns). So, I added another flag _self._is_categorical_ to judge Categorical state.
Also, I added a GroupBy test for MultiIndexed data, which was fa... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/9177/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/9177/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/9177.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/9177",
"merged_at": "2015-02-10T14:52:04Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/9177.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/9177"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/9178 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/9178/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/9178/comments | https://api.github.com/repos/pandas-dev/pandas/issues/9178/events | https://github.com/pandas-dev/pandas/issues/9178 | 53,200,037 | MDU6SXNzdWU1MzIwMDAzNw== | 9,178 | Crash on read_html(url, flavor="bs4") if table has only one column | {
"avatar_url": "https://avatars.githubusercontent.com/u/1266076?v=4",
"events_url": "https://api.github.com/users/boarpig/events{/privacy}",
"followers_url": "https://api.github.com/users/boarpig/followers",
"following_url": "https://api.github.com/users/boarpig/following{/other_user}",
"gists_url": "https:/... | [
{
"color": "e10c02",
"default": false,
"description": null,
"id": 76811,
"name": "Bug",
"node_id": "MDU6TGFiZWw3NjgxMQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug"
},
{
"color": "006b75",
"default": false,
"description": "read_html, to_html, Styl... | closed | false | null | [] | {
"closed_at": "2016-05-05T00:34:40Z",
"closed_issues": 306,
"created_at": "2016-02-08T15:29:59Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jr... | 5 | 2014-12-31T19:39:48Z | 2016-04-25T21:57:21Z | 2016-04-25T21:57:21Z | NONE | null | I was trying to read a package tracking table from finnish post office's website and I got
```
Traceback (most recent call last):
File "./posti.py", line 69, in <module>
dfs = read_html(html)
File "/usr/lib/python3.4/site-packages/pandas/io/html.py", line 851, in read_html
parse_dates, tupleize_cols, thous... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/9178/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/9178/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/9179 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/9179/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/9179/comments | https://api.github.com/repos/pandas-dev/pandas/issues/9179/events | https://github.com/pandas-dev/pandas/issues/9179 | 53,224,409 | MDU6SXNzdWU1MzIyNDQwOQ== | 9,179 | Implement a DataFrame.view() method to interactively display data | {
"avatar_url": "https://avatars.githubusercontent.com/u/1017726?v=4",
"events_url": "https://api.github.com/users/wavexx/events{/privacy}",
"followers_url": "https://api.github.com/users/wavexx/followers",
"following_url": "https://api.github.com/users/wavexx/following{/other_user}",
"gists_url": "https://ap... | [
{
"color": "ededed",
"default": false,
"description": "__repr__ of pandas objects, to_string",
"id": 13101118,
"name": "Output-Formatting",
"node_id": "MDU6TGFiZWwxMzEwMTExOA==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Output-Formatting"
}
] | closed | false | null | [] | null | 10 | 2015-01-01T17:36:22Z | 2015-03-29T15:40:01Z | 2015-03-29T15:40:01Z | NONE | null | R has a very rudimentary function (utils::View()) to display data interactively. On X11 it's so broken I basically never used it, yet, it would be very nice if pandas had something similar.
With python, there's tabview: https://github.com/firecat53/tabview/
which can be used as a module as well:
```
import tabview.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/9179/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/9179/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/9180 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/9180/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/9180/comments | https://api.github.com/repos/pandas-dev/pandas/issues/9180/events | https://github.com/pandas-dev/pandas/issues/9180 | 53,231,995 | MDU6SXNzdWU1MzIzMTk5NQ== | 9,180 | Support ndjson -- newline delimited json -- for streaming data. | {
"avatar_url": "https://avatars.githubusercontent.com/u/633012?v=4",
"events_url": "https://api.github.com/users/okdistribute/events{/privacy}",
"followers_url": "https://api.github.com/users/okdistribute/followers",
"following_url": "https://api.github.com/users/okdistribute/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": "207de5",
"default": false,
"description": "read_jso... | closed | false | null | [] | {
"closed_at": "2016-10-03T08:52:13Z",
"closed_issues": 733,
"created_at": "2016-03-11T21:24:45Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jr... | 22 | 2015-01-01T23:46:25Z | 2021-07-20T10:15:44Z | 2016-07-24T14:14:06Z | NONE | null | Hey all,
I'm a developer on [dat project](https://github.com/maxogden/dat) (git for data) and we are building a python library to interact with the data store.
Everything in dat is streaming, and we use newline delimited json as the official transfer format between processes.
[Take a look at the specification for ... | {
"+1": 9,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 1,
"rocket": 0,
"total_count": 10,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/9180/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/9180/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/9181 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/9181/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/9181/comments | https://api.github.com/repos/pandas-dev/pandas/issues/9181/events | https://github.com/pandas-dev/pandas/pull/9181 | 53,233,750 | MDExOlB1bGxSZXF1ZXN0MjY3NDgzNTc= | 9,181 | is_list_like() for to_excel, fixes #8188. | {
"avatar_url": "https://avatars.githubusercontent.com/u/1735650?v=4",
"events_url": "https://api.github.com/users/hunterowens/events{/privacy}",
"followers_url": "https://api.github.com/users/hunterowens/followers",
"following_url": "https://api.github.com/users/hunterowens/following{/other_user}",
"gists_ur... | [
{
"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": "e102d8",
"default": false,
"description": "Unexpect... | closed | false | null | [] | null | 5 | 2015-01-02T01:23:19Z | 2015-05-09T16:17:11Z | 2015-05-09T16:17:11Z | CONTRIBUTOR | null | closes #8188
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/9181/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/9181/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/9181.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/9181",
"merged_at": null,
"patch_url": "https://github.com/pandas-dev/pandas/pull/9181.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/9181"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/9182 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/9182/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/9182/comments | https://api.github.com/repos/pandas-dev/pandas/issues/9182/events | https://github.com/pandas-dev/pandas/pull/9182 | 53,235,628 | MDExOlB1bGxSZXF1ZXN0MjY3NDkwOTY= | 9,182 | FIX: Fix problems with Series text representation. | {
"avatar_url": "https://avatars.githubusercontent.com/u/832380?v=4",
"events_url": "https://api.github.com/users/bjonen/events{/privacy}",
"followers_url": "https://api.github.com/users/bjonen/followers",
"following_url": "https://api.github.com/users/bjonen/following{/other_user}",
"gists_url": "https://api... | [
{
"color": "e10c02",
"default": false,
"description": null,
"id": 76811,
"name": "Bug",
"node_id": "MDU6TGFiZWw3NjgxMQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug"
},
{
"color": "ededed",
"default": false,
"description": "__repr__ of pandas objec... | 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... | 28 | 2015-01-02T03:08:18Z | 2015-03-17T00:19:21Z | 2015-03-17T00:18:39Z | CONTRIBUTOR | null | This PR harmonizes the way DataFrame and Series are printed.
closes #8532
closes #7508
Before
```
In [1]: import pandas as pd
In [2]: pd.options.display.max_rows = 10
In [3]: s = pd.Series([1,1,1,1,1,1,1,1,1,1,0.9999,1,1]*10)
In [4]: s
Out[4]:
0 1
1 1
2 1
...
127 0.9999
128 1.0000
129 1.0000
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/9182/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/9182/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/9182.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/9182",
"merged_at": "2015-03-17T00:18:39Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/9182.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/9182"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/9183 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/9183/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/9183/comments | https://api.github.com/repos/pandas-dev/pandas/issues/9183/events | https://github.com/pandas-dev/pandas/issues/9183 | 53,241,478 | MDU6SXNzdWU1MzI0MTQ3OA== | 9,183 | Bug Report: IndexError when skiprows > 0 and index_col=False | {
"avatar_url": "https://avatars.githubusercontent.com/u/2243911?v=4",
"events_url": "https://api.github.com/users/bikestra/events{/privacy}",
"followers_url": "https://api.github.com/users/bikestra/followers",
"following_url": "https://api.github.com/users/bikestra/following{/other_user}",
"gists_url": "http... | [
{
"color": "5319e7",
"default": false,
"description": "read_csv, to_csv",
"id": 47229171,
"name": "IO CSV",
"node_id": "MDU6TGFiZWw0NzIyOTE3MQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/IO%20CSV"
}
] | closed | false | null | [] | null | 3 | 2015-01-02T07:55:50Z | 2015-01-02T17:48:23Z | 2015-01-02T17:48:23Z | NONE | null | I am using Pandas 0.15.2. I am trying to read the following space-delimited file, which needs first three lines to be skipped:
```
from pandas import *
tumor_df = read_csv("http://www.stat.columbia.edu/~gelman/book/data/rats.asc", index_col=False, skiprows=3, delim_whitespace=True)
```
However, it results in an Inde... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/9183/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/9183/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/9184 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/9184/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/9184/comments | https://api.github.com/repos/pandas-dev/pandas/issues/9184/events | https://github.com/pandas-dev/pandas/issues/9184 | 53,254,821 | MDU6SXNzdWU1MzI1NDgyMQ== | 9,184 | str.contains - returns series of zeroes instead of series of bools when all values are NaNs. | {
"avatar_url": "https://avatars.githubusercontent.com/u/10167353?v=4",
"events_url": "https://api.github.com/users/Sereger13/events{/privacy}",
"followers_url": "https://api.github.com/users/Sereger13/followers",
"following_url": "https://api.github.com/users/Sereger13/following{/other_user}",
"gists_url": "... | [
{
"color": "e102d8",
"default": false,
"description": "Unexpected or buggy dtype conversions",
"id": 31404521,
"name": "Dtype Conversions",
"node_id": "MDU6TGFiZWwzMTQwNDUyMQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Dtype%20Conversions"
},
{
"color": "AD7... | closed | false | null | [] | {
"closed_at": "2015-03-23T10:50:37Z",
"closed_issues": 400,
"created_at": "2014-02-14T03:31:22Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jr... | 12 | 2015-01-02T14:22:34Z | 2015-01-25T20:06:58Z | 2015-01-25T20:06:58Z | NONE | null | ```
import pandas as pd
df = pd.DataFrame({'a': ['x', 'y', 'z'], 'b': [np.nan, np.nan, np.nan]})
```
Applying to string column - produces correct result:
```
df['a'].str.contains('c', na=False)
0 False
1 False
2 False
Name: a, dtype: bool
```
Applying to float column - returns **zeroes** instead of **bools*... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/9184/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/9184/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/9185 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/9185/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/9185/comments | https://api.github.com/repos/pandas-dev/pandas/issues/9185/events | https://github.com/pandas-dev/pandas/issues/9185 | 53,262,379 | MDU6SXNzdWU1MzI2MjM3OQ== | 9,185 | API: restore timedelta compability for Timedelta components? | {
"avatar_url": "https://avatars.githubusercontent.com/u/1217238?v=4",
"events_url": "https://api.github.com/users/shoyer/events{/privacy}",
"followers_url": "https://api.github.com/users/shoyer/followers",
"following_url": "https://api.github.com/users/shoyer/following{/other_user}",
"gists_url": "https://ap... | [
{
"color": "AD7FA8",
"default": false,
"description": null,
"id": 35818298,
"name": "API Design",
"node_id": "MDU6TGFiZWwzNTgxODI5OA==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/API%20Design"
},
{
"color": "5319e7",
"default": false,
"description": "T... | 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 | 2015-01-02T16:41:51Z | 2015-01-16T16:54:45Z | 2015-01-16T16:54:45Z | MEMBER | null | With the new `Timedelta` type (see https://github.com/pydata/pandas/pull/8184), we introduced behavior that breaks compatibility with the superclass `timedelta`: `td.seconds` refers to seconds since the last minute, rather than seconds since the last day (as in the superclass).
I think breaking compatibility with the ... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/9185/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/9185/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/9186 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/9186/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/9186/comments | https://api.github.com/repos/pandas-dev/pandas/issues/9186/events | https://github.com/pandas-dev/pandas/issues/9186 | 53,262,851 | MDU6SXNzdWU1MzI2Mjg1MQ== | 9,186 | KeyError when using pivot_table with an aggfunc and and empty column | {
"avatar_url": "https://avatars.githubusercontent.com/u/1464072?v=4",
"events_url": "https://api.github.com/users/brandonkane/events{/privacy}",
"followers_url": "https://api.github.com/users/brandonkane/followers",
"following_url": "https://api.github.com/users/brandonkane/following{/other_user}",
"gists_ur... | [
{
"color": "0e8a16",
"default": true,
"description": null,
"id": 717120670,
"name": "good first issue",
"node_id": "MDU6TGFiZWw3MTcxMjA2NzA=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/good%20first%20issue"
},
{
"color": "cdea3c",
"default": false,
"de... | closed | false | null | [] | {
"closed_at": "2020-01-30T12:18:05Z",
"closed_issues": 2207,
"created_at": "2012-09-13T02:13:00Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4",
"events_url": "https://api.github.com/users/wesm/events{/privacy}",
"followers_url": "https://api.github.com/users/wesm... | 2 | 2015-01-02T16:50:11Z | 2020-01-03T23:23:44Z | 2020-01-03T23:23:44Z | NONE | null | This is a bit of an edge case, but in Pandas 0.15.2 when you try to pivot on an empty column you should get back an empty dataframe. This is the behaviour when the default aggregation function is used, but if you specify an aggfunc argument it fails.
Setup dataframe with empty column:
```
>>> df = pd.DataFrame({'A':... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/9186/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/9186/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/9187 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/9187/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/9187/comments | https://api.github.com/repos/pandas-dev/pandas/issues/9187/events | https://github.com/pandas-dev/pandas/pull/9187 | 53,273,734 | MDExOlB1bGxSZXF1ZXN0MjY3Njg3MDM= | 9,187 | ENH: Handle categorical dtype to/from R | {
"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": "e11d21",
"default": false,
"description": "Categorical Data Type",
"id": 78527356,
"name": "Categorical",
"node_id": "MDU6TGFiZWw3ODUyNzM1Ng==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Categorical"
}
] | closed | false | null | [] | {
"closed_at": 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... | 9 | 2015-01-02T19:55:15Z | 2015-03-08T16:56:20Z | 2015-03-08T14:39:29Z | 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/9187/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/9187/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/9187.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/9187",
"merged_at": null,
"patch_url": "https://github.com/pandas-dev/pandas/pull/9187.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/9187"
} | |
https://api.github.com/repos/pandas-dev/pandas/issues/9188 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/9188/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/9188/comments | https://api.github.com/repos/pandas-dev/pandas/issues/9188/events | https://github.com/pandas-dev/pandas/issues/9188 | 53,275,265 | MDU6SXNzdWU1MzI3NTI2NQ== | 9,188 | BUG: concat of all-nan with empty frame produces object dtype | {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jreback/followers",
"following_url": "https://api.github.com/users/jreback/following{/other_user}",
"gists_url": "https://... | [
{
"color": "0e8a16",
"default": true,
"description": null,
"id": 717120670,
"name": "good first issue",
"node_id": "MDU6TGFiZWw3MTcxMjA2NzA=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/good%20first%20issue"
},
{
"color": "cdea3c",
"default": false,
"de... | closed | false | null | [] | {
"closed_at": "2021-07-02T07:59:17Z",
"closed_issues": 2396,
"created_at": "2020-11-11T19:05:43Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/j... | 3 | 2015-01-02T20:20:20Z | 2021-05-10T21:45:31Z | 2021-05-10T21:45:31Z | CONTRIBUTOR | null | xref #9149
The resultant has all missing and when concat with an empty frame should result in the same dtype (and not promotion)
```
In [1]: df_1 = pd.DataFrame({"Row":[0,1,1], "EmptyCol":np.nan, "NumberCol":[1,2,3]})
In [2]: df_2 = pd.DataFrame(columns = df_1.columns)
In [3]: df_concat = pd.concat([df_1, df_2], ax... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/9188/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/9188/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/9189 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/9189/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/9189/comments | https://api.github.com/repos/pandas-dev/pandas/issues/9189/events | https://github.com/pandas-dev/pandas/pull/9189 | 53,279,706 | MDExOlB1bGxSZXF1ZXN0MjY3NzIxNTk= | 9,189 | Docstring: pd.to_datetime (issue #9107) | {
"avatar_url": "https://avatars.githubusercontent.com/u/1324881?v=4",
"events_url": "https://api.github.com/users/vfilimonov/events{/privacy}",
"followers_url": "https://api.github.com/users/vfilimonov/followers",
"following_url": "https://api.github.com/users/vfilimonov/following{/other_user}",
"gists_url":... | [
{
"color": "3465A4",
"default": false,
"description": null,
"id": 134699,
"name": "Docs",
"node_id": "MDU6TGFiZWwxMzQ2OTk=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Docs"
}
] | closed | false | null | [] | {
"closed_at": "2015-03-23T10:50:37Z",
"closed_issues": 400,
"created_at": "2014-02-14T03:31:22Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jr... | 3 | 2015-01-02T21:38:28Z | 2015-01-06T11:17:47Z | 2015-01-04T22:36:13Z | CONTRIBUTOR | null | Following the issue "to_datetime returns NaT for old dates with coerce=True".
Do I understand correctly that online documentation is build automatically from docstrings? I.e. are there any other files to change?
Also it would be good to make a link to [this section of "Caveats and Gotchas"](http://pandas.pydata.org/p... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/9189/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/9189/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/9189.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/9189",
"merged_at": "2015-01-04T22:36:13Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/9189.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/9189"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/9190 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/9190/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/9190/comments | https://api.github.com/repos/pandas-dev/pandas/issues/9190/events | https://github.com/pandas-dev/pandas/issues/9190 | 53,282,700 | MDU6SXNzdWU1MzI4MjcwMA== | 9,190 | Feature Request: categorical.reset_order | {
"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": "3465A4",
"default": false,
"description": null,
"id": 134699,
"name": "Docs",
"node_id": "MDU6TGFiZWwxMzQ2OTk=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Docs"
},
{
"color": "e11d21",
"default": false,
"description": "Categorical Data Type... | closed | false | null | [] | {
"closed_at": "2015-03-23T10:50:37Z",
"closed_issues": 400,
"created_at": "2014-02-14T03:31:22Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jr... | 12 | 2015-01-02T22:30:24Z | 2015-03-11T12:11:49Z | 2015-03-11T12:11:49Z | CONTRIBUTOR | null | I was thinking about trying to add a `to_unordered` method, then I thought maybe a `reset_order` (or `reorder`?) with an optional `drop` keyword à la `reset_index` makes more sense. I didn't see if this was possible yet, so this is also a question. Is this possible via some other syntactic sugar? I might see if I can h... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/9190/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/9190/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/9191 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/9191/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/9191/comments | https://api.github.com/repos/pandas-dev/pandas/issues/9191/events | https://github.com/pandas-dev/pandas/pull/9191 | 53,283,075 | MDExOlB1bGxSZXF1ZXN0MjY3NzQwNDQ= | 9,191 | Add DataFrame.view() to display contents interactively. | {
"avatar_url": "https://avatars.githubusercontent.com/u/1017726?v=4",
"events_url": "https://api.github.com/users/wavexx/events{/privacy}",
"followers_url": "https://api.github.com/users/wavexx/followers",
"following_url": "https://api.github.com/users/wavexx/following{/other_user}",
"gists_url": "https://ap... | [
{
"color": "ededed",
"default": false,
"description": "__repr__ of pandas objects, to_string",
"id": 13101118,
"name": "Output-Formatting",
"node_id": "MDU6TGFiZWwxMzEwMTExOA==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Output-Formatting"
}
] | closed | false | null | [] | null | 13 | 2015-01-02T22:37:18Z | 2015-03-29T17:15:11Z | 2015-03-29T17:15:11Z | NONE | null | This is a first attempt at addressing #9179
We add a DataFrame.view method to visualize the contents of a dataframe interactively.
The viewing itself is performed using the "tabview" module from https://github.com/firecat53/tabview
A few initial notes:
- tabview requires python3 currently, so please test using pytho... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/9191/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/9191/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/9191.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/9191",
"merged_at": null,
"patch_url": "https://github.com/pandas-dev/pandas/pull/9191.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/9191"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/9192 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/9192/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/9192/comments | https://api.github.com/repos/pandas-dev/pandas/issues/9192/events | https://github.com/pandas-dev/pandas/pull/9192 | 53,283,346 | MDExOlB1bGxSZXF1ZXN0MjY3NzQxODA= | 9,192 | Add lag parameter to autocorrelation | {
"avatar_url": "https://avatars.githubusercontent.com/u/2659489?v=4",
"events_url": "https://api.github.com/users/omtinez/events{/privacy}",
"followers_url": "https://api.github.com/users/omtinez/followers",
"following_url": "https://api.github.com/users/omtinez/following{/other_user}",
"gists_url": "https:/... | [
{
"color": "006b75",
"default": false,
"description": "Arithmetic, Comparison, and Logical operations",
"id": 47223669,
"name": "Numeric Operations",
"node_id": "MDU6TGFiZWw0NzIyMzY2OQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Numeric%20Operations"
},
{
"c... | 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 | 2015-01-02T22:42:12Z | 2015-01-14T19:16:18Z | 2015-01-14T17:33:41Z | CONTRIBUTOR | null | Add lag parameter to autocorrelation, default to lag-1 autocorrelation so existing code will work unchanged.
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/9192/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/9192/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/9192.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/9192",
"merged_at": null,
"patch_url": "https://github.com/pandas-dev/pandas/pull/9192.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/9192"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/9193 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/9193/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/9193/comments | https://api.github.com/repos/pandas-dev/pandas/issues/9193/events | https://github.com/pandas-dev/pandas/pull/9193 | 53,307,241 | MDExOlB1bGxSZXF1ZXN0MjY3ODQwMDg= | 9,193 | Validate that 'name' attribute is set only if hashable | {
"avatar_url": "https://avatars.githubusercontent.com/u/3160562?v=4",
"events_url": "https://api.github.com/users/dr-leo/events{/privacy}",
"followers_url": "https://api.github.com/users/dr-leo/followers",
"following_url": "https://api.github.com/users/dr-leo/following{/other_user}",
"gists_url": "https://ap... | [
{
"color": "0052cc",
"default": false,
"description": "pandas objects compatability with Numpy or Python functions",
"id": 76865106,
"name": "Compat",
"node_id": "MDU6TGFiZWw3Njg2NTEwNg==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Compat"
}
] | closed | false | null | [] | null | 19 | 2015-01-03T15:50:34Z | 2015-05-14T15:48:28Z | 2015-05-09T15:59:50Z | CONTRIBUTOR | null | addresses part of issue #8263.
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/9193/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/9193/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/9193.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/9193",
"merged_at": null,
"patch_url": "https://github.com/pandas-dev/pandas/pull/9193.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/9193"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/9194 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/9194/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/9194/comments | https://api.github.com/repos/pandas-dev/pandas/issues/9194/events | https://github.com/pandas-dev/pandas/pull/9194 | 53,312,835 | MDExOlB1bGxSZXF1ZXN0MjY3ODYwNTI= | 9,194 | BUG: read_html with a single column table #9178 | {
"avatar_url": "https://avatars.githubusercontent.com/u/1266076?v=4",
"events_url": "https://api.github.com/users/boarpig/events{/privacy}",
"followers_url": "https://api.github.com/users/boarpig/followers",
"following_url": "https://api.github.com/users/boarpig/following{/other_user}",
"gists_url": "https:/... | [
{
"color": "e10c02",
"default": false,
"description": null,
"id": 76811,
"name": "Bug",
"node_id": "MDU6TGFiZWw3NjgxMQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug"
},
{
"color": "006b75",
"default": false,
"description": "read_html, to_html, Styl... | 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... | 14 | 2015-01-03T19:25:58Z | 2016-04-24T20:19:20Z | 2015-05-09T20:10:25Z | NONE | null | This commit fixes a crash on read_html(html, flavor="bs4") if table only has one column.
closes #9178
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/9194/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/9194/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/9194.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/9194",
"merged_at": null,
"patch_url": "https://github.com/pandas-dev/pandas/pull/9194.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/9194"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/9195 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/9195/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/9195/comments | https://api.github.com/repos/pandas-dev/pandas/issues/9195/events | https://github.com/pandas-dev/pandas/pull/9195 | 53,317,043 | MDExOlB1bGxSZXF1ZXN0MjY3ODc1OTg= | 9,195 | Documentations: Ecosystem/API - pydatastream (issue #5630) | {
"avatar_url": "https://avatars.githubusercontent.com/u/1324881?v=4",
"events_url": "https://api.github.com/users/vfilimonov/events{/privacy}",
"followers_url": "https://api.github.com/users/vfilimonov/followers",
"following_url": "https://api.github.com/users/vfilimonov/following{/other_user}",
"gists_url":... | [
{
"color": "3465A4",
"default": false,
"description": null,
"id": 134699,
"name": "Docs",
"node_id": "MDU6TGFiZWwxMzQ2OTk=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Docs"
}
] | closed | false | null | [] | {
"closed_at": "2015-03-23T10:50:37Z",
"closed_issues": 400,
"created_at": "2014-02-14T03:31:22Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jr... | 9 | 2015-01-03T22:12:54Z | 2015-01-06T13:27:59Z | 2015-01-06T13:14:19Z | CONTRIBUTOR | null | Following an old issue #5630 (Documentation / Remote Data Access - 3rd pary libraries).
Quandl was already described in Ecosystem / API section, so I've added link to pydatastream that targets Thomson Reuters Datastream.
closes #5630.
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/9195/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/9195/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/9195.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/9195",
"merged_at": "2015-01-06T13:14:19Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/9195.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/9195"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/9196 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/9196/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/9196/comments | https://api.github.com/repos/pandas-dev/pandas/issues/9196/events | https://github.com/pandas-dev/pandas/issues/9196 | 53,317,874 | MDU6SXNzdWU1MzMxNzg3NA== | 9,196 | _SQL_TYPES restriction causing data to be truncated | {
"avatar_url": "https://avatars.githubusercontent.com/u/1590648?v=4",
"events_url": "https://api.github.com/users/hanleyhansen/events{/privacy}",
"followers_url": "https://api.github.com/users/hanleyhansen/followers",
"following_url": "https://api.github.com/users/hanleyhansen/following{/other_user}",
"gists... | [
{
"color": "5319e7",
"default": false,
"description": "to_sql, read_sql, read_sql_query",
"id": 47232590,
"name": "IO SQL",
"node_id": "MDU6TGFiZWw0NzIzMjU5MA==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/IO%20SQL"
}
] | closed | false | null | [] | null | 8 | 2015-01-03T22:49:35Z | 2015-01-05T09:19:55Z | 2015-01-05T00:54:07Z | NONE | null | Why is this hardcoded to 63?
https://github.com/pydata/pandas/blob/master/pandas/io/sql.py#L1212
It's causing my data to be truncated. Should I submit a PR to change it to text?
-Hanley
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/9196/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/9196/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/9197 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/9197/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/9197/comments | https://api.github.com/repos/pandas-dev/pandas/issues/9197/events | https://github.com/pandas-dev/pandas/pull/9197 | 53,327,492 | MDExOlB1bGxSZXF1ZXN0MjY3OTE1OTc= | 9,197 | fixes division by zero error for kurt() | {
"avatar_url": "https://avatars.githubusercontent.com/u/1642081?v=4",
"events_url": "https://api.github.com/users/mortada/events{/privacy}",
"followers_url": "https://api.github.com/users/mortada/followers",
"following_url": "https://api.github.com/users/mortada/following{/other_user}",
"gists_url": "https:/... | [
{
"color": "e10c02",
"default": false,
"description": null,
"id": 76811,
"name": "Bug",
"node_id": "MDU6TGFiZWw3NjgxMQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug"
},
{
"color": "006b75",
"default": false,
"description": "Arithmetic, Comparison, ... | closed | false | null | [] | null | 7 | 2015-01-04T06:33:03Z | 2015-04-29T15:32:55Z | 2015-01-05T06:37:52Z | CONTRIBUTOR | null | Currently if `kurt()` is called on a `Series` with equal values, it throws a `ZeroDivisionError`
```
In [1]: import pandas as pd
In [2]: import numpy as np
In [3]: s = pd.Series(np.ones(5))
In [4]: s.kurt()
ZeroDivisionError: float division by zero
```
This is not consistent with the case when `kurt()` is called on 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/9197/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/9197/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/9197.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/9197",
"merged_at": "2015-01-05T06:37:52Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/9197.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/9197"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/9198 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/9198/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/9198/comments | https://api.github.com/repos/pandas-dev/pandas/issues/9198/events | https://github.com/pandas-dev/pandas/pull/9198 | 53,362,180 | MDExOlB1bGxSZXF1ZXN0MjY4MDUzODI= | 9,198 | BUG: fix for GH9010 | {
"avatar_url": "https://avatars.githubusercontent.com/u/337588?v=4",
"events_url": "https://api.github.com/users/PollyP/events{/privacy}",
"followers_url": "https://api.github.com/users/PollyP/followers",
"following_url": "https://api.github.com/users/PollyP/following{/other_user}",
"gists_url": "https://api... | [
{
"color": "e10c02",
"default": false,
"description": null,
"id": 76811,
"name": "Bug",
"node_id": "MDU6TGFiZWw3NjgxMQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug"
},
{
"color": "0052cc",
"default": false,
"description": "pandas objects compatabi... | 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... | 7 | 2015-01-05T03:58:04Z | 2015-03-04T10:41:26Z | 2015-03-04T10:40:47Z | NONE | null | Superseded by #9358
---
This is an update of PR #9024.
closes #9010
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/9198/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/9198/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/9198.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/9198",
"merged_at": null,
"patch_url": "https://github.com/pandas-dev/pandas/pull/9198.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/9198"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/9199 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/9199/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/9199/comments | https://api.github.com/repos/pandas-dev/pandas/issues/9199/events | https://github.com/pandas-dev/pandas/issues/9199 | 53,382,148 | MDU6SXNzdWU1MzM4MjE0OA== | 9,199 | pandas 0.15.2 is not deployable via cx_freeze with python | {
"avatar_url": "https://avatars.githubusercontent.com/u/5360878?v=4",
"events_url": "https://api.github.com/users/alexisglr/events{/privacy}",
"followers_url": "https://api.github.com/users/alexisglr/followers",
"following_url": "https://api.github.com/users/alexisglr/following{/other_user}",
"gists_url": "h... | [
{
"color": "75507B",
"default": false,
"description": "Library building on various platforms",
"id": 129350,
"name": "Build",
"node_id": "MDU6TGFiZWwxMjkzNTA=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Build"
}
] | closed | false | null | [] | null | 6 | 2015-01-05T10:23:17Z | 2019-06-07T19:06:28Z | 2019-06-07T19:06:28Z | NONE | null | I am deploying an application using cx_freeze on Python 2.7.8.final.0 and pandas 0.15.2.
I get the following error with pandas 0.15.2 but no error with 0.15.1. [SO: http://stackoverflow.com/questions/27705163/error-3-on-dateutil-zoneinfo-using-cx-freeze-and-pandas]
I have include the dateutil/zoneinfo files with the i... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/9199/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/9199/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/9200 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/9200/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/9200/comments | https://api.github.com/repos/pandas-dev/pandas/issues/9200/events | https://github.com/pandas-dev/pandas/issues/9200 | 53,474,027 | MDU6SXNzdWU1MzQ3NDAyNw== | 9,200 | DataFrame assignment bug - columns getting jumbled (0.13.1) | {
"avatar_url": "https://avatars.githubusercontent.com/u/4044283?v=4",
"events_url": "https://api.github.com/users/hx2A/events{/privacy}",
"followers_url": "https://api.github.com/users/hx2A/followers",
"following_url": "https://api.github.com/users/hx2A/following{/other_user}",
"gists_url": "https://api.gith... | [] | closed | false | null | [] | null | 6 | 2015-01-06T02:32:32Z | 2015-01-07T02:22:15Z | 2015-01-07T02:22:15Z | NONE | null | I am trying to write Python Pandas code to merge the data in two DataFrames, with the new DataFrame's data replacing the old DataFrame's data if the index and columns are identical. There seems to be a bug in Pandas that sometimes causes the column names to be mixed up.
Here is an example. First, create the two DataFr... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/9200/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/9200/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/9201 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/9201/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/9201/comments | https://api.github.com/repos/pandas-dev/pandas/issues/9201/events | https://github.com/pandas-dev/pandas/issues/9201 | 53,476,956 | MDU6SXNzdWU1MzQ3Njk1Ng== | 9,201 | Issues with numeric_only for DataFrame.std() | {
"avatar_url": "https://avatars.githubusercontent.com/u/1642081?v=4",
"events_url": "https://api.github.com/users/mortada/events{/privacy}",
"followers_url": "https://api.github.com/users/mortada/followers",
"following_url": "https://api.github.com/users/mortada/following{/other_user}",
"gists_url": "https:/... | [
{
"color": "e10c02",
"default": false,
"description": null,
"id": 76811,
"name": "Bug",
"node_id": "MDU6TGFiZWw3NjgxMQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug"
},
{
"color": "006b75",
"default": false,
"description": "Arithmetic, Comparison, ... | closed | false | null | [] | {
"closed_at": "2015-03-23T10:50:37Z",
"closed_issues": 400,
"created_at": "2014-02-14T03:31:22Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jr... | 4 | 2015-01-06T03:25:17Z | 2015-03-12T12:08:53Z | 2015-03-12T12:08:53Z | CONTRIBUTOR | null | The docstring shows a `numeric_only` option for `DataFrame.std()` but it does not seem to actually be implemented. I'm happy to take a crack at fixing it but I'm not sure whether it's the doc or the implementation that needs fixing.
To see this consider a mixed-type `DataFrame` where I'm setting one entry to be a `str... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/9201/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/9201/timeline | null | null | null |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.