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/10903 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/10903/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/10903/comments | https://api.github.com/repos/pandas-dev/pandas/issues/10903/events | https://github.com/pandas-dev/pandas/issues/10903 | 102,992,544 | MDU6SXNzdWUxMDI5OTI1NDQ= | 10,903 | Supporting shifting by business days in DateOffset's constructor | {
"avatar_url": "https://avatars.githubusercontent.com/u/592849?v=4",
"events_url": "https://api.github.com/users/ilya-kolpakov/events{/privacy}",
"followers_url": "https://api.github.com/users/ilya-kolpakov/followers",
"following_url": "https://api.github.com/users/ilya-kolpakov/following{/other_user}",
"gis... | [
{
"color": "0052cc",
"default": false,
"description": null,
"id": 34444536,
"name": "Usage Question",
"node_id": "MDU6TGFiZWwzNDQ0NDUzNg==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Usage%20Question"
},
{
"color": "0052cc",
"default": false,
"descript... | closed | false | null | [] | null | 1 | 2015-08-25T10:06:07Z | 2015-08-26T00:51:11Z | 2015-08-26T00:51:01Z | NONE | null | Now it is not possible to create a `DateOffset` which would incorporate shifting by a certain number of _business_ days in addition to any other offset rules. In my view, it would be useful to include a `bdays` argument which would act similarly to `days` parameter.
NOTE: It is also impossible to create such a `DateOf... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/10903/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/10903/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/10904 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/10904/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/10904/comments | https://api.github.com/repos/pandas-dev/pandas/issues/10904/events | https://github.com/pandas-dev/pandas/issues/10904 | 103,130,382 | MDU6SXNzdWUxMDMxMzAzODI= | 10,904 | pandas.Series.tolist should convert Series contents from numpy datatypes to native Python datatypes | {
"avatar_url": "https://avatars.githubusercontent.com/u/1919795?v=4",
"events_url": "https://api.github.com/users/cglwn/events{/privacy}",
"followers_url": "https://api.github.com/users/cglwn/followers",
"following_url": "https://api.github.com/users/cglwn/following{/other_user}",
"gists_url": "https://api.g... | [
{
"color": "4E9A06",
"default": false,
"description": null,
"id": 76812,
"name": "Enhancement",
"node_id": "MDU6TGFiZWw3NjgxMg==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Enhancement"
},
{
"color": "e102d8",
"default": false,
"description": "Unexpect... | closed | false | null | [] | {
"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 | 2015-08-25T22:25:12Z | 2016-05-07T14:42:56Z | 2016-05-07T14:42:56Z | NONE | null | Noticed this in Pandas v0.16.1 when JSON serializing a large nested dictionary containing mixes of arrays, numpy arrays, and pandas series. Calling tolist() on numpy arrays allows the standard library JSON serializer to serialize them, but this is not the case for pandas.
numpy.array.tolist converts all of the array'... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/10904/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/10904/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/10905 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/10905/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/10905/comments | https://api.github.com/repos/pandas-dev/pandas/issues/10905/events | https://github.com/pandas-dev/pandas/issues/10905 | 103,265,528 | MDU6SXNzdWUxMDMyNjU1Mjg= | 10,905 | ascending/descending on multiple index levels with `sortlevel` | {
"avatar_url": "https://avatars.githubusercontent.com/u/4764631?v=4",
"events_url": "https://api.github.com/users/roblevy/events{/privacy}",
"followers_url": "https://api.github.com/users/roblevy/followers",
"following_url": "https://api.github.com/users/roblevy/following{/other_user}",
"gists_url": "https:/... | [
{
"color": "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 | [] | null | 2 | 2015-08-26T13:11:00Z | 2015-08-26T13:19:52Z | 2015-08-26T13:13:50Z | CONTRIBUTOR | null | In [#928](https://github.com/pydata/pandas/issues/928), support for list of boolean/binary values was added to control ascending/descending when sorting on multiple columns.
This doesn't work with `sortlevel`, but nor does it raise an error. This seems potentially "dangerous" to me.
```
In [23]: levels = list('ABC')
... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/10905/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/10905/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/10906 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/10906/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/10906/comments | https://api.github.com/repos/pandas-dev/pandas/issues/10906/events | https://github.com/pandas-dev/pandas/issues/10906 | 103,270,478 | MDU6SXNzdWUxMDMyNzA0Nzg= | 10,906 | TST: fix pythonxy changed links in test_html.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": "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": "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... | 5 | 2015-08-26T13:29:48Z | 2015-09-01T11:19:54Z | 2015-09-01T11:19:53Z | CONTRIBUTOR | null | skipping these tests as the link seems t have changed: https://github.com/pydata/pandas/commit/a3c4b59f1190035df98e70635291fce0dc04b91d
but would like to replace these with something new testing the same functionaility.
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/10906/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/10906/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/10907 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/10907/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/10907/comments | https://api.github.com/repos/pandas-dev/pandas/issues/10907/events | https://github.com/pandas-dev/pandas/issues/10907 | 103,281,892 | MDU6SXNzdWUxMDMyODE4OTI= | 10,907 | diff(axis=1) after insert results in unexpected NaN column | {
"avatar_url": "https://avatars.githubusercontent.com/u/507004?v=4",
"events_url": "https://api.github.com/users/dadkins/events{/privacy}",
"followers_url": "https://api.github.com/users/dadkins/followers",
"following_url": "https://api.github.com/users/dadkins/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": "02d7e1",
"default": false,
"description": "Concat, Merge/Join, Stac... | 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... | 5 | 2015-08-26T14:23:21Z | 2015-09-01T11:02:13Z | 2015-09-01T11:02:13Z | NONE | null | The following code in pandas 0.16.2 demonstrates the problem:
``` python
>>> import pandas as pd
>>> df = pd.DataFrame({'y': pd.Series([2]), 'z': pd.Series([3])})
>>> df
y z
0 2 3
>>> df.insert(0, 'x', 1)
>>> df.diff(axis=1)
x y z
0 NaN NaN 1
```
The following workaround produces the expected result:
`... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/10907/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/10907/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/10908 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/10908/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/10908/comments | https://api.github.com/repos/pandas-dev/pandas/issues/10908/events | https://github.com/pandas-dev/pandas/pull/10908 | 103,354,277 | MDExOlB1bGxSZXF1ZXN0NDM0NDU5ODM= | 10,908 | API: Closes #7879: (drops not nan in panel.to_frame() by default) | {
"avatar_url": "https://avatars.githubusercontent.com/u/1055581?v=4",
"events_url": "https://api.github.com/users/hensing/events{/privacy}",
"followers_url": "https://api.github.com/users/hensing/followers",
"following_url": "https://api.github.com/users/hensing/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": "2016-03-12T16:19:08Z",
"closed_issues": 469,
"created_at": "2015-07-19T20:18:45Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jr... | 7 | 2015-08-26T20:10:34Z | 2015-11-18T20:17:47Z | 2015-11-18T20:17:47Z | NONE | null | closes #7879 by changing API (filter_observations=True now deprecated and replaced with dropna=False)
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/10908/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/10908/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/10908.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/10908",
"merged_at": null,
"patch_url": "https://github.com/pandas-dev/pandas/pull/10908.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/10908"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/10909 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/10909/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/10909/comments | https://api.github.com/repos/pandas-dev/pandas/issues/10909/events | https://github.com/pandas-dev/pandas/pull/10909 | 103,410,657 | MDExOlB1bGxSZXF1ZXN0NDM0NzM0NjI= | 10,909 | PERF: imporves performance in SeriesGroupBy.value_counts | {
"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": "729FCF",
"default": false,
"description": null,
"id": 233160,
"name": "Groupby",
"node_id": "MDU6TGFiZWwyMzMxNjA=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Groupby"
},
{
"color": "a10c02",
"default": false,
"description": "Memory or execu... | closed | false | null | [] | {
"closed_at": "2015-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... | 1 | 2015-08-27T02:26:36Z | 2015-08-27T11:19:39Z | 2015-08-27T03:16:19Z | CONTRIBUTOR | null | ``` -------------------------------------------------------------------------------
Test name | head[ms] | base[ms] | ratio |
-------------------------------------------------------------------------------
groupby_ngroups_10000_value_counts | 11.4880 | 6698.5627 | 0.00... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/10909/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/10909/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/10909.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/10909",
"merged_at": "2015-08-27T03:16:19Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/10909.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/10909"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/10910 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/10910/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/10910/comments | https://api.github.com/repos/pandas-dev/pandas/issues/10910/events | https://github.com/pandas-dev/pandas/pull/10910 | 103,470,604 | MDExOlB1bGxSZXF1ZXN0NDM0OTgwOTg= | 10,910 | explain how to skip rows between header & data | {
"avatar_url": "https://avatars.githubusercontent.com/u/8660305?v=4",
"events_url": "https://api.github.com/users/dacoex/events{/privacy}",
"followers_url": "https://api.github.com/users/dacoex/followers",
"following_url": "https://api.github.com/users/dacoex/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"
},
{
"color": "5319e7",
"default": false,
"description": "read_csv, to_csv",
... | closed | false | null | [] | {
"closed_at": "2015-11-21T13:47:07Z",
"closed_issues": 216,
"created_at": "2015-09-10T14:30:44Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jr... | 6 | 2015-08-27T09:50:17Z | 2015-11-10T15:29:29Z | 2015-11-10T15:29:21Z | CONTRIBUTOR | null | This is the result from
https://github.com/pydata/pandas/issues/10898
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/10910/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/10910/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/10910.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/10910",
"merged_at": "2015-11-10T15:29:21Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/10910.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/10910"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/10911 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/10911/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/10911/comments | https://api.github.com/repos/pandas-dev/pandas/issues/10911/events | https://github.com/pandas-dev/pandas/issues/10911 | 103,476,837 | MDU6SXNzdWUxMDM0NzY4Mzc= | 10,911 | read_csv parse issue with newline in quoted items combined with skiprows | {
"avatar_url": "https://avatars.githubusercontent.com/u/13996598?v=4",
"events_url": "https://api.github.com/users/cstegemann/events{/privacy}",
"followers_url": "https://api.github.com/users/cstegemann/followers",
"following_url": "https://api.github.com/users/cstegemann/following{/other_user}",
"gists_url"... | [
{
"color": "0052cc",
"default": false,
"description": null,
"id": 34444536,
"name": "Usage Question",
"node_id": "MDU6TGFiZWwzNDQ0NDUzNg==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Usage%20Question"
},
{
"color": "5319e7",
"default": false,
"descript... | closed | false | null | [] | {
"closed_at": "2016-05-05T00:34:40Z",
"closed_issues": 306,
"created_at": "2016-02-08T15:29:59Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jr... | 5 | 2015-08-27T10:31:02Z | 2016-04-22T15:20:13Z | 2016-04-22T15:20:13Z | NONE | null | Now I don't know if this is known or the desired behaviour but when I try to read certain rows from a large file that uses "~" (tilde) as a quotechar and use skiprows at the same time, the parser screws up as follows:
Note: I use "" in the output even though that isn't shown, if I didn't the markup would become messed ... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/10911/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/10911/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/10912 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/10912/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/10912/comments | https://api.github.com/repos/pandas-dev/pandas/issues/10912/events | https://github.com/pandas-dev/pandas/issues/10912 | 103,537,160 | MDU6SXNzdWUxMDM1MzcxNjA= | 10,912 | inplace operation for Series causes reappearance popped column | {
"avatar_url": "https://avatars.githubusercontent.com/u/8855640?v=4",
"events_url": "https://api.github.com/users/s-wakaba/events{/privacy}",
"followers_url": "https://api.github.com/users/s-wakaba/followers",
"following_url": "https://api.github.com/users/s-wakaba/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": "fbca04",
"default": false,
"description": "Related to non-user acce... | 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... | 1 | 2015-08-27T15:36:23Z | 2015-08-28T23:28:06Z | 2015-08-28T23:28:06Z | NONE | null | Hi, Thanks for all efforts for the great tool!
I've found a strange behavior like this...
``` python
In [1]: a = pd.DataFrame([[1,2,3],[4,5,6]], columns=['A','B','C'], index=['X','Y'])
In [2]: a
Out[2]:
A B C
X 1 2 3
Y 4 5 6
In [3]: b = a.pop('B')
In [4]: a
Out[4]:
A C
X 1 3
Y 4 6
In [5]: b
O... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/10912/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/10912/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/10913 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/10913/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/10913/comments | https://api.github.com/repos/pandas-dev/pandas/issues/10913/events | https://github.com/pandas-dev/pandas/pull/10913 | 103,574,814 | MDExOlB1bGxSZXF1ZXN0NDM1NTQ2ODY= | 10,913 | ERR between_time and empty pandas.Series | {
"avatar_url": "https://avatars.githubusercontent.com/u/8179216?v=4",
"events_url": "https://api.github.com/users/MichaelAdolph/events{/privacy}",
"followers_url": "https://api.github.com/users/MichaelAdolph/followers",
"following_url": "https://api.github.com/users/MichaelAdolph/following{/other_user}",
"gi... | [
{
"color": "AFEEEE",
"default": false,
"description": null,
"id": 211840,
"name": "Timeseries",
"node_id": "MDU6TGFiZWwyMTE4NDA=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Timeseries"
},
{
"color": "e102d8",
"default": false,
"description": "Unexpecte... | closed | false | null | [] | null | 1 | 2015-08-27T19:09:15Z | 2015-09-01T14:40:55Z | 2015-09-01T14:40:55Z | NONE | null | Pull request so solve issue #10897
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/10913/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/10913/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/10913.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/10913",
"merged_at": null,
"patch_url": "https://github.com/pandas-dev/pandas/pull/10913.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/10913"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/10914 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/10914/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/10914/comments | https://api.github.com/repos/pandas-dev/pandas/issues/10914/events | https://github.com/pandas-dev/pandas/issues/10914 | 103,595,900 | MDU6SXNzdWUxMDM1OTU5MDA= | 10,914 | Series.resample fails with how='nunique' | {
"avatar_url": "https://avatars.githubusercontent.com/u/2783717?v=4",
"events_url": "https://api.github.com/users/jcrist/events{/privacy}",
"followers_url": "https://api.github.com/users/jcrist/followers",
"following_url": "https://api.github.com/users/jcrist/following{/other_user}",
"gists_url": "https://ap... | [
{
"color": "e11d21",
"default": false,
"description": "Functionality that used to work in a prior pandas version",
"id": 32815646,
"name": "Regression",
"node_id": "MDU6TGFiZWwzMjgxNTY0Ng==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Regression"
},
{
"color": ... | 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... | 4 | 2015-08-27T21:10:48Z | 2015-08-28T12:24:43Z | 2015-08-28T12:22:23Z | CONTRIBUTOR | null | Works on 0.16.2, fails on git master.
``` python
import pandas as pd
import numpy as np
index = pd.date_range(start='20120102', periods=24*60*3, freq='T').values
index = index[::2]
s = pd.Series(np.arange(len(index), dtype='f8'), index=pd.Index(index))
expected = s.resample('30T', how='nunique')
```
Traceback:
``` ... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/10914/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/10914/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/10915 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/10915/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/10915/comments | https://api.github.com/repos/pandas-dev/pandas/issues/10915/events | https://github.com/pandas-dev/pandas/issues/10915 | 103,629,381 | MDU6SXNzdWUxMDM2MjkzODE= | 10,915 | execute str.upper() on multi-type data type column will change number data to NA | {
"avatar_url": "https://avatars.githubusercontent.com/u/1320343?v=4",
"events_url": "https://api.github.com/users/cloga/events{/privacy}",
"followers_url": "https://api.github.com/users/cloga/followers",
"following_url": "https://api.github.com/users/cloga/following{/other_user}",
"gists_url": "https://api.g... | [
{
"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": "0052cc"... | closed | false | null | [] | null | 6 | 2015-08-28T01:51:58Z | 2015-08-29T02:05:06Z | 2015-08-29T02:04:51Z | NONE | null | Version : 0.16.2
OS : Mac
What I think is when use .str need first change compulsory change dtype to str, but in my situation, pandas change my number data to NA.
And when I use .astype('str') first, I got the output I need, but I think this may may somebody confused and make some mistake without .astype('str') .
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/10915/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/10915/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/10916 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/10916/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/10916/comments | https://api.github.com/repos/pandas-dev/pandas/issues/10916/events | https://github.com/pandas-dev/pandas/pull/10916 | 103,638,646 | MDExOlB1bGxSZXF1ZXN0NDM1ODk1MTI= | 10,916 | Revert "Merge pull request #10727 from jorisvandenbossche/sphinx-traceback | {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jreback/followers",
"following_url": "https://api.github.com/users/jreback/following{/other_user}",
"gists_url": "https://... | [
{
"color": "3465A4",
"default": false,
"description": null,
"id": 134699,
"name": "Docs",
"node_id": "MDU6TGFiZWwxMzQ2OTk=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Docs"
}
] | closed | false | null | [] | {
"closed_at": "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... | 1 | 2015-08-28T03:06:21Z | 2015-08-29T00:17:38Z | 2015-08-28T03:08:45Z | CONTRIBUTOR | null | This reverts commit d40627398cf78347f5a49fa060bad1c40514908a, reversing
changes made to bd804aa75ac9b7a55c00101dbea01571cbdfd068.
@jorisvandenbossche reverting so that the docs build
pls rebsumit when you can
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/10916/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/10916/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/10916.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/10916",
"merged_at": "2015-08-28T03:08:45Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/10916.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/10916"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/10917 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/10917/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/10917/comments | https://api.github.com/repos/pandas-dev/pandas/issues/10917/events | https://github.com/pandas-dev/pandas/pull/10917 | 103,639,216 | MDExOlB1bGxSZXF1ZXN0NDM1ODk4MjQ= | 10,917 | PERF: perf improvements in drop_duplicates for integer dtyped arrays | {
"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": "a10c02",
"default": false,
"description": "Memory or execution speed performance",
"id": 8935311,
"name": "Performance",
"node_id": "MDU6TGFiZWw4OTM1MzEx",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Performance"
}
] | closed | false | null | [] | {
"closed_at": "2015-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... | 0 | 2015-08-28T03:14:24Z | 2015-08-28T18:18:58Z | 2015-08-28T18:18:58Z | CONTRIBUTOR | null | no need to factorize integers when dropping duplicates.
master
```
In [1]: np.random.seed(1234)
In [2]: df = DataFrame({'A' : np.random.randint(0,10000,size=1000000)})
In [3]: %timeit df.drop_duplicates()
10 loops, best of 3: 36.9 ms per loop
```
PR
```
In [2]: df = DataFrame({'A' : np.random.rand... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/10917/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/10917/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/10917.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/10917",
"merged_at": "2015-08-28T18:18:58Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/10917.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/10917"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/10918 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/10918/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/10918/comments | https://api.github.com/repos/pandas-dev/pandas/issues/10918/events | https://github.com/pandas-dev/pandas/pull/10918 | 103,639,946 | MDExOlB1bGxSZXF1ZXN0NDM1OTAyMTA= | 10,918 | BUG: closes bug in BinGrouper.group_info where returned values are not compatible with base class | {
"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": "e11d21",
"default": false,
"description": "Functionality that used to work in a prior pandas version",
"id": 32815646,
"name": "Regression",
"node_id": "MDU6TGFiZWwzMjgxNTY0Ng==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Regression"
},
{
"color": ... | 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... | 0 | 2015-08-28T03:24:08Z | 2015-08-29T12:39:08Z | 2015-08-28T12:22:23Z | CONTRIBUTOR | null | closes https://github.com/pydata/pandas/issues/10914
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/10918/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/10918/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/10918.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/10918",
"merged_at": "2015-08-28T12:22:23Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/10918.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/10918"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/10919 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/10919/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/10919/comments | https://api.github.com/repos/pandas-dev/pandas/issues/10919/events | https://github.com/pandas-dev/pandas/issues/10919 | 103,707,656 | MDU6SXNzdWUxMDM3MDc2NTY= | 10,919 | d | {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jreback/followers",
"following_url": "https://api.github.com/users/jreback/following{/other_user}",
"gists_url": "https://... | [] | closed | false | null | [] | null | 0 | 2015-08-28T12:11:04Z | 2015-08-28T12:22:03Z | 2015-08-28T12:22:03Z | CONTRIBUTOR | null | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/10919/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/10919/timeline | null | null | null | |
https://api.github.com/repos/pandas-dev/pandas/issues/10920 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/10920/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/10920/comments | https://api.github.com/repos/pandas-dev/pandas/issues/10920/events | https://github.com/pandas-dev/pandas/pull/10920 | 103,719,946 | MDExOlB1bGxSZXF1ZXN0NDM2MjgwODg= | 10,920 | DEPR: Series.nlargest/nsmallest take_last. | {
"avatar_url": "https://avatars.githubusercontent.com/u/1696302?v=4",
"events_url": "https://api.github.com/users/sinhrks/events{/privacy}",
"followers_url": "https://api.github.com/users/sinhrks/followers",
"following_url": "https://api.github.com/users/sinhrks/following{/other_user}",
"gists_url": "https:/... | [
{
"color": "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": "5319e7",
"de... | closed | false | null | [] | {
"closed_at": "2015-10-09T18:34:35Z",
"closed_issues": 593,
"created_at": "2015-03-23T10:47:38Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jr... | 2 | 2015-08-28T13:34:45Z | 2015-08-29T00:10:30Z | 2015-08-29T00:03:43Z | MEMBER | null | Closes #10792.
Because using `deprecate_kwargs` hides original impl, used ugly workaround for `GroupBy`...
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/10920/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/10920/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/10920.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/10920",
"merged_at": "2015-08-29T00:03:43Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/10920.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/10920"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/10921 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/10921/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/10921/comments | https://api.github.com/repos/pandas-dev/pandas/issues/10921/events | https://github.com/pandas-dev/pandas/issues/10921 | 103,757,868 | MDU6SXNzdWUxMDM3NTc4Njg= | 10,921 | Complex number operation on DataFrame | {
"avatar_url": "https://avatars.githubusercontent.com/u/277579?v=4",
"events_url": "https://api.github.com/users/davidtrem/events{/privacy}",
"followers_url": "https://api.github.com/users/davidtrem/followers",
"following_url": "https://api.github.com/users/davidtrem/following{/other_user}",
"gists_url": "ht... | [
{
"color": "0052cc",
"default": false,
"description": null,
"id": 34444536,
"name": "Usage Question",
"node_id": "MDU6TGFiZWwzNDQ0NDUzNg==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Usage%20Question"
},
{
"color": "009800",
"default": false,
"descript... | closed | false | null | [] | null | 7 | 2015-08-28T17:09:50Z | 2015-09-02T10:39:19Z | 2015-08-28T17:57:15Z | NONE | null | Hello,
Would it be possible to add complex function operation on DataFrame ?
Function like np.sin, np.abs works properly on Pandas DataFrame containing complex numbers and
returns a DataFrame (as expected).
However, np.real, np.imag, np.angle operation return an numpy.ndarray array instead of DataFrame...
``` pytho... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/10921/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/10921/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/10922 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/10922/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/10922/comments | https://api.github.com/repos/pandas-dev/pandas/issues/10922/events | https://github.com/pandas-dev/pandas/pull/10922 | 103,773,266 | MDExOlB1bGxSZXF1ZXN0NDM2NTgxMjQ= | 10,922 | BUG: Bug in clearing the cache on DataFrame.pop and a subsequent inplace op #10912 | {
"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": "02d7e1",
"default": false,
"description": "Concat, Merge/Join, Stac... | 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... | 1 | 2015-08-28T18:36:05Z | 2015-08-28T23:28:06Z | 2015-08-28T23:28:06Z | CONTRIBUTOR | null | closes #10912
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/10922/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/10922/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/10922.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/10922",
"merged_at": "2015-08-28T23:28:06Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/10922.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/10922"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/10923 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/10923/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/10923/comments | https://api.github.com/repos/pandas-dev/pandas/issues/10923/events | https://github.com/pandas-dev/pandas/issues/10923 | 103,777,325 | MDU6SXNzdWUxMDM3NzczMjU= | 10,923 | groupby.transform inconsistent behavior when grouping by columns containing NaN | {
"avatar_url": "https://avatars.githubusercontent.com/u/8347463?v=4",
"events_url": "https://api.github.com/users/briangerke/events{/privacy}",
"followers_url": "https://api.github.com/users/briangerke/followers",
"following_url": "https://api.github.com/users/briangerke/following{/other_user}",
"gists_url":... | [
{
"color": "e10c02",
"default": false,
"description": null,
"id": 76811,
"name": "Bug",
"node_id": "MDU6TGFiZWw3NjgxMQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug"
},
{
"color": "729FCF",
"default": false,
"description": null,
"id": 233160,
... | closed | false | null | [] | null | 4 | 2015-08-28T19:03:58Z | 2017-07-26T19:57:19Z | 2015-08-28T20:18:43Z | NONE | null | This is similar to #9697, which was fixed in 0.16.1. I give a (very) slightly modified example here to show some related behavior which is at least inconsistent and should probably be handled cleanly.
It's not entirely clear to me what the desired behavior is in this case; it's possible that transform should not work ... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/10923/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/10923/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/10924 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/10924/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/10924/comments | https://api.github.com/repos/pandas-dev/pandas/issues/10924/events | https://github.com/pandas-dev/pandas/issues/10924 | 103,789,722 | MDU6SXNzdWUxMDM3ODk3MjI= | 10,924 | Series.dot returns undocumented ndarray type | {
"avatar_url": "https://avatars.githubusercontent.com/u/1119641?v=4",
"events_url": "https://api.github.com/users/skycaptain/events{/privacy}",
"followers_url": "https://api.github.com/users/skycaptain/followers",
"following_url": "https://api.github.com/users/skycaptain/following{/other_user}",
"gists_url":... | [
{
"color": "0052cc",
"default": false,
"description": null,
"id": 34444536,
"name": "Usage Question",
"node_id": "MDU6TGFiZWwzNDQ0NDUzNg==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Usage%20Question"
},
{
"color": "006b75",
"default": false,
"descript... | closed | false | null | [] | null | 4 | 2015-08-28T20:23:45Z | 2015-08-28T21:52:58Z | 2015-08-28T20:33:58Z | CONTRIBUTOR | null | According to the documentation `pandas.Series.dot` returns a `pandas.Series` or a scalar value. Certainly, the output type is depending on the type and dimension of the first positional argument of the `pandas.Series.dot` function. The following example outputs a value of type `numpy.ndarray` using pandas (0.16.2):
``... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/10924/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/10924/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/10925 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/10925/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/10925/comments | https://api.github.com/repos/pandas-dev/pandas/issues/10925/events | https://github.com/pandas-dev/pandas/pull/10925 | 103,816,037 | MDExOlB1bGxSZXF1ZXN0NDM2ODM4NzM= | 10,925 | Revert "Revert "Merge pull request #10727 from jorisvandenbossche/sph… | {
"avatar_url": "https://avatars.githubusercontent.com/u/1020496?v=4",
"events_url": "https://api.github.com/users/jorisvandenbossche/events{/privacy}",
"followers_url": "https://api.github.com/users/jorisvandenbossche/followers",
"following_url": "https://api.github.com/users/jorisvandenbossche/following{/othe... | [
{
"color": "3465A4",
"default": false,
"description": null,
"id": 134699,
"name": "Docs",
"node_id": "MDU6TGFiZWwxMzQ2OTk=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Docs"
}
] | closed | false | null | [] | {
"closed_at": null,
"closed_issues": 786,
"created_at": "2015-01-13T10:53:19Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jreback/followers",
... | 8 | 2015-08-29T00:18:09Z | 2016-02-12T17:40:30Z | 2016-01-07T01:35:44Z | MEMBER | null | Reverts pydata/pandas#10916
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/10925/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/10925/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/10925.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/10925",
"merged_at": null,
"patch_url": "https://github.com/pandas-dev/pandas/pull/10925.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/10925"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/10926 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/10926/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/10926/comments | https://api.github.com/repos/pandas-dev/pandas/issues/10926/events | https://github.com/pandas-dev/pandas/pull/10926 | 103,821,270 | MDExOlB1bGxSZXF1ZXN0NDM2ODY1NTI= | 10,926 | BUG: Bug in incorrection computation of .mean() on timedelta64[ns] because of overflow #9442 | {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jreback/followers",
"following_url": "https://api.github.com/users/jreback/following{/other_user}",
"gists_url": "https://... | [
{
"color": "e10c02",
"default": false,
"description": null,
"id": 76811,
"name": "Bug",
"node_id": "MDU6TGFiZWw3NjgxMQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug"
},
{
"color": "006b75",
"default": false,
"description": "Arithmetic, Comparison, ... | closed | false | null | [] | {
"closed_at": "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... | 0 | 2015-08-29T02:03:26Z | 2015-08-29T13:12:39Z | 2015-08-29T13:12:39Z | CONTRIBUTOR | null | closes #9442
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/10926/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/10926/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/10926.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/10926",
"merged_at": "2015-08-29T13:12:39Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/10926.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/10926"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/10927 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/10927/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/10927/comments | https://api.github.com/repos/pandas-dev/pandas/issues/10927/events | https://github.com/pandas-dev/pandas/pull/10927 | 103,833,529 | MDExOlB1bGxSZXF1ZXN0NDM2ODk5MTM= | 10,927 | PERF: GH10213 kth_smallest GIL release | {
"avatar_url": "https://avatars.githubusercontent.com/u/10709573?v=4",
"events_url": "https://api.github.com/users/kawochen/events{/privacy}",
"followers_url": "https://api.github.com/users/kawochen/followers",
"following_url": "https://api.github.com/users/kawochen/following{/other_user}",
"gists_url": "htt... | [
{
"color": "a10c02",
"default": false,
"description": "Memory or execution speed performance",
"id": 8935311,
"name": "Performance",
"node_id": "MDU6TGFiZWw4OTM1MzEx",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Performance"
}
] | closed | false | null | [] | {
"closed_at": "2015-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... | 10 | 2015-08-29T06:37:53Z | 2015-09-03T19:14:47Z | 2015-09-02T11:49:29Z | CONTRIBUTOR | null | One tiny part of #10213
```
import timeit
setup_seq = '''
import pandas
import numpy
numpy.random.seed(1234)
x = numpy.random.randn(10000000)
a = x.copy()
b = x.copy()
def f(s):
pandas.algos.kth_smallest(s, 500000)
def seq():
f(a)
f(b)
'''
setup_parallel = '''
import pandas
import numpy
import threadi... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/10927/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/10927/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/10927.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/10927",
"merged_at": "2015-09-02T11:49:29Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/10927.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/10927"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/10928 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/10928/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/10928/comments | https://api.github.com/repos/pandas-dev/pandas/issues/10928/events | https://github.com/pandas-dev/pandas/pull/10928 | 103,839,902 | MDExOlB1bGxSZXF1ZXN0NDM2OTEyODU= | 10,928 | Updates for asv suite | {
"avatar_url": "https://avatars.githubusercontent.com/u/440095?v=4",
"events_url": "https://api.github.com/users/qwhelan/events{/privacy}",
"followers_url": "https://api.github.com/users/qwhelan/followers",
"following_url": "https://api.github.com/users/qwhelan/following{/other_user}",
"gists_url": "https://... | [
{
"color": "a10c02",
"default": false,
"description": "Memory or execution speed performance",
"id": 8935311,
"name": "Performance",
"node_id": "MDU6TGFiZWw4OTM1MzEx",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Performance"
}
] | closed | false | null | [] | {
"closed_at": "2015-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... | 8 | 2015-08-29T08:40:42Z | 2015-09-01T19:25:40Z | 2015-08-29T22:42:36Z | CONTRIBUTOR | null | @jorisvandenbossche As you requested in #10849, here's the current state of affairs. The changes are:
- First patch:
- Fix the translation script so that functions defined in the vbench `setup` string get defined as classmethods and called appropriately. This fixes most failing tests.
- Some backwards-compatibility... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/10928/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/10928/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/10928.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/10928",
"merged_at": "2015-08-29T22:42:36Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/10928.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/10928"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/10929 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/10929/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/10929/comments | https://api.github.com/repos/pandas-dev/pandas/issues/10929/events | https://github.com/pandas-dev/pandas/pull/10929 | 103,851,213 | MDExOlB1bGxSZXF1ZXN0NDM2OTQ1MzA= | 10,929 | [DEPR]: Deprecate setting nans in categories | {
"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": "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": "e11d21"... | 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... | 8 | 2015-08-29T13:22:00Z | 2017-04-05T02:06:34Z | 2015-09-01T19:18:15Z | CONTRIBUTOR | null | WIP still
Closes https://github.com/pydata/pandas/issues/10748
I have to run for now, but will pick this up later today.
I think I'm missing a few in the tests, since the warning is showing up in a bunch of places (there's a way to convert those to errors for testing right?)
I had to refactor a couple function 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/10929/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/10929/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/10929.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/10929",
"merged_at": "2015-09-01T19:18:14Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/10929.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/10929"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/10930 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/10930/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/10930/comments | https://api.github.com/repos/pandas-dev/pandas/issues/10930/events | https://github.com/pandas-dev/pandas/pull/10930 | 103,862,035 | MDExOlB1bGxSZXF1ZXN0NDM2OTcyNjA= | 10,930 | fixed bug in DataFrame.diff - issue #10907 | {
"avatar_url": "https://avatars.githubusercontent.com/u/4269898?v=4",
"events_url": "https://api.github.com/users/terrytangyuan/events{/privacy}",
"followers_url": "https://api.github.com/users/terrytangyuan/followers",
"following_url": "https://api.github.com/users/terrytangyuan/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": "fbca04",
"default": false,
"description": "Related to non-user acce... | 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... | 25 | 2015-08-29T16:31:30Z | 2015-09-11T13:15:00Z | 2015-09-01T11:01:58Z | CONTRIBUTOR | null | Fixed issue #10907
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/10930/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/10930/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/10930.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/10930",
"merged_at": null,
"patch_url": "https://github.com/pandas-dev/pandas/pull/10930.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/10930"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/10931 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/10931/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/10931/comments | https://api.github.com/repos/pandas-dev/pandas/issues/10931/events | https://github.com/pandas-dev/pandas/pull/10931 | 103,868,020 | MDExOlB1bGxSZXF1ZXN0NDM2OTkxOTc= | 10,931 | Add tests to ensure sort preserved by groupby, add docs | {
"avatar_url": "https://avatars.githubusercontent.com/u/9683693?v=4",
"events_url": "https://api.github.com/users/nickeubank/events{/privacy}",
"followers_url": "https://api.github.com/users/nickeubank/followers",
"following_url": "https://api.github.com/users/nickeubank/following{/other_user}",
"gists_url":... | [
{
"color": "3465A4",
"default": false,
"description": null,
"id": 134699,
"name": "Docs",
"node_id": "MDU6TGFiZWwxMzQ2OTk=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Docs"
},
{
"color": "729FCF",
"default": false,
"description": null,
"id": 233160... | 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... | 6 | 2015-08-29T18:16:32Z | 2015-09-05T22:20:28Z | 2015-09-05T22:20:25Z | CONTRIBUTOR | null | xref #9651
closes #8588
Adds test to ensure the sort of a target object is preserved within `groupby()` groups, modifies docs to make it clear sort is preserved within groups.
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/10931/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/10931/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/10931.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/10931",
"merged_at": "2015-09-05T22:20:25Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/10931.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/10931"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/10932 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/10932/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/10932/comments | https://api.github.com/repos/pandas-dev/pandas/issues/10932/events | https://github.com/pandas-dev/pandas/pull/10932 | 103,909,704 | MDExOlB1bGxSZXF1ZXN0NDM3MTAyMjg= | 10,932 | ENH: #10143 Function to walk the group hierarchy of a PyTables HDF5 file | {
"avatar_url": "https://avatars.githubusercontent.com/u/677427?v=4",
"events_url": "https://api.github.com/users/stephenpascoe/events{/privacy}",
"followers_url": "https://api.github.com/users/stephenpascoe/followers",
"following_url": "https://api.github.com/users/stephenpascoe/following{/other_user}",
"gis... | [
{
"color": "4E9A06",
"default": false,
"description": null,
"id": 76812,
"name": "Enhancement",
"node_id": "MDU6TGFiZWw3NjgxMg==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Enhancement"
},
{
"color": "AD7FA8",
"default": false,
"description": null,
... | closed | false | null | [] | {
"closed_at": null,
"closed_issues": 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 | 2015-08-30T09:14:49Z | 2016-07-21T16:01:08Z | 2015-10-18T14:02:48Z | NONE | null | closes #10143
This implementation is inspired by os.walk and follows the interface as much as possible.
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/10932/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/10932/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/10932.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/10932",
"merged_at": null,
"patch_url": "https://github.com/pandas-dev/pandas/pull/10932.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/10932"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/10933 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/10933/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/10933/comments | https://api.github.com/repos/pandas-dev/pandas/issues/10933/events | https://github.com/pandas-dev/pandas/issues/10933 | 103,911,284 | MDU6SXNzdWUxMDM5MTEyODQ= | 10,933 | EuroSciPy 2015 Sprint: Problem installing pandas from source on a Mac OS X | {
"avatar_url": "https://avatars.githubusercontent.com/u/983944?v=4",
"events_url": "https://api.github.com/users/springcoil/events{/privacy}",
"followers_url": "https://api.github.com/users/springcoil/followers",
"following_url": "https://api.github.com/users/springcoil/following{/other_user}",
"gists_url": ... | [] | closed | false | null | [] | null | 2 | 2015-08-30T09:34:04Z | 2015-11-19T21:49:31Z | 2015-08-30T10:03:24Z | CONTRIBUTOR | null | I'm at the EuroSciPy 2015 sprint, I just found this issue when trying to update my Pandas development environment, I installed a fresh conda development environment and then got the following error.
> > > import pandas as pd
> > > Traceback (most recent call last):
> > > File "/Users/peadarcoyle/OpenSource/pandas/p... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/10933/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/10933/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/10934 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/10934/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/10934/comments | https://api.github.com/repos/pandas-dev/pandas/issues/10934/events | https://github.com/pandas-dev/pandas/pull/10934 | 103,917,088 | MDExOlB1bGxSZXF1ZXN0NDM3MTExNTc= | 10,934 | DOC: consistent imports (GH9886) part V | {
"avatar_url": "https://avatars.githubusercontent.com/u/983944?v=4",
"events_url": "https://api.github.com/users/springcoil/events{/privacy}",
"followers_url": "https://api.github.com/users/springcoil/followers",
"following_url": "https://api.github.com/users/springcoil/following{/other_user}",
"gists_url": ... | [] | closed | false | null | [] | null | 5 | 2015-08-30T10:32:25Z | 2015-09-01T08:55:40Z | 2015-09-01T08:55:40Z | CONTRIBUTOR | null | I made a few alterations to the consistent imports in the merging.rst file.
Does anyone have any objections to what I did?
I notice a few problems with the rebase though first - that's 12 commits rather than one.
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/10934/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/10934/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/10934.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/10934",
"merged_at": null,
"patch_url": "https://github.com/pandas-dev/pandas/pull/10934.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/10934"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/10935 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/10935/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/10935/comments | https://api.github.com/repos/pandas-dev/pandas/issues/10935/events | https://github.com/pandas-dev/pandas/pull/10935 | 103,918,705 | MDExOlB1bGxSZXF1ZXN0NDM3MTE1NDQ= | 10,935 | DOC: clarification on -b flag in asv | {
"avatar_url": "https://avatars.githubusercontent.com/u/10928117?v=4",
"events_url": "https://api.github.com/users/RafalSkolasinski/events{/privacy}",
"followers_url": "https://api.github.com/users/RafalSkolasinski/followers",
"following_url": "https://api.github.com/users/RafalSkolasinski/following{/other_use... | [
{
"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": "a10c02",
"default": false,
"description": "Memory or execution s... | 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... | 1 | 2015-08-30T11:06:37Z | 2015-08-31T01:05:22Z | 2015-08-31T01:05: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/10935/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/10935/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/10935.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/10935",
"merged_at": "2015-08-31T01:05:17Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/10935.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/10935"
} | |
https://api.github.com/repos/pandas-dev/pandas/issues/10936 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/10936/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/10936/comments | https://api.github.com/repos/pandas-dev/pandas/issues/10936/events | https://github.com/pandas-dev/pandas/pull/10936 | 103,918,773 | MDExOlB1bGxSZXF1ZXN0NDM3MTE1Nzg= | 10,936 | BUG: tests that can't fail | {
"avatar_url": "https://avatars.githubusercontent.com/u/677427?v=4",
"events_url": "https://api.github.com/users/stephenpascoe/events{/privacy}",
"followers_url": "https://api.github.com/users/stephenpascoe/followers",
"following_url": "https://api.github.com/users/stephenpascoe/following{/other_user}",
"gis... | [
{
"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": 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",
... | 5 | 2015-08-30T11:09:01Z | 2015-11-02T12:07:08Z | 2015-11-02T12:07:07Z | NONE | null | tm.equalContent does not raise an exception, it returns a Bool. Therefore these tests need wrapping in self.assertTrue()
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/10936/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/10936/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/10936.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/10936",
"merged_at": null,
"patch_url": "https://github.com/pandas-dev/pandas/pull/10936.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/10936"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/10937 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/10937/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/10937/comments | https://api.github.com/repos/pandas-dev/pandas/issues/10937/events | https://github.com/pandas-dev/pandas/pull/10937 | 103,918,993 | MDExOlB1bGxSZXF1ZXN0NDM3MTE2Njc= | 10,937 | updating docs for the new sorting mechanisms - GH #10886 | {
"avatar_url": "https://avatars.githubusercontent.com/u/1426279?v=4",
"events_url": "https://api.github.com/users/glyg/events{/privacy}",
"followers_url": "https://api.github.com/users/glyg/followers",
"following_url": "https://api.github.com/users/glyg/following{/other_user}",
"gists_url": "https://api.gith... | [
{
"color": "3465A4",
"default": false,
"description": null,
"id": 134699,
"name": "Docs",
"node_id": "MDU6TGFiZWwxMzQ2OTk=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Docs"
}
] | closed | false | null | [] | {
"closed_at": "2015-10-09T18:34:35Z",
"closed_issues": 593,
"created_at": "2015-03-23T10:47:38Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jr... | 2 | 2015-08-30T11:17:01Z | 2015-08-31T08:18:13Z | 2015-08-31T01:03:13Z | CONTRIBUTOR | null | closes #10886
I didn't notice warnings or errors associated with those modifications when building the docs.
No more `FutureWarning` either (except in a the v. 0.13 what's new, which is legit)...
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/10937/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/10937/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/10937.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/10937",
"merged_at": "2015-08-31T01:03:13Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/10937.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/10937"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/10938 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/10938/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/10938/comments | https://api.github.com/repos/pandas-dev/pandas/issues/10938/events | https://github.com/pandas-dev/pandas/pull/10938 | 103,920,649 | MDExOlB1bGxSZXF1ZXN0NDM3MTIzODA= | 10,938 | consistent imports in text.rst | {
"avatar_url": "https://avatars.githubusercontent.com/u/10920167?v=4",
"events_url": "https://api.github.com/users/SebastianRubbert/events{/privacy}",
"followers_url": "https://api.github.com/users/SebastianRubbert/followers",
"following_url": "https://api.github.com/users/SebastianRubbert/following{/other_use... | [
{
"color": "3465A4",
"default": false,
"description": null,
"id": 134699,
"name": "Docs",
"node_id": "MDU6TGFiZWwxMzQ2OTk=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Docs"
}
] | closed | false | null | [] | {
"closed_at": "2015-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... | 4 | 2015-08-30T12:15:18Z | 2015-09-01T11:56:01Z | 2015-09-01T11:56:01Z | 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/10938/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/10938/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/10938.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/10938",
"merged_at": null,
"patch_url": "https://github.com/pandas-dev/pandas/pull/10938.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/10938"
} | |
https://api.github.com/repos/pandas-dev/pandas/issues/10939 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/10939/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/10939/comments | https://api.github.com/repos/pandas-dev/pandas/issues/10939/events | https://github.com/pandas-dev/pandas/pull/10939 | 103,921,362 | MDExOlB1bGxSZXF1ZXN0NDM3MTI2ODI= | 10,939 | ENH: Add Series.dt.total_seconds GH #10817 | {
"avatar_url": "https://avatars.githubusercontent.com/u/7413686?v=4",
"events_url": "https://api.github.com/users/sjdenny/events{/privacy}",
"followers_url": "https://api.github.com/users/sjdenny/followers",
"following_url": "https://api.github.com/users/sjdenny/following{/other_user}",
"gists_url": "https:/... | [
{
"color": "4E9A06",
"default": false,
"description": null,
"id": 76812,
"name": "Enhancement",
"node_id": "MDU6TGFiZWw3NjgxMg==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Enhancement"
},
{
"color": "AD7FA8",
"default": false,
"description": null,
... | closed | false | null | [] | {
"closed_at": "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... | 13 | 2015-08-30T12:44:17Z | 2015-09-02T20:13:16Z | 2015-09-02T11:52:40Z | CONTRIBUTOR | null | Implements a Series.dt.total_seconds method for timedelta64 Series.
closes #10817
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/10939/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/10939/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/10939.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/10939",
"merged_at": "2015-09-02T11:52:39Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/10939.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/10939"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/10940 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/10940/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/10940/comments | https://api.github.com/repos/pandas-dev/pandas/issues/10940/events | https://github.com/pandas-dev/pandas/pull/10940 | 103,924,952 | MDExOlB1bGxSZXF1ZXN0NDM3MTM3MTI= | 10,940 | DOC: consistent imports (GH9886) part V Fix of I#10934 | {
"avatar_url": "https://avatars.githubusercontent.com/u/983944?v=4",
"events_url": "https://api.github.com/users/springcoil/events{/privacy}",
"followers_url": "https://api.github.com/users/springcoil/followers",
"following_url": "https://api.github.com/users/springcoil/following{/other_user}",
"gists_url": ... | [] | closed | false | null | [] | null | 1 | 2015-08-30T14:01:20Z | 2015-08-30T14:03:02Z | 2015-08-30T14:02:58Z | CONTRIBUTOR | null | I fixed my mess up from earlier.
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/10940/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/10940/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/10940.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/10940",
"merged_at": null,
"patch_url": "https://github.com/pandas-dev/pandas/pull/10940.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/10940"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/10941 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/10941/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/10941/comments | https://api.github.com/repos/pandas-dev/pandas/issues/10941/events | https://github.com/pandas-dev/pandas/pull/10941 | 103,925,382 | MDExOlB1bGxSZXF1ZXN0NDM3MTM4MDU= | 10,941 | Edit DOC: consistent imports (GH9886) part V | {
"avatar_url": "https://avatars.githubusercontent.com/u/983944?v=4",
"events_url": "https://api.github.com/users/springcoil/events{/privacy}",
"followers_url": "https://api.github.com/users/springcoil/followers",
"following_url": "https://api.github.com/users/springcoil/following{/other_user}",
"gists_url": ... | [
{
"color": "3465A4",
"default": false,
"description": null,
"id": 134699,
"name": "Docs",
"node_id": "MDU6TGFiZWwxMzQ2OTk=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Docs"
}
] | closed | false | null | [] | {
"closed_at": "2015-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... | 5 | 2015-08-30T14:07:24Z | 2015-09-01T09:18:15Z | 2015-09-01T09:17:33Z | CONTRIBUTOR | null | Updated - but no idea why this is such a messed up branch.
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/10941/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/10941/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/10941.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/10941",
"merged_at": "2015-09-01T09:17:33Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/10941.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/10941"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/10942 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/10942/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/10942/comments | https://api.github.com/repos/pandas-dev/pandas/issues/10942/events | https://github.com/pandas-dev/pandas/pull/10942 | 103,926,189 | MDExOlB1bGxSZXF1ZXN0NDM3MTM5MzE= | 10,942 | BUG: fixing bug in groupby_indices benchmark | {
"avatar_url": "https://avatars.githubusercontent.com/u/10928117?v=4",
"events_url": "https://api.github.com/users/RafalSkolasinski/events{/privacy}",
"followers_url": "https://api.github.com/users/RafalSkolasinski/followers",
"following_url": "https://api.github.com/users/RafalSkolasinski/following{/other_use... | [
{
"color": "a10c02",
"default": false,
"description": "Memory or execution speed performance",
"id": 8935311,
"name": "Performance",
"node_id": "MDU6TGFiZWw4OTM1MzEx",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Performance"
}
] | closed | false | null | [] | {
"closed_at": "2015-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... | 1 | 2015-08-30T14:15:09Z | 2015-08-31T00:56:49Z | 2015-08-31T00:56:45Z | 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/10942/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/10942/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/10942.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/10942",
"merged_at": "2015-08-31T00:56:45Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/10942.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/10942"
} | |
https://api.github.com/repos/pandas-dev/pandas/issues/10943 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/10943/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/10943/comments | https://api.github.com/repos/pandas-dev/pandas/issues/10943/events | https://github.com/pandas-dev/pandas/pull/10943 | 103,928,854 | MDExOlB1bGxSZXF1ZXN0NDM3MTQyODc= | 10,943 | BUG: passing columns and dict with scalar values should raise error | {
"avatar_url": "https://avatars.githubusercontent.com/u/6031088?v=4",
"events_url": "https://api.github.com/users/ajcr/events{/privacy}",
"followers_url": "https://api.github.com/users/ajcr/followers",
"following_url": "https://api.github.com/users/ajcr/following{/other_user}",
"gists_url": "https://api.gith... | [
{
"color": "02d7e1",
"default": false,
"description": "Concat, Merge/Join, Stack/Unstack, Explode",
"id": 13098779,
"name": "Reshaping",
"node_id": "MDU6TGFiZWwxMzA5ODc3OQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Reshaping"
},
{
"color": "ffa0ff",
"de... | closed | false | null | [] | {
"closed_at": "2015-10-09T18:34:35Z",
"closed_issues": 593,
"created_at": "2015-03-23T10:47:38Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jr... | 4 | 2015-08-30T14:41:37Z | 2015-09-02T20:14:50Z | 2015-09-02T11:51:18Z | CONTRIBUTOR | null | Fixes [GH10856](https://github.com/pydata/pandas/issues/10856).
``` Python
>>> pd.DataFrame({'a':0.1}, columns=['b'])
ValueError: If using all scalar values, you must pass an index
```
Trying to raise this error was slightly trickier than I anticipated - this was the only way that didn't break existing tests. If no 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/10943/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/10943/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/10943.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/10943",
"merged_at": "2015-09-02T11:51:18Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/10943.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/10943"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/10944 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/10944/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/10944/comments | https://api.github.com/repos/pandas-dev/pandas/issues/10944/events | https://github.com/pandas-dev/pandas/pull/10944 | 103,929,047 | MDExOlB1bGxSZXF1ZXN0NDM3MTQzOTc= | 10,944 | Fixing column_format argument passing, #9402 | {
"avatar_url": "https://avatars.githubusercontent.com/u/1426279?v=4",
"events_url": "https://api.github.com/users/glyg/events{/privacy}",
"followers_url": "https://api.github.com/users/glyg/followers",
"following_url": "https://api.github.com/users/glyg/following{/other_user}",
"gists_url": "https://api.gith... | [
{
"color": "e10c02",
"default": false,
"description": null,
"id": 76811,
"name": "Bug",
"node_id": "MDU6TGFiZWw3NjgxMQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug"
},
{
"color": "006b75",
"default": false,
"description": "to_latex",
"id": 251... | 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... | 6 | 2015-08-30T14:48:18Z | 2015-09-01T09:17:48Z | 2015-08-31T11:07:48Z | CONTRIBUTOR | null | closes #9402
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/10944/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/10944/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/10944.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/10944",
"merged_at": null,
"patch_url": "https://github.com/pandas-dev/pandas/pull/10944.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/10944"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/10945 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/10945/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/10945/comments | https://api.github.com/repos/pandas-dev/pandas/issues/10945/events | https://github.com/pandas-dev/pandas/pull/10945 | 103,960,528 | MDExOlB1bGxSZXF1ZXN0NDM3MjIxNzY= | 10,945 | BUG: Index name lost in conv #10875 | {
"avatar_url": "https://avatars.githubusercontent.com/u/1924092?v=4",
"events_url": "https://api.github.com/users/chris-b1/events{/privacy}",
"followers_url": "https://api.github.com/users/chris-b1/followers",
"following_url": "https://api.github.com/users/chris-b1/following{/other_user}",
"gists_url": "http... | [
{
"color": "e10c02",
"default": false,
"description": null,
"id": 76811,
"name": "Bug",
"node_id": "MDU6TGFiZWw3NjgxMQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug"
},
{
"color": "AFEEEE",
"default": false,
"description": null,
"id": 211840,
... | closed | false | null | [] | {
"closed_at": "2015-10-09T18:34:35Z",
"closed_issues": 593,
"created_at": "2015-03-23T10:47:38Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jr... | 2 | 2015-08-30T22:43:26Z | 2015-08-31T23:37:24Z | 2015-08-31T12:18:36Z | CONTRIBUTOR | null | Addresses #10875, when `Index` is converted via `to_datetime`, `to_timedelta`
part of #9862 master issue
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/10945/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/10945/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/10945.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/10945",
"merged_at": "2015-08-31T12:18:36Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/10945.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/10945"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/10946 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/10946/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/10946/comments | https://api.github.com/repos/pandas-dev/pandas/issues/10946/events | https://github.com/pandas-dev/pandas/pull/10946 | 103,973,019 | MDExOlB1bGxSZXF1ZXN0NDM3MjY2NTU= | 10,946 | PERF: improves performance in SeriesGroupBy.count | {
"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": "729FCF",
"default": false,
"description": null,
"id": 233160,
"name": "Groupby",
"node_id": "MDU6TGFiZWwyMzMxNjA=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Groupby"
},
{
"color": "a10c02",
"default": false,
"description": "Memory or execu... | closed | false | null | [] | {
"closed_at": "2015-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... | 10 | 2015-08-31T02:11:16Z | 2015-09-05T16:46:12Z | 2015-09-05T16:36:53Z | CONTRIBUTOR | null | BUG: closes bug in Series.count when index has nulls
``` python
In [4]: ts
Out[4]:
a 1 0
2 1
b 2 2
NaN 3
c 1 4
2 5
dtype: int64
In [5]: ts.count(level=1)
Out[5]:
1 2
2 4 # <<< BUG!
dtype: int64
In [6]: from string import ascii_lowercase
In [7]: np.random.seed(2... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/10946/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/10946/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/10946.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/10946",
"merged_at": null,
"patch_url": "https://github.com/pandas-dev/pandas/pull/10946.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/10946"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/10947 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/10947/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/10947/comments | https://api.github.com/repos/pandas-dev/pandas/issues/10947/events | https://github.com/pandas-dev/pandas/issues/10947 | 104,043,261 | MDU6SXNzdWUxMDQwNDMyNjE= | 10,947 | 'DataFrame' objects are mutable, thus they cannot be hashed when using grouper as columns in pivot_table | {
"avatar_url": "https://avatars.githubusercontent.com/u/5981644?v=4",
"events_url": "https://api.github.com/users/chanansh/events{/privacy}",
"followers_url": "https://api.github.com/users/chanansh/followers",
"following_url": "https://api.github.com/users/chanansh/following{/other_user}",
"gists_url": "http... | [
{
"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": "02d7e1",
"default": false,
"description": "Concat, Merge/J... | closed | false | null | [] | null | 2 | 2015-08-31T12:18:00Z | 2015-08-31T12:27:56Z | 2015-08-31T12:26:45Z | NONE | null | According to the [documentation](http://pandas.pydata.org/pandas-docs/stable/generated/pandas.pivot_table.html) of the `pivot_table` command, the `columns` attribute could be a grouper object ("columns : a column, Grouper, array which has the same length as data, or list of them")
However when I try to do so, I get a... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/10947/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/10947/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/10948 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/10948/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/10948/comments | https://api.github.com/repos/pandas-dev/pandas/issues/10948/events | https://github.com/pandas-dev/pandas/issues/10948 | 104,046,984 | MDU6SXNzdWUxMDQwNDY5ODQ= | 10,948 | Matlab's grp2idx like function on a grouper | {
"avatar_url": "https://avatars.githubusercontent.com/u/5981644?v=4",
"events_url": "https://api.github.com/users/chanansh/events{/privacy}",
"followers_url": "https://api.github.com/users/chanansh/followers",
"following_url": "https://api.github.com/users/chanansh/following{/other_user}",
"gists_url": "http... | [
{
"color": "207de5",
"default": false,
"description": "Clarification about behavior needed to assess issue",
"id": 307649777,
"name": "Needs Info",
"node_id": "MDU6TGFiZWwzMDc2NDk3Nzc=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Needs%20Info"
}
] | closed | false | null | [] | null | 2 | 2015-08-31T12:45:27Z | 2018-10-21T01:31:41Z | 2018-10-21T01:31:36Z | NONE | null | I would like to have the group index of each instance.
I managed to do something like:
```
labels = {idx:(groupKey) for groupKey,idxList in g.groups.items() for idx in idxList}
```
But I wish it would be part of pandas for other to use. How do I do that?
Maybe this function already exists and I am not aware of it?
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/10948/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/10948/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/10949 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/10949/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/10949/comments | https://api.github.com/repos/pandas-dev/pandas/issues/10949/events | https://github.com/pandas-dev/pandas/issues/10949 | 104,057,043 | MDU6SXNzdWUxMDQwNTcwNDM= | 10,949 | ENH: density of a categorical | {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jreback/followers",
"following_url": "https://api.github.com/users/jreback/following{/other_user}",
"gists_url": "https://... | [
{
"color": "4E9A06",
"default": false,
"description": null,
"id": 76812,
"name": "Enhancement",
"node_id": "MDU6TGFiZWw3NjgxMg==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Enhancement"
},
{
"color": "e11d21",
"default": false,
"description": "Categori... | closed | false | null | [] | {
"closed_at": "2015-11-21T13:47:07Z",
"closed_issues": 216,
"created_at": "2015-09-10T14:30:44Z",
"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 | 2015-08-31T13:48:14Z | 2015-10-20T17:48:06Z | 2015-10-20T17:48:06Z | CONTRIBUTOR | null | I think `s.cat.density` is appropriate here
```
In [1]: s = Series(list('aabbcccc')).astype('category')
In [2]: 100*len(s.cat.categories)/len(s)
Out[2]: 37
```
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/10949/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/10949/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/10950 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/10950/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/10950/comments | https://api.github.com/repos/pandas-dev/pandas/issues/10950/events | https://github.com/pandas-dev/pandas/issues/10950 | 104,061,709 | MDU6SXNzdWUxMDQwNjE3MDk= | 10,950 | Incorrect dtype coercion with panel assignment | {
"avatar_url": "https://avatars.githubusercontent.com/u/11140498?v=4",
"events_url": "https://api.github.com/users/michaelwebb7/events{/privacy}",
"followers_url": "https://api.github.com/users/michaelwebb7/followers",
"following_url": "https://api.github.com/users/michaelwebb7/following{/other_user}",
"gist... | [] | 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 | 2015-08-31T14:15:05Z | 2018-07-06T20:21:08Z | 2017-07-10T21:07:40Z | NONE | null | After running
```
import numpy as np
randn = np.random.randn
from pandas import *
```
the following code creates a panel:
```
## Create pseudo panel data ##
numindivs = 2 # Number of individuals
numwaves = 5 # Number of time periods (waves)
# Create panel object
wp = Panel(np.random.randint(12, size=(numindivs, nu... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/10950/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/10950/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/10951 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/10951/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/10951/comments | https://api.github.com/repos/pandas-dev/pandas/issues/10951/events | https://github.com/pandas-dev/pandas/pull/10951 | 104,064,470 | MDExOlB1bGxSZXF1ZXN0NDM3Njk5MjU= | 10,951 | DEPR: Deprecate legacy offsets | {
"avatar_url": "https://avatars.githubusercontent.com/u/1696302?v=4",
"events_url": "https://api.github.com/users/sinhrks/events{/privacy}",
"followers_url": "https://api.github.com/users/sinhrks/followers",
"following_url": "https://api.github.com/users/sinhrks/following{/other_user}",
"gists_url": "https:/... | [
{
"color": "0052cc",
"default": false,
"description": "DateOffsets",
"id": 53181044,
"name": "Frequency",
"node_id": "MDU6TGFiZWw1MzE4MTA0NA==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Frequency"
},
{
"color": "5319e7",
"default": false,
"description... | 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... | 1 | 2015-08-31T14:29:06Z | 2015-09-01T12:22:24Z | 2015-09-01T11:05:56Z | MEMBER | null | Closes #10878.
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/10951/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/10951/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/10951.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/10951",
"merged_at": "2015-09-01T11:05:56Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/10951.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/10951"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/10952 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/10952/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/10952/comments | https://api.github.com/repos/pandas-dev/pandas/issues/10952/events | https://github.com/pandas-dev/pandas/issues/10952 | 104,091,489 | MDU6SXNzdWUxMDQwOTE0ODk= | 10,952 | Complex64 implicitly converted to Complex128 | {
"avatar_url": "https://avatars.githubusercontent.com/u/1929845?v=4",
"events_url": "https://api.github.com/users/sklam/events{/privacy}",
"followers_url": "https://api.github.com/users/sklam/followers",
"following_url": "https://api.github.com/users/sklam/following{/other_user}",
"gists_url": "https://api.g... | [
{
"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": "009... | 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... | 1 | 2015-08-31T17:02:11Z | 2015-09-03T13:25:32Z | 2015-09-03T13:25:32Z | CONTRIBUTOR | null | NumPy array of complex64 is implicitly converted to complex128 when used as data for DataFrame:
``` python
>>> a=np.random.randn(10).astype(np.complex64)
>>> a.dtype
dtype('complex64')
>>> pd.DataFrame({'a': a}).a.dtype
dtype('complex128')
>>>
```
The problem does not affect Series:
``` python
In [7]: Series(a).dty... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/10952/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/10952/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/10953 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/10953/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/10953/comments | https://api.github.com/repos/pandas-dev/pandas/issues/10953/events | https://github.com/pandas-dev/pandas/pull/10953 | 104,094,533 | MDExOlB1bGxSZXF1ZXN0NDM3ODcyODk= | 10,953 | Add support for math functions in eval() | {
"avatar_url": "https://avatars.githubusercontent.com/u/1929845?v=4",
"events_url": "https://api.github.com/users/sklam/events{/privacy}",
"followers_url": "https://api.github.com/users/sklam/followers",
"following_url": "https://api.github.com/users/sklam/following{/other_user}",
"gists_url": "https://api.g... | [
{
"color": "4E9A06",
"default": false,
"description": null,
"id": 76812,
"name": "Enhancement",
"node_id": "MDU6TGFiZWw3NjgxMg==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Enhancement"
},
{
"color": "AD7FA8",
"default": false,
"description": null,
... | closed | false | null | [] | {
"closed_at": "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... | 6 | 2015-08-31T17:20:37Z | 2015-09-05T22:26:15Z | 2015-09-05T22:26:10Z | CONTRIBUTOR | null | closes #4893
Extends the eval parser to accept calling math functions.
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/10953/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/10953/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/10953.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/10953",
"merged_at": "2015-09-05T22:26:10Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/10953.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/10953"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/10954 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/10954/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/10954/comments | https://api.github.com/repos/pandas-dev/pandas/issues/10954/events | https://github.com/pandas-dev/pandas/issues/10954 | 104,096,383 | MDU6SXNzdWUxMDQwOTYzODM= | 10,954 | Views, Copies, and the SettingWithCopyWarning Issue | {
"avatar_url": "https://avatars.githubusercontent.com/u/9683693?v=4",
"events_url": "https://api.github.com/users/nickeubank/events{/privacy}",
"followers_url": "https://api.github.com/users/nickeubank/followers",
"following_url": "https://api.github.com/users/nickeubank/following{/other_user}",
"gists_url":... | [
{
"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... | open | false | null | [] | null | 40 | 2015-08-31T17:31:07Z | 2020-09-06T18:47:08Z | null | CONTRIBUTOR | null | As `pandas` approaches its 1.0 release, I would like to raise a concern about one aspect of the `pandas` architecture that I think is a threat to its widespread adoption: how `pandas` works with copies and views when setting values (what I will refer to here as the `SettingWithCopyWarning` issue).
The summary of my c... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/10954/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/10954/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/10955 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/10955/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/10955/comments | https://api.github.com/repos/pandas-dev/pandas/issues/10955/events | https://github.com/pandas-dev/pandas/issues/10955 | 104,130,475 | MDU6SXNzdWUxMDQxMzA0NzU= | 10,955 | consider supporting pandas DataFrame.to_json(orient='zipped') ? | {
"avatar_url": "https://avatars.githubusercontent.com/u/976970?v=4",
"events_url": "https://api.github.com/users/jowens/events{/privacy}",
"followers_url": "https://api.github.com/users/jowens/followers",
"following_url": "https://api.github.com/users/jowens/following{/other_user}",
"gists_url": "https://api... | [
{
"color": "207de5",
"default": false,
"description": "read_json, to_json, json_normalize",
"id": 49379259,
"name": "IO JSON",
"node_id": "MDU6TGFiZWw0OTM3OTI1OQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/IO%20JSON"
}
] | closed | false | null | [] | null | 6 | 2015-08-31T20:42:01Z | 2018-08-24T14:44:18Z | 2018-08-24T14:44:18Z | NONE | null | I'm working with [vega-lite](https://github.com/uwdata/vega-lite) in a pipeline that goes from pandas to vega-lite. I would like to take a pandas DataFrame, output it as json, and incorporate it into a vega-lite JSON structure. Unfortunately none of pandas's DataFrame.to_json() "orient" options matches what vega-lite e... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/10955/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/10955/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/10956 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/10956/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/10956/comments | https://api.github.com/repos/pandas-dev/pandas/issues/10956/events | https://github.com/pandas-dev/pandas/issues/10956 | 104,149,987 | MDU6SXNzdWUxMDQxNDk5ODc= | 10,956 | support Ellipsis (...) in pandas indexing | {
"avatar_url": "https://avatars.githubusercontent.com/u/1217238?v=4",
"events_url": "https://api.github.com/users/shoyer/events{/privacy}",
"followers_url": "https://api.github.com/users/shoyer/followers",
"following_url": "https://api.github.com/users/shoyer/following{/other_user}",
"gists_url": "https://ap... | [
{
"color": "4E9A06",
"default": false,
"description": null,
"id": 76812,
"name": "Enhancement",
"node_id": "MDU6TGFiZWw3NjgxMg==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Enhancement"
},
{
"color": "0b02e1",
"default": false,
"description": "Related ... | closed | false | null | [] | {
"closed_at": null,
"closed_issues": 1203,
"created_at": "2021-06-09T18:28:42Z",
"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",... | 5 | 2015-08-31T22:57:54Z | 2021-10-16T14:47:43Z | 2021-10-16T14:47:43Z | MEMBER | null | Indexing like `x[..., 0]` is a convenient way to indexing the last dimension of an array with NumPy. `...` gets turned into an `Ellipsis` object, which NumPy expands to the appropriate number of full slice objects.
It would be nice to support this in pandas, too. Currently, attempting to do this throws KeyError:
```
... | {
"+1": 5,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 5,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/10956/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/10956/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/10957 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/10957/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/10957/comments | https://api.github.com/repos/pandas-dev/pandas/issues/10957/events | https://github.com/pandas-dev/pandas/pull/10957 | 104,167,340 | MDExOlB1bGxSZXF1ZXN0NDM4Mjk3NzQ= | 10,957 | BUG: Fixed bug that Timedelta raises error when slicing from 0s (issue #10583) | {
"avatar_url": "https://avatars.githubusercontent.com/u/4269898?v=4",
"events_url": "https://api.github.com/users/terrytangyuan/events{/privacy}",
"followers_url": "https://api.github.com/users/terrytangyuan/followers",
"following_url": "https://api.github.com/users/terrytangyuan/following{/other_user}",
"gi... | [
{
"color": "e10c02",
"default": false,
"description": null,
"id": 76811,
"name": "Bug",
"node_id": "MDU6TGFiZWw3NjgxMQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug"
},
{
"color": "5319e7",
"default": false,
"description": "Timedelta data type",
... | 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... | 6 | 2015-09-01T01:52:22Z | 2015-09-01T13:22:24Z | 2015-09-01T12:47:11Z | CONTRIBUTOR | null | closes #10583
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/10957/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/10957/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/10957.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/10957",
"merged_at": null,
"patch_url": "https://github.com/pandas-dev/pandas/pull/10957.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/10957"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/10958 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/10958/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/10958/comments | https://api.github.com/repos/pandas-dev/pandas/issues/10958/events | https://github.com/pandas-dev/pandas/pull/10958 | 104,173,898 | MDExOlB1bGxSZXF1ZXN0NDM4MzI1MDk= | 10,958 | TST: Changed pythonxs link to alternative link and mofidifed test_html (issue: 10906) | {
"avatar_url": "https://avatars.githubusercontent.com/u/4269898?v=4",
"events_url": "https://api.github.com/users/terrytangyuan/events{/privacy}",
"followers_url": "https://api.github.com/users/terrytangyuan/followers",
"following_url": "https://api.github.com/users/terrytangyuan/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": "006b75",
"d... | 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... | 1 | 2015-09-01T02:53:10Z | 2015-09-01T13:23:33Z | 2015-09-01T11:03:07Z | CONTRIBUTOR | null | See issue #10906
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/10958/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/10958/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/10958.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/10958",
"merged_at": "2015-09-01T11:03:07Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/10958.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/10958"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/10959 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/10959/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/10959/comments | https://api.github.com/repos/pandas-dev/pandas/issues/10959/events | https://github.com/pandas-dev/pandas/issues/10959 | 104,247,571 | MDU6SXNzdWUxMDQyNDc1NzE= | 10,959 | Discretizing a group of float columns using (apply + cut ) does not work | {
"avatar_url": "https://avatars.githubusercontent.com/u/1514670?v=4",
"events_url": "https://api.github.com/users/vumaasha/events{/privacy}",
"followers_url": "https://api.github.com/users/vumaasha/followers",
"following_url": "https://api.github.com/users/vumaasha/following{/other_user}",
"gists_url": "http... | [
{
"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": "0052cc",
"de... | closed | false | null | [] | null | 1 | 2015-09-01T11:43:29Z | 2015-09-01T11:53:21Z | 2015-09-01T11:52:48Z | NONE | null | This does not work
``` python
df = pd.DataFrame(np.arange(20).reshape(4,5)).astype(float)
df.apply(lambda x:pd.cut(x,2))
```
Here the result is pd.Series
This works
``` python
df = pd.DataFrame(np.arange(20).reshape(4,5))
df.apply(lambda x:pd.cut(x,2))
```
Here the result is a dataframe
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/10959/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/10959/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/10960 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/10960/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/10960/comments | https://api.github.com/repos/pandas-dev/pandas/issues/10960/events | https://github.com/pandas-dev/pandas/pull/10960 | 104,258,009 | MDExOlB1bGxSZXF1ZXN0NDM4NzEwMTI= | 10,960 | BUG: Fixed bug that Timedelta raises error when slicing from 0s (issue #10583) | {
"avatar_url": "https://avatars.githubusercontent.com/u/4269898?v=4",
"events_url": "https://api.github.com/users/terrytangyuan/events{/privacy}",
"followers_url": "https://api.github.com/users/terrytangyuan/followers",
"following_url": "https://api.github.com/users/terrytangyuan/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": "0b02e1",
"default": false,
"description": "Related to indexing on s... | 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... | 5 | 2015-09-01T12:46:37Z | 2015-09-01T19:39:57Z | 2015-09-01T19:38:53Z | CONTRIBUTOR | null | closes #10583
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/10960/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/10960/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/10960.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/10960",
"merged_at": "2015-09-01T19:38:53Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/10960.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/10960"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/10961 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/10961/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/10961/comments | https://api.github.com/repos/pandas-dev/pandas/issues/10961/events | https://github.com/pandas-dev/pandas/issues/10961 | 104,271,599 | MDU6SXNzdWUxMDQyNzE1OTk= | 10,961 | Panel.clip() does not work | {
"avatar_url": "https://avatars.githubusercontent.com/u/2727035?v=4",
"events_url": "https://api.github.com/users/cbuton/events{/privacy}",
"followers_url": "https://api.github.com/users/cbuton/followers",
"following_url": "https://api.github.com/users/cbuton/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": "009800",
"default": false,
"description": "Duplicate issue or pull ... | closed | false | null | [] | null | 1 | 2015-09-01T13:52:22Z | 2015-09-01T14:23:14Z | 2015-09-01T14:22:44Z | NONE | null | Hello,
I tried to use the clip function on a basic Panel but it seems that the axis management is not working as expected. I believe this is an update to issue https://github.com/pydata/pandas/issues/8344
```
import numpy as np
import pandas as pd
data = np.random.randn(3, 4, 5)
panel = pd.Panel(data)
panel.clip(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/10961/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/10961/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/10962 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/10962/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/10962/comments | https://api.github.com/repos/pandas-dev/pandas/issues/10962/events | https://github.com/pandas-dev/pandas/pull/10962 | 104,296,627 | MDExOlB1bGxSZXF1ZXN0NDM4OTI3ODE= | 10,962 | BUG: DataFrame subplot with duplicated columns output incorrect result | {
"avatar_url": "https://avatars.githubusercontent.com/u/1696302?v=4",
"events_url": "https://api.github.com/users/sinhrks/events{/privacy}",
"followers_url": "https://api.github.com/users/sinhrks/followers",
"following_url": "https://api.github.com/users/sinhrks/following{/other_user}",
"gists_url": "https:/... | [
{
"color": "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": "2015-10-09T18:34:35Z",
"closed_issues": 593,
"created_at": "2015-03-23T10:47:38Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jr... | 2 | 2015-09-01T15:52:12Z | 2015-09-05T02:14:56Z | 2015-09-05T02:14:54Z | MEMBER | null | When `DataFrame` has duplicated column name, each subplot will contain all the lines with same name.
```
import pandas as pd
import numpy as np
df = pd.DataFrame(np.random.rand(5, 5), columns=list('aaaaa'))
df.plot(subplots=True)
```

UnicodeEncodeError Traceback (most recent call las... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/10963/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/10963/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/10964 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/10964/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/10964/comments | https://api.github.com/repos/pandas-dev/pandas/issues/10964/events | https://github.com/pandas-dev/pandas/pull/10964 | 104,348,948 | MDExOlB1bGxSZXF1ZXN0NDM5MjI4ODY= | 10,964 | TST: refactored Excel reader tests | {
"avatar_url": "https://avatars.githubusercontent.com/u/2007257?v=4",
"events_url": "https://api.github.com/users/davidovitch/events{/privacy}",
"followers_url": "https://api.github.com/users/davidovitch/followers",
"following_url": "https://api.github.com/users/davidovitch/following{/other_user}",
"gists_ur... | [
{
"color": "C4A000",
"default": false,
"description": "pandas testing functions or related to the test suite",
"id": 127685,
"name": "Testing",
"node_id": "MDU6TGFiZWwxMjc2ODU=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Testing"
},
{
"color": "bfe5bf",
"d... | 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... | 11 | 2015-09-01T20:32:15Z | 2015-09-05T20:24:26Z | 2015-09-05T17:22:03Z | CONTRIBUTOR | null | This PR implements more flexible Excel (spreadsheet) reader tests. The work was originally part of the larger but unsuccessful PR #9070.
This PR includes:
- Excel reader base class tests to facilitate adding the similar tests for other readers
- not all Excel file formats (xls, xlsm, xlsx) had a corresponding test fi... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/10964/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/10964/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/10964.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/10964",
"merged_at": null,
"patch_url": "https://github.com/pandas-dev/pandas/pull/10964.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/10964"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/10965 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/10965/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/10965/comments | https://api.github.com/repos/pandas-dev/pandas/issues/10965/events | https://github.com/pandas-dev/pandas/pull/10965 | 104,351,765 | MDExOlB1bGxSZXF1ZXN0NDM5MjQ4Mjc= | 10,965 | DOC: Add note regarding 0-len string to default NA values in IO docs | {
"avatar_url": "https://avatars.githubusercontent.com/u/4982858?v=4",
"events_url": "https://api.github.com/users/Winterflower/events{/privacy}",
"followers_url": "https://api.github.com/users/Winterflower/followers",
"following_url": "https://api.github.com/users/Winterflower/following{/other_user}",
"gists... | [
{
"color": "3465A4",
"default": false,
"description": null,
"id": 134699,
"name": "Docs",
"node_id": "MDU6TGFiZWwxMzQ2OTk=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Docs"
}
] | closed | false | null | [] | {
"closed_at": "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... | 1 | 2015-09-01T20:49:25Z | 2015-09-02T08:52:40Z | 2015-09-02T08:52:40Z | CONTRIBUTOR | null | Fixes https://github.com/pydata/pandas/issues/10700
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/10965/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/10965/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/10965.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/10965",
"merged_at": "2015-09-02T08:52:40Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/10965.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/10965"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/10966 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/10966/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/10966/comments | https://api.github.com/repos/pandas-dev/pandas/issues/10966/events | https://github.com/pandas-dev/pandas/issues/10966 | 104,371,685 | MDU6SXNzdWUxMDQzNzE2ODU= | 10,966 | Unpickling of pre 0.15 gzip-compressed objects not possible | {
"avatar_url": "https://avatars.githubusercontent.com/u/2862336?v=4",
"events_url": "https://api.github.com/users/jpdus/events{/privacy}",
"followers_url": "https://api.github.com/users/jpdus/followers",
"following_url": "https://api.github.com/users/jpdus/following{/other_user}",
"gists_url": "https://api.g... | [
{
"color": "0052cc",
"default": false,
"description": "pandas objects compatability with Numpy or Python functions",
"id": 76865106,
"name": "Compat",
"node_id": "MDU6TGFiZWw3Njg2NTEwNg==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Compat"
}
] | closed | false | null | [] | null | 6 | 2015-09-01T23:05:06Z | 2015-09-02T12:39:17Z | 2015-09-02T11:38:04Z | NONE | null | I pickled and gzip_compressed DataFrames in a tuple pre-0.15
```
with gzip.open('/tmp/test.pklz', 'wb') as datafile:
pickle.dump((df1,df2), datafile)
```
Pre-0.15 i would load them again like:
```
with gzip.open('/tmp/test.pklz', 'rb') as datafile:
df1, df2 = pickle.load(datafile)
```
Now after updating 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/10966/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/10966/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/10967 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/10967/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/10967/comments | https://api.github.com/repos/pandas-dev/pandas/issues/10967/events | https://github.com/pandas-dev/pandas/pull/10967 | 104,380,518 | MDExOlB1bGxSZXF1ZXN0NDM5NDI0MzM= | 10,967 | ENH: read_excel MultiIndex #4679 | {
"avatar_url": "https://avatars.githubusercontent.com/u/1924092?v=4",
"events_url": "https://api.github.com/users/chris-b1/events{/privacy}",
"followers_url": "https://api.github.com/users/chris-b1/followers",
"following_url": "https://api.github.com/users/chris-b1/following{/other_user}",
"gists_url": "http... | [
{
"color": "AD7FA8",
"default": false,
"description": null,
"id": 35818298,
"name": "API Design",
"node_id": "MDU6TGFiZWwzNTgxODI5OA==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/API%20Design"
},
{
"color": "bfe5bf",
"default": false,
"description": "r... | 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... | 33 | 2015-09-02T00:25:28Z | 2016-09-15T13:39:47Z | 2015-09-09T12:06:09Z | CONTRIBUTOR | null | closes #4679
xref #10564
Output of `to_excel` should now be fully round-trippable with `read_excel` with the
right combination of `index_col` and `header`.
To make the semantics match `read_csv`, an index column name (`has_index_names=True`) is
always assumed if something is passed to `index_col` - this should be non... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/10967/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/10967/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/10967.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/10967",
"merged_at": "2015-09-09T12:06:09Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/10967.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/10967"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/10968 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/10968/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/10968/comments | https://api.github.com/repos/pandas-dev/pandas/issues/10968/events | https://github.com/pandas-dev/pandas/pull/10968 | 104,385,210 | MDExOlB1bGxSZXF1ZXN0NDM5NDUxNDU= | 10,968 | DOC: Added default values in parsers.py doc-string | {
"avatar_url": "https://avatars.githubusercontent.com/u/4269898?v=4",
"events_url": "https://api.github.com/users/terrytangyuan/events{/privacy}",
"followers_url": "https://api.github.com/users/terrytangyuan/followers",
"following_url": "https://api.github.com/users/terrytangyuan/following{/other_user}",
"gi... | [
{
"color": "3465A4",
"default": false,
"description": null,
"id": 134699,
"name": "Docs",
"node_id": "MDU6TGFiZWwxMzQ2OTk=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Docs"
}
] | closed | false | null | [] | {
"closed_at": "2015-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... | 1 | 2015-09-02T01:19:44Z | 2015-09-02T13:09:57Z | 2015-09-02T08:51:21Z | CONTRIBUTOR | null | Function declaration contains default values for many of the parameters but the default values are not specified in the doc.
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/10968/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/10968/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/10968.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/10968",
"merged_at": "2015-09-02T08:51:21Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/10968.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/10968"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/10969 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/10969/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/10969/comments | https://api.github.com/repos/pandas-dev/pandas/issues/10969/events | https://github.com/pandas-dev/pandas/pull/10969 | 104,395,716 | MDExOlB1bGxSZXF1ZXN0NDM5NTA0NDk= | 10,969 | DOC: Consistent variable names (sheetname vs sheet_name, issue 10559) | {
"avatar_url": "https://avatars.githubusercontent.com/u/4269898?v=4",
"events_url": "https://api.github.com/users/terrytangyuan/events{/privacy}",
"followers_url": "https://api.github.com/users/terrytangyuan/followers",
"following_url": "https://api.github.com/users/terrytangyuan/following{/other_user}",
"gi... | [] | closed | false | null | [] | null | 2 | 2015-09-02T03:25:15Z | 2015-09-04T03:07:57Z | 2015-09-04T03:07:52Z | CONTRIBUTOR | null | See issue #10559. Done testing after the changes.
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/10969/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/10969/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/10969.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/10969",
"merged_at": null,
"patch_url": "https://github.com/pandas-dev/pandas/pull/10969.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/10969"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/10970 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/10970/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/10970/comments | https://api.github.com/repos/pandas-dev/pandas/issues/10970/events | https://github.com/pandas-dev/pandas/issues/10970 | 104,442,704 | MDU6SXNzdWUxMDQ0NDI3MDQ= | 10,970 | Data corruption during Excel export | {
"avatar_url": "https://avatars.githubusercontent.com/u/6848040?v=4",
"events_url": "https://api.github.com/users/bertrandhaut/events{/privacy}",
"followers_url": "https://api.github.com/users/bertrandhaut/followers",
"following_url": "https://api.github.com/users/bertrandhaut/following{/other_user}",
"gists... | [
{
"color": "bfe5bf",
"default": false,
"description": "read_excel, to_excel",
"id": 49254273,
"name": "IO Excel",
"node_id": "MDU6TGFiZWw0OTI1NDI3Mw==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/IO%20Excel"
}
] | closed | false | null | [] | {
"closed_at": "2015-11-21T13:47:07Z",
"closed_issues": 216,
"created_at": "2015-09-10T14:30:44Z",
"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 | 2015-09-02T09:52:29Z | 2015-10-10T00:23:39Z | 2015-10-10T00:23:39Z | CONTRIBUTOR | null | In some case a DataFrame exported to excel present some bad values.
It's is not a problem of Excel reading (the data inside the sheet1.xml of the .xlsx file is also incorrect).
The same DataFrame exported to ".csv" is correct.
The problem could be "solved" by renaming the column header as [col-1, col-2,...]. Maybe a... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/10970/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/10970/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/10971 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/10971/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/10971/comments | https://api.github.com/repos/pandas-dev/pandas/issues/10971/events | https://github.com/pandas-dev/pandas/issues/10971 | 104,473,031 | MDU6SXNzdWUxMDQ0NzMwMzE= | 10,971 | repr of Periods in a Series is broken | {
"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": "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": "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... | 1 | 2015-09-02T12:48:34Z | 2015-09-03T15:18:09Z | 2015-09-03T15:18:09Z | MEMBER | null | With latest master:
```
In [1]: from pandas import *
In [7]: p = period_range('2013',periods=10)
In [8]: p
Out[8]:
PeriodIndex(['2013-01-01', '2013-01-02', '2013-01-03', '2013-01-04',
'2013-01-05', '2013-01-06', '2013-01-07', '2013-01-08',
'2013-01-09', '2013-01-10'],
dtype='int... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/10971/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/10971/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/10972 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/10972/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/10972/comments | https://api.github.com/repos/pandas-dev/pandas/issues/10972/events | https://github.com/pandas-dev/pandas/issues/10972 | 104,539,367 | MDU6SXNzdWUxMDQ1MzkzNjc= | 10,972 | BUG: output of a transform is cast to dtype of input | {
"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": "729FCF",
"default": false,
"description": null,
"id": 233160,
"name": "Groupby",
"node_id": "MDU6TGFiZWwyMzMxNjA=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Groupby"
},
{
"color": "e102d8",
"default": false,
"description": "Unexpected or b... | 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... | 4 | 2015-09-02T18:00:54Z | 2017-02-27T21:38:08Z | 2017-02-27T21:38:08Z | CONTRIBUTOR | null | xref #11444, #13046 for addtl tests
``` python
In [27]: df = pd.DataFrame({'a': np.random.randint(0, 5, 365), 'b': pd.date_range('2015-01-01', periods=365, freq='D')})
In [28]: df.head()
Out[28]:
a b
0 3 2015-01-01
1 3 2015-01-02
2 4 2015-01-03
3 2 2015-01-04
4 4 2015-01-05
In [29]: df.groupby('a').... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/10972/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/10972/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/10973 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/10973/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/10973/comments | https://api.github.com/repos/pandas-dev/pandas/issues/10973/events | https://github.com/pandas-dev/pandas/pull/10973 | 104,569,632 | MDExOlB1bGxSZXF1ZXN0NDQwNDE0MDA= | 10,973 | COMPAT: remove SettingWithCopy warning, and use copy-on-write, #10954 | {
"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 | [] | null | 34 | 2015-09-02T20:56:46Z | 2020-09-06T18:46:29Z | 2015-11-02T12:05:08Z | CONTRIBUTOR | null | closes #10954
- deprecates the option `mode.chained_assignment` as its now unused (it shows the deprecation if you are explicity using it, more friendly this way).
- deprecate `NDFrame.is_copy` property
- remove `SettingWithCopyWarning` entirely
TODO:
- [ ] some systematic testing of the chaining might help (e.g. iter... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/10973/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/10973/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/10973.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/10973",
"merged_at": null,
"patch_url": "https://github.com/pandas-dev/pandas/pull/10973.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/10973"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/10974 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/10974/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/10974/comments | https://api.github.com/repos/pandas-dev/pandas/issues/10974/events | https://github.com/pandas-dev/pandas/pull/10974 | 104,580,383 | MDExOlB1bGxSZXF1ZXN0NDQwNDc3Nzc= | 10,974 | BUG: repr of Periods in a Series is broken | {
"avatar_url": "https://avatars.githubusercontent.com/u/1696302?v=4",
"events_url": "https://api.github.com/users/sinhrks/events{/privacy}",
"followers_url": "https://api.github.com/users/sinhrks/followers",
"following_url": "https://api.github.com/users/sinhrks/following{/other_user}",
"gists_url": "https:/... | [
{
"color": "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": "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... | 1 | 2015-09-02T21:57:36Z | 2015-09-03T20:39:24Z | 2015-09-03T15:18:09Z | MEMBER | null | Closes #10971. It is caused by #10718.
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/10974/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/10974/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/10974.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/10974",
"merged_at": "2015-09-03T15:18:09Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/10974.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/10974"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/10975 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/10975/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/10975/comments | https://api.github.com/repos/pandas-dev/pandas/issues/10975/events | https://github.com/pandas-dev/pandas/pull/10975 | 104,586,907 | MDExOlB1bGxSZXF1ZXN0NDQwNTIwMjM= | 10,975 | BUG: DataFrame constructor should not promote complex64 dtypes (GH10952) | {
"avatar_url": "https://avatars.githubusercontent.com/u/6031088?v=4",
"events_url": "https://api.github.com/users/ajcr/events{/privacy}",
"followers_url": "https://api.github.com/users/ajcr/followers",
"following_url": "https://api.github.com/users/ajcr/following{/other_user}",
"gists_url": "https://api.gith... | [
{
"color": "e102d8",
"default": false,
"description": "Unexpected or buggy dtype conversions",
"id": 31404521,
"name": "Dtype Conversions",
"node_id": "MDU6TGFiZWwzMTQwNDUyMQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Dtype%20Conversions"
},
{
"color": "AD7... | closed | false | null | [] | {
"closed_at": "2015-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 | 2015-09-02T22:47:14Z | 2015-09-03T18:16:19Z | 2015-09-03T13:25:23Z | CONTRIBUTOR | null | Addresses [GH10952](https://github.com/pydata/pandas/issues/10952).
When passing an array with complex64 dtype to the DataFrame constructor, that array will no longer be automatically promoted to the complex128 dtype (different complex dtypes are now allowed).
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/10975/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/10975/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/10975.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/10975",
"merged_at": null,
"patch_url": "https://github.com/pandas-dev/pandas/pull/10975.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/10975"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/10976 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/10976/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/10976/comments | https://api.github.com/repos/pandas-dev/pandas/issues/10976/events | https://github.com/pandas-dev/pandas/pull/10976 | 104,594,219 | MDExOlB1bGxSZXF1ZXN0NDQwNTY0ODI= | 10,976 | CLN: removes BinGrouper kind of cython methods | {
"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": "729FCF",
"default": false,
"description": null,
"id": 233160,
"name": "Groupby",
"node_id": "MDU6TGFiZWwyMzMxNjA=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Groupby"
},
{
"color": "207de5",
"default": false,
"description": null,
"id": ... | 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... | 4 | 2015-09-02T23:55:08Z | 2015-09-04T18:40:03Z | 2015-09-03T13:02:09Z | 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/10976/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/10976/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/10976.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/10976",
"merged_at": "2015-09-03T13:02:09Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/10976.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/10976"
} | |
https://api.github.com/repos/pandas-dev/pandas/issues/10977 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/10977/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/10977/comments | https://api.github.com/repos/pandas-dev/pandas/issues/10977/events | https://github.com/pandas-dev/pandas/pull/10977 | 104,595,269 | MDExOlB1bGxSZXF1ZXN0NDQwNTcxODI= | 10,977 | DOC: Examples for Series.apply docstring | {
"avatar_url": "https://avatars.githubusercontent.com/u/4982858?v=4",
"events_url": "https://api.github.com/users/Winterflower/events{/privacy}",
"followers_url": "https://api.github.com/users/Winterflower/followers",
"following_url": "https://api.github.com/users/Winterflower/following{/other_user}",
"gists... | [
{
"color": "3465A4",
"default": false,
"description": null,
"id": 134699,
"name": "Docs",
"node_id": "MDU6TGFiZWwxMzQ2OTk=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Docs"
}
] | closed | false | null | [] | {
"closed_at": "2015-10-09T18:34:35Z",
"closed_issues": 593,
"created_at": "2015-03-23T10:47:38Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jr... | 2 | 2015-09-03T00:07:23Z | 2015-09-04T22:18:51Z | 2015-09-04T22:18:42Z | CONTRIBUTOR | null | I thought it might be nice to have some examples showing how to pass custom functions and functions with additional keywords.
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/10977/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/10977/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/10977.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/10977",
"merged_at": "2015-09-04T22:18:42Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/10977.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/10977"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/10978 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/10978/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/10978/comments | https://api.github.com/repos/pandas-dev/pandas/issues/10978/events | https://github.com/pandas-dev/pandas/issues/10978 | 104,639,262 | MDU6SXNzdWUxMDQ2MzkyNjI= | 10,978 | BDay offset behaviour vs docs & implementation | {
"avatar_url": "https://avatars.githubusercontent.com/u/14105677?v=4",
"events_url": "https://api.github.com/users/devqinves/events{/privacy}",
"followers_url": "https://api.github.com/users/devqinves/followers",
"following_url": "https://api.github.com/users/devqinves/following{/other_user}",
"gists_url": "... | [
{
"color": "3465A4",
"default": false,
"description": null,
"id": 134699,
"name": "Docs",
"node_id": "MDU6TGFiZWwxMzQ2OTk=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Docs"
},
{
"color": "0052cc",
"default": false,
"description": "DateOffsets",
"id... | open | false | null | [] | null | 8 | 2015-09-03T07:41:36Z | 2021-04-18T23:32:35Z | null | NONE | null | apologies if this has already been raised but couldn't find an answer.
from the docs :
DateOffsets can be created to move dates forward a given number of valid dates. For example, Bday(2) can be added to a date to move it two business days forward. If the date does not start on a valid date, first it is moved to a... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/10978/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/10978/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/10979 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/10979/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/10979/comments | https://api.github.com/repos/pandas-dev/pandas/issues/10979/events | https://github.com/pandas-dev/pandas/issues/10979 | 104,654,898 | MDU6SXNzdWUxMDQ2NTQ4OTg= | 10,979 | Unexpected behaviour when grouping datetime column containing null-values, SeriesGroupby | {
"avatar_url": "https://avatars.githubusercontent.com/u/9717992?v=4",
"events_url": "https://api.github.com/users/eoincondron/events{/privacy}",
"followers_url": "https://api.github.com/users/eoincondron/followers",
"following_url": "https://api.github.com/users/eoincondron/following{/other_user}",
"gists_ur... | [
{
"color": "AFEEEE",
"default": false,
"description": null,
"id": 211840,
"name": "Timeseries",
"node_id": "MDU6TGFiZWwyMTE4NDA=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Timeseries"
},
{
"color": "729FCF",
"default": false,
"description": null,
... | 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... | 10 | 2015-09-03T09:26:51Z | 2016-07-29T11:03:11Z | 2015-09-03T13:16:38Z | NONE | null | I found some unexpected behaviour when looking for the group minima of a datetime column containing null values. It appears that when the `min` method is called on a `SeriesGroupBy` of dtype `datetime64` with null values, the values are cast to floats before the minima are computed. Consider the following:
```
df = p... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/10979/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/10979/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/10980 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/10980/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/10980/comments | https://api.github.com/repos/pandas-dev/pandas/issues/10980/events | https://github.com/pandas-dev/pandas/issues/10980 | 104,695,552 | MDU6SXNzdWUxMDQ2OTU1NTI= | 10,980 | REGR: if someone wants to find where this was fixed would be gr8 | {
"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": "e11d21",
"d... | 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 | 2015-09-03T13:38:13Z | 2015-09-08T00:32:36Z | 2015-09-08T00:32:36Z | CONTRIBUTOR | null | Regression from 0.16.2 to 0.16.1, but fixed in master, doced here: https://github.com/pydata/pandas/commit/2748e82ae99511f23f0f5134332706bde0798ef5
xref #10979 #9345
Ideally want identify where this happened, and if we have enough test 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/10980/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/10980/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/10981 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/10981/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/10981/comments | https://api.github.com/repos/pandas-dev/pandas/issues/10981/events | https://github.com/pandas-dev/pandas/issues/10981 | 104,711,832 | MDU6SXNzdWUxMDQ3MTE4MzI= | 10,981 | TST: type / coercion issues, xref #10976 | {
"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": "e102d8",
"d... | 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... | 0 | 2015-09-03T14:43:46Z | 2015-09-04T15:34:30Z | 2015-09-04T15:34:30Z | CONTRIBUTOR | null | xref #10976 broke some tests on windows (these prob just need some `_ensure_int64(..)` before passing the pointers in, the `test_rsample_group_info/test_series_groupby_nunique` are from a previous issue; these just need `np.array(...., dtype='int64')` in the comparison functions (as windows makes these `np.int32` by de... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/10981/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/10981/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/10982 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/10982/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/10982/comments | https://api.github.com/repos/pandas-dev/pandas/issues/10982/events | https://github.com/pandas-dev/pandas/issues/10982 | 104,714,589 | MDU6SXNzdWUxMDQ3MTQ1ODk= | 10,982 | .to_excel() cuts off columns | {
"avatar_url": "https://avatars.githubusercontent.com/u/3329893?v=4",
"events_url": "https://api.github.com/users/balzer82/events{/privacy}",
"followers_url": "https://api.github.com/users/balzer82/followers",
"following_url": "https://api.github.com/users/balzer82/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": "bfe5bf",
"default": false,
"description": "read_excel, to_excel",
... | closed | false | null | [] | {
"closed_at": "2015-11-21T13:47:07Z",
"closed_issues": 216,
"created_at": "2015-09-10T14:30:44Z",
"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 | 2015-09-03T14:55:26Z | 2015-10-10T00:23:39Z | 2015-10-10T00:23:39Z | NONE | null | Today I discovered a strange behavior: When I am writing a DataFrame with `.to_excel()`, it cuts columns. Compared with the same DataFrame with `.to_csv()` or `.head()`, you can see the difference, that the last 8 columns are missing.
You can reproduce this by downloading `Features.pkl` from [here](https://dl.dropboxu... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/10982/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/10982/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/10983 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/10983/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/10983/comments | https://api.github.com/repos/pandas-dev/pandas/issues/10983/events | https://github.com/pandas-dev/pandas/pull/10983 | 104,732,390 | MDExOlB1bGxSZXF1ZXN0NDQxMjcyMDE= | 10,983 | TST/DOC #10846 Test and document use of SQLAlchemy expressions in read_sql() | {
"avatar_url": "https://avatars.githubusercontent.com/u/677427?v=4",
"events_url": "https://api.github.com/users/stephenpascoe/events{/privacy}",
"followers_url": "https://api.github.com/users/stephenpascoe/followers",
"following_url": "https://api.github.com/users/stephenpascoe/following{/other_user}",
"gis... | [
{
"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": "3465A4",
"d... | 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 | 2015-09-03T16:18:35Z | 2015-09-22T12:45:07Z | 2015-09-22T12:45:07Z | NONE | null | This provides 2 tests using SQLALchemy expressions to read SQL data into a dataframe and accompanying documentation.
It attempts to address #10846 by explaining how this feature is already supported by pandas.
Closes #10846
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/10983/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/10983/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/10983.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/10983",
"merged_at": "2015-09-22T12:45:07Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/10983.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/10983"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/10984 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/10984/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/10984/comments | https://api.github.com/repos/pandas-dev/pandas/issues/10984/events | https://github.com/pandas-dev/pandas/issues/10984 | 104,803,409 | MDU6SXNzdWUxMDQ4MDM0MDk= | 10,984 | BUG? Parser adds empty MultiIndex level names | {
"avatar_url": "https://avatars.githubusercontent.com/u/1924092?v=4",
"events_url": "https://api.github.com/users/chris-b1/events{/privacy}",
"followers_url": "https://api.github.com/users/chris-b1/followers",
"following_url": "https://api.github.com/users/chris-b1/following{/other_user}",
"gists_url": "http... | [
{
"color": "0e8a16",
"default": true,
"description": null,
"id": 717120670,
"name": "good first issue",
"node_id": "MDU6TGFiZWw3MTcxMjA2NzA=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/good%20first%20issue"
},
{
"color": "cdea3c",
"default": false,
"de... | closed | false | null | [] | {
"closed_at": "2020-01-30T12:18:05Z",
"closed_issues": 2207,
"created_at": "2012-09-13T02:13:00Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4",
"events_url": "https://api.github.com/users/wesm/events{/privacy}",
"followers_url": "https://api.github.com/users/wesm... | 6 | 2015-09-03T23:51:45Z | 2020-01-03T23:23:44Z | 2020-01-03T23:23:44Z | CONTRIBUTOR | null | ```
In [179]: midx = MultiIndex.from_tuples([('A', 1, 2), ('A', 1, 2), ('B', 1, 2)])
...: df = DataFrame(np.random.randn(3, 3), index=midx,
...: columns=['x', 'y', 'z'])
In [180]: df
Out[180]:
x y z
A 1 2 1.236013 2.239172 -1.513059
2 -0.159620 0.222250 -1.6... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/10984/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/10984/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/10985 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/10985/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/10985/comments | https://api.github.com/repos/pandas-dev/pandas/issues/10985/events | https://github.com/pandas-dev/pandas/pull/10985 | 104,821,818 | MDExOlB1bGxSZXF1ZXN0NDQxNzkyOTI= | 10,985 | ENH: Added skipcols option for CParser | {
"avatar_url": "https://avatars.githubusercontent.com/u/4269898?v=4",
"events_url": "https://api.github.com/users/terrytangyuan/events{/privacy}",
"followers_url": "https://api.github.com/users/terrytangyuan/followers",
"following_url": "https://api.github.com/users/terrytangyuan/following{/other_user}",
"gi... | [] | closed | false | null | [] | null | 4 | 2015-09-04T03:01:12Z | 2015-10-18T14:03:47Z | 2015-10-18T14:03:47Z | CONTRIBUTOR | null | See #10882
But I am having trouble testing this change. When I run `nosetests pandas/io/tests/test_parsers.py`, it says `Segmentation fault: 11` and this pops up `Python quit unexpectedly while using the parser.so plug-in.`
Any ideas of how to deal with 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/10985/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/10985/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/10985.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/10985",
"merged_at": null,
"patch_url": "https://github.com/pandas-dev/pandas/pull/10985.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/10985"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/10986 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/10986/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/10986/comments | https://api.github.com/repos/pandas-dev/pandas/issues/10986/events | https://github.com/pandas-dev/pandas/pull/10986 | 104,823,637 | MDExOlB1bGxSZXF1ZXN0NDQxODAyMTY= | 10,986 | TST: test_nanops turns off bottneck for all tests after | {
"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": "006b75",
"d... | 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... | 0 | 2015-09-04T03:26:51Z | 2015-09-04T12:57:48Z | 2015-09-04T12:57:48Z | CONTRIBUTOR | null | xref #9422
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/10986/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/10986/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/10986.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/10986",
"merged_at": "2015-09-04T12:57:48Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/10986.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/10986"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/10987 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/10987/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/10987/comments | https://api.github.com/repos/pandas-dev/pandas/issues/10987/events | https://github.com/pandas-dev/pandas/issues/10987 | 104,870,279 | MDU6SXNzdWUxMDQ4NzAyNzk= | 10,987 | convert integer to datetime bug, Python int too large to convert to C long | {
"avatar_url": "https://avatars.githubusercontent.com/u/4974355?v=4",
"events_url": "https://api.github.com/users/poc7667/events{/privacy}",
"followers_url": "https://api.github.com/users/poc7667/followers",
"following_url": "https://api.github.com/users/poc7667/following{/other_user}",
"gists_url": "https:/... | [
{
"color": "AFEEEE",
"default": false,
"description": null,
"id": 211840,
"name": "Timeseries",
"node_id": "MDU6TGFiZWwyMTE4NDA=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Timeseries"
},
{
"color": "ffa0ff",
"default": false,
"description": "Incorrect... | 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... | 11 | 2015-09-04T11:05:18Z | 2020-04-16T19:37:48Z | 2016-08-15T11:28:37Z | NONE | null | # pandas version `pandas (0.16.1)`
```
for field in ["release_date", "date"]:
if field in df:
df[field] = pd.to_datetime(df[field], unit="ms")
```

| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/10987/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/10987/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/10988 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/10988/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/10988/comments | https://api.github.com/repos/pandas-dev/pandas/issues/10988/events | https://github.com/pandas-dev/pandas/pull/10988 | 104,897,966 | MDExOlB1bGxSZXF1ZXN0NDQyMjE2MjQ= | 10,988 | COMPAT/TST: fix group_info dtype issues, xref #10981 | {
"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": "0052cc",
"d... | 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... | 13 | 2015-09-04T14:09:13Z | 2015-09-13T20:00:25Z | 2015-09-04T15:34:30Z | CONTRIBUTOR | null | closes #10981
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/10988/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/10988/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/10988.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/10988",
"merged_at": "2015-09-04T15:34:30Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/10988.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/10988"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/10989 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/10989/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/10989/comments | https://api.github.com/repos/pandas-dev/pandas/issues/10989/events | https://github.com/pandas-dev/pandas/issues/10989 | 104,923,169 | MDU6SXNzdWUxMDQ5MjMxNjk= | 10,989 | BUG: pivot_table with margins=True fails for categorical dtype | {
"avatar_url": "https://avatars.githubusercontent.com/u/781659?v=4",
"events_url": "https://api.github.com/users/jakevdp/events{/privacy}",
"followers_url": "https://api.github.com/users/jakevdp/followers",
"following_url": "https://api.github.com/users/jakevdp/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": "02d7e1",
"default": false,
"description": "Concat, Merge/Join, Stac... | closed | false | null | [] | {
"closed_at": "2015-11-21T13:47:07Z",
"closed_issues": 216,
"created_at": "2015-09-10T14:30:44Z",
"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 | 2015-09-04T16:26:01Z | 2015-10-19T13:54:03Z | 2015-10-19T11:39:44Z | CONTRIBUTOR | null | First, an example that works as expected (non-categorical):
``` python
In [22]: pd.__version__
Out[22]: '0.16.2'
In [23]: data = pd.DataFrame({'x': np.arange(99),
'y': np.arange(99) // 50,
'z': np.arange(99) % 3})
In [24]: data.pivot_table('x', 'y', 'z')
Out[24]:
z 0 ... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/10989/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/10989/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/10990 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/10990/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/10990/comments | https://api.github.com/repos/pandas-dev/pandas/issues/10990/events | https://github.com/pandas-dev/pandas/issues/10990 | 104,924,673 | MDU6SXNzdWUxMDQ5MjQ2NzM= | 10,990 | Indexed vs. Table rows mismatch | {
"avatar_url": "https://avatars.githubusercontent.com/u/291685?v=4",
"events_url": "https://api.github.com/users/goodboy/events{/privacy}",
"followers_url": "https://api.github.com/users/goodboy/followers",
"following_url": "https://api.github.com/users/goodboy/following{/other_user}",
"gists_url": "https://... | [
{
"color": "0052cc",
"default": false,
"description": null,
"id": 34444536,
"name": "Usage Question",
"node_id": "MDU6TGFiZWwzNDQ0NDUzNg==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Usage%20Question"
},
{
"color": "5319e7",
"default": false,
"descript... | closed | false | null | [] | null | 5 | 2015-09-04T16:34:25Z | 2015-09-04T19:19:50Z | 2015-09-04T19:19:39Z | NONE | null | Just doing what I'm told here by the exception :)
``` python
...
File "/home/tyler/repos/switchy/switchy/apps/measure/metrics.py", line 164, in append_row
self._store.append('data', self._df, dropna=False)
File "/usr/lib/python2.7/site-packages/pandas/io/pytables.py", line 912, in append
**kwargs)
Fil... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/10990/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/10990/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/10991 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/10991/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/10991/comments | https://api.github.com/repos/pandas-dev/pandas/issues/10991/events | https://github.com/pandas-dev/pandas/pull/10991 | 104,935,709 | MDExOlB1bGxSZXF1ZXN0NDQyNDMyNTQ= | 10,991 | ENH: Added warning when excel file contains duplicate column names | {
"avatar_url": "https://avatars.githubusercontent.com/u/4269898?v=4",
"events_url": "https://api.github.com/users/terrytangyuan/events{/privacy}",
"followers_url": "https://api.github.com/users/terrytangyuan/followers",
"following_url": "https://api.github.com/users/terrytangyuan/following{/other_user}",
"gi... | [] | closed | false | null | [] | null | 3 | 2015-09-04T17:40:16Z | 2015-09-05T18:24:05Z | 2015-09-05T17:59:11Z | CONTRIBUTOR | null | See #10970 and #10982. Users face bugs but no informative errors are given. This should warn them and inform them what might be wrong.
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/10991/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/10991/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/10991.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/10991",
"merged_at": null,
"patch_url": "https://github.com/pandas-dev/pandas/pull/10991.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/10991"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/10992 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/10992/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/10992/comments | https://api.github.com/repos/pandas-dev/pandas/issues/10992/events | https://github.com/pandas-dev/pandas/pull/10992 | 104,953,044 | MDExOlB1bGxSZXF1ZXN0NDQyNTIyNTI= | 10,992 | Revising the HDF5 docs a bit, added another level to the toc | {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jreback/followers",
"following_url": "https://api.github.com/users/jreback/following{/other_user}",
"gists_url": "https://... | [
{
"color": "3465A4",
"default": false,
"description": null,
"id": 134699,
"name": "Docs",
"node_id": "MDU6TGFiZWwxMzQ2OTk=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Docs"
}
] | closed | false | null | [] | {
"closed_at": "2015-10-09T18:34:35Z",
"closed_issues": 593,
"created_at": "2015-03-23T10:47:38Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jr... | 2 | 2015-09-04T19:16:02Z | 2015-09-05T14:19:49Z | 2015-09-05T14:19:49Z | CONTRIBUTOR | null | - makes the toc 4 levels
- increases the width of the side bar a bit
- increases the overall width just a bit

![io tools text csv hdf5 pandas 0 16 2 557... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/10992/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/10992/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/10992.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/10992",
"merged_at": "2015-09-05T14:19:49Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/10992.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/10992"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/10993 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/10993/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/10993/comments | https://api.github.com/repos/pandas-dev/pandas/issues/10993/events | https://github.com/pandas-dev/pandas/pull/10993 | 104,960,190 | MDExOlB1bGxSZXF1ZXN0NDQyNTU5MjQ= | 10,993 | BUG: pivot_table with margins=True fails for categorical dtype, #10989 | {
"avatar_url": "https://avatars.githubusercontent.com/u/781659?v=4",
"events_url": "https://api.github.com/users/jakevdp/events{/privacy}",
"followers_url": "https://api.github.com/users/jakevdp/followers",
"following_url": "https://api.github.com/users/jakevdp/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": "02d7e1",
"default": false,
"description": "Concat, Merge/Join, Stac... | closed | false | null | [] | {
"closed_at": "2015-11-21T13:47:07Z",
"closed_issues": 216,
"created_at": "2015-09-10T14:30:44Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jr... | 12 | 2015-09-04T20:00:17Z | 2015-10-20T17:29:50Z | 2015-10-20T17:29:50Z | CONTRIBUTOR | null | This is a fix for the issue reported in #10989. I suspect this is an example of "fixing the symptom" rather than "fixing the problem", but I think it makes clear what the source of the problem is: to compute margins, the pivot table must add a row and/or column to the result. If the index or column is categorical, a ne... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/10993/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/10993/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/10993.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/10993",
"merged_at": null,
"patch_url": "https://github.com/pandas-dev/pandas/pull/10993.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/10993"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/10994 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/10994/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/10994/comments | https://api.github.com/repos/pandas-dev/pandas/issues/10994/events | https://github.com/pandas-dev/pandas/issues/10994 | 104,970,493 | MDU6SXNzdWUxMDQ5NzA0OTM= | 10,994 | Multiindex not re-created when selecting columns of a dataframe | {
"avatar_url": "https://avatars.githubusercontent.com/u/73453?v=4",
"events_url": "https://api.github.com/users/brazilbean/events{/privacy}",
"followers_url": "https://api.github.com/users/brazilbean/followers",
"following_url": "https://api.github.com/users/brazilbean/following{/other_user}",
"gists_url": "... | [
{
"color": "a10c02",
"default": false,
"description": "Memory or execution speed performance",
"id": 8935311,
"name": "Performance",
"node_id": "MDU6TGFiZWw4OTM1MzEx",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Performance"
},
{
"color": "207de5",
"default"... | closed | false | null | [] | null | 3 | 2015-09-04T21:08:50Z | 2015-09-04T22:37:06Z | 2015-09-04T21:33:17Z | NONE | null | ``` python
import pandas as pd
from numpy import random
# Make a dataframe
foo = pd.DataFrame(random.rand(5,6),
columns=pd.MultiIndex.from_tuples(
[('A','1'), ('A','2'),('B','1'),('B','2'),('C','1'),('C','2')]))
# Select a subset of columns based on level[0] labels
fooAB = foo[[... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/10994/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/10994/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/10995 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/10995/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/10995/comments | https://api.github.com/repos/pandas-dev/pandas/issues/10995/events | https://github.com/pandas-dev/pandas/issues/10995 | 104,977,862 | MDU6SXNzdWUxMDQ5Nzc4NjI= | 10,995 | DOC: Improve reindex docstring and examples | {
"avatar_url": "https://avatars.githubusercontent.com/u/4982858?v=4",
"events_url": "https://api.github.com/users/Winterflower/events{/privacy}",
"followers_url": "https://api.github.com/users/Winterflower/followers",
"following_url": "https://api.github.com/users/Winterflower/following{/other_user}",
"gists... | [
{
"color": "3465A4",
"default": false,
"description": null,
"id": 134699,
"name": "Docs",
"node_id": "MDU6TGFiZWwxMzQ2OTk=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Docs"
}
] | closed | false | null | [] | {
"closed_at": "2015-11-21T13:47:07Z",
"closed_issues": 216,
"created_at": "2015-09-10T14:30:44Z",
"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 | 2015-09-04T22:04:33Z | 2015-10-26T12:04:00Z | 2015-10-26T12:04:00Z | CONTRIBUTOR | null | Documentation here http://pandas.pydata.org/pandas-docs/stable/generated/pandas.DataFrame.reindex.html
could use some improvement
- mention that `ffill`, `bfill`, `method` only available for monotonically increasing and decreasing indices
- add a ton of examples to help users navigate all the various options
- add no... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/10995/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/10995/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/10996 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/10996/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/10996/comments | https://api.github.com/repos/pandas-dev/pandas/issues/10996/events | https://github.com/pandas-dev/pandas/pull/10996 | 104,978,339 | MDExOlB1bGxSZXF1ZXN0NDQyNjYxODc= | 10,996 | DOC: Improve reindex examples and docstring | {
"avatar_url": "https://avatars.githubusercontent.com/u/4982858?v=4",
"events_url": "https://api.github.com/users/Winterflower/events{/privacy}",
"followers_url": "https://api.github.com/users/Winterflower/followers",
"following_url": "https://api.github.com/users/Winterflower/following{/other_user}",
"gists... | [
{
"color": "3465A4",
"default": false,
"description": null,
"id": 134699,
"name": "Docs",
"node_id": "MDU6TGFiZWwxMzQ2OTk=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Docs"
}
] | closed | false | null | [] | {
"closed_at": "2015-11-21T13:47:07Z",
"closed_issues": 216,
"created_at": "2015-09-10T14:30:44Z",
"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 | 2015-09-04T22:09:10Z | 2015-10-26T12:04:04Z | 2015-10-26T12:04:00Z | CONTRIBUTOR | null | Fixes https://github.com/pydata/pandas/issues/10995
Done/waiting for feedback.
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/10996/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/10996/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/10996.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/10996",
"merged_at": "2015-10-26T12:04:00Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/10996.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/10996"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/10997 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/10997/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/10997/comments | https://api.github.com/repos/pandas-dev/pandas/issues/10997/events | https://github.com/pandas-dev/pandas/pull/10997 | 104,999,066 | MDExOlB1bGxSZXF1ZXN0NDQyNzU3MDk= | 10,997 | DOC: Update pip reference links | {
"avatar_url": "https://avatars.githubusercontent.com/u/3757165?v=4",
"events_url": "https://api.github.com/users/pratapvardhan/events{/privacy}",
"followers_url": "https://api.github.com/users/pratapvardhan/followers",
"following_url": "https://api.github.com/users/pratapvardhan/following{/other_user}",
"gi... | [
{
"color": "3465A4",
"default": false,
"description": null,
"id": 134699,
"name": "Docs",
"node_id": "MDU6TGFiZWwxMzQ2OTk=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Docs"
}
] | closed | false | null | [] | {
"closed_at": "2015-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... | 1 | 2015-09-05T03:21:30Z | 2017-08-25T04:52:33Z | 2015-09-05T10:09:02Z | CONTRIBUTOR | null | Change to link to https://pip.pypa.io/en/latest/reference/pip_install.html#editable-installs
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/10997/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/10997/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/10997.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/10997",
"merged_at": "2015-09-05T10:09:02Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/10997.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/10997"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/10998 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/10998/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/10998/comments | https://api.github.com/repos/pandas-dev/pandas/issues/10998/events | https://github.com/pandas-dev/pandas/pull/10998 | 105,022,228 | MDExOlB1bGxSZXF1ZXN0NDQyODE0ODA= | 10,998 | asv bench cleanup - groupby | {
"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": "a10c02",
"default": false,
"description": "Memory or execution speed performance",
"id": 8935311,
"name": "Performance",
"node_id": "MDU6TGFiZWw4OTM1MzEx",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Performance"
},
{
"color": "207de5",
"default"... | closed | false | null | [] | {
"closed_at": "2015-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... | 20 | 2015-09-05T11:37:01Z | 2015-09-13T00:29:16Z | 2015-09-12T23:46:46Z | MEMBER | null | Clean-up of the groupby benchmarks.
This is an example of how they can be cleaned up (grouping benchmarks with the same setup in common classes, removing a lot of the setup functions in this way)
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/10998/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/10998/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/10998.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/10998",
"merged_at": "2015-09-12T23:46:46Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/10998.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/10998"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/10999 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/10999/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/10999/comments | https://api.github.com/repos/pandas-dev/pandas/issues/10999/events | https://github.com/pandas-dev/pandas/pull/10999 | 105,022,361 | MDExOlB1bGxSZXF1ZXN0NDQyODE1NDE= | 10,999 | DOC: fix NaNs in categories | {
"avatar_url": "https://avatars.githubusercontent.com/u/1020496?v=4",
"events_url": "https://api.github.com/users/jorisvandenbossche/events{/privacy}",
"followers_url": "https://api.github.com/users/jorisvandenbossche/followers",
"following_url": "https://api.github.com/users/jorisvandenbossche/following{/othe... | [
{
"color": "3465A4",
"default": false,
"description": null,
"id": 134699,
"name": "Docs",
"node_id": "MDU6TGFiZWwxMzQ2OTk=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Docs"
}
] | closed | false | null | [] | {
"closed_at": "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... | 1 | 2015-09-05T11:43:32Z | 2015-09-05T14:17:28Z | 2015-09-05T14:17:28Z | MEMBER | null | Fix warning + error in the categorical docs
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/10999/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/10999/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/10999.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/10999",
"merged_at": "2015-09-05T14:17:28Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/10999.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/10999"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/11000 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/11000/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/11000/comments | https://api.github.com/repos/pandas-dev/pandas/issues/11000/events | https://github.com/pandas-dev/pandas/pull/11000 | 105,024,847 | MDExOlB1bGxSZXF1ZXN0NDQyODIzMDc= | 11,000 | ENH: Reduce for loops in df.corr(method='kendall') | {
"avatar_url": "https://avatars.githubusercontent.com/u/3757165?v=4",
"events_url": "https://api.github.com/users/pratapvardhan/events{/privacy}",
"followers_url": "https://api.github.com/users/pratapvardhan/followers",
"following_url": "https://api.github.com/users/pratapvardhan/following{/other_user}",
"gi... | [
{
"color": "a10c02",
"default": false,
"description": "Memory or execution speed performance",
"id": 8935311,
"name": "Performance",
"node_id": "MDU6TGFiZWw4OTM1MzEx",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Performance"
},
{
"color": "006b75",
"default"... | closed | false | null | [] | null | 10 | 2015-09-05T12:44:43Z | 2017-08-25T04:52:52Z | 2015-10-18T14:04:11Z | CONTRIBUTOR | null | Reduce `for` loops in `df.corr(method='kendall')`
Don't need to loop through lower triangle of the matrix.
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/11000/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/11000/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/11000.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/11000",
"merged_at": null,
"patch_url": "https://github.com/pandas-dev/pandas/pull/11000.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/11000"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/11001 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/11001/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/11001/comments | https://api.github.com/repos/pandas-dev/pandas/issues/11001/events | https://github.com/pandas-dev/pandas/issues/11001 | 105,034,956 | MDU6SXNzdWUxMDUwMzQ5NTY= | 11,001 | DOC: add 4th level to toc for various doc pages | {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jreback/followers",
"following_url": "https://api.github.com/users/jreback/following{/other_user}",
"gists_url": "https://... | [
{
"color": "3465A4",
"default": false,
"description": null,
"id": 134699,
"name": "Docs",
"node_id": "MDU6TGFiZWwxMzQ2OTk=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Docs"
}
] | closed | false | null | [] | {
"closed_at": null,
"closed_issues": 2361,
"created_at": "2015-02-26T19:29:05Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/1020496?v=4",
"events_url": "https://api.github.com/users/jorisvandenbossche/events{/privacy}",
"followers_url": "https://api.github.com/users/jorisva... | 4 | 2015-09-05T16:08:22Z | 2019-09-11T08:31:47Z | 2019-09-11T08:31:40Z | CONTRIBUTOR | null | [here](https://github.com/pydata/pandas/pull/10992) added 4th level menu items where appropriate in io.rst.
might pay to do this somewhat in some other sections just to break the sub-sections up a bit
- http://pandas-docs.github.io/pandas-docs-travis/dsintro.html
maybe other places as well
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/11001/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/11001/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/11002 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/11002/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/11002/comments | https://api.github.com/repos/pandas-dev/pandas/issues/11002/events | https://github.com/pandas-dev/pandas/issues/11002 | 105,039,813 | MDU6SXNzdWUxMDUwMzk4MTM= | 11,002 | pd.to_pickle() and pd.read_pickle() 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": "06909A",
"default": false,
"description": "IO issues that don't fit... | 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... | 1 | 2015-09-05T17:46:24Z | 2015-09-05T23:22:57Z | 2015-09-05T23:22:57Z | NONE | null | I'm on windows 7, anaconda, python 2.7.9, 32bit
pandas 0.16.2
try this:
``` python
import pandas as pd
df4 = pd.DataFrame(index=P.date_range('1750-1-1', '2050-1-1', freq='7D')
pd.to_pickle(df4, '7d.test')
pd.read_pickle('7d.test')
In [84]: P.read_pickle('7d.test')
---------------------------------------------------... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/11002/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/11002/timeline | null | null | null |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.