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/8201 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/8201/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/8201/comments | https://api.github.com/repos/pandas-dev/pandas/issues/8201/events | https://github.com/pandas-dev/pandas/pull/8201 | 42,129,560 | MDExOlB1bGxSZXF1ZXN0MjA4NTQ1MjI= | 8,201 | ERR: pass original error message in read_sql_query (GH7730) | {
"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": "ffa0ff",
"default": false,
"description": "Incorrect or improved errors from pandas",
"id": 42670965,
"name": "Error Reporting",
"node_id": "MDU6TGFiZWw0MjY3MDk2NQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Error%20Reporting"
},
{
"color": "5319... | closed | false | null | [] | {
"closed_at": "2014-10-23T11:43:09Z",
"closed_issues": 530,
"created_at": "2014-07-06T18:44:54Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jr... | 0 | 2014-09-06T23:14:30Z | 2014-09-09T07:51:16Z | 2014-09-09T07:51:12Z | MEMBER | null | Closes #7730
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/8201/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/8201/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/8201.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/8201",
"merged_at": "2014-09-09T07:51:12Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/8201.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/8201"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/8202 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/8202/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/8202/comments | https://api.github.com/repos/pandas-dev/pandas/issues/8202/events | https://github.com/pandas-dev/pandas/pull/8202 | 42,138,601 | MDExOlB1bGxSZXF1ZXN0MjA4NTg0OTQ= | 8,202 | PERF: Switch to try/except in extract() rather than instance check | {
"avatar_url": "https://avatars.githubusercontent.com/u/1598379?v=4",
"events_url": "https://api.github.com/users/jtratner/events{/privacy}",
"followers_url": "https://api.github.com/users/jtratner/followers",
"following_url": "https://api.github.com/users/jtratner/following{/other_user}",
"gists_url": "http... | [
{
"color": "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": "5319e7",
"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... | 8 | 2014-09-07T09:41:37Z | 2014-09-07T19:13:15Z | 2014-09-07T16:47:56Z | CONTRIBUTOR | null | See #7269 for more. (doesn't completely resolve the speed difference, but it gets a 10-15% improvement).
Timing improvement is there, but it's small.
```
In [20]: %timeit test.str.match(pattern2)
10 loops, best of 3: 170 ms per loop
In [21]: %timeit test.str.extract(pattern2)
10 loops, best of 3: 317 ms per loop
In... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/8202/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/8202/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/8202.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/8202",
"merged_at": null,
"patch_url": "https://github.com/pandas-dev/pandas/pull/8202.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/8202"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/8203 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/8203/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/8203/comments | https://api.github.com/repos/pandas-dev/pandas/issues/8203/events | https://github.com/pandas-dev/pandas/pull/8203 | 42,138,899 | MDExOlB1bGxSZXF1ZXN0MjA4NTg2MjI= | 8,203 | BUG: Fix mismatched logic error in compatibility check | {
"avatar_url": "https://avatars.githubusercontent.com/u/1598379?v=4",
"events_url": "https://api.github.com/users/jtratner/events{/privacy}",
"followers_url": "https://api.github.com/users/jtratner/followers",
"following_url": "https://api.github.com/users/jtratner/following{/other_user}",
"gists_url": "http... | [
{
"color": "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": "0052cc",
"default": false,
"de... | closed | false | null | [] | {
"closed_at": "2014-10-23T11:43:09Z",
"closed_issues": 530,
"created_at": "2014-07-06T18:44:54Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jr... | 0 | 2014-09-07T10:01:23Z | 2014-09-07T12:52:01Z | 2014-09-07T12:52:01Z | CONTRIBUTOR | null | We want to support below 2.0 (non-inclusive), but including 1.6.1. Check was
doing the opposite. Not worth merging if we accept #7565 , but just wanted this
here as a ping if we don't so we're internally consistent.
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/8203/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/8203/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/8203.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/8203",
"merged_at": "2014-09-07T12:52:01Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/8203.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/8203"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/8204 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/8204/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/8204/comments | https://api.github.com/repos/pandas-dev/pandas/issues/8204/events | https://github.com/pandas-dev/pandas/pull/8204 | 42,144,845 | MDExOlB1bGxSZXF1ZXN0MjA4NjEyMDg= | 8,204 | DOC: reorg indexing docs | {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jreback/followers",
"following_url": "https://api.github.com/users/jreback/following{/other_user}",
"gists_url": "https://... | [
{
"color": "3465A4",
"default": false,
"description": null,
"id": 134699,
"name": "Docs",
"node_id": "MDU6TGFiZWwxMzQ2OTk=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Docs"
},
{
"color": "0b02e1",
"default": false,
"description": "Related to indexing o... | closed | false | null | [] | {
"closed_at": "2014-10-23T11:43:09Z",
"closed_issues": 530,
"created_at": "2014-07-06T18:44:54Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jr... | 7 | 2014-09-07T15:43:08Z | 2014-09-12T13:45:03Z | 2014-09-12T13:45:03Z | CONTRIBUTOR | null | DOC: created advanced indexing section
DOC: add internals section (GH4082)
Mostly just splitting up the indexing docs, but I reorded / revised the Multiindex sections
a bit to avoid duplication / make more clear.
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/8204/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/8204/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/8204.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/8204",
"merged_at": "2014-09-12T13:45:03Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/8204.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/8204"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/8205 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/8205/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/8205/comments | https://api.github.com/repos/pandas-dev/pandas/issues/8205/events | https://github.com/pandas-dev/pandas/pull/8205 | 42,151,025 | MDExOlB1bGxSZXF1ZXN0MjA4NjM5Mzg= | 8,205 | ENH: sql support for Timestamp (GH7103) | {
"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": "2014-10-23T11:43:09Z",
"closed_issues": 530,
"created_at": "2014-07-06T18:44:54Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jr... | 4 | 2014-09-07T20:15:03Z | 2014-09-09T07:56:45Z | 2014-09-09T07:52:53Z | MEMBER | null | Superceded by #8208 (converting to object dtype also converts the datetime64 values to datetime.datetime, so it is no longer needed that sqlalchemy can work with pandas' Timestamp type.
---
Closes #7103, #7936
This adds a `pandas.io.sql.Timestamp` class to handle `Timestamp`s in `to_sql`. This basically converts it ... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/8205/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/8205/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/8205.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/8205",
"merged_at": null,
"patch_url": "https://github.com/pandas-dev/pandas/pull/8205.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/8205"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/8206 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/8206/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/8206/comments | https://api.github.com/repos/pandas-dev/pandas/issues/8206/events | https://github.com/pandas-dev/pandas/issues/8206 | 42,151,400 | MDU6SXNzdWU0MjE1MTQwMA== | 8,206 | lineterminator in to_csv doesn't work | {
"avatar_url": "https://avatars.githubusercontent.com/u/417981?v=4",
"events_url": "https://api.github.com/users/cpcloud/events{/privacy}",
"followers_url": "https://api.github.com/users/cpcloud/followers",
"following_url": "https://api.github.com/users/cpcloud/following{/other_user}",
"gists_url": "https://... | [
{
"color": "e10c02",
"default": false,
"description": null,
"id": 76811,
"name": "Bug",
"node_id": "MDU6TGFiZWw3NjgxMQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug"
},
{
"color": "5319e7",
"default": false,
"description": "read_csv, to_csv",
"... | 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... | 4 | 2014-09-07T20:29:51Z | 2016-07-29T07:56:46Z | 2016-07-29T07:56:20Z | MEMBER | null | ```
In [3]: df = pd.DataFrame({'a': ['3.4', '34.400'], 'b': ['5,5', '10,200']})
In [4]: df
Out[4]:
a b
0 3.4 5,5
1 34.400 10,200
In [5]: df.to_csv(lineterminator='-')
Out[5]: ',a,b\n0,3.4,"5,5"\n1,34.400,"10,200"\n'
```
I would've expected
```
Out[5]: ',a,b-0,3.4,"5.5"-1,34.400,"10,200"-'
``... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/8206/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/8206/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/8207 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/8207/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/8207/comments | https://api.github.com/repos/pandas-dev/pandas/issues/8207/events | https://github.com/pandas-dev/pandas/issues/8207 | 42,151,803 | MDU6SXNzdWU0MjE1MTgwMw== | 8,207 | CI: updates builds | {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jreback/followers",
"following_url": "https://api.github.com/users/jreback/following{/other_user}",
"gists_url": "https://... | [
{
"color": "a2bca7",
"default": false,
"description": "Continuous Integration",
"id": 48070600,
"name": "CI",
"node_id": "MDU6TGFiZWw0ODA3MDYwMA==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/CI"
}
] | closed | false | null | [] | {
"closed_at": "2014-10-23T11:43:09Z",
"closed_issues": 530,
"created_at": "2014-07-06T18:44:54Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jr... | 1 | 2014-09-07T20:46:49Z | 2014-10-04T14:32:22Z | 2014-10-04T14:32:22Z | CONTRIBUTOR | null | - [ ] numpy 1.9.0
- [ ] matplotlib 1.4.0
maybe 3.4 build
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/8207/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/8207/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/8208 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/8208/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/8208/comments | https://api.github.com/repos/pandas-dev/pandas/issues/8208/events | https://github.com/pandas-dev/pandas/pull/8208 | 42,152,507 | MDExOlB1bGxSZXF1ZXN0MjA4NjQ1NzQ= | 8,208 | ENH: sql support for writing NaN + datetime64 values (GH2754, GH7103) | {
"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": "d7e102",
"default": false,
"description": "np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate",
"id": 2822342,
"name": "Missing-data",
"node_id": "MDU6TGFiZWwyODIyMzQy",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Missing-data"
},
{
"color": "5319e7"... | closed | false | null | [] | {
"closed_at": "2014-10-23T11:43:09Z",
"closed_issues": 530,
"created_at": "2014-07-06T18:44:54Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jr... | 15 | 2014-09-07T21:16:07Z | 2014-09-21T19:05:04Z | 2014-09-13T21:48:56Z | MEMBER | null | Closes #2754
Closes #7103, #7936 (supercedes PR #8205 for this)
Closes #7567
Database drivers expect `None` to translate this to `NULL`.
Therefore, dataframe is cast to object dtype to convert `NaN` to `None`.
To check: performance impact. In principle should also not needed for integer colums (can't have NaNs)
Ki... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/8208/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/8208/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/8208.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/8208",
"merged_at": "2014-09-13T21:48:56Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/8208.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/8208"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/8209 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/8209/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/8209/comments | https://api.github.com/repos/pandas-dev/pandas/issues/8209/events | https://github.com/pandas-dev/pandas/issues/8209 | 42,157,364 | MDU6SXNzdWU0MjE1NzM2NA== | 8,209 | AttributeError on datetime.timedelta assignment after reindex | {
"avatar_url": "https://avatars.githubusercontent.com/u/1832699?v=4",
"events_url": "https://api.github.com/users/flaviovs/events{/privacy}",
"followers_url": "https://api.github.com/users/flaviovs/followers",
"following_url": "https://api.github.com/users/flaviovs/following{/other_user}",
"gists_url": "http... | [
{
"color": "e10c02",
"default": false,
"description": null,
"id": 76811,
"name": "Bug",
"node_id": "MDU6TGFiZWw3NjgxMQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug"
},
{
"color": "5319e7",
"default": false,
"description": "Timedelta data type",
... | closed | false | null | [] | {
"closed_at": "2014-10-23T11:43:09Z",
"closed_issues": 530,
"created_at": "2014-07-06T18:44:54Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jr... | 11 | 2014-09-08T00:56:58Z | 2014-09-13T22:59:30Z | 2014-09-13T22:59:30Z | NONE | null | In the code below, I expected that the assignment didn't fail, since everything seems "right" . However, AttributeError is being raised.
A bug? Am I doing something wrong?
``` python
In [106]: import pandas as pd
In [107]: import datetime as dt
In [108]: s = pd.Series([])
In [109]: s
Out[109]: Series([], dtype: fl... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/8209/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/8209/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/8210 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/8210/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/8210/comments | https://api.github.com/repos/pandas-dev/pandas/issues/8210/events | https://github.com/pandas-dev/pandas/pull/8210 | 42,160,343 | MDExOlB1bGxSZXF1ZXN0MjA4NjgyODQ= | 8,210 | BUG: Fix groupby duplicate column error message | {
"avatar_url": "https://avatars.githubusercontent.com/u/590921?v=4",
"events_url": "https://api.github.com/users/bthyreau/events{/privacy}",
"followers_url": "https://api.github.com/users/bthyreau/followers",
"following_url": "https://api.github.com/users/bthyreau/following{/other_user}",
"gists_url": "https... | [
{
"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": "ffa0ff",
"default": false,
"description": "Incorrect or im... | closed | false | null | [] | {
"closed_at": "2014-10-23T11:43:09Z",
"closed_issues": 530,
"created_at": "2014-07-06T18:44:54Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jr... | 10 | 2014-09-08T02:41:35Z | 2014-09-14T14:30:10Z | 2014-09-10T19:50:50Z | CONTRIBUTOR | null | closes #7511
Though having duplicated column names in a dataframe is never a good idea, it may happen, and that shouldn't confuse groupby() with a meaningless message. Currently
``` python
>>> obj=pd.DataFrame(columns=["A","B","A", "C"], data=[range(4), range(2,6), range(0, 8, 2)])
>>> obj.groupby("A").mean()
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/8210/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/8210/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/8210.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/8210",
"merged_at": null,
"patch_url": "https://github.com/pandas-dev/pandas/pull/8210.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/8210"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/8211 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/8211/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/8211/comments | https://api.github.com/repos/pandas-dev/pandas/issues/8211/events | https://github.com/pandas-dev/pandas/issues/8211 | 42,165,801 | MDU6SXNzdWU0MjE2NTgwMQ== | 8,211 | Integers coerced to float on Series construction from dictionary. | {
"avatar_url": "https://avatars.githubusercontent.com/u/1588357?v=4",
"events_url": "https://api.github.com/users/ssanderson/events{/privacy}",
"followers_url": "https://api.github.com/users/ssanderson/followers",
"following_url": "https://api.github.com/users/ssanderson/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": "005... | closed | false | null | [] | null | 4 | 2014-09-08T05:34:48Z | 2014-09-08T14:44:56Z | 2014-09-08T11:07:41Z | CONTRIBUTOR | null | When constructing a Series from a dictionary, if the dictionary contains floats, all integer values in the dictionary are coerced to `float` **unless** the dictionary contains an integer value > `sys.maxint`.
Minimal repro case:
```
import pandas as pd
import sys
if __name__ == '__main__':
pd.show_versions()
... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/8211/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/8211/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/8212 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/8212/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/8212/comments | https://api.github.com/repos/pandas-dev/pandas/issues/8212/events | https://github.com/pandas-dev/pandas/issues/8212 | 42,170,106 | MDU6SXNzdWU0MjE3MDEwNg== | 8,212 | ENH: read_excel dtypes and converts | {
"avatar_url": "https://avatars.githubusercontent.com/u/1200640?v=4",
"events_url": "https://api.github.com/users/iosonofabio/events{/privacy}",
"followers_url": "https://api.github.com/users/iosonofabio/followers",
"following_url": "https://api.github.com/users/iosonofabio/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": "4E9A06",
"default": false,
"description": null,
"id": 76812,
... | 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",
... | 8 | 2014-09-08T07:14:30Z | 2016-12-03T12:37:32Z | 2016-12-03T12:37:32Z | NONE | null | Dear all,
Here from the mailing list: https://groups.google.com/forum/#!topic/pydata/jKiPOvYUQ1c
I have an excel table about family ages like this
| Family | People | Mean size [cm] |
| --- | --- | --- |
| Foo | 5 | 173.0 |
| Bar | 3 | 189.0 |
and I would like to use read_excel to parse it into Python. I would like... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/8212/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/8212/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/8213 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/8213/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/8213/comments | https://api.github.com/repos/pandas-dev/pandas/issues/8213/events | https://github.com/pandas-dev/pandas/issues/8213 | 42,209,475 | MDU6SXNzdWU0MjIwOTQ3NQ== | 8,213 | Template for variables in to_latex() | {
"avatar_url": "https://avatars.githubusercontent.com/u/972196?v=4",
"events_url": "https://api.github.com/users/eXcuvator/events{/privacy}",
"followers_url": "https://api.github.com/users/eXcuvator/followers",
"following_url": "https://api.github.com/users/eXcuvator/following{/other_user}",
"gists_url": "ht... | [
{
"color": "4E9A06",
"default": false,
"description": null,
"id": 76812,
"name": "Enhancement",
"node_id": "MDU6TGFiZWw3NjgxMg==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Enhancement"
}
] | closed | false | null | [] | null | 3 | 2014-09-08T15:32:54Z | 2014-09-09T13:32:45Z | 2014-09-09T13:32:45Z | NONE | null | Me and several of my colleagues typically create output for variables that have greek letters. Inside pandas, we then call them "epsilon", "sBar" or similar. Right now we have to run a string replace on the output of to_latex() and then manually save it to a file.
It'd be nice to be able to give to_latex() a template... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/8213/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/8213/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/8214 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/8214/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/8214/comments | https://api.github.com/repos/pandas-dev/pandas/issues/8214/events | https://github.com/pandas-dev/pandas/issues/8214 | 42,210,183 | MDU6SXNzdWU0MjIxMDE4Mw== | 8,214 | TST: skipping test_timedelta tests in sql after (GH8184) | {
"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": "5319e7",
"d... | closed | false | null | [] | {
"closed_at": "2014-10-23T11:43:09Z",
"closed_issues": 530,
"created_at": "2014-07-06T18:44:54Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jr... | 0 | 2014-09-08T15:39:20Z | 2014-09-13T22:59:30Z | 2014-09-13T22:59:30Z | CONTRIBUTOR | null | https://github.com/pydata/pandas/pull/8184
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/8214/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/8214/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/8215 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/8215/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/8215/comments | https://api.github.com/repos/pandas-dev/pandas/issues/8215/events | https://github.com/pandas-dev/pandas/issues/8215 | 42,210,797 | MDU6SXNzdWU0MjIxMDc5Nw== | 8,215 | Series/Dataframe to_csv inconsistency when path=None [0.14.1] | {
"avatar_url": "https://avatars.githubusercontent.com/u/4306187?v=4",
"events_url": "https://api.github.com/users/ischwabacher/events{/privacy}",
"followers_url": "https://api.github.com/users/ischwabacher/followers",
"following_url": "https://api.github.com/users/ischwabacher/following{/other_user}",
"gists... | [
{
"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"
},
{
"color": "0052cc",
"default": false,
"descriptio... | closed | false | null | [] | {
"closed_at": "2014-10-23T11:43:09Z",
"closed_issues": 530,
"created_at": "2014-07-06T18:44:54Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jr... | 2 | 2014-09-08T15:44:51Z | 2014-09-09T16:58:14Z | 2014-09-09T16:58:14Z | CONTRIBUTOR | null | It looks like `Series.to_csv` and `DataFrame.to_csv` differ in their handling of `path=None`:
``` python
In [1]: import pandas as pd
In [2]: print pd.Series([1, 1, 1], index=[1, 2, 3]).to_csv(None)
None
In [3]: print pd.DataFrame([1, 1, 1], index=[1, 2, 3]).to_csv(None)
,0
1,1
2,1
3,1
```
I haven't gone digging ye... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/8215/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/8215/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/8216 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/8216/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/8216/comments | https://api.github.com/repos/pandas-dev/pandas/issues/8216/events | https://github.com/pandas-dev/pandas/issues/8216 | 42,227,469 | MDU6SXNzdWU0MjIyNzQ2OQ== | 8,216 | BUG: data frame plot hangs when logx True and some x are zero | {
"avatar_url": "https://avatars.githubusercontent.com/u/616139?v=4",
"events_url": "https://api.github.com/users/danfrankj/events{/privacy}",
"followers_url": "https://api.github.com/users/danfrankj/followers",
"following_url": "https://api.github.com/users/danfrankj/following{/other_user}",
"gists_url": "ht... | [] | closed | false | null | [] | null | 1 | 2014-09-08T18:28:40Z | 2015-10-20T22:41:20Z | 2015-10-20T22:41:19Z | CONTRIBUTOR | null | ```
In [1]: import pandas as pd
In [2]: import matplotlib.pyplot as plt
In [3]: import numpy as np
In [8]: pandas.version.version
Out[8]: '0.14.1'
In [9]: x = [1,0]
In [10]: y= [2,3]
In [11]: df = pd.DataFrame()
In [12]: df['x'] = x
In [13]: df['y'] = y
In [14]: df
Out[14]:
x y
0 1 2
1 0 3
In [15]: df.plot('x... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/8216/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/8216/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/8217 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/8217/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/8217/comments | https://api.github.com/repos/pandas-dev/pandas/issues/8217/events | https://github.com/pandas-dev/pandas/issues/8217 | 42,236,202 | MDU6SXNzdWU0MjIzNjIwMg== | 8,217 | View returned when using squeeze=True with read_csv? | {
"avatar_url": "https://avatars.githubusercontent.com/u/1348834?v=4",
"events_url": "https://api.github.com/users/patricktokeeffe/events{/privacy}",
"followers_url": "https://api.github.com/users/patricktokeeffe/followers",
"following_url": "https://api.github.com/users/patricktokeeffe/following{/other_user}",... | [
{
"color": "e10c02",
"default": false,
"description": null,
"id": 76811,
"name": "Bug",
"node_id": "MDU6TGFiZWw3NjgxMQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug"
},
{
"color": "5319e7",
"default": false,
"description": "read_csv, to_csv",
"... | closed | false | null | [] | {
"closed_at": "2014-10-23T11:43:09Z",
"closed_issues": 530,
"created_at": "2014-07-06T18:44:54Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jr... | 1 | 2014-09-08T19:52:55Z | 2014-09-08T23:40:54Z | 2014-09-08T23:40:44Z | CONTRIBUTOR | null | ``` python
In [1]: import pandas as pd, StringIO
In [2]: csv = StringIO.StringIO('time,data\n0,10\n1,11\n2,12\n4,14\n5,15\n3,13')
In [3]: df = pd.read_csv(csv, index_col='time')
In [4]: df
Out[4]:
data
time
0 10
1 11
2 12
4 14
5 15
3 13
In [5]: df.sort(inplace=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/8217/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/8217/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/8218 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/8218/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/8218/comments | https://api.github.com/repos/pandas-dev/pandas/issues/8218/events | https://github.com/pandas-dev/pandas/pull/8218 | 42,253,909 | MDExOlB1bGxSZXF1ZXN0MjA5MjQyOTM= | 8,218 | BUG: Bug in read_csv where squeeze=True would return a view (GH8217) | {
"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": "5319e7",
"default": false,
"description": "read_csv, to_csv",
"... | closed | false | null | [] | {
"closed_at": "2014-10-23T11:43:09Z",
"closed_issues": 530,
"created_at": "2014-07-06T18:44:54Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jr... | 0 | 2014-09-08T23:08:34Z | 2014-09-08T23:40:44Z | 2014-09-08T23:40:44Z | CONTRIBUTOR | null | closes #8217
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/8218/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/8218/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/8218.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/8218",
"merged_at": "2014-09-08T23:40:44Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/8218.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/8218"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/8219 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/8219/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/8219/comments | https://api.github.com/repos/pandas-dev/pandas/issues/8219/events | https://github.com/pandas-dev/pandas/pull/8219 | 42,271,330 | MDExOlB1bGxSZXF1ZXN0MjA5MzQxNjc= | 8,219 | ENH to_latex mi index will use & sep for levels | {
"avatar_url": "https://avatars.githubusercontent.com/u/1931852?v=4",
"events_url": "https://api.github.com/users/hayd/events{/privacy}",
"followers_url": "https://api.github.com/users/hayd/followers",
"following_url": "https://api.github.com/users/hayd/following{/other_user}",
"gists_url": "https://api.gith... | [
{
"color": "ededed",
"default": false,
"description": "__repr__ of pandas objects, to_string",
"id": 13101118,
"name": "Output-Formatting",
"node_id": "MDU6TGFiZWwxMzEwMTExOA==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Output-Formatting"
}
] | closed | false | null | [] | {
"closed_at": "2014-10-23T11:43:09Z",
"closed_issues": 530,
"created_at": "2014-07-06T18:44:54Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jr... | 2 | 2014-09-09T05:11:14Z | 2014-09-20T22:12:29Z | 2014-09-14T14:13:51Z | CONTRIBUTOR | null | follow up of #7982
_One question I had was the use of `{ }` (is that a convention? I removed it and it seems to compile ok.)_
Note: should test MI cols and MI index. Ah cripes... the names of the column Index don't print, not did they before...
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/8219/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/8219/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/8219.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/8219",
"merged_at": "2014-09-14T14:13:51Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/8219.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/8219"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/8220 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/8220/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/8220/comments | https://api.github.com/repos/pandas-dev/pandas/issues/8220/events | https://github.com/pandas-dev/pandas/pull/8220 | 42,285,390 | MDExOlB1bGxSZXF1ZXN0MjA5NDIxMTU= | 8,220 | API: Series.to_csv(path=None) should return string to match DataFrame.to_csv() | {
"avatar_url": "https://avatars.githubusercontent.com/u/1460294?v=4",
"events_url": "https://api.github.com/users/onesandzeroes/events{/privacy}",
"followers_url": "https://api.github.com/users/onesandzeroes/followers",
"following_url": "https://api.github.com/users/onesandzeroes/following{/other_user}",
"gi... | [
{
"color": "e10c02",
"default": false,
"description": null,
"id": 76811,
"name": "Bug",
"node_id": "MDU6TGFiZWw3NjgxMQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug"
},
{
"color": "AD7FA8",
"default": false,
"description": null,
"id": 35818298,... | closed | false | null | [] | {
"closed_at": "2014-10-23T11:43:09Z",
"closed_issues": 530,
"created_at": "2014-07-06T18:44:54Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jr... | 3 | 2014-09-09T09:08:06Z | 2014-09-09T11:29:36Z | 2014-09-09T11:29:21Z | CONTRIBUTOR | null | Addresses #8215. Currently, `Series.to_csv(path=None)` returns `None`. The `DataFrame` method returns a string, and already had this behaviour mentioned in the docstring, so it should be OK to make the `Series` method match this.
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/8220/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/8220/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/8220.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/8220",
"merged_at": "2014-09-09T11:29:21Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/8220.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/8220"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/8221 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/8221/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/8221/comments | https://api.github.com/repos/pandas-dev/pandas/issues/8221/events | https://github.com/pandas-dev/pandas/pull/8221 | 42,309,513 | MDExOlB1bGxSZXF1ZXN0MjA5NTcwNDE= | 8,221 | DOC: numexpr is now on github | {
"avatar_url": "https://avatars.githubusercontent.com/u/1260667?v=4",
"events_url": "https://api.github.com/users/zachcp/events{/privacy}",
"followers_url": "https://api.github.com/users/zachcp/followers",
"following_url": "https://api.github.com/users/zachcp/following{/other_user}",
"gists_url": "https://ap... | [] | closed | false | null | [] | null | 1 | 2014-09-09T14:03:43Z | 2014-09-09T14:14:13Z | 2014-09-09T14:12:05Z | CONTRIBUTOR | null | numexpr is now on 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/8221/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/8221/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/8221.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/8221",
"merged_at": "2014-09-09T14:12:05Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/8221.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/8221"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/8222 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/8222/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/8222/comments | https://api.github.com/repos/pandas-dev/pandas/issues/8222/events | https://github.com/pandas-dev/pandas/issues/8222 | 42,312,381 | MDU6SXNzdWU0MjMxMjM4MQ== | 8,222 | BUG: applymap on empty DataFrame returns Series | {
"avatar_url": "https://avatars.githubusercontent.com/u/3525666?v=4",
"events_url": "https://api.github.com/users/ojdo/events{/privacy}",
"followers_url": "https://api.github.com/users/ojdo/followers",
"following_url": "https://api.github.com/users/ojdo/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": "AD7FA8",
"de... | closed | false | null | [] | {
"closed_at": "2017-05-06T10:20:19Z",
"closed_issues": 987,
"created_at": "2016-02-08T15:30:21Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jr... | 5 | 2014-09-09T14:30:18Z | 2016-12-24T20:53:51Z | 2016-12-24T20:53:51Z | CONTRIBUTOR | null | I'm unsure about a corner case I encountered:
``` python
>>> pd.DataFrame([]).applymap(round)
Series([], dtype: float64)
```
full example
```
In [1]: df = pandas.DataFrame({ 'x' : [], 'y' : [], 'z' : []})
In [2]: df
Out[2]:
Empty DataFrame
Columns: [x, y, z]
Index: []
In [3]: df.applymap(lambda x: x)
Out[3]:
x ... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/8222/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/8222/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/8223 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/8223/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/8223/comments | https://api.github.com/repos/pandas-dev/pandas/issues/8223/events | https://github.com/pandas-dev/pandas/pull/8223 | 42,314,940 | MDExOlB1bGxSZXF1ZXN0MjA5NjA0Nzk= | 8,223 | DOC: fix formatting error in io.rst | {
"avatar_url": "https://avatars.githubusercontent.com/u/1284973?v=4",
"events_url": "https://api.github.com/users/isms/events{/privacy}",
"followers_url": "https://api.github.com/users/isms/followers",
"following_url": "https://api.github.com/users/isms/following{/other_user}",
"gists_url": "https://api.gith... | [] | closed | false | null | [] | null | 1 | 2014-09-09T14:53:53Z | 2014-09-09T14:57:16Z | 2014-09-09T14:57:12Z | CONTRIBUTOR | null | Lines had an extra space causing the code block above to keep going for the rest of the note.
Before:

| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/8223/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/8223/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/8223.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/8223",
"merged_at": "2014-09-09T14:57:12Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/8223.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/8223"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/8224 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/8224/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/8224/comments | https://api.github.com/repos/pandas-dev/pandas/issues/8224/events | https://github.com/pandas-dev/pandas/issues/8224 | 42,315,313 | MDU6SXNzdWU0MjMxNTMxMw== | 8,224 | saving Panel with PeriodIndex to HDF in table format loses Period information | {
"avatar_url": "https://avatars.githubusercontent.com/u/358378?v=4",
"events_url": "https://api.github.com/users/andreas-h/events{/privacy}",
"followers_url": "https://api.github.com/users/andreas-h/followers",
"following_url": "https://api.github.com/users/andreas-h/following{/other_user}",
"gists_url": "ht... | [
{
"color": "009800",
"default": false,
"description": "Duplicate issue or pull request",
"id": 40153326,
"name": "Duplicate Report",
"node_id": "MDU6TGFiZWw0MDE1MzMyNg==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Duplicate%20Report"
},
{
"color": "5319e7",
... | closed | false | null | [] | null | 2 | 2014-09-09T14:57:03Z | 2014-09-09T15:02:58Z | 2014-09-09T15:02:12Z | CONTRIBUTOR | null | ```
(Pdb) print pd.__version__
0.14.0-403-ge131df1
(Pdb) print data
<class 'pandas.core.panel.Panel'>
Dimensions: 2 (items) x 35 (major_axis) x 21 (minor_axis)
Items axis: Constant Prices to Current Prices
Major_axis axis: Andaman & Nicobar to West Bengal
Minor_axis axis: 1994 to 2014
(Pdb) print data.minor_axis
<class... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/8224/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/8224/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/8225 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/8225/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/8225/comments | https://api.github.com/repos/pandas-dev/pandas/issues/8225/events | https://github.com/pandas-dev/pandas/issues/8225 | 42,336,277 | MDU6SXNzdWU0MjMzNjI3Nw== | 8,225 | Timestamp constructor parses ISO 8601 incorrectly near DST boundaries | {
"avatar_url": "https://avatars.githubusercontent.com/u/4306187?v=4",
"events_url": "https://api.github.com/users/ischwabacher/events{/privacy}",
"followers_url": "https://api.github.com/users/ischwabacher/followers",
"following_url": "https://api.github.com/users/ischwabacher/following{/other_user}",
"gists... | [
{
"color": "5319e7",
"default": false,
"description": "Timezone data dtype",
"id": 60458168,
"name": "Timezones",
"node_id": "MDU6TGFiZWw2MDQ1ODE2OA==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Timezones"
}
] | closed | false | null | [] | {
"closed_at": null,
"closed_issues": 786,
"created_at": "2015-01-13T10:53:19Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jreback/followers",
... | 21 | 2014-09-09T18:29:09Z | 2015-10-30T14:58:28Z | 2015-10-30T14:58:28Z | CONTRIBUTOR | null | Original post, edited to correct ISO 8601 formats. The originally titled bug does not exist. There is, however, some unexpected behavior:
> It looks like short-form ISO 8601 parsing uses the right sign after all:
>
> ``` python
> In [1]: import pandas as pd
>
> In [2]: t = pd.Timestamp('2013-11-03 1:30:00', tz='Am... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/8225/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/8225/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/8226 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/8226/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/8226/comments | https://api.github.com/repos/pandas-dev/pandas/issues/8226/events | https://github.com/pandas-dev/pandas/issues/8226 | 42,342,530 | MDU6SXNzdWU0MjM0MjUzMA== | 8,226 | API: make '+' and '-' for Index either do numeric operations of raise TypeError (instead of setops) | {
"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": "0b02e1",
"default": false,
"description": "Related to indexing on series/frames, not to indexes themselves",
"id": 2822098,
"name": "Indexing",
"node_id": "MDU6TGFiZWwyODIyMDk4",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Indexing"
},
{
"color": "AD... | closed | false | null | [] | {
"closed_at": "2014-10-23T11:43:09Z",
"closed_issues": 530,
"created_at": "2014-07-06T18:44:54Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jr... | 25 | 2014-09-09T19:39:55Z | 2014-09-20T13:42:31Z | 2014-09-11T15:44:57Z | CONTRIBUTOR | null | see comments at the end of #8184
so this type of syntax
`index1 + index2`
would be replaced by
`index1.union(index2)`
and
`index1 - index2`
by
`index1.diff(index2)`
Their is some internal code to fix but not a lot.
This would go a long ways toward simplifying the user API for index ops. I think.
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/8226/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/8226/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/8227 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/8227/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/8227/comments | https://api.github.com/repos/pandas-dev/pandas/issues/8227/events | https://github.com/pandas-dev/pandas/pull/8227 | 42,359,045 | MDExOlB1bGxSZXF1ZXN0MjA5ODgzNDI= | 8,227 | API: raise on setops for + and - for Indexes (GH8226) | {
"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": "0b02e1",
"default": false,
"description": "Related to indexing on series/frames, not to indexes themselves",
"id": 2822098,
"name": "Indexing",
"node_id": "MDU6TGFiZWwyODIyMDk4",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Indexing"
},
{
"color": "AD... | closed | false | null | [] | {
"closed_at": "2014-10-23T11:43:09Z",
"closed_issues": 530,
"created_at": "2014-07-06T18:44:54Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jr... | 7 | 2014-09-09T22:31:37Z | 2014-10-06T14:28:34Z | 2014-09-11T15:44:57Z | CONTRIBUTOR | null | closes #8226
- ToDo
- [x] currently a raise `TypeError` (need a better message), possibly could deprecate and just warn
- [x] API example
Combining indexes via `+` now requires `.union()`
Diffing indexes via `-` now requires `.diff()`
These make the Indexes use setops (`&`,`|`,`^`) ONLY
numeric ops will work 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/8227/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/8227/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/8227.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/8227",
"merged_at": "2014-09-11T15:44:57Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/8227.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/8227"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/8228 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/8228/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/8228/comments | https://api.github.com/repos/pandas-dev/pandas/issues/8228/events | https://github.com/pandas-dev/pandas/issues/8228 | 42,365,421 | MDU6SXNzdWU0MjM2NTQyMQ== | 8,228 | read_csv() little problem with file_path containing accentuated characters | {
"avatar_url": "https://avatars.githubusercontent.com/u/8534386?v=4",
"events_url": "https://api.github.com/users/danielboone/events{/privacy}",
"followers_url": "https://api.github.com/users/danielboone/followers",
"following_url": "https://api.github.com/users/danielboone/following{/other_user}",
"gists_ur... | [
{
"color": "444444",
"default": false,
"description": "Unicode strings",
"id": 36380025,
"name": "Unicode",
"node_id": "MDU6TGFiZWwzNjM4MDAyNQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Unicode"
},
{
"color": "5319e7",
"default": false,
"description... | closed | false | null | [] | null | 3 | 2014-09-10T00:11:53Z | 2015-10-20T22:41:31Z | 2015-10-20T22:41:31Z | NONE | null | Bonjour,
The pd.read_csv() function crash when common latin1 characters (ex: éàèç) occurs in the file path. We can use the following workaround in python 2.7 (Note: I use pandas 0.14 and from **future** import unicode_literals):
> > > import locale
> > > os_codec = locale.getdefaultlocale()[1] # this is 'cp1252' 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/8228/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/8228/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/8229 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/8229/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/8229/comments | https://api.github.com/repos/pandas-dev/pandas/issues/8229/events | https://github.com/pandas-dev/pandas/issues/8229 | 42,368,102 | MDU6SXNzdWU0MjM2ODEwMg== | 8,229 | groupby objects can't be pickled | {
"avatar_url": "https://avatars.githubusercontent.com/u/8716660?v=4",
"events_url": "https://api.github.com/users/0zeroth/events{/privacy}",
"followers_url": "https://api.github.com/users/0zeroth/followers",
"following_url": "https://api.github.com/users/0zeroth/following{/other_user}",
"gists_url": "https:/... | [
{
"color": "729FCF",
"default": false,
"description": null,
"id": 233160,
"name": "Groupby",
"node_id": "MDU6TGFiZWwyMzMxNjA=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Groupby"
},
{
"color": "0052cc",
"default": false,
"description": "pandas objects ... | 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-09-10T01:00:38Z | 2018-07-06T22:31:32Z | 2018-07-06T22:31:27Z | NONE | null | From this discussion: https://groups.google.com/d/msg/pydata/AExc0ITFm94/Q5k5hcwZQFMJ
It appears that groupby object cannot be unpickled. The following code reproduces the problem for me:
```
import pandas as pd
import pickle
df = pd.DataFrame([[1,2,3], [4,5,6], [7,8,9]])
gr = df.groupby(0)
b = pickle.dumps(gr)
gr2 ... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/8229/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/8229/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/8230 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/8230/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/8230/comments | https://api.github.com/repos/pandas-dev/pandas/issues/8230/events | https://github.com/pandas-dev/pandas/issues/8230 | 42,368,235 | MDU6SXNzdWU0MjM2ODIzNQ== | 8,230 | DataFrame.to_string ignores col_space when header=False | {
"avatar_url": "https://avatars.githubusercontent.com/u/8716660?v=4",
"events_url": "https://api.github.com/users/0zeroth/events{/privacy}",
"followers_url": "https://api.github.com/users/0zeroth/followers",
"following_url": "https://api.github.com/users/0zeroth/following{/other_user}",
"gists_url": "https:/... | [
{
"color": "e10c02",
"default": false,
"description": null,
"id": 76811,
"name": "Bug",
"node_id": "MDU6TGFiZWw3NjgxMQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug"
},
{
"color": "ededed",
"default": false,
"description": "__repr__ of pandas objec... | closed | false | null | [] | {
"closed_at": "2014-10-23T11:43:09Z",
"closed_issues": 530,
"created_at": "2014-07-06T18:44:54Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jr... | 1 | 2014-09-10T01:03:51Z | 2014-09-10T18:09:15Z | 2014-09-10T18:09:15Z | NONE | null | ```
import pandas as pd
df = pd.DataFrame([[0,1,2]], index=['Sum'], columns=['A','B','C'])
print(df.to_string(col_space=20))
print(df.to_string(col_space=20, header=False))
```
Output:
```
A B C
Sum 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/8230/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/8230/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/8231 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/8231/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/8231/comments | https://api.github.com/repos/pandas-dev/pandas/issues/8231/events | https://github.com/pandas-dev/pandas/pull/8231 | 42,371,470 | MDExOlB1bGxSZXF1ZXN0MjA5OTU3MDA= | 8,231 | Groupbydocs | {
"avatar_url": "https://avatars.githubusercontent.com/u/6242856?v=4",
"events_url": "https://api.github.com/users/mcjcode/events{/privacy}",
"followers_url": "https://api.github.com/users/mcjcode/followers",
"following_url": "https://api.github.com/users/mcjcode/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": "729FCF",
"default": false,
"description": null,
"id": 233160... | closed | false | null | [] | null | 10 | 2014-09-10T02:17:00Z | 2014-09-15T03:47:10Z | 2014-09-14T16:50:10Z | CONTRIBUTOR | null | Addresses #6944, by defining whitelisted methods in the `DataFrameGroupBy` and `SeriesGroupBy` class definitions. After this change, users of the whitelisted methods now get useful results from `help`, argument name completion, and auto-generated api docs. These `DataFrameGroupBy` and `SeriesGroupBy` methods are adde... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/8231/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/8231/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/8231.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/8231",
"merged_at": null,
"patch_url": "https://github.com/pandas-dev/pandas/pull/8231.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/8231"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/8232 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/8232/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/8232/comments | https://api.github.com/repos/pandas-dev/pandas/issues/8232/events | https://github.com/pandas-dev/pandas/pull/8232 | 42,376,362 | MDExOlB1bGxSZXF1ZXN0MjA5OTg1Mjk= | 8,232 | Fix to merge code from `_create_table_statement` and `get_schema` | {
"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": "5319e7",
"default": false,
"description": "to_sql, read_sql, read_sql_query",
"id": 47232590,
"name": "IO SQL",
"node_id": "MDU6TGFiZWw0NzIzMjU5MA==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/IO%20SQL"
}
] | closed | false | null | [] | {
"closed_at": "2014-10-23T11:43:09Z",
"closed_issues": 530,
"created_at": "2014-07-06T18:44:54Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jr... | 14 | 2014-09-10T04:16:17Z | 2014-09-15T21:50:33Z | 2014-09-15T21:43:01Z | CONTRIBUTOR | null | Closes #8097
Reorganized a lot of the SQL schema creation code. Now database table is not dropped / create when `PandasSQLTable` object is instantiated, but instead when `insert` method is called on it. This allow us to `get_schema` to generate `CREATE TABLE` code without actually creating the table.
(Includes updat... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/8232/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/8232/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/8232.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/8232",
"merged_at": "2014-09-15T21:43:01Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/8232.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/8232"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/8233 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/8233/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/8233/comments | https://api.github.com/repos/pandas-dev/pandas/issues/8233/events | https://github.com/pandas-dev/pandas/pull/8233 | 42,394,501 | MDExOlB1bGxSZXF1ZXN0MjEwMDkwNjI= | 8,233 | BUG: DataFrame.to_string ignores col_space when header=False | {
"avatar_url": "https://avatars.githubusercontent.com/u/1460294?v=4",
"events_url": "https://api.github.com/users/onesandzeroes/events{/privacy}",
"followers_url": "https://api.github.com/users/onesandzeroes/followers",
"following_url": "https://api.github.com/users/onesandzeroes/following{/other_user}",
"gi... | [
{
"color": "e10c02",
"default": false,
"description": null,
"id": 76811,
"name": "Bug",
"node_id": "MDU6TGFiZWw3NjgxMQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug"
},
{
"color": "ededed",
"default": false,
"description": "__repr__ of pandas objec... | closed | false | null | [] | {
"closed_at": "2014-10-23T11:43:09Z",
"closed_issues": 530,
"created_at": "2014-07-06T18:44:54Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jr... | 2 | 2014-09-10T09:37:14Z | 2014-09-10T18:09:15Z | 2014-09-10T18:09:05Z | CONTRIBUTOR | null | Fixes #8230. I think this is a pretty easy fix, `col_space` wasn't being used at all when `header` was `False` so just had to add the minimum width.
Results:
``` python
import pandas as pd
df = pd.DataFrame([[0,1,2]], index=['Sum'], columns=['A','B','C'])
print(df.to_string(col_space=20))
# Output:
... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/8233/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/8233/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/8233.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/8233",
"merged_at": null,
"patch_url": "https://github.com/pandas-dev/pandas/pull/8233.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/8233"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/8234 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/8234/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/8234/comments | https://api.github.com/repos/pandas-dev/pandas/issues/8234/events | https://github.com/pandas-dev/pandas/issues/8234 | 42,405,850 | MDU6SXNzdWU0MjQwNTg1MA== | 8,234 | DOC: some errors in the vis docs regarding multiple axes | {
"avatar_url": "https://avatars.githubusercontent.com/u/1020496?v=4",
"events_url": "https://api.github.com/users/jorisvandenbossche/events{/privacy}",
"followers_url": "https://api.github.com/users/jorisvandenbossche/followers",
"following_url": "https://api.github.com/users/jorisvandenbossche/following{/othe... | [
{
"color": "3465A4",
"default": false,
"description": null,
"id": 134699,
"name": "Docs",
"node_id": "MDU6TGFiZWwxMzQ2OTk=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Docs"
},
{
"color": "8AE234",
"default": false,
"description": null,
"id": 241332... | 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-09-10T12:10:57Z | 2015-02-12T14:22:59Z | 2015-02-12T14:22:59Z | MEMBER | null | Opening an issue to not forget this, see https://github.com/pydata/pandas/pull/7736#issuecomment-53970872
@sinhrks
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/8234/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/8234/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/8235 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/8235/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/8235/comments | https://api.github.com/repos/pandas-dev/pandas/issues/8235/events | https://github.com/pandas-dev/pandas/pull/8235 | 42,424,680 | MDExOlB1bGxSZXF1ZXN0MjEwMjgxNDI= | 8,235 | BUG: interpolate with no nans and limit | {
"avatar_url": "https://avatars.githubusercontent.com/u/1312546?v=4",
"events_url": "https://api.github.com/users/TomAugspurger/events{/privacy}",
"followers_url": "https://api.github.com/users/TomAugspurger/followers",
"following_url": "https://api.github.com/users/TomAugspurger/following{/other_user}",
"gi... | [
{
"color": "e10c02",
"default": false,
"description": null,
"id": 76811,
"name": "Bug",
"node_id": "MDU6TGFiZWw3NjgxMQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug"
},
{
"color": "d7e102",
"default": false,
"description": "np.nan, pd.NaT, pd.NA, d... | closed | false | null | [] | {
"closed_at": "2014-10-23T11:43:09Z",
"closed_issues": 530,
"created_at": "2014-07-06T18:44:54Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jr... | 1 | 2014-09-10T15:21:35Z | 2014-09-10T17:45:37Z | 2014-09-10T17:45:32Z | CONTRIBUTOR | null | Closes https://github.com/pydata/pandas/issues/7173
I was assuming that there would be at least one NaN when I was adjusting for the limits. Pretty simple fix.
Here's the intended behavior:
``` python
In [1]: s = pd.Series([1., 2, 3])
In [2]: s.interpolate()
Out[2]:
0 1
1 2
2 3
dtype: float64
In [3]: s.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/8235/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/8235/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/8235.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/8235",
"merged_at": "2014-09-10T17:45:32Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/8235.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/8235"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/8236 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/8236/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/8236/comments | https://api.github.com/repos/pandas-dev/pandas/issues/8236/events | https://github.com/pandas-dev/pandas/issues/8236 | 42,430,714 | MDU6SXNzdWU0MjQzMDcxNA== | 8,236 | CustomBusinessDay slow for increments <0 and >1 | {
"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": "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": "0052cc",
"default"... | closed | false | null | [] | {
"closed_at": "2014-10-23T11:43:09Z",
"closed_issues": 530,
"created_at": "2014-07-06T18:44:54Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jr... | 1 | 2014-09-10T16:13:30Z | 2014-10-04T13:37:55Z | 2014-10-04T13:37:55Z | CONTRIBUTOR | null | For rolling back or for moving forward more than one step, `DateOffset`s create a new instance setting `n` [accordingly](https://github.com/bjonen/pandas/blob/master/pandas/tseries/offsets.py#L312). The `CustomBusinessDay` constructor can be very slow, however, when a large list of `holidays` is passed. The holidays ar... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/8236/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/8236/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/8237 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/8237/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/8237/comments | https://api.github.com/repos/pandas-dev/pandas/issues/8237/events | https://github.com/pandas-dev/pandas/pull/8237 | 42,430,853 | MDExOlB1bGxSZXF1ZXN0MjEwMzE5NDA= | 8,237 | BUG: Bug in putting a PeriodIndex into a Series would convert to int64 | {
"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": "eb6420",
"default": false,
"description": "Period data type",
"... | closed | false | null | [] | {
"closed_at": "2014-10-23T11:43:09Z",
"closed_issues": 530,
"created_at": "2014-07-06T18:44:54Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jr... | 0 | 2014-09-10T16:14:58Z | 2014-09-10T18:09:28Z | 2014-09-10T18:09:27Z | CONTRIBUTOR | null | closes #7932
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/8237/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/8237/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/8237.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/8237",
"merged_at": "2014-09-10T18:09:27Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/8237.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/8237"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/8238 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/8238/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/8238/comments | https://api.github.com/repos/pandas-dev/pandas/issues/8238/events | https://github.com/pandas-dev/pandas/pull/8238 | 42,465,599 | MDExOlB1bGxSZXF1ZXN0MjEwNTMxODM= | 8,238 | BUG: normalize rolling_window() weights, remove scikits-timeseries dependency for testing | {
"avatar_url": "https://avatars.githubusercontent.com/u/7545449?v=4",
"events_url": "https://api.github.com/users/stahlous/events{/privacy}",
"followers_url": "https://api.github.com/users/stahlous/followers",
"following_url": "https://api.github.com/users/stahlous/following{/other_user}",
"gists_url": "http... | [
{
"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": "006b75",
"d... | closed | false | null | [] | {
"closed_at": "2014-10-23T11:43:09Z",
"closed_issues": 530,
"created_at": "2014-07-06T18:44:54Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jr... | 44 | 2014-09-10T21:53:49Z | 2014-09-23T14:34:58Z | 2014-09-23T13:04:18Z | CONTRIBUTOR | null | This closes #7618 and removes the dependency on scikits-timeseries for testing rolling_window functions. Scikits-timeseries has not been maintained since 2009, and I had difficulty simply installing it on my system. Instead of using scikits-timeseries to calculate the various rolling moments on randomly generated data,... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/8238/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/8238/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/8238.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/8238",
"merged_at": "2014-09-23T13:04:18Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/8238.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/8238"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/8239 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/8239/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/8239/comments | https://api.github.com/repos/pandas-dev/pandas/issues/8239/events | https://github.com/pandas-dev/pandas/issues/8239 | 42,478,427 | MDU6SXNzdWU0MjQ3ODQyNw== | 8,239 | API: unified sorting | {
"avatar_url": "https://avatars.githubusercontent.com/u/1348834?v=4",
"events_url": "https://api.github.com/users/patricktokeeffe/events{/privacy}",
"followers_url": "https://api.github.com/users/patricktokeeffe/followers",
"following_url": "https://api.github.com/users/patricktokeeffe/following{/other_user}",... | [
{
"color": "02d7e1",
"default": false,
"description": "Concat, Merge/Join, Stack/Unstack, Explode",
"id": 13098779,
"name": "Reshaping",
"node_id": "MDU6TGFiZWwxMzA5ODc3OQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Reshaping"
},
{
"color": "AD7FA8",
"de... | closed | false | null | [] | {
"closed_at": 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-09-11T00:49:44Z | 2015-08-02T23:01:30Z | 2015-08-02T23:01:29Z | CONTRIBUTOR | null | originally #5190
xref #9816
xref #3942
This issue is for creating a unified API to Series & DataFrame sorting methods. Panels are not addressed (yet) but a unified API should be easy to extend to them. Related are #2094, #5190, #6847, #7121, #2615. As discussion proceeds, this post will be edited.
For reference, 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/8239/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/8239/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/8240 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/8240/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/8240/comments | https://api.github.com/repos/pandas-dev/pandas/issues/8240/events | https://github.com/pandas-dev/pandas/pull/8240 | 42,483,813 | MDExOlB1bGxSZXF1ZXN0MjEwNjM3NDA= | 8,240 | BUG: boxplot fails when one column is all NaNs | {
"avatar_url": "https://avatars.githubusercontent.com/u/1460294?v=4",
"events_url": "https://api.github.com/users/onesandzeroes/events{/privacy}",
"followers_url": "https://api.github.com/users/onesandzeroes/followers",
"following_url": "https://api.github.com/users/onesandzeroes/following{/other_user}",
"gi... | [
{
"color": "e10c02",
"default": false,
"description": null,
"id": 76811,
"name": "Bug",
"node_id": "MDU6TGFiZWw3NjgxMQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug"
},
{
"color": "8AE234",
"default": false,
"description": null,
"id": 2413328,
... | closed | false | null | [] | {
"closed_at": "2014-10-23T11:43:09Z",
"closed_issues": 530,
"created_at": "2014-07-06T18:44:54Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jr... | 5 | 2014-09-11T02:50:00Z | 2014-09-27T03:17:58Z | 2014-09-17T19:32:26Z | CONTRIBUTOR | null | Fixes #8181. Currently the boxplot fails when trying to compute quantiles on an empty array, which numpy can't deal with. Works okay if we use an array with a single `np.nan` instead, the empty column is just left out of the plot as expected.
I guess that might be a bit of a hack, relying on how numpy deals with a si... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/8240/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/8240/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/8240.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/8240",
"merged_at": null,
"patch_url": "https://github.com/pandas-dev/pandas/pull/8240.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/8240"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/8241 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/8241/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/8241/comments | https://api.github.com/repos/pandas-dev/pandas/issues/8241/events | https://github.com/pandas-dev/pandas/issues/8241 | 42,496,620 | MDU6SXNzdWU0MjQ5NjYyMA== | 8,241 | BUG: reindex on level of multi-index does not respect order of new index ? | {
"avatar_url": "https://avatars.githubusercontent.com/u/1020496?v=4",
"events_url": "https://api.github.com/users/jorisvandenbossche/events{/privacy}",
"followers_url": "https://api.github.com/users/jorisvandenbossche/followers",
"following_url": "https://api.github.com/users/jorisvandenbossche/following{/othe... | [
{
"color": "e10c02",
"default": false,
"description": null,
"id": 76811,
"name": "Bug",
"node_id": "MDU6TGFiZWw3NjgxMQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug"
},
{
"color": "02d7e1",
"default": false,
"description": "Concat, Merge/Join, Stac... | closed | false | null | [] | null | 1 | 2014-09-11T07:31:31Z | 2014-09-11T11:37:35Z | 2014-09-11T11:37:35Z | MEMBER | null | When having a MultiIndex, and reindexing on a level of it, `reindex` does not respect the order of the new index. Is this a bug? Or a limitation of the multi-index reindexing (as in one level you don't have unique elements?) which should be documented?
```
In [69]: s = pd.Series([0,1,2,3,4,5,6,7], index=pd.MultiIndex.... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/8241/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/8241/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/8242 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/8242/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/8242/comments | https://api.github.com/repos/pandas-dev/pandas/issues/8242/events | https://github.com/pandas-dev/pandas/issues/8242 | 42,513,987 | MDU6SXNzdWU0MjUxMzk4Nw== | 8,242 | Multiple calls to .plot(): colors not correctly cycled | {
"avatar_url": "https://avatars.githubusercontent.com/u/674200?v=4",
"events_url": "https://api.github.com/users/twiecki/events{/privacy}",
"followers_url": "https://api.github.com/users/twiecki/followers",
"following_url": "https://api.github.com/users/twiecki/following{/other_user}",
"gists_url": "https://... | [] | closed | false | null | [] | null | 4 | 2014-09-11T11:27:48Z | 2014-09-12T17:19:58Z | 2014-09-12T17:19:35Z | CONTRIBUTOR | null | Versions:
Pandas 0.14.1
Matplotlib: 1.4.0
Reproduce:
Run:
``` python
import matplotlib.pyplot as plt
import numpy as np
import pandas as pd
for i in range(20):
pd.Series(np.random.rand(20)).plot(label=i)
plt.legend()
```
Output:
.any(axis=1)
This causes problem with newer numpy which deprecated negative unary operator (-) on boolean arrays. I got this following error when running into this line:
DeprecationWarning: numpy boolean nega... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/8243/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/8243/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/8244 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/8244/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/8244/comments | https://api.github.com/repos/pandas-dev/pandas/issues/8244/events | https://github.com/pandas-dev/pandas/issues/8244 | 42,540,036 | MDU6SXNzdWU0MjU0MDAzNg== | 8,244 | ENH/VIS: Pass DataFrame column to size argument in df.scatter | {
"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": "4E9A06",
"default": false,
"description": null,
"id": 76812,
"name": "Enhancement",
"node_id": "MDU6TGFiZWw3NjgxMg==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Enhancement"
},
{
"color": "8AE234",
"default": false,
"description": null,
... | closed | false | null | [] | {
"closed_at": null,
"closed_issues": 2361,
"created_at": "2015-02-26T19:29:05Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/1020496?v=4",
"events_url": "https://api.github.com/users/jorisvandenbossche/events{/privacy}",
"followers_url": "https://api.github.com/users/jorisva... | 8 | 2014-09-11T15:53:59Z | 2018-07-06T22:30:32Z | 2018-07-06T22:30:27Z | CONTRIBUTOR | null | You can already kind of do this by passing in the numpy array
```
In [83]: df = pd.DataFrame(np.random.randn(100, 2))
In [84]: df['z'] = np.random.uniform(size=(100))
In [85]: df.plot(kind='scatter', x=0, y=1, s=df.z.values * 1000)
Out[85]: <matplotlib.axes._subplots.AxesSubplot at 0x11a81df60>
```
 bug | {
"avatar_url": "https://avatars.githubusercontent.com/u/1412400?v=4",
"events_url": "https://api.github.com/users/ifmihai/events{/privacy}",
"followers_url": "https://api.github.com/users/ifmihai/followers",
"following_url": "https://api.github.com/users/ifmihai/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": "2014-10-23T11:43:09Z",
"closed_issues": 530,
"created_at": "2014-07-06T18:44:54Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jr... | 5 | 2014-09-11T16:02:17Z | 2014-09-11T23:38:47Z | 2014-09-11T23:38:47Z | NONE | null | An example is best:
``` python
2 Inn: df = P.DataFrame(index=P.date_range('2014-9-6 1:30', '2014-9-9', freq='6H'))
3 Inn: df
3 Out:
2014-09-06 01:30:00
2014-09-06 07:30:00
2014-09-06 13:30:00
2014-09-06 19:30:00
2014-09-07 01:30:00
2014-09-07 07:30:00
2014-09-07 13:30:00
2014-09-07 19:30:00
2014-09-08 01:30:00
2014... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/8245/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/8245/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/8246 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/8246/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/8246/comments | https://api.github.com/repos/pandas-dev/pandas/issues/8246/events | https://github.com/pandas-dev/pandas/pull/8246 | 42,549,871 | MDExOlB1bGxSZXF1ZXN0MjExMDM3NTg= | 8,246 | BUG: DatetimeIndex.asof matches partial dates | {
"avatar_url": "https://avatars.githubusercontent.com/u/1312546?v=4",
"events_url": "https://api.github.com/users/TomAugspurger/events{/privacy}",
"followers_url": "https://api.github.com/users/TomAugspurger/followers",
"following_url": "https://api.github.com/users/TomAugspurger/following{/other_user}",
"gi... | [] | closed | false | null | [] | null | 1 | 2014-09-11T17:30:33Z | 2014-09-11T23:38:48Z | 2014-09-11T23:38:48Z | CONTRIBUTOR | null | Closes https://github.com/pydata/pandas/issues/8245
current master:
``` python
In [6]: idx.asof('2010-02')
Out[6]: Timestamp('2010-02-01 00:00:00')
```
fixed:
``` python
In [3]: idx.asof('2010-02')
Out[3]: Timestamp('2010-01-31 00:00:00', offset='M')
```
Will try to do a test_perf on this later. I've been working ... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/8246/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/8246/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/8246.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/8246",
"merged_at": "2014-09-11T23:38:47Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/8246.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/8246"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/8247 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/8247/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/8247/comments | https://api.github.com/repos/pandas-dev/pandas/issues/8247/events | https://github.com/pandas-dev/pandas/pull/8247 | 42,563,043 | MDExOlB1bGxSZXF1ZXN0MjExMTIyNTk= | 8,247 | DOC: Correct Series.nonzero docstring | {
"avatar_url": "https://avatars.githubusercontent.com/u/1297788?v=4",
"events_url": "https://api.github.com/users/kyleam/events{/privacy}",
"followers_url": "https://api.github.com/users/kyleam/followers",
"following_url": "https://api.github.com/users/kyleam/following{/other_user}",
"gists_url": "https://ap... | [
{
"color": "3465A4",
"default": false,
"description": null,
"id": 134699,
"name": "Docs",
"node_id": "MDU6TGFiZWwxMzQ2OTk=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Docs"
}
] | closed | false | null | [] | {
"closed_at": "2014-10-23T11:43:09Z",
"closed_issues": 530,
"created_at": "2014-07-06T18:44:54Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jr... | 7 | 2014-09-11T19:44:14Z | 2014-09-12T14:54:49Z | 2014-09-12T14:52:16Z | CONTRIBUTOR | null | The function returns indices, not a boolean array. The description now
matches `numpy.nonzero`.
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/8247/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/8247/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/8247.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/8247",
"merged_at": "2014-09-12T14:52:16Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/8247.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/8247"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/8248 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/8248/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/8248/comments | https://api.github.com/repos/pandas-dev/pandas/issues/8248/events | https://github.com/pandas-dev/pandas/issues/8248 | 42,577,365 | MDU6SXNzdWU0MjU3NzM2NQ== | 8,248 | Incorrect unit conversion in `to_timedelta` when unit='h' or unit='m' | {
"avatar_url": "https://avatars.githubusercontent.com/u/443776?v=4",
"events_url": "https://api.github.com/users/unutbu/events{/privacy}",
"followers_url": "https://api.github.com/users/unutbu/followers",
"following_url": "https://api.github.com/users/unutbu/following{/other_user}",
"gists_url": "https://api... | [] | closed | false | null | [] | null | 3 | 2014-09-11T22:17:31Z | 2014-09-11T22:23:33Z | 2014-09-11T22:23:33Z | CONTRIBUTOR | null | This issue was uncovered in this [Stackoverflow question](http://stackoverflow.com/q/25797245/190597):
Using Pandas 0.14.0: `pd.to_timedelta` seems to ignore the units when `unit` is `h` or `m`:
```
In [263]: pd.to_timedelta(16, unit='h')
Out[263]: numpy.timedelta64(16,'ns')
In [264]: pd.to_timedelta(16, unit='m')
... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/8248/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/8248/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/8249 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/8249/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/8249/comments | https://api.github.com/repos/pandas-dev/pandas/issues/8249/events | https://github.com/pandas-dev/pandas/pull/8249 | 42,585,133 | MDExOlB1bGxSZXF1ZXN0MjExMjY1NDQ= | 8,249 | BUG: plot methods modified rcParams | {
"avatar_url": "https://avatars.githubusercontent.com/u/1312546?v=4",
"events_url": "https://api.github.com/users/TomAugspurger/events{/privacy}",
"followers_url": "https://api.github.com/users/TomAugspurger/followers",
"following_url": "https://api.github.com/users/TomAugspurger/following{/other_user}",
"gi... | [] | closed | false | null | [] | null | 0 | 2014-09-12T00:22:20Z | 2014-09-12T17:19:35Z | 2014-09-12T17:19:35Z | CONTRIBUTOR | null | Closes https://github.com/pydata/pandas/issues/8242
Just made a copy of the rcParams when we get it.
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/8249/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/8249/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/8249.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/8249",
"merged_at": "2014-09-12T17:19:35Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/8249.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/8249"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/8250 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/8250/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/8250/comments | https://api.github.com/repos/pandas-dev/pandas/issues/8250/events | https://github.com/pandas-dev/pandas/issues/8250 | 42,587,908 | MDU6SXNzdWU0MjU4NzkwOA== | 8,250 | Running optimization using Scipy and Pandas packages | {
"avatar_url": "https://avatars.githubusercontent.com/u/8743929?v=4",
"events_url": "https://api.github.com/users/Prashantmdgl9/events{/privacy}",
"followers_url": "https://api.github.com/users/Prashantmdgl9/followers",
"following_url": "https://api.github.com/users/Prashantmdgl9/following{/other_user}",
"gi... | [
{
"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 | 1 | 2014-09-12T01:17:53Z | 2014-09-12T12:00:55Z | 2014-09-12T12:00:55Z | NONE | null | I have written the code
import pandas as pd
import numpy as np
from scipy.optimize import minimize
pd.set_option('display.mpl_style', 'default')
"""Read the input file into the dataframe""" """T1 file contains the decision variables, corresponding investments and their upper and lower bounds"""
df = pd.DataFrame.from... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/8250/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/8250/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/8251 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/8251/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/8251/comments | https://api.github.com/repos/pandas-dev/pandas/issues/8251/events | https://github.com/pandas-dev/pandas/issues/8251 | 42,594,308 | MDU6SXNzdWU0MjU5NDMwOA== | 8,251 | Panel.fillna with method='ffill' ignores the axis parameter and only fills along axis=1 | {
"avatar_url": "https://avatars.githubusercontent.com/u/8716660?v=4",
"events_url": "https://api.github.com/users/0zeroth/events{/privacy}",
"followers_url": "https://api.github.com/users/0zeroth/followers",
"following_url": "https://api.github.com/users/0zeroth/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": "d7e102",
"default": false,
"description": "np.nan, pd.NaT, pd.NA, d... | closed | false | null | [] | {
"closed_at": null,
"closed_issues": 2361,
"created_at": "2015-02-26T19:29:05Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/1020496?v=4",
"events_url": "https://api.github.com/users/jorisvandenbossche/events{/privacy}",
"followers_url": "https://api.github.com/users/jorisva... | 4 | 2014-09-12T03:56:24Z | 2018-07-06T20:21:04Z | 2017-07-11T09:57:59Z | NONE | null | This is also a documentation error, as the docs say the default axis is axis = 0
```
import pandas as pd
from pandas.util.testing import makePanel
#
# Demo A: We want to fill along axis 0
#
p = makePanel().transpose(1,0,2)
p.iloc[10:20,0,0] = np.nan
# Demonstrate we have a gap
p.iloc[:,0,0].plot()
# Demonstrate th... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/8251/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/8251/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/8252 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/8252/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/8252/comments | https://api.github.com/repos/pandas-dev/pandas/issues/8252/events | https://github.com/pandas-dev/pandas/issues/8252 | 42,605,806 | MDU6SXNzdWU0MjYwNTgwNg== | 8,252 | MemoryError with more than 1E9 rows | {
"avatar_url": "https://avatars.githubusercontent.com/u/2779998?v=4",
"events_url": "https://api.github.com/users/mattdowle/events{/privacy}",
"followers_url": "https://api.github.com/users/mattdowle/followers",
"following_url": "https://api.github.com/users/mattdowle/following{/other_user}",
"gists_url": "h... | [
{
"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": "2014-10-23T11:43:09Z",
"closed_issues": 530,
"created_at": "2014-07-06T18:44:54Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jr... | 3 | 2014-09-12T08:10:40Z | 2014-09-21T19:37:05Z | 2014-09-20T16:50:06Z | NONE | null | I have 240GB of RAM. Nothing else running on the machine. I'm trying to create 1.5E9 rows, which I think should create a data frame of around 100GB, but getting this MemoryError. This works fine with 1E9 but not 1.5E9. I could understand a limit at about 2^31 (2E9) or 2^32 (4E9) but all 240GB seems exhausted (accor... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/8252/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/8252/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/8253 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/8253/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/8253/comments | https://api.github.com/repos/pandas-dev/pandas/issues/8253/events | https://github.com/pandas-dev/pandas/pull/8253 | 42,613,699 | MDExOlB1bGxSZXF1ZXN0MjExNDMyMzM= | 8,253 | PERF: Improve performance CustmBusinessDay | {
"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... | [] | closed | false | null | [] | null | 2 | 2014-09-12T09:59:22Z | 2014-09-20T00:32:15Z | 2014-09-17T13:19:15Z | CONTRIBUTOR | null | Closes #8236
`CustomBusinessDay` is now fast with holiday calendar and incrementing in different ways.
import pandas as pd
import numpy as np
import datetime as dt
date = pd.Timestamp('20120101')
cbday = pd.offsets.CustomBusinessDay()
date + cbday
%timeit date + cbday
10000 loops, best of 3: 17.2 µs per loop
hdays... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/8253/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/8253/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/8253.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/8253",
"merged_at": null,
"patch_url": "https://github.com/pandas-dev/pandas/pull/8253.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/8253"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/8254 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/8254/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/8254/comments | https://api.github.com/repos/pandas-dev/pandas/issues/8254/events | https://github.com/pandas-dev/pandas/issues/8254 | 42,629,356 | MDU6SXNzdWU0MjYyOTM1Ng== | 8,254 | INT/CLN: remove to_datetime from class methods | {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jreback/followers",
"following_url": "https://api.github.com/users/jreback/following{/other_user}",
"gists_url": "https://... | [
{
"color": "AD7FA8",
"default": false,
"description": null,
"id": 35818298,
"name": "API Design",
"node_id": "MDU6TGFiZWwzNTgxODI5OA==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/API%20Design"
},
{
"color": "5319e7",
"default": false,
"description": "r... | 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... | 17 | 2014-09-12T13:32:57Z | 2016-09-01T08:01:28Z | 2016-08-29T12:42:43Z | CONTRIBUTOR | null | see https://github.com/pydata/pandas/pull/8184
related #8185
`Index.to_datetime` currently exists but really no need for this as `pd.to_datetime` subsumes this functionaility (and is more general). and just pollutes the interface.
so remove:
- [x] `Timestamp.to_datetime`
- [x] `DatetimeIndex.to_datetime` #14096
- [x... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/8254/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/8254/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/8255 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/8255/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/8255/comments | https://api.github.com/repos/pandas-dev/pandas/issues/8255/events | https://github.com/pandas-dev/pandas/issues/8255 | 42,655,736 | MDU6SXNzdWU0MjY1NTczNg== | 8,255 | AsIs class in R dataframe conversion prevents easy plotting w/ ggplot2 | {
"avatar_url": "https://avatars.githubusercontent.com/u/660712?v=4",
"events_url": "https://api.github.com/users/benjschiller/events{/privacy}",
"followers_url": "https://api.github.com/users/benjschiller/followers",
"following_url": "https://api.github.com/users/benjschiller/following{/other_user}",
"gists_... | [
{
"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"
}
] | closed | false | null | [] | null | 1 | 2014-09-12T18:14:53Z | 2015-03-08T14:40:09Z | 2015-03-08T14:40:09Z | NONE | null | When using pandas.rpy.common.convert_to_r_dataframe to convert pandas DataFrame --> R data.frame, columns get assigned two classes: AsIs, some data type
ggplot2 sees AsIs and refuses to deal with the data type properly. It would be nice to have the AsIs automatically stripped like here:
http://stackoverflow.com/quest... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/8255/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/8255/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/8256 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/8256/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/8256/comments | https://api.github.com/repos/pandas-dev/pandas/issues/8256/events | https://github.com/pandas-dev/pandas/issues/8256 | 42,659,984 | MDU6SXNzdWU0MjY1OTk4NA== | 8,256 | hist(by=) breaks when the output does not fill all rows and columns | {
"avatar_url": "https://avatars.githubusercontent.com/u/126879?v=4",
"events_url": "https://api.github.com/users/CerebralMastication/events{/privacy}",
"followers_url": "https://api.github.com/users/CerebralMastication/followers",
"following_url": "https://api.github.com/users/CerebralMastication/following{/ot... | [
{
"color": "e10c02",
"default": false,
"description": null,
"id": 76811,
"name": "Bug",
"node_id": "MDU6TGFiZWw3NjgxMQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug"
},
{
"color": "8AE234",
"default": false,
"description": null,
"id": 2413328,
... | closed | false | null | [] | {
"closed_at": "2014-10-23T11:43:09Z",
"closed_issues": 530,
"created_at": "2014-07-06T18:44:54Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jr... | 7 | 2014-09-12T19:00:45Z | 2014-09-15T14:52:26Z | 2014-09-15T14:52:07Z | NONE | null | Example:
import pandas as pd
pd.Series(randn(1000)).hist(by=randint(0, 6, 1000), sharex=True, sharey=True)
pd.Series(randn(1000)).hist(by=randint(0, 5, 1000), sharex=True, sharey=True)


INSTALLED VERSIONS
------------------
commit: None
python: 2.7.7.final.0
python-bits: 64
OS: Linux
OS-release: 3.2.0-0.bpo.4-amd64
machine: x86_64
processor:
byteorder: little
LC_ALL: None
LA... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/8257/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/8257/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/8258 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/8258/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/8258/comments | https://api.github.com/repos/pandas-dev/pandas/issues/8258/events | https://github.com/pandas-dev/pandas/issues/8258 | 42,666,469 | MDU6SXNzdWU0MjY2NjQ2OQ== | 8,258 | BUG: alignment bug when setting a subset of rows and attempting to switch columns | {
"avatar_url": "https://avatars.githubusercontent.com/u/8753876?v=4",
"events_url": "https://api.github.com/users/johne13/events{/privacy}",
"followers_url": "https://api.github.com/users/johne13/followers",
"following_url": "https://api.github.com/users/johne13/following{/other_user}",
"gists_url": "https:/... | [
{
"color": "e10c02",
"default": false,
"description": null,
"id": 76811,
"name": "Bug",
"node_id": "MDU6TGFiZWw3NjgxMQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug"
},
{
"color": "0b02e1",
"default": false,
"description": "Related to indexing on s... | closed | false | null | [] | {
"closed_at": "2014-10-23T11:43:09Z",
"closed_issues": 530,
"created_at": "2014-07-06T18:44:54Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jr... | 0 | 2014-09-12T20:17:25Z | 2014-10-04T17:19:50Z | 2014-10-04T17:19:50Z | NONE | null | Originally posted at stackexchange:
http://stackoverflow.com/questions/25811529/setting-values-on-a-subset-of-rows-indexing-boolean-setting/25812825#25812825
Jeff suggested posting here also.
``` python
df = DataFrame({'L': ['left', 'right', 'left', 'right'],
'R': ['right', 'left', 'right', 'left']... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/8258/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/8258/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/8259 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/8259/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/8259/comments | https://api.github.com/repos/pandas-dev/pandas/issues/8259/events | https://github.com/pandas-dev/pandas/issues/8259 | 42,677,843 | MDU6SXNzdWU0MjY3Nzg0Mw== | 8,259 | datetime not properly converted from Series; timezone dropped | {
"avatar_url": "https://avatars.githubusercontent.com/u/660712?v=4",
"events_url": "https://api.github.com/users/benjschiller/events{/privacy}",
"followers_url": "https://api.github.com/users/benjschiller/followers",
"following_url": "https://api.github.com/users/benjschiller/following{/other_user}",
"gists_... | [] | closed | false | null | [] | null | 9 | 2014-09-12T22:47:52Z | 2014-09-12T23:47:04Z | 2014-09-12T22:52:08Z | NONE | null | This bug also happens if you use the .convert_objects() method of DataFrame or Series.
To reproduce:
```
In [83]: import pytz
In [85]: d = datetime.datetime(2014, 9, 3, 2, 40, 16, tzinfo=pytz.utc)
In [88]: pd.to_datetime(pd.Series([d]))[0]
Out[88]: Timestamp('2014-09-03 02:40:16', tz=None)
In [89]: pd.to_datetime(... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/8259/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/8259/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/8260 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/8260/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/8260/comments | https://api.github.com/repos/pandas-dev/pandas/issues/8260/events | https://github.com/pandas-dev/pandas/issues/8260 | 42,680,629 | MDU6SXNzdWU0MjY4MDYyOQ== | 8,260 | INT: support DatetimeBlock with timezones | {
"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": "fbca04",
"default": false,
"description": "Related to non-user accessible pandas implementation",
"id": 49094459,
"name": "Internals",
"node_id": "MDU6TGFiZWw0OTA5NDQ1OQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Internals"
},
{
"color": "5319e7... | 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... | 3 | 2014-09-12T23:43:59Z | 2015-09-05T16:17:23Z | 2015-09-05T16:17:23Z | CONTRIBUTOR | null | to allow real support / conversions of timezone aware Series.
xref #9560; `DatetimeIndex.to_series()` can be changed to preserve the tz always
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/8260/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/8260/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/8261 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/8261/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/8261/comments | https://api.github.com/repos/pandas-dev/pandas/issues/8261/events | https://github.com/pandas-dev/pandas/issues/8261 | 42,682,358 | MDU6SXNzdWU0MjY4MjM1OA== | 8,261 | .ix slicing doesn't work on a dataframe obtained by groupby.get_group() | {
"avatar_url": "https://avatars.githubusercontent.com/u/7418646?v=4",
"events_url": "https://api.github.com/users/grechkay/events{/privacy}",
"followers_url": "https://api.github.com/users/grechkay/followers",
"following_url": "https://api.github.com/users/grechkay/following{/other_user}",
"gists_url": "http... | [
{
"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 | 24 | 2014-09-13T00:24:41Z | 2014-09-13T14:14:47Z | 2014-09-13T02:32:23Z | CONTRIBUTOR | null | I have a dataframe with a column "actor"; I created a groupby object as such:
a = df.groupby('actor')
Then I create a new DataFrame as follows:
b = a.get_group(a.groups.keys()[0])
Now, b.ix[0,0] gives an error:
KeyError: 0L
I can still use .ix to slice by index and column, but not by position.
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/8261/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/8261/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/8262 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/8262/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/8262/comments | https://api.github.com/repos/pandas-dev/pandas/issues/8262/events | https://github.com/pandas-dev/pandas/pull/8262 | 42,696,771 | MDExOlB1bGxSZXF1ZXN0MjExOTMzNTE= | 8,262 | Clarification to .ix functionality | {
"avatar_url": "https://avatars.githubusercontent.com/u/7418646?v=4",
"events_url": "https://api.github.com/users/grechkay/events{/privacy}",
"followers_url": "https://api.github.com/users/grechkay/followers",
"following_url": "https://api.github.com/users/grechkay/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"
}
] | closed | false | null | [] | {
"closed_at": "2014-10-23T11:43:09Z",
"closed_issues": 530,
"created_at": "2014-07-06T18:44:54Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jr... | 1 | 2014-09-13T14:13:18Z | 2015-01-17T09:59:00Z | 2014-09-13T22:42:12Z | CONTRIBUTOR | null | Made clear that .ix does not support positional indexing
in the case where the corresponding dimension has an
integer index.
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/8262/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/8262/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/8262.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/8262",
"merged_at": "2014-09-13T22:42:12Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/8262.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/8262"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/8263 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/8263/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/8263/comments | https://api.github.com/repos/pandas-dev/pandas/issues/8263/events | https://github.com/pandas-dev/pandas/issues/8263 | 42,702,460 | MDU6SXNzdWU0MjcwMjQ2MA== | 8,263 | ENH: set multi-index names as NamedTuples | {
"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": "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": "005... | 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... | 17 | 2014-09-13T18:36:33Z | 2018-07-06T22:28:25Z | 2018-07-06T22:28:21Z | CONTRIBUTOR | null | import pandas as PD
s1=PD.Series((1,4,9,16), name=dict(a=1,b=2))
s2=s1*2
s2.name=dict(c=5,d=7)
s1
0 1
1 4
2 9
3 16
Name: {'a': 1, 'b': 2}, dtype: int32
df = PD.concat((s1,s2), axis=1) # this should raise ValueError as the resulting df is broken
df.shape # ok, this works...
(4, 2)
df # But this doesn'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/8263/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/8263/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/8264 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/8264/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/8264/comments | https://api.github.com/repos/pandas-dev/pandas/issues/8264/events | https://github.com/pandas-dev/pandas/pull/8264 | 42,708,207 | MDExOlB1bGxSZXF1ZXN0MjExOTg1MTM= | 8,264 | BUG: Bug in inference in a MultiIndex with datetime.date inputs (GH7888) | {
"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": "2014-10-23T11:43:09Z",
"closed_issues": 530,
"created_at": "2014-07-06T18:44:54Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jr... | 0 | 2014-09-13T23:18:33Z | 2014-09-14T01:09:42Z | 2014-09-14T01:09:42Z | CONTRIBUTOR | null | closes #7888
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/8264/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/8264/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/8264.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/8264",
"merged_at": "2014-09-14T01:09:42Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/8264.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/8264"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/8265 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/8265/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/8265/comments | https://api.github.com/repos/pandas-dev/pandas/issues/8265/events | https://github.com/pandas-dev/pandas/issues/8265 | 42,710,756 | MDU6SXNzdWU0MjcxMDc1Ng== | 8,265 | HDF5 index corruption | {
"avatar_url": "https://avatars.githubusercontent.com/u/3195015?v=4",
"events_url": "https://api.github.com/users/rockg/events{/privacy}",
"followers_url": "https://api.github.com/users/rockg/followers",
"following_url": "https://api.github.com/users/rockg/following{/other_user}",
"gists_url": "https://api.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": "5319e7",
"default": false,
"description": "read_hdf, HDFStore",
... | closed | false | null | [] | null | 14 | 2014-09-14T02:27:16Z | 2015-04-18T19:00:14Z | 2015-04-18T19:00:14Z | CONTRIBUTOR | null | I generated a multindexed DataFrame and wrote it to hdf5 using to_hdf. It uses zlib level 5 compression. The file was written all at once. The file is located here: https://www.dropbox.com/s/122q55g5ubcf4fl/indexIssue.h5?dl=0
The below methods should be identical but the former select with a where clause has 2892 r... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/8265/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/8265/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/8266 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/8266/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/8266/comments | https://api.github.com/repos/pandas-dev/pandas/issues/8266/events | https://github.com/pandas-dev/pandas/pull/8266 | 42,713,848 | MDExOlB1bGxSZXF1ZXN0MjEyMDA4NjE= | 8,266 | DOC: Add notes explaining params is db driver dep. GH7573 | {
"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": "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 | [] | null | 3 | 2014-09-14T05:49:51Z | 2014-10-08T05:31:22Z | 2014-09-16T06:14:26Z | CONTRIBUTOR | null | This is my first PR. It's just an update to two doc strings.
Closes #7573
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/8266/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/8266/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/8266.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/8266",
"merged_at": "2014-09-16T06:14:26Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/8266.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/8266"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/8267 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/8267/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/8267/comments | https://api.github.com/repos/pandas-dev/pandas/issues/8267/events | https://github.com/pandas-dev/pandas/pull/8267 | 42,721,235 | MDExOlB1bGxSZXF1ZXN0MjEyMDQyODA= | 8,267 | Minor doc clean for ambiguous time handling | {
"avatar_url": "https://avatars.githubusercontent.com/u/3195015?v=4",
"events_url": "https://api.github.com/users/rockg/events{/privacy}",
"followers_url": "https://api.github.com/users/rockg/followers",
"following_url": "https://api.github.com/users/rockg/following{/other_user}",
"gists_url": "https://api.g... | [
{
"color": "3465A4",
"default": false,
"description": null,
"id": 134699,
"name": "Docs",
"node_id": "MDU6TGFiZWwxMzQ2OTk=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Docs"
}
] | closed | false | null | [] | {
"closed_at": "2014-10-23T11:43:09Z",
"closed_issues": 530,
"created_at": "2014-07-06T18:44:54Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jr... | 3 | 2014-09-14T14:05:26Z | 2014-09-14T17:10:22Z | 2014-09-14T17:10:17Z | 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/8267/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/8267/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/8267.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/8267",
"merged_at": "2014-09-14T17:10:17Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/8267.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/8267"
} | |
https://api.github.com/repos/pandas-dev/pandas/issues/8268 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/8268/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/8268/comments | https://api.github.com/repos/pandas-dev/pandas/issues/8268/events | https://github.com/pandas-dev/pandas/pull/8268 | 42,721,511 | MDExOlB1bGxSZXF1ZXN0MjEyMDQzOTg= | 8,268 | TST: tests for reduction of series with nan timedelta (GH7661) | {
"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": "5319e7",
"d... | closed | false | null | [] | {
"closed_at": "2014-10-23T11:43:09Z",
"closed_issues": 530,
"created_at": "2014-07-06T18:44:54Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jr... | 0 | 2014-09-14T14:19:16Z | 2014-09-14T15:48:40Z | 2014-09-14T15:48:40Z | CONTRIBUTOR | null | xref #7661
just tests for coverage
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/8268/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/8268/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/8268.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/8268",
"merged_at": "2014-09-14T15:48:40Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/8268.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/8268"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/8269 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/8269/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/8269/comments | https://api.github.com/repos/pandas-dev/pandas/issues/8269/events | https://github.com/pandas-dev/pandas/issues/8269 | 42,724,719 | MDU6SXNzdWU0MjcyNDcxOQ== | 8,269 | Unexpected behavior for rolling moments when center=True and min_periods < window | {
"avatar_url": "https://avatars.githubusercontent.com/u/7545449?v=4",
"events_url": "https://api.github.com/users/stahlous/events{/privacy}",
"followers_url": "https://api.github.com/users/stahlous/followers",
"following_url": "https://api.github.com/users/stahlous/following{/other_user}",
"gists_url": "http... | [
{
"color": "e10c02",
"default": false,
"description": null,
"id": 76811,
"name": "Bug",
"node_id": "MDU6TGFiZWw3NjgxMQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug"
},
{
"color": "006b75",
"default": false,
"description": "Arithmetic, Comparison, ... | closed | false | null | [] | {
"closed_at": "2014-10-23T11:43:09Z",
"closed_issues": 530,
"created_at": "2014-07-06T18:44:54Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jr... | 14 | 2014-09-14T16:43:48Z | 2014-09-17T13:07:02Z | 2014-09-17T13:07:02Z | CONTRIBUTOR | null | I noticed while using rolling moment functions with `center=True` and with `min_periods` < `window` that the values at the end of the series were showing up as `NaN` when they should have be finite floating point values. The reason for this behavior is that `_rolling_moment()` concats extra `NaN` values to the end of 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/8269/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/8269/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/8270 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/8270/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/8270/comments | https://api.github.com/repos/pandas-dev/pandas/issues/8270/events | https://github.com/pandas-dev/pandas/pull/8270 | 42,729,185 | MDExOlB1bGxSZXF1ZXN0MjEyMDc3NjM= | 8,270 | use z-scores in rolling skew/kurt calculations | {
"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": "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... | 20 | 2014-09-14T20:13:46Z | 2014-09-30T03:26:27Z | 2014-09-29T12:57:56Z | CONTRIBUTOR | null | adds _some_ stability to rolling `skew` and `kurt` calculation by using the `z-scores` instead of original values; related: https://github.com/pydata/pandas/issues/6929
on master:
```
In [3]: np.random.seed(2718281)
In [4]: xs = np.random.rand(10)
In [5]: pd.stats.moments.rolling_skew(xs, 4) - pd.stats.moments.roll... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/8270/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/8270/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/8270.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/8270",
"merged_at": null,
"patch_url": "https://github.com/pandas-dev/pandas/pull/8270.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/8270"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/8271 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/8271/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/8271/comments | https://api.github.com/repos/pandas-dev/pandas/issues/8271/events | https://github.com/pandas-dev/pandas/pull/8271 | 42,744,410 | MDExOlB1bGxSZXF1ZXN0MjEyMTUxNDc= | 8,271 | ENH: Ensure that rolling_var of identical values is exactly zero | {
"avatar_url": "https://avatars.githubusercontent.com/u/3343990?v=4",
"events_url": "https://api.github.com/users/jaimefrio/events{/privacy}",
"followers_url": "https://api.github.com/users/jaimefrio/followers",
"following_url": "https://api.github.com/users/jaimefrio/following{/other_user}",
"gists_url": "h... | [
{
"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": "2014-10-23T11:43:09Z",
"closed_issues": 530,
"created_at": "2014-07-06T18:44:54Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jr... | 30 | 2014-09-15T06:23:09Z | 2014-09-19T23:43:07Z | 2014-09-19T23:33:11Z | CONTRIBUTOR | null | Add a check to rolling_var for repeated observations, in order to
produce an exactly zero value of the variance when all entries are
identical. Related to the discussion in #7900
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/8271/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/8271/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/8271.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/8271",
"merged_at": null,
"patch_url": "https://github.com/pandas-dev/pandas/pull/8271.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/8271"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/8272 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/8272/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/8272/comments | https://api.github.com/repos/pandas-dev/pandas/issues/8272/events | https://github.com/pandas-dev/pandas/issues/8272 | 42,757,855 | MDU6SXNzdWU0Mjc1Nzg1NQ== | 8,272 | when a column contains alpha numeric ending with 'e', pandas converts these to float64 | {
"avatar_url": "https://avatars.githubusercontent.com/u/8776889?v=4",
"events_url": "https://api.github.com/users/Siva1018/events{/privacy}",
"followers_url": "https://api.github.com/users/Siva1018/followers",
"following_url": "https://api.github.com/users/Siva1018/following{/other_user}",
"gists_url": "http... | [
{
"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": "bfe... | closed | false | null | [] | null | 9 | 2014-09-15T10:14:40Z | 2015-10-20T23:11:53Z | 2015-10-20T23:11:53Z | NONE | null | I'm reading some excel spreadsheets (xlsx format) into pandas using read_excel, which generally works great. The problem I have is that when a column contains alpha numeric ending with 'e', pandas converts these to float64 type without 'e' in its value, and I would like them to be treated as strings. After reading them... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/8272/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/8272/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/8273 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/8273/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/8273/comments | https://api.github.com/repos/pandas-dev/pandas/issues/8273/events | https://github.com/pandas-dev/pandas/issues/8273 | 42,770,788 | MDU6SXNzdWU0Mjc3MDc4OA== | 8,273 | to_html function fail when max_rows is specified | {
"avatar_url": "https://avatars.githubusercontent.com/u/8778777?v=4",
"events_url": "https://api.github.com/users/pilollipietro/events{/privacy}",
"followers_url": "https://api.github.com/users/pilollipietro/followers",
"following_url": "https://api.github.com/users/pilollipietro/following{/other_user}",
"gi... | [
{
"color": "ededed",
"default": false,
"description": "__repr__ of pandas objects, to_string",
"id": 13101118,
"name": "Output-Formatting",
"node_id": "MDU6TGFiZWwxMzEwMTExOA==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Output-Formatting"
},
{
"color": "006b7... | closed | false | null | [] | null | 4 | 2014-09-15T13:15:38Z | 2015-10-20T22:41:46Z | 2015-10-20T22:41:46Z | NONE | null | The error is:
list index out of range
Exception Location: /home/pietro/lod4statenv/local/lib/python2.7/site-packages/pandas/core/format.py in _write_body, line 923
In order to fix it I have replaced line 922 from:
for i in range(len(self.frame)):
to:
for i in range(min(len(self.frame), self.max_rows)):
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/8273/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/8273/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/8274 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/8274/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/8274/comments | https://api.github.com/repos/pandas-dev/pandas/issues/8274/events | https://github.com/pandas-dev/pandas/issues/8274 | 42,785,484 | MDU6SXNzdWU0Mjc4NTQ4NA== | 8,274 | to_hdf:[unicode] is not implemented as a table column | {
"avatar_url": "https://avatars.githubusercontent.com/u/8779801?v=4",
"events_url": "https://api.github.com/users/cyyang81/events{/privacy}",
"followers_url": "https://api.github.com/users/cyyang81/followers",
"following_url": "https://api.github.com/users/cyyang81/following{/other_user}",
"gists_url": "http... | [] | closed | false | null | [] | null | 2 | 2014-09-15T15:36:08Z | 2014-09-16T00:06:41Z | 2014-09-16T00:05:12Z | NONE | null | First,sorry for my bad english:)
I want to store data use DataFrame.to_hdf() function.
when i use df600000.to_hdf(path_or_buf='H:\store.h5',key='SH600000',format='f',mode='r+'),it works good,since i change format='t' will raise TypeError,why?
detail as followed:
## In [55]:df600000.to_hdf(path_or_buf='H:\store.h5',key=... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/8274/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/8274/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/8275 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/8275/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/8275/comments | https://api.github.com/repos/pandas-dev/pandas/issues/8275/events | https://github.com/pandas-dev/pandas/pull/8275 | 42,803,139 | MDExOlB1bGxSZXF1ZXN0MjEyNTA2NTc= | 8,275 | BUG: rolling_apply(..., center=True) should not append NaNs | {
"avatar_url": "https://avatars.githubusercontent.com/u/7441788?v=4",
"events_url": "https://api.github.com/users/seth-p/events{/privacy}",
"followers_url": "https://api.github.com/users/seth-p/followers",
"following_url": "https://api.github.com/users/seth-p/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": "006b75",
"default": false,
"description": "Arithmetic, Comparison, ... | closed | false | null | [] | {
"closed_at": "2014-10-23T11:43:09Z",
"closed_issues": 530,
"created_at": "2014-07-06T18:44:54Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jr... | 11 | 2014-09-15T18:25:33Z | 2014-09-17T13:24:32Z | 2014-09-17T13:07:02Z | CONTRIBUTOR | null | Closes #8269.
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/8275/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/8275/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/8275.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/8275",
"merged_at": "2014-09-17T13:07:02Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/8275.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/8275"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/8276 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/8276/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/8276/comments | https://api.github.com/repos/pandas-dev/pandas/issues/8276/events | https://github.com/pandas-dev/pandas/issues/8276 | 42,809,108 | MDU6SXNzdWU0MjgwOTEwOA== | 8,276 | SparseDataFrame.isnull raises an error | {
"avatar_url": "https://avatars.githubusercontent.com/u/368583?v=4",
"events_url": "https://api.github.com/users/isofer/events{/privacy}",
"followers_url": "https://api.github.com/users/isofer/followers",
"following_url": "https://api.github.com/users/isofer/following{/other_user}",
"gists_url": "https://api... | [
{
"color": "4E9A06",
"default": false,
"description": null,
"id": 76812,
"name": "Enhancement",
"node_id": "MDU6TGFiZWw3NjgxMg==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Enhancement"
},
{
"color": "009800",
"default": false,
"description": "Sparse D... | 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-09-15T19:25:56Z | 2016-08-31T07:57:34Z | 2016-08-31T07:57:34Z | NONE | null | pandas version 0.14.0:
SparseDataFrame.isnull method raises an error
```
>>> import pandas as pd
>>> from numpy.random import rand
>>> a = pd.SparseDataFrame(rand(5,5))
>>> a.isnull()
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/Users/isofer/anaconda/lib/python2.7/site-packages/pan... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/8276/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/8276/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/8277 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/8277/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/8277/comments | https://api.github.com/repos/pandas-dev/pandas/issues/8277/events | https://github.com/pandas-dev/pandas/issues/8277 | 42,822,946 | MDU6SXNzdWU0MjgyMjk0Ng== | 8,277 | SQL: use of connection context manager not supported by mysql.connector | {
"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": "2014-10-23T11:43:09Z",
"closed_issues": 530,
"created_at": "2014-07-06T18:44:54Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jr... | 1 | 2014-09-15T21:49:48Z | 2014-09-17T09:06:27Z | 2014-09-17T09:06:27Z | MEMBER | null | Coming from discussion in #8232, current master breaks with `mysql.connector` as the MySQL driver in the fallback modus (deprecated) due to the use of context managers.
This was introduced in #8062, to ensure that the different chunks would be inserted in one transaction (when using the `chunksize` argument).
The con... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/8277/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/8277/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/8278 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/8278/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/8278/comments | https://api.github.com/repos/pandas-dev/pandas/issues/8278/events | https://github.com/pandas-dev/pandas/pull/8278 | 42,837,851 | MDExOlB1bGxSZXF1ZXN0MjEyNzI3NDQ= | 8,278 | Eliminating contextmanager based transaction-handling | {
"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": "5319e7",
"default": false,
"description": "to_sql, read_sql, read_sql_query",
"id": 47232590,
"name": "IO SQL",
"node_id": "MDU6TGFiZWw0NzIzMjU5MA==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/IO%20SQL"
}
] | closed | false | null | [] | {
"closed_at": "2014-10-23T11:43:09Z",
"closed_issues": 530,
"created_at": "2014-07-06T18:44:54Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jr... | 10 | 2014-09-16T02:04:25Z | 2014-09-17T09:06:48Z | 2014-09-17T09:06:27Z | CONTRIBUTOR | null | To close #8277
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/8278/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/8278/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/8278.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/8278",
"merged_at": "2014-09-17T09:06:27Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/8278.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/8278"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/8279 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/8279/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/8279/comments | https://api.github.com/repos/pandas-dev/pandas/issues/8279/events | https://github.com/pandas-dev/pandas/issues/8279 | 42,840,160 | MDU6SXNzdWU0Mjg0MDE2MA== | 8,279 | API: add ddof=1 argument to expanding/rolling_cov() | {
"avatar_url": "https://avatars.githubusercontent.com/u/7441788?v=4",
"events_url": "https://api.github.com/users/seth-p/events{/privacy}",
"followers_url": "https://api.github.com/users/seth-p/followers",
"following_url": "https://api.github.com/users/seth-p/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": "006b75",
"default": false,
"description": "A... | closed | false | null | [] | {
"closed_at": "2014-10-23T11:43:09Z",
"closed_issues": 530,
"created_at": "2014-07-06T18:44:54Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jr... | 1 | 2014-09-16T03:01:14Z | 2014-09-17T18:03:54Z | 2014-09-17T18:03:54Z | CONTRIBUTOR | null | I think `expanding/rolling_cov()` should support a `ddof` argument, the way `expanding/rolling_std/var()` do (though the latter is not documented; see #8064). So long as `ddof` defaults to `1`, it will be backwards compatible, so I don't see any downsides. This is very easy/straightforward.
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/8279/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/8279/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/8280 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/8280/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/8280/comments | https://api.github.com/repos/pandas-dev/pandas/issues/8280/events | https://github.com/pandas-dev/pandas/pull/8280 | 42,840,191 | MDExOlB1bGxSZXF1ZXN0MjEyNzQxMTQ= | 8,280 | API: add ddof to expanding/rolling_cov() | {
"avatar_url": "https://avatars.githubusercontent.com/u/7441788?v=4",
"events_url": "https://api.github.com/users/seth-p/events{/privacy}",
"followers_url": "https://api.github.com/users/seth-p/followers",
"following_url": "https://api.github.com/users/seth-p/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": "006b75",
"default": false,
"description": "A... | closed | false | null | [] | {
"closed_at": "2014-10-23T11:43:09Z",
"closed_issues": 530,
"created_at": "2014-07-06T18:44:54Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jr... | 14 | 2014-09-16T03:02:07Z | 2014-09-17T18:07:20Z | 2014-09-17T18:03:54Z | CONTRIBUTOR | null | Closes #8279
closes #8064
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/8280/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/8280/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/8280.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/8280",
"merged_at": "2014-09-17T18:03:54Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/8280.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/8280"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/8281 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/8281/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/8281/comments | https://api.github.com/repos/pandas-dev/pandas/issues/8281/events | https://github.com/pandas-dev/pandas/pull/8281 | 42,855,777 | MDExOlB1bGxSZXF1ZXN0MjEyODI4NjM= | 8,281 | ENH groupby: more user-friendly error message (GH7511) | {
"avatar_url": "https://avatars.githubusercontent.com/u/590921?v=4",
"events_url": "https://api.github.com/users/bthyreau/events{/privacy}",
"followers_url": "https://api.github.com/users/bthyreau/followers",
"following_url": "https://api.github.com/users/bthyreau/following{/other_user}",
"gists_url": "https... | [
{
"color": "729FCF",
"default": false,
"description": null,
"id": 233160,
"name": "Groupby",
"node_id": "MDU6TGFiZWwyMzMxNjA=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Groupby"
}
] | closed | false | null | [] | {
"closed_at": "2014-10-23T11:43:09Z",
"closed_issues": 530,
"created_at": "2014-07-06T18:44:54Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jr... | 1 | 2014-09-16T08:24:32Z | 2014-10-02T02:35:07Z | 2014-09-16T14:43:54Z | CONTRIBUTOR | null | better error message for groupy on duplicated columns name. (Followup for branch GH8210 (Bug GH7511)). E.g.
```
ValueError: Grouper for 'A' not 1-dimensional
ValueError: Grouper for '<class '__main__.gr'>' not 1-dimensional
```
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/8281/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/8281/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/8281.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/8281",
"merged_at": "2014-09-16T14:43:54Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/8281.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/8281"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/8282 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/8282/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/8282/comments | https://api.github.com/repos/pandas-dev/pandas/issues/8282/events | https://github.com/pandas-dev/pandas/pull/8282 | 42,894,180 | MDExOlB1bGxSZXF1ZXN0MjEzMDUzNDk= | 8,282 | BUG: make sure that the multi-index is lex-sorted before passing to _lexsort_indexer (GH8017) | {
"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": "2014-10-23T11:43:09Z",
"closed_issues": 530,
"created_at": "2014-07-06T18:44:54Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jr... | 1 | 2014-09-16T15:18:35Z | 2014-10-29T14:47:16Z | 2014-09-17T12:20:13Z | CONTRIBUTOR | null | BUG: sparse repr of multi-index frame with a FloatIndex as a level was incorrect
closes #8017
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/8282/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/8282/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/8282.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/8282",
"merged_at": "2014-09-17T12:20:13Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/8282.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/8282"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/8283 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/8283/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/8283/comments | https://api.github.com/repos/pandas-dev/pandas/issues/8283/events | https://github.com/pandas-dev/pandas/issues/8283 | 42,895,809 | MDU6SXNzdWU0Mjg5NTgwOQ== | 8,283 | CLN/TST: move consoliate sort_index to core/generic.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": "FCE94F",
"default": false,
"description": "Internal refactoring of code",
"id": 127681,
"name": "Refactor",
"node_id": "MDU6TGFiZWwxMjc2ODE=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Refactor"
},
{
"color": "AD7FA8",
"default": false,
"de... | closed | false | null | [] | {
"closed_at": "2020-12-26T13:57:50Z",
"closed_issues": 1768,
"created_at": "2020-05-29T23:47:32Z",
"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... | 2 | 2014-09-16T15:31:42Z | 2020-09-15T02:11:48Z | 2020-09-15T02:11:48Z | CONTRIBUTOR | null | xref #8282
xref #8239 (this issue won't touch the API per se)
expand extend: `core/generic.py/NDFrame.sort_index`: https://github.com/pydata/pandas/blob/master/pandas/core/generic.py#L1606
with the frame version.
https://github.com/pydata/pandas/blob/master/pandas/core/frame.py#L2689
needs generic docs (e.g. look ho... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/8283/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/8283/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/8284 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/8284/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/8284/comments | https://api.github.com/repos/pandas-dev/pandas/issues/8284/events | https://github.com/pandas-dev/pandas/issues/8284 | 42,910,633 | MDU6SXNzdWU0MjkxMDYzMw== | 8,284 | Unable to write to HDF5 table if DataFrame has mixed object types (pd.Timestamp and str) | {
"avatar_url": "https://avatars.githubusercontent.com/u/4663973?v=4",
"events_url": "https://api.github.com/users/kvncp/events{/privacy}",
"followers_url": "https://api.github.com/users/kvncp/followers",
"following_url": "https://api.github.com/users/kvncp/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": "4E9A06",
"default": false,
"description": null,
"id": 76812,
... | 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 | 2014-09-16T17:42:07Z | 2019-11-08T01:06:32Z | 2018-07-06T22:22:06Z | NONE | null | When attempting to store data in an HDF5 table, I found a problem where an error is raised if there are multiple object columns containing different data.
``` python
import pandas as pd
data = {'ints':pd.Series([1,2,3], index=index), 'Timestamps': pd.Series([pd.Timestamp('2014-1-1 12:00', tz='UTC'), pd.Timestamp('20... | {
"+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/8284/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/8284/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/8285 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/8285/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/8285/comments | https://api.github.com/repos/pandas-dev/pandas/issues/8285/events | https://github.com/pandas-dev/pandas/issues/8285 | 42,943,891 | MDU6SXNzdWU0Mjk0Mzg5MQ== | 8,285 | BUG? Can construct constant Series and DataFrame, but not Panel or Panel4D | {
"avatar_url": "https://avatars.githubusercontent.com/u/7441788?v=4",
"events_url": "https://api.github.com/users/seth-p/events{/privacy}",
"followers_url": "https://api.github.com/users/seth-p/followers",
"following_url": "https://api.github.com/users/seth-p/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"
}
] | 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-09-16T22:57:04Z | 2015-03-14T01:31:43Z | 2015-03-14T01:31:43Z | CONTRIBUTOR | null | Is it accidental that the Series and DataFrame constructors accept a single number for `data`, but the Panel and Panel4D constructors do not?
```
In [182]: from pandas import Series, DataFrame, Panel, Panel4D
In [183]: Series(1., index=range(2))
Out[183]:
0 1
1 1
dtype: float64
In [184]: DataFrame(1., index=ra... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/8285/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/8285/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/8286 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/8286/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/8286/comments | https://api.github.com/repos/pandas-dev/pandas/issues/8286/events | https://github.com/pandas-dev/pandas/pull/8286 | 42,954,170 | MDExOlB1bGxSZXF1ZXN0MjEzNDA0ODM= | 8,286 | CLN Pep8 on format.py | {
"avatar_url": "https://avatars.githubusercontent.com/u/226109?v=4",
"events_url": "https://api.github.com/users/iwschris/events{/privacy}",
"followers_url": "https://api.github.com/users/iwschris/followers",
"following_url": "https://api.github.com/users/iwschris/following{/other_user}",
"gists_url": "https... | [
{
"color": "eb6420",
"default": false,
"description": "Code style, linting, code_checks",
"id": 106935113,
"name": "Code Style",
"node_id": "MDU6TGFiZWwxMDY5MzUxMTM=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Code%20Style"
}
] | closed | false | null | [] | {
"closed_at": "2014-10-23T11:43:09Z",
"closed_issues": 530,
"created_at": "2014-07-06T18:44:54Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jr... | 8 | 2014-09-17T01:41:42Z | 2015-01-25T11:43:56Z | 2014-09-19T12:12:03Z | CONTRIBUTOR | null | While looking at making a separate PR in format.py, I decided to first clean up the file and make it PEP8 compliant. I used 99 maximum-line-length per http://legacy.python.org/dev/peps/pep-0008/#maximum-line-length.
I also noticed that line 965 (in master) has a list comprehension that iterates through a non-instantia... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/8286/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/8286/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/8286.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/8286",
"merged_at": "2014-09-19T12:12:03Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/8286.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/8286"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/8287 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/8287/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/8287/comments | https://api.github.com/repos/pandas-dev/pandas/issues/8287/events | https://github.com/pandas-dev/pandas/issues/8287 | 42,957,043 | MDU6SXNzdWU0Mjk1NzA0Mw== | 8,287 | BUG: HDFStore.select ignores start and stop parameters | {
"avatar_url": "https://avatars.githubusercontent.com/u/1312546?v=4",
"events_url": "https://api.github.com/users/TomAugspurger/events{/privacy}",
"followers_url": "https://api.github.com/users/TomAugspurger/followers",
"following_url": "https://api.github.com/users/TomAugspurger/following{/other_user}",
"gi... | [
{
"color": "e10c02",
"default": false,
"description": null,
"id": 76811,
"name": "Bug",
"node_id": "MDU6TGFiZWw3NjgxMQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug"
},
{
"color": "3465A4",
"default": false,
"description": null,
"id": 134699,
... | 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",
... | 4 | 2014-09-17T02:39:48Z | 2016-05-24T15:28:17Z | 2016-05-24T15:28:17Z | CONTRIBUTOR | null | Or I'm doing this wrong
```
In [1]: df = pd.DataFrame(np.random.randn(10, 4))
In [3]: df.to_hdf('test.h5', 'df')
In [4]: with pd.get_store('test.h5') as store:
...: df_ = store.select('df', start=0, stop=2)
...:
In [5]: df_
Out[5]:
0 1 2 3
0 1.504814 0.209394 -0.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/8287/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/8287/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/8288 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/8288/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/8288/comments | https://api.github.com/repos/pandas-dev/pandas/issues/8288/events | https://github.com/pandas-dev/pandas/pull/8288 | 42,959,505 | MDExOlB1bGxSZXF1ZXN0MjEzNDI5Mjg= | 8,288 | DOC: Cookbook Inline Examples 2014Q3 | {
"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": "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 | [] | null | 21 | 2014-09-17T03:21:11Z | 2014-10-11T02:34:58Z | 2014-10-10T23:09:30Z | CONTRIBUTOR | null | As per Joris's guidance, this PR is only partially completed. I fully intend to add more. It might be a week or two, possibly more, until i'm finished.
I'll squash it all into one commit when I think I'm done and ready for final review. Feel free to make suggestions as I go, but consider it all a draft until I sq... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/8288/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/8288/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/8288.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/8288",
"merged_at": "2014-10-10T23:09:30Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/8288.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/8288"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/8289 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/8289/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/8289/comments | https://api.github.com/repos/pandas-dev/pandas/issues/8289/events | https://github.com/pandas-dev/pandas/issues/8289 | 42,962,826 | MDU6SXNzdWU0Mjk2MjgyNg== | 8,289 | applymap for Panel | {
"avatar_url": "https://avatars.githubusercontent.com/u/8716660?v=4",
"events_url": "https://api.github.com/users/0zeroth/events{/privacy}",
"followers_url": "https://api.github.com/users/0zeroth/followers",
"following_url": "https://api.github.com/users/0zeroth/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... | 2 | 2014-09-17T04:31:29Z | 2018-07-06T20:21:05Z | 2017-07-11T09:53:37Z | NONE | null | applymap function for panel, as per 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/8289/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/8289/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/8290 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/8290/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/8290/comments | https://api.github.com/repos/pandas-dev/pandas/issues/8290/events | https://github.com/pandas-dev/pandas/pull/8290 | 42,998,758 | MDExOlB1bGxSZXF1ZXN0MjEzNTk1NDA= | 8,290 | BUG: DataFrame.to_html() fails when index=False and max_rows is specified | {
"avatar_url": "https://avatars.githubusercontent.com/u/1460294?v=4",
"events_url": "https://api.github.com/users/onesandzeroes/events{/privacy}",
"followers_url": "https://api.github.com/users/onesandzeroes/followers",
"following_url": "https://api.github.com/users/onesandzeroes/following{/other_user}",
"gi... | [
{
"color": "ededed",
"default": false,
"description": "__repr__ of pandas objects, to_string",
"id": 13101118,
"name": "Output-Formatting",
"node_id": "MDU6TGFiZWwxMzEwMTExOA==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Output-Formatting"
},
{
"color": "006b7... | closed | false | null | [] | {
"closed_at": null,
"closed_issues": 786,
"created_at": "2015-01-13T10:53:19Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jreback/followers",
... | 1 | 2014-09-17T11:19:57Z | 2015-05-09T16:00:51Z | 2015-05-09T16:00:51Z | CONTRIBUTOR | null | This addresses #8273, but it doesn't actually fully fix the issue, since the same bug still occurs when we have a MultiIndex. I've got a fix for the single-index case, and I'm not sure if I have time to decipher what's happening with hierarchical indexes right now. I'll open a new issue for the MultiIndex case if that'... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/8290/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/8290/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/8290.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/8290",
"merged_at": null,
"patch_url": "https://github.com/pandas-dev/pandas/pull/8290.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/8290"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/8291 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/8291/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/8291/comments | https://api.github.com/repos/pandas-dev/pandas/issues/8291/events | https://github.com/pandas-dev/pandas/pull/8291 | 43,003,349 | MDExOlB1bGxSZXF1ZXN0MjEzNjE1NzU= | 8,291 | BUG: fix setting dataframe column to a sparse array | {
"avatar_url": "https://avatars.githubusercontent.com/u/579798?v=4",
"events_url": "https://api.github.com/users/immerrr/events{/privacy}",
"followers_url": "https://api.github.com/users/immerrr/followers",
"following_url": "https://api.github.com/users/immerrr/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": "009800",
"default": false,
"description": "Sparse Data Type",
"... | closed | false | null | [] | {
"closed_at": "2014-10-23T11:43:09Z",
"closed_issues": 530,
"created_at": "2014-07-06T18:44:54Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jr... | 2 | 2014-09-17T12:05:30Z | 2014-09-17T14:48:32Z | 2014-09-17T14:48:25Z | CONTRIBUTOR | null | This should fix #8131.
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/8291/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/8291/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/8291.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/8291",
"merged_at": "2014-09-17T14:48:25Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/8291.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/8291"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/8292 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/8292/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/8292/comments | https://api.github.com/repos/pandas-dev/pandas/issues/8292/events | https://github.com/pandas-dev/pandas/issues/8292 | 43,004,477 | MDU6SXNzdWU0MzAwNDQ3Nw== | 8,292 | BUG: int sparse series is converted to float if sliced | {
"avatar_url": "https://avatars.githubusercontent.com/u/579798?v=4",
"events_url": "https://api.github.com/users/immerrr/events{/privacy}",
"followers_url": "https://api.github.com/users/immerrr/followers",
"following_url": "https://api.github.com/users/immerrr/following{/other_user}",
"gists_url": "https://... | [
{
"color": "e10c02",
"default": false,
"description": null,
"id": 76811,
"name": "Bug",
"node_id": "MDU6TGFiZWw3NjgxMQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug"
},
{
"color": "e102d8",
"default": false,
"description": "Unexpected or buggy dtyp... | closed | false | null | [] | {
"closed_at": "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-09-17T12:20:02Z | 2016-08-31T07:57:34Z | 2016-08-31T07:57:34Z | CONTRIBUTOR | null | This looks weird:
``` python
In [1]: pd.__version__
Out[1]: '0.14.1-388-g54678dd'
In [2]: sp_series = pd.Series([0,0,1]).to_sparse(fill_value=0)
In [3]: sp_series.dtype
Out[3]: dtype('int64')
In [4]: sp_series[::-1].dtype
Out[4]: dtype('float64')
In [5]: sp_series[::2].dtype
Out[5]: dtype('float64')
In [6]: sp_se... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/8292/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/8292/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/8293 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/8293/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/8293/comments | https://api.github.com/repos/pandas-dev/pandas/issues/8293/events | https://github.com/pandas-dev/pandas/pull/8293 | 43,009,423 | MDExOlB1bGxSZXF1ZXN0MjEzNjUxNDU= | 8,293 | PERF: Improve performance CustmBusinessDay - 2nd | {
"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": "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": "0052cc",
"default"... | closed | false | null | [] | {
"closed_at": "2014-10-23T11:43:09Z",
"closed_issues": 530,
"created_at": "2014-07-06T18:44:54Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jr... | 27 | 2014-09-17T13:16:48Z | 2014-10-04T13:38:16Z | 2014-10-04T13:37:55Z | CONTRIBUTOR | null | New attempt to close #8236
CustomBusinessDay is now fast with holiday calendar and incrementing in different ways. `busdaycalendar` is cached in self.kwds.
```
In [15]:
date = pd.Timestamp('20120101')
cbday = pd.offsets.CustomBusinessDay()
date + cbday
%timeit date + cbday
100000 loops, best of 3: 14.9 µs per loop
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/8293/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/8293/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/8293.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/8293",
"merged_at": "2014-10-04T13:37:55Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/8293.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/8293"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/8294 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/8294/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/8294/comments | https://api.github.com/repos/pandas-dev/pandas/issues/8294/events | https://github.com/pandas-dev/pandas/pull/8294 | 43,032,827 | MDExOlB1bGxSZXF1ZXN0MjEzNzgwNzE= | 8,294 | ERR: DataFrame.from_records raises misleading exception on shape mismatch | {
"avatar_url": "https://avatars.githubusercontent.com/u/4306187?v=4",
"events_url": "https://api.github.com/users/ischwabacher/events{/privacy}",
"followers_url": "https://api.github.com/users/ischwabacher/followers",
"following_url": "https://api.github.com/users/ischwabacher/following{/other_user}",
"gists... | [
{
"color": "ffa0ff",
"default": false,
"description": "Incorrect or improved errors from pandas",
"id": 42670965,
"name": "Error Reporting",
"node_id": "MDU6TGFiZWw0MjY3MDk2NQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Error%20Reporting"
}
] | closed | false | null | [] | {
"closed_at": "2014-10-23T11:43:09Z",
"closed_issues": 530,
"created_at": "2014-07-06T18:44:54Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jr... | 7 | 2014-09-17T16:22:35Z | 2014-09-17T20:41:33Z | 2014-09-17T20:40:28Z | CONTRIBUTOR | null | Currently, `DataFrame.from_records` raises a misleading exception when the shape of the input data do not match the shape implied by the axes:
``` python
In [1]: import pandas as pd
In [2]: pd.DataFrame.from_records([(0, 1), (0, 1), (0, 1)], index=[0, 1],
...: columns=['A', 'B'])
--------... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/8294/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/8294/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/8294.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/8294",
"merged_at": "2014-09-17T20:40:28Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/8294.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/8294"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/8295 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/8295/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/8295/comments | https://api.github.com/repos/pandas-dev/pandas/issues/8295/events | https://github.com/pandas-dev/pandas/issues/8295 | 43,038,701 | MDU6SXNzdWU0MzAzODcwMQ== | 8,295 | ENH: allow axis argument to append / move append code to generic.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": "02d7e1",
"default": false,
"description": "Concat, Merge/Join, Stack/Unstack, Explode",
"id": 13098779,
"name": "Reshaping",
"node_id": "MDU6TGFiZWwxMzA5ODc3OQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Reshaping"
},
{
"color": "AD7FA8",
"de... | closed | false | null | [] | {
"closed_at": 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... | 5 | 2014-09-17T17:14:11Z | 2018-07-06T22:18:21Z | 2018-07-06T22:18:15Z | CONTRIBUTOR | null | http://stackoverflow.com/questions/25896241/creating-columns-dynamically-assigning-them-a-constant-row-vector/25896504#25896504
e.g.
Instead of
`pd.concat([df,DataFrame([[1,2,3,4]],columns=list('ABCD'),index=df.index)],axis=1)`
allow as a convience feature
`df.append(DataFrame([[1,2,3,4]],columns=list('ABCD'),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/8295/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/8295/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/8296 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/8296/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/8296/comments | https://api.github.com/repos/pandas-dev/pandas/issues/8296/events | https://github.com/pandas-dev/pandas/issues/8296 | 43,049,191 | MDU6SXNzdWU0MzA0OTE5MQ== | 8,296 | TST: test_boxplot failures | {
"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": "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": "8AE234",
"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-09-17T18:52:15Z | 2014-10-04T13:56:49Z | 2014-10-04T13:56:26Z | CONTRIBUTOR | null | These are failing for me on master
```
nosetests test_graphics:TestDataFramePlots.test_boxplot test_graphics:TestDataFramePlots.test_boxplot_vertical
FF
======================================================================
FAIL: test_boxplot (test_graphics.TestDataFramePlots)
-----------------------------------------... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/8296/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/8296/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/8297 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/8297/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/8297/comments | https://api.github.com/repos/pandas-dev/pandas/issues/8297/events | https://github.com/pandas-dev/pandas/pull/8297 | 43,049,924 | MDExOlB1bGxSZXF1ZXN0MjEzODgwMDU= | 8,297 | API: accept -1 for layout in plot functions | {
"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": "2014-10-23T11:43:09Z",
"closed_issues": 530,
"created_at": "2014-07-06T18:44:54Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jr... | 6 | 2014-09-17T18:59:06Z | 2014-09-18T18:16:57Z | 2014-09-18T17:16:32Z | CONTRIBUTOR | null | Closes https://github.com/pydata/pandas/issues/8071#issuecomment-55906171
``` python
In [1]: df = pd.DataFrame(np.random.randn(20, 3))
In [2]: df.plot(subplots=True, layout=(-1, 2))
Out[2]:
array([[<matplotlib.axes._subplots.AxesSubplot object at 0x116b134e0>,
<matplotlib.axes._subplots.AxesSubplot object at... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/8297/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/8297/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/8297.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/8297",
"merged_at": "2014-09-18T17:16:32Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/8297.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/8297"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/8298 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/8298/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/8298/comments | https://api.github.com/repos/pandas-dev/pandas/issues/8298/events | https://github.com/pandas-dev/pandas/pull/8298 | 43,051,444 | MDExOlB1bGxSZXF1ZXN0MjEzODkwNjQ= | 8,298 | BUG: Bug in iat return boxing for Timestamp/Timedelta (GH7729) | {
"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": "2014-10-23T11:43:09Z",
"closed_issues": 530,
"created_at": "2014-07-06T18:44:54Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jr... | 0 | 2014-09-17T19:14:57Z | 2014-09-17T20:46:01Z | 2014-09-17T20:46:01Z | CONTRIBUTOR | null | CLN/COMPAT: cleanup timedelta64[ns] series inferrence
closes #7729
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/8298/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/8298/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/8298.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/8298",
"merged_at": "2014-09-17T20:46:01Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/8298.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/8298"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/8299 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/8299/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/8299/comments | https://api.github.com/repos/pandas-dev/pandas/issues/8299/events | https://github.com/pandas-dev/pandas/pull/8299 | 43,053,979 | MDExOlB1bGxSZXF1ZXN0MjEzOTA3Mzk= | 8,299 | TST: suppress gratuitous warnings in test_moments.py | {
"avatar_url": "https://avatars.githubusercontent.com/u/7441788?v=4",
"events_url": "https://api.github.com/users/seth-p/events{/privacy}",
"followers_url": "https://api.github.com/users/seth-p/followers",
"following_url": "https://api.github.com/users/seth-p/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 | [] | {
"closed_at": "2014-10-23T11:43:09Z",
"closed_issues": 530,
"created_at": "2014-07-06T18:44:54Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jr... | 10 | 2014-09-17T19:42:01Z | 2014-09-23T15:39:55Z | 2014-09-23T15:35:39Z | CONTRIBUTOR | null | This PR suppresses expected warnings in test_moments.py, which are otherwise distracting.
Note that the changes are not nearly as extensive as they look. I simply indented blocks of code under newly added `with warnings.catch_warnings():`.
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/8299/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/8299/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/8299.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/8299",
"merged_at": "2014-09-23T15:35:39Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/8299.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/8299"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/8300 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/8300/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/8300/comments | https://api.github.com/repos/pandas-dev/pandas/issues/8300/events | https://github.com/pandas-dev/pandas/issues/8300 | 43,054,641 | MDU6SXNzdWU0MzA1NDY0MQ== | 8,300 | BUG: columns misaligned in repr when having >10 columns with integer index | {
"avatar_url": "https://avatars.githubusercontent.com/u/1020496?v=4",
"events_url": "https://api.github.com/users/jorisvandenbossche/events{/privacy}",
"followers_url": "https://api.github.com/users/jorisvandenbossche/followers",
"following_url": "https://api.github.com/users/jorisvandenbossche/following{/othe... | [
{
"color": "e10c02",
"default": false,
"description": null,
"id": 76811,
"name": "Bug",
"node_id": "MDU6TGFiZWw3NjgxMQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug"
},
{
"color": "ededed",
"default": false,
"description": "__repr__ of pandas objec... | open | false | null | [] | {
"closed_at": null,
"closed_issues": 278,
"created_at": "2013-01-06T03:02:01Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4",
"events_url": "https://api.github.com/users/wesm/events{/privacy}",
"followers_url": "https://api.github.com/users/wesm/followers",
"f... | 11 | 2014-09-17T19:49:11Z | 2019-10-21T19:34:16Z | null | MEMBER | null | On master, with integer index, with more than 10 columns, the numbers of one char are misaligned:
```
In [37]: df = pd.DataFrame(np.random.randn(10,20))
In [38]: pd.options.display.max_columns = 4
In [39]: df
Out[39]:
0 1 ... 18 19
0 -0.112066 -0.315377 ... 1.579197 -0.71... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/8300/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/8300/timeline | null | null | null |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.