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/8702 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/8702/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/8702/comments | https://api.github.com/repos/pandas-dev/pandas/issues/8702/events | https://github.com/pandas-dev/pandas/pull/8702 | 47,513,259 | MDExOlB1bGxSZXF1ZXN0MjM3MjI0Nzc= | 8,702 | BUG: setitem fails on mixed-type Panel4D | {
"avatar_url": "https://avatars.githubusercontent.com/u/7545449?v=4",
"events_url": "https://api.github.com/users/stahlous/events{/privacy}",
"followers_url": "https://api.github.com/users/stahlous/followers",
"following_url": "https://api.github.com/users/stahlous/following{/other_user}",
"gists_url": "http... | [
{
"color": "e10c02",
"default": false,
"description": null,
"id": 76811,
"name": "Bug",
"node_id": "MDU6TGFiZWw3NjgxMQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug"
},
{
"color": "0b02e1",
"default": false,
"description": "Related to indexing on s... | closed | false | null | [] | {
"closed_at": "2014-11-09T12:33:59Z",
"closed_issues": 86,
"created_at": "2014-10-30T11:12:13Z",
"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/jre... | 6 | 2014-11-01T18:38:12Z | 2014-11-02T15:37:28Z | 2014-11-02T14:09:38Z | CONTRIBUTOR | null | Trying to set a value on a mixed-type Panel4D currently fails:
```
In [1]: from pandas.util import testing as tmd
In [2]: p4d = tmd.makePanel4D()
In [3]: p4d['foo'] = 'bar'
In [4]: p4d.iloc[0,0,0,0] = 0
---------------------------------------------------------------------------
AttributeError ... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/8702/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/8702/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/8702.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/8702",
"merged_at": null,
"patch_url": "https://github.com/pandas-dev/pandas/pull/8702.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/8702"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/8703 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/8703/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/8703/comments | https://api.github.com/repos/pandas-dev/pandas/issues/8703/events | https://github.com/pandas-dev/pandas/issues/8703 | 47,514,338 | MDU6SXNzdWU0NzUxNDMzOA== | 8,703 | DOC/ENH: read_csv dialect parameters should accept string | {
"avatar_url": "https://avatars.githubusercontent.com/u/494248?v=4",
"events_url": "https://api.github.com/users/thrasibule/events{/privacy}",
"followers_url": "https://api.github.com/users/thrasibule/followers",
"following_url": "https://api.github.com/users/thrasibule/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": "3465A4",
"default": false,
"description": null,
"id": 134699,
... | closed | false | null | [] | {
"closed_at": "2014-11-09T12:33:59Z",
"closed_issues": 86,
"created_at": "2014-10-30T11:12:13Z",
"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/jre... | 2 | 2014-11-01T19:20:29Z | 2014-11-05T21:18:58Z | 2014-11-05T21:18:58Z | CONTRIBUTOR | null | According to the doc of read_sql, dialect can be string or a csv.Dialect instance.
However this is not the case. If you look at the code, it can only really take a csv.Dialect instance. i.e. this doesn't work:
``` python
fh = io.StringIO(u"pomme\tpoire\n1\t\2")
pd.read_csv(fh, dialect='excel-tab')
```
but, this 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/8703/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/8703/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/8704 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/8704/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/8704/comments | https://api.github.com/repos/pandas-dev/pandas/issues/8704/events | https://github.com/pandas-dev/pandas/issues/8704 | 47,516,952 | MDU6SXNzdWU0NzUxNjk1Mg== | 8,704 | BUG: reshape of categorical via unstack/to_panel | {
"avatar_url": "https://avatars.githubusercontent.com/u/2219562?v=4",
"events_url": "https://api.github.com/users/davidrpugh/events{/privacy}",
"followers_url": "https://api.github.com/users/davidrpugh/followers",
"following_url": "https://api.github.com/users/davidrpugh/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": "02d7e1",
"default": false,
"description": "Concat, Merge/Join, Stac... | closed | false | null | [] | {
"closed_at": "2014-11-09T12:33:59Z",
"closed_issues": 86,
"created_at": "2014-10-30T11:12:13Z",
"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/jre... | 7 | 2014-11-01T21:01:31Z | 2014-11-02T21:51:43Z | 2014-11-02T21:51:43Z | NONE | null | I have a hierarchical `pandas.DataFrame` that looks as follows...
```
In [12]: data.tail()
Out[12]:
country currency_unit rgdpe \
countrycode year
ZWE 2007-01-01 Zimbabwe Zimbabwe Dollar 45666.082031
2008-... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/8704/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/8704/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/8705 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/8705/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/8705/comments | https://api.github.com/repos/pandas-dev/pandas/issues/8705/events | https://github.com/pandas-dev/pandas/pull/8705 | 47,524,531 | MDExOlB1bGxSZXF1ZXN0MjM3MjY5OTY= | 8,705 | ENH/BUG: support Categorical in to_panel reshaping (GH8704) | {
"avatar_url": "https://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": "2014-11-09T12:33:59Z",
"closed_issues": 86,
"created_at": "2014-10-30T11:12:13Z",
"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/jre... | 9 | 2014-11-02T02:13:15Z | 2014-11-02T21:51:43Z | 2014-11-02T21:51:43Z | CONTRIBUTOR | null | CLN: move block2d_to_blocknd support code to core/internal.py
TST/BUG: support Categorical reshaping via .unstack
closes #8704
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/8705/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/8705/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/8705.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/8705",
"merged_at": "2014-11-02T21:51:43Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/8705.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/8705"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/8706 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/8706/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/8706/comments | https://api.github.com/repos/pandas-dev/pandas/issues/8706/events | https://github.com/pandas-dev/pandas/pull/8706 | 47,530,170 | MDExOlB1bGxSZXF1ZXN0MjM3MjkxOTM= | 8,706 | BUG: fix reverse comparison operations for Categorical | {
"avatar_url": "https://avatars.githubusercontent.com/u/579798?v=4",
"events_url": "https://api.github.com/users/immerrr/events{/privacy}",
"followers_url": "https://api.github.com/users/immerrr/followers",
"following_url": "https://api.github.com/users/immerrr/following{/other_user}",
"gists_url": "https://... | [
{
"color": "e10c02",
"default": false,
"description": null,
"id": 76811,
"name": "Bug",
"node_id": "MDU6TGFiZWw3NjgxMQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug"
},
{
"color": "e11d21",
"default": false,
"description": "Categorical Data Type",
... | closed | false | null | [] | {
"closed_at": "2014-11-09T12:33:59Z",
"closed_issues": 86,
"created_at": "2014-10-30T11:12:13Z",
"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/jre... | 9 | 2014-11-02T07:59:54Z | 2014-11-02T21:37:50Z | 2014-11-02T19:15:27Z | CONTRIBUTOR | null | This PR fixes #8658 and also adds `pd.lib.unbox_if_zerodim` that extracts values from zerodim arrays and adds detection of `pd.Period`, `datetime.date` and `datetime.time` in pd.lib.isscalar.
I tried making `unbox_if_zerodim` usage more implicit but there's just too much to test when this is introduced (think every me... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/8706/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/8706/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/8706.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/8706",
"merged_at": "2014-11-02T19:15:27Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/8706.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/8706"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/8707 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/8707/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/8707/comments | https://api.github.com/repos/pandas-dev/pandas/issues/8707/events | https://github.com/pandas-dev/pandas/pull/8707 | 47,530,291 | MDExOlB1bGxSZXF1ZXN0MjM3MjkyMzU= | 8,707 | WIP/API/ENH: IntervalIndex | {
"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 | [] | null | 79 | 2014-11-02T09:08:13Z | 2017-02-05T00:50:03Z | 2016-09-09T22:48:05Z | MEMBER | null | closes #7640
closes #8625
This is a work in progress, but it's far enough along that I'd love to get
some feedback.
TODOs (more called out in the code):
- [ ] documentation
- [x] docstrings
- [x] implement an IntervalTree under the hood to handle index methods
- [x] index methods handle point queries properly:
- [... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/8707/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/8707/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/8707.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/8707",
"merged_at": null,
"patch_url": "https://github.com/pandas-dev/pandas/pull/8707.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/8707"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/8708 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/8708/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/8708/comments | https://api.github.com/repos/pandas-dev/pandas/issues/8708/events | https://github.com/pandas-dev/pandas/issues/8708 | 47,531,696 | MDU6SXNzdWU0NzUzMTY5Ng== | 8,708 | ENH: replace uses of np.isscalar with pd.lib.isscalar | {
"avatar_url": "https://avatars.githubusercontent.com/u/579798?v=4",
"events_url": "https://api.github.com/users/immerrr/events{/privacy}",
"followers_url": "https://api.github.com/users/immerrr/followers",
"following_url": "https://api.github.com/users/immerrr/following{/other_user}",
"gists_url": "https://... | [
{
"color": "fbca04",
"default": false,
"description": "Related to non-user accessible pandas implementation",
"id": 49094459,
"name": "Internals",
"node_id": "MDU6TGFiZWw0OTA5NDQ1OQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Internals"
},
{
"color": "0052cc... | 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... | 2 | 2014-11-02T09:42:50Z | 2016-02-27T14:41:27Z | 2016-02-27T14:41:27Z | CONTRIBUTOR | null | `np.isscalar` doesn't detect a lot of types that are scalar from pandas point of view, such as dates, times, `None`, `pd.Period`, so `pd.lib.isscalar` should be preferred instead.
Adding the issue as requested in #8706.
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/8708/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/8708/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/8709 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/8709/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/8709/comments | https://api.github.com/repos/pandas-dev/pandas/issues/8709/events | https://github.com/pandas-dev/pandas/issues/8709 | 47,536,333 | MDU6SXNzdWU0NzUzNjMzMw== | 8,709 | API/COMPAT: support CategoricalBlock consolidation / 2-d 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": "02d7e1",
"default": false,
"description": "Concat, Merge/Join, Stack/Unstack, Explode",
"id": 13098779,
"name": "Reshaping",
"node_id": "MDU6TGFiZWwxMzA5ODc3OQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Reshaping"
},
{
"color": "AD7FA8",
"de... | closed | false | null | [] | {
"closed_at": null,
"closed_issues": 278,
"created_at": "2013-01-06T03:02:01Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4",
"events_url": "https://api.github.com/users/wesm/events{/privacy}",
"followers_url": "https://api.github.com/users/wesm/followers",
"f... | 2 | 2014-11-02T13:19:53Z | 2018-07-08T14:33:47Z | 2018-07-06T22:02:35Z | CONTRIBUTOR | null | mentioned in #8705
need to be able to combine like categorical (e.g. ordered,categories are ==)
into a 2-d structure so can store in a single CategoricalBlock
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/8709/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/8709/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/8710 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/8710/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/8710/comments | https://api.github.com/repos/pandas-dev/pandas/issues/8710/events | https://github.com/pandas-dev/pandas/issues/8710 | 47,536,470 | MDU6SXNzdWU0NzUzNjQ3MA== | 8,710 | Pandas Panel doesn't support getting DataFrame or (sub) Panel using a list of index | {
"avatar_url": "https://avatars.githubusercontent.com/u/5049737?v=4",
"events_url": "https://api.github.com/users/femtotrader/events{/privacy}",
"followers_url": "https://api.github.com/users/femtotrader/followers",
"following_url": "https://api.github.com/users/femtotrader/following{/other_user}",
"gists_ur... | [
{
"color": "e10c02",
"default": false,
"description": null,
"id": 76811,
"name": "Bug",
"node_id": "MDU6TGFiZWw3NjgxMQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug"
},
{
"color": "0b02e1",
"default": false,
"description": "Related to indexing on s... | closed | false | null | [] | {
"closed_at": "2014-11-09T12:33:59Z",
"closed_issues": 86,
"created_at": "2014-10-30T11:12:13Z",
"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/jre... | 3 | 2014-11-02T13:27:10Z | 2014-11-02T21:28:33Z | 2014-11-02T21:28:33Z | NONE | null | Hello,
when I try to get a DataFrame (or sub Panel) from a Panel using index as list it raises the following error:
```
TypeError: unhashable type: 'list'
```
See the code
```
#!/usr/bin/env python
# -*- coding: utf-8 -*-
import pandas as pd
import pandas.io.data as web
start = "2010-01-01"
end = "2010-01-30"
df... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/8710/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/8710/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/8711 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/8711/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/8711/comments | https://api.github.com/repos/pandas-dev/pandas/issues/8711/events | https://github.com/pandas-dev/pandas/issues/8711 | 47,538,944 | MDU6SXNzdWU0NzUzODk0NA== | 8,711 | ENH/BUG: support TimedeltaIndex plotting | {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jreback/followers",
"following_url": "https://api.github.com/users/jreback/following{/other_user}",
"gists_url": "https://... | [
{
"color": "e10c02",
"default": false,
"description": null,
"id": 76811,
"name": "Bug",
"node_id": "MDU6TGFiZWw3NjgxMQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug"
},
{
"color": "4E9A06",
"default": false,
"description": null,
"id": 76812,
... | closed | false | null | [] | {
"closed_at": "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... | 31 | 2014-11-02T15:03:00Z | 2017-02-22T18:38:09Z | 2017-02-22T16:06:33Z | CONTRIBUTOR | null | This raises
```
s = Series(range(5),pd.timedelta_range('1day',periods=5))
s.plot()
```
This will show the timedeltas with a formatted (albeit string index)
```
s.index = s.index.format()
s.plot()
```
wonder if we can just register a converter somehow? like #8614
| {
"+1": 1,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 1,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/8711/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/8711/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/8712 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/8712/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/8712/comments | https://api.github.com/repos/pandas-dev/pandas/issues/8712/events | https://github.com/pandas-dev/pandas/issues/8712 | 47,539,026 | MDU6SXNzdWU0NzUzOTAyNg== | 8,712 | ENH: support Categorical hist plotting | {
"avatar_url": "https://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": "8AE234",
"default": false,
"description": null,
... | open | false | null | [] | {
"closed_at": null,
"closed_issues": 786,
"created_at": "2015-01-13T10:53:19Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jreback/followers",
... | 3 | 2014-11-02T15:06:20Z | 2021-04-11T05:23:25Z | null | CONTRIBUTOR | null | ```
s = Series(list('abbc')).astype('category')
```
This raises
```
s.hist()
```
This works
```
s.value_counts().plot()
```
I think this should work, beyond this, anyone have ideas on what/how to plot categorical data?
cc @JanSchulz
cc @TomAugspurger
cc @jorisvandenbossche
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/8712/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/8712/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/8713 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/8713/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/8713/comments | https://api.github.com/repos/pandas-dev/pandas/issues/8713/events | https://github.com/pandas-dev/pandas/issues/8713 | 47,542,583 | MDU6SXNzdWU0NzU0MjU4Mw== | 8,713 | DataReader should cache queries. | {
"avatar_url": "https://avatars.githubusercontent.com/u/5049737?v=4",
"events_url": "https://api.github.com/users/femtotrader/events{/privacy}",
"followers_url": "https://api.github.com/users/femtotrader/followers",
"following_url": "https://api.github.com/users/femtotrader/following{/other_user}",
"gists_ur... | [] | closed | false | null | [] | {
"closed_at": null,
"closed_issues": 2361,
"created_at": "2015-02-26T19:29:05Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/1020496?v=4",
"events_url": "https://api.github.com/users/jorisvandenbossche/events{/privacy}",
"followers_url": "https://api.github.com/users/jorisva... | 8 | 2014-11-02T17:29:02Z | 2016-07-21T15:41:53Z | 2015-11-28T21:12:40Z | NONE | null | Hello,
each request using `pandas.io.data.DataReader` ends by a server request.
That's not reasonable.
Maybe a cache for DataReader should be considered.
Kind regards
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/8713/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/8713/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/8714 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/8714/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/8714/comments | https://api.github.com/repos/pandas-dev/pandas/issues/8714/events | https://github.com/pandas-dev/pandas/pull/8714 | 47,544,573 | MDExOlB1bGxSZXF1ZXN0MjM3MzQ3MjA= | 8,714 | BUG: concat of series of dtype category converting to object dtype (GH8641) | {
"avatar_url": "https://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": "ffa0ff",
"default": false,
"description": "Incorrect or improved er... | closed | false | null | [] | {
"closed_at": "2014-12-12T13:45:40Z",
"closed_issues": 173,
"created_at": "2014-10-07T14:40:52Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jr... | 22 | 2014-11-02T18:43:39Z | 2014-11-09T22:10:39Z | 2014-11-09T22:10:39Z | CONTRIBUTOR | null | closes #8641
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/8714/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/8714/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/8714.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/8714",
"merged_at": "2014-11-09T22:10:39Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/8714.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/8714"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/8715 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/8715/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/8715/comments | https://api.github.com/repos/pandas-dev/pandas/issues/8715/events | https://github.com/pandas-dev/pandas/pull/8715 | 47,545,946 | MDExOlB1bGxSZXF1ZXN0MjM3MzUyMzc= | 8,715 | BUG: Bug in Panel indexing with a list-like (GH8710) | {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jreback/followers",
"following_url": "https://api.github.com/users/jreback/following{/other_user}",
"gists_url": "https://... | [
{
"color": "e10c02",
"default": false,
"description": null,
"id": 76811,
"name": "Bug",
"node_id": "MDU6TGFiZWw3NjgxMQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug"
},
{
"color": "0b02e1",
"default": false,
"description": "Related to indexing on s... | closed | false | null | [] | {
"closed_at": "2014-11-09T12:33:59Z",
"closed_issues": 86,
"created_at": "2014-10-30T11:12:13Z",
"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/jre... | 0 | 2014-11-02T19:30:43Z | 2014-11-02T21:28:33Z | 2014-11-02T21:28:33Z | CONTRIBUTOR | null | closes #8710
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/8715/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/8715/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/8715.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/8715",
"merged_at": "2014-11-02T21:28:33Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/8715.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/8715"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/8716 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/8716/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/8716/comments | https://api.github.com/repos/pandas-dev/pandas/issues/8716/events | https://github.com/pandas-dev/pandas/issues/8716 | 47,549,910 | MDU6SXNzdWU0NzU0OTkxMA== | 8,716 | BUG: label-based slices don't support negative step | {
"avatar_url": "https://avatars.githubusercontent.com/u/579798?v=4",
"events_url": "https://api.github.com/users/immerrr/events{/privacy}",
"followers_url": "https://api.github.com/users/immerrr/followers",
"following_url": "https://api.github.com/users/immerrr/following{/other_user}",
"gists_url": "https://... | [
{
"color": "e10c02",
"default": false,
"description": null,
"id": 76811,
"name": "Bug",
"node_id": "MDU6TGFiZWw3NjgxMQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug"
},
{
"color": "0b02e1",
"default": false,
"description": "Related to indexing on s... | closed | false | null | [] | {
"closed_at": "2014-12-12T13:45:40Z",
"closed_issues": 173,
"created_at": "2014-10-07T14:40:52Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jr... | 0 | 2014-11-02T21:43:14Z | 2014-11-19T22:05:10Z | 2014-11-19T22:05:10Z | CONTRIBUTOR | null | Something feels wrong about this:
``` python
In [35]: s = pd.Series(np.arange(6), index=list('abcdef'))
In [36]: s
Out[36]:
a 0
b 1
c 2
d 3
e 4
f 5
dtype: int64
In [37]: s.loc['e'::-1]
Out[37]: Series([], dtype: int64)
In [38]: s.iloc[4::-1]
Out[38]:
e 4
d 3
c 2
b 1
a 0
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/8716/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/8716/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/8717 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/8717/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/8717/comments | https://api.github.com/repos/pandas-dev/pandas/issues/8717/events | https://github.com/pandas-dev/pandas/issues/8717 | 47,550,069 | MDU6SXNzdWU0NzU1MDA2OQ== | 8,717 | API/ENH: idxmax groupby API | {
"avatar_url": "https://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": "729FCF",
"default": false,
"description": null,
... | open | false | null | [] | {
"closed_at": null,
"closed_issues": 786,
"created_at": "2015-01-13T10:53:19Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jreback/followers",
... | 4 | 2014-11-02T21:48:09Z | 2021-04-11T05:23:45Z | null | CONTRIBUTOR | null | from [SO](http://stackoverflow.com/questions/26701849/pandas-groupby-and-finding-maximum-in-groups-returning-value-and-count)
Thinking that this is a nice general idiom that might deserve a function:
`df.loc[df.groupby(level='host').idxmax()['no']]`
maybe:
a) `df.groupby(level='host').idxmax(loc='no')` ? (e.g. have... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/8717/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/8717/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/8718 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/8718/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/8718/comments | https://api.github.com/repos/pandas-dev/pandas/issues/8718/events | https://github.com/pandas-dev/pandas/pull/8718 | 47,554,471 | MDExOlB1bGxSZXF1ZXN0MjM3Mzg4MTc= | 8,718 | ENH: read_csv dialect parameter can take a string (GH8703) | {
"avatar_url": "https://avatars.githubusercontent.com/u/494248?v=4",
"events_url": "https://api.github.com/users/thrasibule/events{/privacy}",
"followers_url": "https://api.github.com/users/thrasibule/followers",
"following_url": "https://api.github.com/users/thrasibule/following{/other_user}",
"gists_url": ... | [] | closed | false | null | [] | null | 2 | 2014-11-03T00:11:19Z | 2014-11-03T08:21:13Z | 2014-11-03T00:14:55Z | CONTRIBUTOR | null | closes #8703
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/8718/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/8718/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/8718.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/8718",
"merged_at": null,
"patch_url": "https://github.com/pandas-dev/pandas/pull/8718.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/8718"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/8719 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/8719/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/8719/comments | https://api.github.com/repos/pandas-dev/pandas/issues/8719/events | https://github.com/pandas-dev/pandas/pull/8719 | 47,560,420 | MDExOlB1bGxSZXF1ZXN0MjM3NDE2NzE= | 8,719 | ENH: read_csv dialect parameter can take a string (GH8703) | {
"avatar_url": "https://avatars.githubusercontent.com/u/494248?v=4",
"events_url": "https://api.github.com/users/thrasibule/events{/privacy}",
"followers_url": "https://api.github.com/users/thrasibule/followers",
"following_url": "https://api.github.com/users/thrasibule/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": "3465A4",
"default": false,
"description": null,
"id": 134699,
... | closed | false | null | [] | {
"closed_at": "2014-11-09T12:33:59Z",
"closed_issues": 86,
"created_at": "2014-10-30T11:12:13Z",
"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/jre... | 3 | 2014-11-03T03:26:28Z | 2014-11-05T21:18:37Z | 2014-11-05T21:18:37Z | CONTRIBUTOR | null | Closes #8703
I wasn't sure where to put the test, hopefully this is right.
Follow-up of #8718
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/8719/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/8719/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/8719.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/8719",
"merged_at": null,
"patch_url": "https://github.com/pandas-dev/pandas/pull/8719.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/8719"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/8720 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/8720/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/8720/comments | https://api.github.com/repos/pandas-dev/pandas/issues/8720/events | https://github.com/pandas-dev/pandas/issues/8720 | 47,589,218 | MDU6SXNzdWU0NzU4OTIxOA== | 8,720 | BUG/ERR: adding column with float label to Int64Index gives ValueError | {
"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": "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... | 3 | 2014-11-03T12:36:48Z | 2019-12-31T15:04:45Z | 2019-12-31T15:04:45Z | MEMBER | null | When adding a column with a float label to a DataFame with integer column index, you get a `ValueError: cannot insert 0.5, already exists` error with an incorrect message:
```
In [15]: df = pd.DataFrame(np.random.randn(8,4))
In [16]: df
Out[16]:
0 1 2 3
0 -0.482266 -1.239583 -1.17765... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/8720/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/8720/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/8721 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/8721/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/8721/comments | https://api.github.com/repos/pandas-dev/pandas/issues/8721/events | https://github.com/pandas-dev/pandas/pull/8721 | 47,604,681 | MDExOlB1bGxSZXF1ZXN0MjM3NjYzNzE= | 8,721 | ERR: leftover from renaming outtype to orient in to_dict | {
"avatar_url": "https://avatars.githubusercontent.com/u/1020496?v=4",
"events_url": "https://api.github.com/users/jorisvandenbossche/events{/privacy}",
"followers_url": "https://api.github.com/users/jorisvandenbossche/followers",
"following_url": "https://api.github.com/users/jorisvandenbossche/following{/othe... | [
{
"color": "ffa0ff",
"default": false,
"description": "Incorrect or improved errors from pandas",
"id": 42670965,
"name": "Error Reporting",
"node_id": "MDU6TGFiZWw0MjY3MDk2NQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Error%20Reporting"
}
] | closed | false | null | [] | {
"closed_at": "2014-11-09T12:33:59Z",
"closed_issues": 86,
"created_at": "2014-10-30T11:12:13Z",
"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/jre... | 0 | 2014-11-03T15:19:36Z | 2014-11-04T09:35:42Z | 2014-11-04T09:35:27Z | MEMBER | null | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/8721/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/8721/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/8721.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/8721",
"merged_at": "2014-11-04T09:35:27Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/8721.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/8721"
} | |
https://api.github.com/repos/pandas-dev/pandas/issues/8722 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/8722/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/8722/comments | https://api.github.com/repos/pandas-dev/pandas/issues/8722/events | https://github.com/pandas-dev/pandas/issues/8722 | 47,606,031 | MDU6SXNzdWU0NzYwNjAzMQ== | 8,722 | Warning/Exception when querying dtype with use_inf_as_null | {
"avatar_url": "https://avatars.githubusercontent.com/u/379413?v=4",
"events_url": "https://api.github.com/users/wcbeard/events{/privacy}",
"followers_url": "https://api.github.com/users/wcbeard/followers",
"following_url": "https://api.github.com/users/wcbeard/following{/other_user}",
"gists_url": "https://... | [
{
"color": "0052cc",
"default": false,
"description": "pandas objects compatability with Numpy or Python functions",
"id": 76865106,
"name": "Compat",
"node_id": "MDU6TGFiZWw3Njg2NTEwNg==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Compat"
}
] | closed | false | null | [] | {
"closed_at": "2014-11-09T12:33:59Z",
"closed_issues": 86,
"created_at": "2014-10-30T11:12:13Z",
"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/jre... | 1 | 2014-11-03T15:31:11Z | 2014-11-04T01:04:30Z | 2014-11-04T01:04:30Z | CONTRIBUTOR | null | I see `Exception TypeError: 'data type not understood' in 'util._checknull_old' ignored` in the ipython notebook warning color after turning on `use_inf_as_null`.

The code to rep... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/8722/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/8722/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/8723 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/8723/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/8723/comments | https://api.github.com/repos/pandas-dev/pandas/issues/8723/events | https://github.com/pandas-dev/pandas/issues/8723 | 47,616,484 | MDU6SXNzdWU0NzYxNjQ4NA== | 8,723 | Formatting dates & timestamps | {
"avatar_url": "https://avatars.githubusercontent.com/u/1993919?v=4",
"events_url": "https://api.github.com/users/amelio-vazquez-reina/events{/privacy}",
"followers_url": "https://api.github.com/users/amelio-vazquez-reina/followers",
"following_url": "https://api.github.com/users/amelio-vazquez-reina/following... | [
{
"color": "4E9A06",
"default": false,
"description": null,
"id": 76812,
"name": "Enhancement",
"node_id": "MDU6TGFiZWw3NjgxMg==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Enhancement"
},
{
"color": "8AE234",
"default": false,
"description": null,
... | open | false | null | [] | null | 11 | 2014-11-03T16:54:06Z | 2021-04-11T05:24:21Z | null | CONTRIBUTOR | null | The following:
``` python
import pandas.io.data as web
df = web.DataReader(["AAPL", "MSFT", "EBAY", "AMZN", "CSCO", "GOOG", "YHOO", "AOL", "IBM"], "yahoo", start='2014-10-1').to_frame()['Close']
df.index = df.index.droplevel('minor')
df = df.reset_index()
# > df.head()
# Date Close
#0 2014-10-01 99.18
#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/8723/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/8723/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/8724 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/8724/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/8724/comments | https://api.github.com/repos/pandas-dev/pandas/issues/8724/events | https://github.com/pandas-dev/pandas/pull/8724 | 47,632,146 | MDExOlB1bGxSZXF1ZXN0MjM3ODMyNjk= | 8,724 | DOC: Select row with maximum value from each group | {
"avatar_url": "https://avatars.githubusercontent.com/u/443776?v=4",
"events_url": "https://api.github.com/users/unutbu/events{/privacy}",
"followers_url": "https://api.github.com/users/unutbu/followers",
"following_url": "https://api.github.com/users/unutbu/following{/other_user}",
"gists_url": "https://api... | [
{
"color": "3465A4",
"default": false,
"description": null,
"id": 134699,
"name": "Docs",
"node_id": "MDU6TGFiZWwxMzQ2OTk=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Docs"
}
] | closed | false | null | [] | {
"closed_at": "2014-11-09T12:33:59Z",
"closed_issues": 86,
"created_at": "2014-10-30T11:12:13Z",
"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/jre... | 2 | 2014-11-03T19:16:17Z | 2014-11-04T01:15:48Z | 2014-11-03T23:20:50Z | CONTRIBUTOR | null | Re: http://stackoverflow.com/q/26701849/190597
Included is a cookbook recipe for finding maximal rows per group.
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/8724/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/8724/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/8724.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/8724",
"merged_at": "2014-11-03T23:20:50Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/8724.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/8724"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/8725 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/8725/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/8725/comments | https://api.github.com/repos/pandas-dev/pandas/issues/8725/events | https://github.com/pandas-dev/pandas/issues/8725 | 47,658,379 | MDU6SXNzdWU0NzY1ODM3OQ== | 8,725 | BUG: dtype compat with get_dummies | {
"avatar_url": "https://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": "e102d8",
"default": false,
"description": "Unexpected or buggy dtyp... | closed | false | null | [] | {
"closed_at": "2016-10-03T08:52:13Z",
"closed_issues": 733,
"created_at": "2016-03-11T21:24:45Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jr... | 2 | 2014-11-03T23:20:15Z | 2016-09-02T11:31:08Z | 2016-09-02T11:30:54Z | CONTRIBUTOR | null | from [SO](http://stackoverflow.com/questions/26724872/pandas-map-values-of-categorical-variable-to-a-predefined-list-of-dummy-columns)
I think should not coerce to floats but be an int (or a categorical)
```
In [14]: df = pd.DataFrame({'hour': [0, 1, 3, 8, 13, 14], 'val': np.random.randn(6)})
In [15]: df['hour_cat']... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/8725/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/8725/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/8726 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/8726/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/8726/comments | https://api.github.com/repos/pandas-dev/pandas/issues/8726/events | https://github.com/pandas-dev/pandas/pull/8726 | 47,658,521 | MDExOlB1bGxSZXF1ZXN0MjM3OTk5NjY= | 8,726 | COMPAT: Compat issue is DataFrame.dtypes when options.mode.use_inf_as_null is True (GH8722) | {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jreback/followers",
"following_url": "https://api.github.com/users/jreback/following{/other_user}",
"gists_url": "https://... | [
{
"color": "0052cc",
"default": false,
"description": "pandas objects compatability with Numpy or Python functions",
"id": 76865106,
"name": "Compat",
"node_id": "MDU6TGFiZWw3Njg2NTEwNg==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Compat"
}
] | closed | false | null | [] | {
"closed_at": "2014-11-09T12:33:59Z",
"closed_issues": 86,
"created_at": "2014-10-30T11:12:13Z",
"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/jre... | 0 | 2014-11-03T23:21:37Z | 2014-11-04T01:04:30Z | 2014-11-04T01:04:30Z | CONTRIBUTOR | null | closes #8722
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/8726/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/8726/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/8726.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/8726",
"merged_at": "2014-11-04T01:04:30Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/8726.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/8726"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/8727 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/8727/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/8727/comments | https://api.github.com/repos/pandas-dev/pandas/issues/8727/events | https://github.com/pandas-dev/pandas/issues/8727 | 47,731,634 | MDU6SXNzdWU0NzczMTYzNA== | 8,727 | ENH: Support for multiple comment characters with readers | {
"avatar_url": "https://avatars.githubusercontent.com/u/6731899?v=4",
"events_url": "https://api.github.com/users/ebran/events{/privacy}",
"followers_url": "https://api.github.com/users/ebran/followers",
"following_url": "https://api.github.com/users/ebran/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": "5319e7",
"default": false,
"description": "read_csv... | closed | false | null | [] | {
"closed_at": null,
"closed_issues": 278,
"created_at": "2013-01-06T03:02:01Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4",
"events_url": "https://api.github.com/users/wesm/events{/privacy}",
"followers_url": "https://api.github.com/users/wesm/followers",
"f... | 3 | 2014-11-04T16:19:30Z | 2018-07-06T21:53:45Z | 2018-07-06T21:53:45Z | NONE | null | I would be very pleased if Pandas supported multiple comment characters when reading data from files. According to:
```
import pandas as pd
df = pd.read_table("data.dat", comment=("#","@"), delim_whitespace=True)
```
I don't know if this is requires a minor or major implementation effort?
Best,
Erik
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/8727/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/8727/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/8728 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/8728/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/8728/comments | https://api.github.com/repos/pandas-dev/pandas/issues/8728/events | https://github.com/pandas-dev/pandas/pull/8728 | 47,733,781 | MDExOlB1bGxSZXF1ZXN0MjM4NDQyODU= | 8,728 | BUG: The 'jobComplete' key may be present but False in the BigQuery query results | {
"avatar_url": "https://avatars.githubusercontent.com/u/50092?v=4",
"events_url": "https://api.github.com/users/aaront/events{/privacy}",
"followers_url": "https://api.github.com/users/aaront/followers",
"following_url": "https://api.github.com/users/aaront/following{/other_user}",
"gists_url": "https://api.... | [
{
"color": "e10c02",
"default": false,
"description": null,
"id": 76811,
"name": "Bug",
"node_id": "MDU6TGFiZWw3NjgxMQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug"
},
{
"color": "0052cc",
"default": false,
"description": "pandas-gbq compatability... | closed | false | null | [] | {
"closed_at": "2015-03-23T10:50:37Z",
"closed_issues": 400,
"created_at": "2014-02-14T03:31:22Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jr... | 21 | 2014-11-04T16:35:56Z | 2015-03-06T22:59:19Z | 2015-03-06T22:59:19Z | CONTRIBUTOR | null | xref #9141
Fixes an issue when looking for 'totalRows' on a large dataset that is not finished in between two subsequent checks.
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/8728/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/8728/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/8728.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/8728",
"merged_at": null,
"patch_url": "https://github.com/pandas-dev/pandas/pull/8728.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/8728"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/8729 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/8729/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/8729/comments | https://api.github.com/repos/pandas-dev/pandas/issues/8729/events | https://github.com/pandas-dev/pandas/issues/8729 | 47,759,319 | MDU6SXNzdWU0Nzc1OTMxOQ== | 8,729 | Chunksize not working in pandas.DataFrame.to_sql | {
"avatar_url": "https://avatars.githubusercontent.com/u/9558666?v=4",
"events_url": "https://api.github.com/users/gayathri89/events{/privacy}",
"followers_url": "https://api.github.com/users/gayathri89/followers",
"following_url": "https://api.github.com/users/gayathri89/following{/other_user}",
"gists_url":... | [
{
"color": "5319e7",
"default": false,
"description": "to_sql, read_sql, read_sql_query",
"id": 47232590,
"name": "IO SQL",
"node_id": "MDU6TGFiZWw0NzIzMjU5MA==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/IO%20SQL"
}
] | closed | false | null | [] | null | 23 | 2014-11-04T20:12:39Z | 2015-12-18T21:35:46Z | 2014-11-28T13:17:06Z | NONE | null | I recently updated the panda version to 0.15 from 0.14 . I use the below code, but the chunksize parameter is not working,It doesn't write the records in batches to the Database. I totally have 50,000 records in my DataFrame and it takes long time to execute. Thanks in advance
from sqlalchemy import create_engine
imp... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/8729/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/8729/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/8730 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/8730/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/8730/comments | https://api.github.com/repos/pandas-dev/pandas/issues/8730/events | https://github.com/pandas-dev/pandas/issues/8730 | 47,763,967 | MDU6SXNzdWU0Nzc2Mzk2Nw== | 8,730 | Improve clarity around when SettingWithCopyWarning can be ignored (if ever?) | {
"avatar_url": "https://avatars.githubusercontent.com/u/6059365?v=4",
"events_url": "https://api.github.com/users/maxgrenderjones/events{/privacy}",
"followers_url": "https://api.github.com/users/maxgrenderjones/followers",
"following_url": "https://api.github.com/users/maxgrenderjones/following{/other_user}",... | [
{
"color": "e10c02",
"default": false,
"description": null,
"id": 76811,
"name": "Bug",
"node_id": "MDU6TGFiZWw3NjgxMQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug"
},
{
"color": "0b02e1",
"default": false,
"description": "Related to indexing on s... | closed | false | null | [] | {
"closed_at": "2015-03-23T10:50:37Z",
"closed_issues": 400,
"created_at": "2014-02-14T03:31:22Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jr... | 14 | 2014-11-04T20:55:20Z | 2015-03-31T22:39:59Z | 2015-03-15T19:52:37Z | CONTRIBUTOR | null | I [Edit: thought I got] a `SettingWarningCopyWarning` when running the following code:
``` python
frame[columnone][frame[columntwo]>x]=y
```
The docs seem to imply that I can safely ignore this error.
``` python
# passed via reference (will stay)
In [273]: dfb['c'][dfb.a.str.startswith('o')] = 42
```
Is it therefor... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/8730/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/8730/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/8731 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/8731/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/8731/comments | https://api.github.com/repos/pandas-dev/pandas/issues/8731/events | https://github.com/pandas-dev/pandas/issues/8731 | 47,771,172 | MDU6SXNzdWU0Nzc3MTE3Mg== | 8,731 | BUG: incorrectly output index ordering with an ordered Categorical and pivot | {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jreback/followers",
"following_url": "https://api.github.com/users/jreback/following{/other_user}",
"gists_url": "https://... | [
{
"color": "02d7e1",
"default": false,
"description": "Concat, Merge/Join, Stack/Unstack, Explode",
"id": 13098779,
"name": "Reshaping",
"node_id": "MDU6TGFiZWwxMzA5ODc3OQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Reshaping"
},
{
"color": "e11d21",
"de... | 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... | 0 | 2014-11-04T21:54:40Z | 2016-12-06T21:34:25Z | 2016-12-06T19:10:40Z | CONTRIBUTOR | null | xref #8860, soln might be the same
from [SO](http://stackoverflow.com/questions/26741204/pandas-pivot-table-alphabetically-sorts-categorical-data-incorrectly-when-addi)
```
In [32]: df = DataFrame({'Sales' : [100,120,220], 'Month' : ['January','January','January'], 'Year' : [2013,2014,2013]})
In [33]: df
Out[33]:
... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/8731/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/8731/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/8732 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/8732/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/8732/comments | https://api.github.com/repos/pandas-dev/pandas/issues/8732/events | https://github.com/pandas-dev/pandas/issues/8732 | 47,772,616 | MDU6SXNzdWU0Nzc3MjYxNg== | 8,732 | PERF: directly astype with numpy if series is already nansafe | {
"avatar_url": "https://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"
},
{
"color": "5319e7",
"default"... | open | false | null | [] | {
"closed_at": null,
"closed_issues": 786,
"created_at": "2015-01-13T10:53:19Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jreback/followers",
... | 1 | 2014-11-04T22:07:56Z | 2020-04-25T14:07:14Z | null | CONTRIBUTOR | null | from [SO](http://stackoverflow.com/questions/26744370/most-efficient-way-to-convert-pandas-series-of-integers-to-strings)
so the null check is pretty cheap. if no nulls, then can just bypass nansafe an use the underlying numpy routine. should be a nice speedup.
``
In [13]: arr = np.random.randint(1,10,size=1000000)
... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/8732/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/8732/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/8733 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/8733/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/8733/comments | https://api.github.com/repos/pandas-dev/pandas/issues/8733/events | https://github.com/pandas-dev/pandas/issues/8733 | 47,783,796 | MDU6SXNzdWU0Nzc4Mzc5Ng== | 8,733 | pandas.core.groupby.SeriesGroupBy.hist doesn't take kwargs | {
"avatar_url": "https://avatars.githubusercontent.com/u/691536?v=4",
"events_url": "https://api.github.com/users/vladfi1/events{/privacy}",
"followers_url": "https://api.github.com/users/vladfi1/followers",
"following_url": "https://api.github.com/users/vladfi1/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": "729FCF",
"default": false,
"description": null,
"id": 233160,
... | closed | false | null | [] | {
"closed_at": "2014-12-12T13:45:40Z",
"closed_issues": 173,
"created_at": "2014-10-07T14:40:52Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jr... | 21 | 2014-11-05T00:07:56Z | 2014-11-08T23:18:50Z | 2014-11-08T23:18:50Z | NONE | null | I'd like to pass certain kwargs to the hist function of a SeriesGroupBy object (alpha, legend, etc). The plot function provides more kwargs (e.g. legend, but not alpha) but no **kwargs to forward to matplotlib. The documentation (viewed with ? in ipython) suggests that there should be a kwds argument, but in reality th... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/8733/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/8733/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/8734 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/8734/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/8734/comments | https://api.github.com/repos/pandas-dev/pandas/issues/8734/events | https://github.com/pandas-dev/pandas/issues/8734 | 47,798,278 | MDU6SXNzdWU0Nzc5ODI3OA== | 8,734 | Inconsistent mean over booleans | {
"avatar_url": "https://avatars.githubusercontent.com/u/691536?v=4",
"events_url": "https://api.github.com/users/vladfi1/events{/privacy}",
"followers_url": "https://api.github.com/users/vladfi1/followers",
"following_url": "https://api.github.com/users/vladfi1/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": "729FCF",
"default": false,
"description": null,
"id": 233160,
... | closed | false | null | [] | null | 1 | 2014-11-05T04:22:40Z | 2014-11-05T06:33:22Z | 2014-11-05T06:32:55Z | NONE | null | It appears that the mean aggregate function is inconsistent when operating on boolean values.
```
from pandas import DataFrame
df1 = DataFrame({'a': [1, 1], 'bools': [True, True]})
df2 = DataFrame({'a': [1, 1], 'bools': [True, False]})
print df1.mean().bools # 1.0
print df2.mean().bools # 0.5
print df1.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/8734/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/8734/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/8735 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/8735/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/8735/comments | https://api.github.com/repos/pandas-dev/pandas/issues/8735/events | https://github.com/pandas-dev/pandas/issues/8735 | 47,798,365 | MDU6SXNzdWU0Nzc5ODM2NQ== | 8,735 | Strange output from `DataFrame.apply` when applied func creates a dict | {
"avatar_url": "https://avatars.githubusercontent.com/u/1460294?v=4",
"events_url": "https://api.github.com/users/onesandzeroes/events{/privacy}",
"followers_url": "https://api.github.com/users/onesandzeroes/followers",
"following_url": "https://api.github.com/users/onesandzeroes/following{/other_user}",
"gi... | [
{
"color": "e10c02",
"default": false,
"description": null,
"id": 76811,
"name": "Bug",
"node_id": "MDU6TGFiZWw3NjgxMQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug"
},
{
"color": "AD7FA8",
"default": false,
"description": null,
"id": 35818298,... | closed | false | null | [] | {
"closed_at": "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 | 2014-11-05T04:24:31Z | 2015-12-13T18:33:06Z | 2015-08-28T18:16:56Z | CONTRIBUTOR | null | Just had something odd come up while trying to come up with something for [this SO question](http://stackoverflow.com/questions/26747689/mapping-pandas-dataframe-rows-to-a-pandas-series).
If we use `DataFrame.apply()` to try and create dictionaries from the rows of a dataframe, it seems to return the `dict.values()` m... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/8735/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/8735/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/8736 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/8736/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/8736/comments | https://api.github.com/repos/pandas-dev/pandas/issues/8736/events | https://github.com/pandas-dev/pandas/issues/8736 | 47,833,804 | MDU6SXNzdWU0NzgzMzgwNA== | 8,736 | INT: clean/consolidate dtype upcasting and selection | {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jreback/followers",
"following_url": "https://api.github.com/users/jreback/following{/other_user}",
"gists_url": "https://... | [
{
"color": "fbca04",
"default": false,
"description": "Related to non-user accessible pandas implementation",
"id": 49094459,
"name": "Internals",
"node_id": "MDU6TGFiZWw0OTA5NDQ1OQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Internals"
}
] | closed | false | null | [] | {
"closed_at": null,
"closed_issues": 786,
"created_at": "2015-01-13T10:53:19Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jreback/followers",
... | 1 | 2014-11-05T13:08:33Z | 2018-07-06T21:51:24Z | 2018-07-06T21:51:23Z | CONTRIBUTOR | null | discussion #8714
consolidate array dtype upcasting selection in `common/_concat_compat` and
`internals/get_empty_dtype_and_na`
cc @immerrr
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/8736/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/8736/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/8737 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/8737/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/8737/comments | https://api.github.com/repos/pandas-dev/pandas/issues/8737/events | https://github.com/pandas-dev/pandas/issues/8737 | 47,856,693 | MDU6SXNzdWU0Nzg1NjY5Mw== | 8,737 | Support for empty slice in multi indices | {
"avatar_url": "https://avatars.githubusercontent.com/u/2397974?v=4",
"events_url": "https://api.github.com/users/SylvainCorlay/events{/privacy}",
"followers_url": "https://api.github.com/users/SylvainCorlay/followers",
"following_url": "https://api.github.com/users/SylvainCorlay/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": "2014-11-09T12:33:59Z",
"closed_issues": 86,
"created_at": "2014-10-30T11:12:13Z",
"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/jre... | 8 | 2014-11-05T16:34:18Z | 2014-11-05T21:21:26Z | 2014-11-05T21:21:26Z | CONTRIBUTOR | null | It is currently possible to pass a list of labels for a given dataframe to `DataFrame.loc` in the case of a multi index, but the list cannot be empty unlike in the case of a non-hierarchical index.
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/8737/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/8737/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/8738 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/8738/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/8738/comments | https://api.github.com/repos/pandas-dev/pandas/issues/8738/events | https://github.com/pandas-dev/pandas/issues/8738 | 47,876,222 | MDU6SXNzdWU0Nzg3NjIyMg== | 8,738 | ERR: parser.pyx raises lots of nonspecific IOErrors | {
"avatar_url": "https://avatars.githubusercontent.com/u/4306187?v=4",
"events_url": "https://api.github.com/users/ischwabacher/events{/privacy}",
"followers_url": "https://api.github.com/users/ischwabacher/followers",
"following_url": "https://api.github.com/users/ischwabacher/following{/other_user}",
"gists... | [
{
"color": "ffa0ff",
"default": false,
"description": "Incorrect or improved errors from pandas",
"id": 42670965,
"name": "Error Reporting",
"node_id": "MDU6TGFiZWw0MjY3MDk2NQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Error%20Reporting"
},
{
"color": "5319... | closed | false | null | [] | {
"closed_at": null,
"closed_issues": 786,
"created_at": "2015-01-13T10:53:19Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jreback/followers",
... | 4 | 2014-11-05T19:20:27Z | 2016-08-01T20:38:04Z | 2016-08-01T20:38:04Z | CONTRIBUTOR | null | For example:
``` python
In [1]: import pandas as pd
In [2]: pd.read_csv('/root')
---------------------------------------------------------------------------
IOError Traceback (most recent call last)
...
IOError: Initializing from file failed
```
The ones I've noticed so far can be f... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/8738/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/8738/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/8739 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/8739/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/8739/comments | https://api.github.com/repos/pandas-dev/pandas/issues/8739/events | https://github.com/pandas-dev/pandas/pull/8739 | 47,885,077 | MDExOlB1bGxSZXF1ZXN0MjM5MzYwOTE= | 8,739 | BUG: Bug in slicing a multi-index level with an empty-list (GH8737) | {
"avatar_url": "https://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": "207de5",
"default": false,
"description": null,
"id": 71268330,... | closed | false | null | [] | {
"closed_at": "2014-11-09T12:33:59Z",
"closed_issues": 86,
"created_at": "2014-10-30T11:12:13Z",
"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/jre... | 1 | 2014-11-05T20:39:06Z | 2014-11-05T21:21:15Z | 2014-11-05T21:21:15Z | CONTRIBUTOR | null | closes #8737
```
In [5]: multi_index = pd.MultiIndex.from_product((['foo', 'bar', 'baz'], ['alpha', 'beta']))
In [6]: df = DataFrame(np.random.randn(5, 6), index=range(5), columns=multi_index).sortlevel(0,axis=1)
In [7]: df
Out[7]:
bar baz foo
alpha bet... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/8739/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/8739/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/8739.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/8739",
"merged_at": null,
"patch_url": "https://github.com/pandas-dev/pandas/pull/8739.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/8739"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/8740 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/8740/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/8740/comments | https://api.github.com/repos/pandas-dev/pandas/issues/8740/events | https://github.com/pandas-dev/pandas/issues/8740 | 47,908,798 | MDU6SXNzdWU0NzkwODc5OA== | 8,740 | .loc should accept out-of-bounds indexers for slices | {
"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... | [] | closed | false | null | [] | null | 7 | 2014-11-06T00:30:13Z | 2014-11-06T01:57:12Z | 2014-11-06T01:57:12Z | MEMBER | null | pandas 0.14 [changed `.iloc`](http://pandas.pydata.org/pandas-docs/version/0.15.0/whatsnew.html#whatsnew-0140-api) to accept out-of-bounds indexers for slices. I think we should do the same for `.loc`, for similar reasons of consistency and efficiency.
Note that this is already currently inconsistent for int and float... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/8740/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/8740/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/8741 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/8741/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/8741/comments | https://api.github.com/repos/pandas-dev/pandas/issues/8741/events | https://github.com/pandas-dev/pandas/pull/8741 | 47,921,770 | MDExOlB1bGxSZXF1ZXN0MjM5NTgwMDY= | 8,741 | BUG: Fix io.data.Options quote time for DST. | {
"avatar_url": "https://avatars.githubusercontent.com/u/5957850?v=4",
"events_url": "https://api.github.com/users/davidastephens/events{/privacy}",
"followers_url": "https://api.github.com/users/davidastephens/followers",
"following_url": "https://api.github.com/users/davidastephens/following{/other_user}",
... | [
{
"color": "3465A4",
"default": false,
"description": null,
"id": 134699,
"name": "Docs",
"node_id": "MDU6TGFiZWwxMzQ2OTk=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Docs"
}
] | closed | false | null | [] | {
"closed_at": "2014-11-09T12:33:59Z",
"closed_issues": 86,
"created_at": "2014-10-30T11:12:13Z",
"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/jre... | 6 | 2014-11-06T04:11:36Z | 2014-11-10T01:18:27Z | 2014-11-07T00:43:15Z | CONTRIBUTOR | null | Updated the second test html so that it uses a DST sample.
Changed failure to get quote time from raising RemoteDataError to setting to np.nan
@jorisvandenbossche This fixes the doc error you noted on #8631
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/8741/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/8741/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/8741.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/8741",
"merged_at": "2014-11-07T00:43:15Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/8741.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/8741"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/8742 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/8742/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/8742/comments | https://api.github.com/repos/pandas-dev/pandas/issues/8742/events | https://github.com/pandas-dev/pandas/pull/8742 | 47,922,929 | MDExOlB1bGxSZXF1ZXN0MjM5NTg2Njk= | 8,742 | BUG: Allow non-float values in get_yahoo_quotes. | {
"avatar_url": "https://avatars.githubusercontent.com/u/5957850?v=4",
"events_url": "https://api.github.com/users/davidastephens/events{/privacy}",
"followers_url": "https://api.github.com/users/davidastephens/followers",
"following_url": "https://api.github.com/users/davidastephens/following{/other_user}",
... | [
{
"color": "e10c02",
"default": false,
"description": null,
"id": 76811,
"name": "Bug",
"node_id": "MDU6TGFiZWw3NjgxMQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug"
}
] | closed | false | null | [] | {
"closed_at": "2014-11-09T12:33:59Z",
"closed_issues": 86,
"created_at": "2014-10-30T11:12:13Z",
"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/jre... | 3 | 2014-11-06T04:41:02Z | 2014-11-10T01:18:28Z | 2014-11-07T11:47:17Z | CONTRIBUTOR | null | Fixes issue #5229
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/8742/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/8742/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/8742.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/8742",
"merged_at": "2014-11-07T11:47:17Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/8742.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/8742"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/8743 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/8743/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/8743/comments | https://api.github.com/repos/pandas-dev/pandas/issues/8743/events | https://github.com/pandas-dev/pandas/pull/8743 | 47,927,209 | MDExOlB1bGxSZXF1ZXN0MjM5NjExNTc= | 8,743 | BUG: DataReaders return missing data as NaN rather than warn. | {
"avatar_url": "https://avatars.githubusercontent.com/u/5957850?v=4",
"events_url": "https://api.github.com/users/davidastephens/events{/privacy}",
"followers_url": "https://api.github.com/users/davidastephens/followers",
"following_url": "https://api.github.com/users/davidastephens/following{/other_user}",
... | [
{
"color": "e10c02",
"default": false,
"description": null,
"id": 76811,
"name": "Bug",
"node_id": "MDU6TGFiZWw3NjgxMQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug"
}
] | closed | false | null | [] | {
"closed_at": "2014-11-09T12:33:59Z",
"closed_issues": 86,
"created_at": "2014-10-30T11:12:13Z",
"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/jre... | 1 | 2014-11-06T06:15:51Z | 2014-11-10T01:18:27Z | 2014-11-06T11:26:17Z | CONTRIBUTOR | null | Fixes #8433
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/8743/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/8743/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/8743.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/8743",
"merged_at": "2014-11-06T11:26:17Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/8743.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/8743"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/8744 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/8744/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/8744/comments | https://api.github.com/repos/pandas-dev/pandas/issues/8744/events | https://github.com/pandas-dev/pandas/issues/8744 | 47,932,953 | MDU6SXNzdWU0NzkzMjk1Mw== | 8,744 | AmbiguousTimeError exception when resampling near DST change date | {
"avatar_url": "https://avatars.githubusercontent.com/u/180812?v=4",
"events_url": "https://api.github.com/users/akhilman/events{/privacy}",
"followers_url": "https://api.github.com/users/akhilman/followers",
"following_url": "https://api.github.com/users/akhilman/following{/other_user}",
"gists_url": "https... | [
{
"color": "e10c02",
"default": false,
"description": null,
"id": 76811,
"name": "Bug",
"node_id": "MDU6TGFiZWw3NjgxMQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug"
},
{
"color": "009800",
"default": false,
"description": "Duplicate issue or pull ... | closed | false | null | [] | {
"closed_at": "2015-03-23T10:50:37Z",
"closed_issues": 400,
"created_at": "2014-02-14T03:31:22Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jr... | 5 | 2014-11-06T07:58:37Z | 2015-03-10T01:43:38Z | 2014-11-06T12:42:30Z | NONE | null | ``` python
index = pd.to_datetime(pd.Series([
'2014-10-26 07:35:49',
'2014-10-26 07:45:08',
'2014-10-26 08:04:58'
]))
df = pd.DataFrame(np.arange(len(index)), index=index)
df = df.tz_localize('Asia/Krasnoyarsk', ambiguous='NaT')
df.resample('D')
AmbiguousTimeError: Cannot infer dst time from Timestamp('2014-10-26 01:... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/8744/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/8744/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/8745 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/8745/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/8745/comments | https://api.github.com/repos/pandas-dev/pandas/issues/8745/events | https://github.com/pandas-dev/pandas/issues/8745 | 47,950,209 | MDU6SXNzdWU0Nzk1MDIwOQ== | 8,745 | API/ENH: from_dummies | {
"avatar_url": "https://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... | open | false | {
"avatar_url": "https://avatars.githubusercontent.com/u/8995328?v=4",
"events_url": "https://api.github.com/users/clbarnes/events{/privacy}",
"followers_url": "https://api.github.com/users/clbarnes/followers",
"following_url": "https://api.github.com/users/clbarnes/following{/other_user}",
"gists_url": "http... | [
{
"avatar_url": "https://avatars.githubusercontent.com/u/8995328?v=4",
"events_url": "https://api.github.com/users/clbarnes/events{/privacy}",
"followers_url": "https://api.github.com/users/clbarnes/followers",
"following_url": "https://api.github.com/users/clbarnes/following{/other_user}",
"gis... | {
"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",
... | 32 | 2014-11-06T11:08:01Z | 2021-04-11T05:28:41Z | null | CONTRIBUTOR | null | Motivating from [SO](http://stackoverflow.com/questions/26762100/reconstruct-a-categorical-variable-from-dummies-in-pandas)
This is the inverse of `pd.get_dummies`. So maybe `invert_dummies` is better?
I think this name makes more sense though.
This seems a reasonable way to do it. Am I missing anything?
```
In [46... | {
"+1": 8,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 8,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/8745/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/8745/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/8746 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/8746/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/8746/comments | https://api.github.com/repos/pandas-dev/pandas/issues/8746/events | https://github.com/pandas-dev/pandas/pull/8746 | 47,953,981 | MDExOlB1bGxSZXF1ZXN0MjM5NzU0NjQ= | 8,746 | pd.show_versions() | {
"avatar_url": "https://avatars.githubusercontent.com/u/4179106?v=4",
"events_url": "https://api.github.com/users/gepcel/events{/privacy}",
"followers_url": "https://api.github.com/users/gepcel/followers",
"following_url": "https://api.github.com/users/gepcel/following{/other_user}",
"gists_url": "https://ap... | [] | closed | false | null | [] | null | 1 | 2014-11-06T11:54:04Z | 2014-11-06T12:09:38Z | 2014-11-06T12:09:38Z | CONTRIBUTOR | null | Shouldn't this be `pd.show_versions()`? Maybe it's a typo.
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/8746/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/8746/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/8746.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/8746",
"merged_at": "2014-11-06T12:09:38Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/8746.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/8746"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/8747 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/8747/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/8747/comments | https://api.github.com/repos/pandas-dev/pandas/issues/8747/events | https://github.com/pandas-dev/pandas/issues/8747 | 47,987,263 | MDU6SXNzdWU0Nzk4NzI2Mw== | 8,747 | get start and end of regex match in dataframe | {
"avatar_url": "https://avatars.githubusercontent.com/u/8667542?v=4",
"events_url": "https://api.github.com/users/teese/events{/privacy}",
"followers_url": "https://api.github.com/users/teese/followers",
"following_url": "https://api.github.com/users/teese/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": "0b02e1",
"default": false,
"description": "Related ... | open | false | null | [] | {
"closed_at": null,
"closed_issues": 786,
"created_at": "2015-01-13T10:53:19Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jreback/followers",
... | 5 | 2014-11-06T17:05:22Z | 2021-04-11T05:29:09Z | null | NONE | null | What about including a method to get the start and stop after a regex search of items in a DataFrame . Perhaps using .str.extract?
Returning the start as a new column would perhaps be as follows:
```
df['start'] = df['string'].str.extract(pattern, output = 'start')
```
an alternative suggestion from jkitchen on Stac... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/8747/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/8747/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/8748 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/8748/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/8748/comments | https://api.github.com/repos/pandas-dev/pandas/issues/8748/events | https://github.com/pandas-dev/pandas/issues/8748 | 47,990,722 | MDU6SXNzdWU0Nzk5MDcyMg== | 8,748 | Suggestion: method to slice strings using index columns (start and end) in dataframe | {
"avatar_url": "https://avatars.githubusercontent.com/u/8667542?v=4",
"events_url": "https://api.github.com/users/teese/events{/privacy}",
"followers_url": "https://api.github.com/users/teese/followers",
"following_url": "https://api.github.com/users/teese/following{/other_user}",
"gists_url": "https://api.g... | [
{
"color": "0b02e1",
"default": false,
"description": "Related to indexing on series/frames, not to indexes themselves",
"id": 2822098,
"name": "Indexing",
"node_id": "MDU6TGFiZWwyODIyMDk4",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Indexing"
},
{
"color": "AD... | closed | false | null | [] | {
"closed_at": 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",
... | 12 | 2014-11-06T17:34:58Z | 2020-01-30T20:23:56Z | 2018-07-06T21:49:52Z | NONE | null | What about implementing the following slice function? The df.start and df.end columns contain the start and end index required to slice the df.string.
```
df.sliced = df.string[df.start:df.end]
```
Currently we can slice columns with a fixed start and end index
```
df.sliced = df.string.str.slice(1, -1)
```
However... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/8748/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/8748/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/8749 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/8749/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/8749/comments | https://api.github.com/repos/pandas-dev/pandas/issues/8749/events | https://github.com/pandas-dev/pandas/issues/8749 | 48,073,901 | MDU6SXNzdWU0ODA3MzkwMQ== | 8,749 | Support for partial string matching in query | {
"avatar_url": "https://avatars.githubusercontent.com/u/621567?v=4",
"events_url": "https://api.github.com/users/johanekholm/events{/privacy}",
"followers_url": "https://api.github.com/users/johanekholm/followers",
"following_url": "https://api.github.com/users/johanekholm/following{/other_user}",
"gists_url... | [
{
"color": "AD7FA8",
"default": false,
"description": null,
"id": 35818298,
"name": "API Design",
"node_id": "MDU6TGFiZWwzNTgxODI5OA==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/API%20Design"
},
{
"color": "5319e7",
"default": false,
"description": "S... | closed | false | null | [] | {
"closed_at": null,
"closed_issues": 786,
"created_at": "2015-01-13T10:53:19Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jreback/followers",
... | 7 | 2014-11-07T11:46:37Z | 2019-04-08T18:35:42Z | 2018-07-06T21:34:08Z | NONE | null | Would be nice to have the query method support partial string matching, so you could do the equivalence of df[df['A'].str.contains("abc")] using query: df.query("A contains 'abc'").
| {
"+1": 11,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 11,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/8749/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/8749/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/8750 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/8750/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/8750/comments | https://api.github.com/repos/pandas-dev/pandas/issues/8750/events | https://github.com/pandas-dev/pandas/issues/8750 | 48,092,690 | MDU6SXNzdWU0ODA5MjY5MA== | 8,750 | ENH: HTML formatting for Series in Jupyter notebook | {
"avatar_url": "https://avatars.githubusercontent.com/u/2397974?v=4",
"events_url": "https://api.github.com/users/SylvainCorlay/events{/privacy}",
"followers_url": "https://api.github.com/users/SylvainCorlay/followers",
"following_url": "https://api.github.com/users/SylvainCorlay/following{/other_user}",
"gi... | [
{
"color": "4E9A06",
"default": false,
"description": null,
"id": 76812,
"name": "Enhancement",
"node_id": "MDU6TGFiZWw3NjgxMg==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Enhancement"
},
{
"color": "006b75",
"default": false,
"description": "read_htm... | open | false | null | [] | {
"closed_at": null,
"closed_issues": 786,
"created_at": "2015-01-13T10:53:19Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jreback/followers",
... | 4 | 2014-11-07T15:22:20Z | 2020-04-26T17:33:14Z | null | CONTRIBUTOR | null | Unlike `pandas.DataFrame`, `pandas.Series` does not have the methods to be converted to an html table.
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/8750/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/8750/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/8751 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/8751/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/8751/comments | https://api.github.com/repos/pandas-dev/pandas/issues/8751/events | https://github.com/pandas-dev/pandas/issues/8751 | 48,095,488 | MDU6SXNzdWU0ODA5NTQ4OA== | 8,751 | Add a `levels` member in pandas.Index | {
"avatar_url": "https://avatars.githubusercontent.com/u/2397974?v=4",
"events_url": "https://api.github.com/users/SylvainCorlay/events{/privacy}",
"followers_url": "https://api.github.com/users/SylvainCorlay/followers",
"following_url": "https://api.github.com/users/SylvainCorlay/following{/other_user}",
"gi... | [
{
"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 | 2 | 2014-11-07T15:37:31Z | 2014-11-07T17:10:45Z | 2014-11-07T17:10:33Z | CONTRIBUTOR | null | While they have two members `labels` and `names` , single indices lack the member `levels` of multi-indices.
It can be useful to set it to `[df.values]` to treat the single indices in the same way as hierarchical indices thanks to duck typing.
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/8751/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/8751/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/8752 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/8752/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/8752/comments | https://api.github.com/repos/pandas-dev/pandas/issues/8752/events | https://github.com/pandas-dev/pandas/pull/8752 | 48,140,705 | MDExOlB1bGxSZXF1ZXN0MjQwODg2Njc= | 8,752 | Update tokenizer to fix #8679 #8661 | {
"avatar_url": "https://avatars.githubusercontent.com/u/831833?v=4",
"events_url": "https://api.github.com/users/selasley/events{/privacy}",
"followers_url": "https://api.github.com/users/selasley/followers",
"following_url": "https://api.github.com/users/selasley/following{/other_user}",
"gists_url": "https... | [
{
"color": "e10c02",
"default": false,
"description": null,
"id": 76811,
"name": "Bug",
"node_id": "MDU6TGFiZWw3NjgxMQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug"
},
{
"color": "5319e7",
"default": false,
"description": "read_csv, to_csv",
"... | closed | false | null | [] | {
"closed_at": "2014-12-12T13:45:40Z",
"closed_issues": 173,
"created_at": "2014-10-07T14:40:52Z",
"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 | 2014-11-07T22:53:11Z | 2015-02-01T03:19:50Z | 2014-11-27T02:52:38Z | CONTRIBUTOR | null | Update tokenizer's handling of skipped lines.
Fixes a problem with read_csv(delim_whitespace=True) and
read_table(engine='c') when lines being skipped have trailing
whitespace.
closes #8679
closes #8681
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/8752/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/8752/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/8752.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/8752",
"merged_at": "2014-11-27T02:52:38Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/8752.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/8752"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/8753 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/8753/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/8753/comments | https://api.github.com/repos/pandas-dev/pandas/issues/8753/events | https://github.com/pandas-dev/pandas/pull/8753 | 48,158,607 | MDExOlB1bGxSZXF1ZXN0MjQwOTgzMTM= | 8,753 | API: allow negative steps for label-based indexing | {
"avatar_url": "https://avatars.githubusercontent.com/u/579798?v=4",
"events_url": "https://api.github.com/users/immerrr/events{/privacy}",
"followers_url": "https://api.github.com/users/immerrr/followers",
"following_url": "https://api.github.com/users/immerrr/following{/other_user}",
"gists_url": "https://... | [
{
"color": "e10c02",
"default": false,
"description": null,
"id": 76811,
"name": "Bug",
"node_id": "MDU6TGFiZWw3NjgxMQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug"
},
{
"color": "0b02e1",
"default": false,
"description": "Related to indexing on s... | closed | false | null | [] | {
"closed_at": "2014-12-12T13:45:40Z",
"closed_issues": 173,
"created_at": "2014-10-07T14:40:52Z",
"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 | 2014-11-08T07:14:47Z | 2014-11-19T22:15:58Z | 2014-11-19T22:05:10Z | CONTRIBUTOR | null | This should fix #8716.
Some of this refactoring may be useful for #8613, so I'd like someone to look through this.
cc'ing @shoyer, @jreback and @jorisvandenbossche .
TODO:
- add tests for label slicing with negative step (ix, loc)
- [x] int64index
- [x] float64index
- [x] objectindex
- [x] fix datetime/period ... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/8753/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/8753/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/8753.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/8753",
"merged_at": "2014-11-19T22:05:09Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/8753.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/8753"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/8754 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/8754/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/8754/comments | https://api.github.com/repos/pandas-dev/pandas/issues/8754/events | https://github.com/pandas-dev/pandas/issues/8754 | 48,170,392 | MDU6SXNzdWU0ODE3MDM5Mg== | 8,754 | BUG: step argument in the slice StringMethod not working | {
"avatar_url": "https://avatars.githubusercontent.com/u/1020496?v=4",
"events_url": "https://api.github.com/users/jorisvandenbossche/events{/privacy}",
"followers_url": "https://api.github.com/users/jorisvandenbossche/followers",
"following_url": "https://api.github.com/users/jorisvandenbossche/following{/othe... | [
{
"color": "e10c02",
"default": false,
"description": null,
"id": 76811,
"name": "Bug",
"node_id": "MDU6TGFiZWw3NjgxMQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug"
},
{
"color": "5319e7",
"default": false,
"description": "String extension data ty... | closed | false | null | [] | {
"closed_at": "2014-12-12T13:45:40Z",
"closed_issues": 173,
"created_at": "2014-10-07T14:40:52Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jr... | 0 | 2014-11-08T16:26:11Z | 2014-11-18T10:14:22Z | 2014-11-18T10:14:22Z | MEMBER | null | The `step` argument in the `slice` StringMethods has no effect:
```
In [18]: s = pd.Series(['abcde', 'fghij'])
In [19]: s.str.slice?
Definition: s.str.slice(self, start=None, stop=None, step=1)
Slice substrings from each element in array
Parameters
----------
start : int or None
stop : int or None
Returns
-------
... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/8754/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/8754/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/8755 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/8755/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/8755/comments | https://api.github.com/repos/pandas-dev/pandas/issues/8755/events | https://github.com/pandas-dev/pandas/pull/8755 | 48,172,093 | MDExOlB1bGxSZXF1ZXN0MjQxMDM2ODU= | 8,755 | DOC: clean-up v0.15.1 whatsnew file | {
"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": "2014-11-09T12:33:59Z",
"closed_issues": 86,
"created_at": "2014-10-30T11:12:13Z",
"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/jre... | 1 | 2014-11-08T17:29:35Z | 2014-11-09T12:13:49Z | 2014-11-09T12:13:49Z | MEMBER | null | @jreback fixed the link to the bug fixes and reorderd it a bit (this is already included in the online 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/8755/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/8755/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/8755.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/8755",
"merged_at": "2014-11-09T12:13:49Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/8755.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/8755"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/8756 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/8756/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/8756/comments | https://api.github.com/repos/pandas-dev/pandas/issues/8756/events | https://github.com/pandas-dev/pandas/pull/8756 | 48,172,158 | MDExOlB1bGxSZXF1ZXN0MjQxMDM3MDc= | 8,756 | DOC: remove unused matplotlib directives from conf.py | {
"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": "2014-12-12T13:45:40Z",
"closed_issues": 173,
"created_at": "2014-10-07T14:40:52Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jr... | 0 | 2014-11-08T17:31:27Z | 2014-11-13T09:19:40Z | 2014-11-13T09:19:40Z | MEMBER | null | I don't think we use the matplotlib directives anywhere (and the todo was twice in the list), so removed them from conf.py
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/8756/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/8756/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/8756.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/8756",
"merged_at": "2014-11-13T09:19:40Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/8756.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/8756"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/8757 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/8757/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/8757/comments | https://api.github.com/repos/pandas-dev/pandas/issues/8757/events | https://github.com/pandas-dev/pandas/issues/8757 | 48,175,569 | MDU6SXNzdWU0ODE3NTU2OQ== | 8,757 | BUG: pd.Timedelta does not accept np.int32, etc. | {
"avatar_url": "https://avatars.githubusercontent.com/u/4383303?v=4",
"events_url": "https://api.github.com/users/wholmgren/events{/privacy}",
"followers_url": "https://api.github.com/users/wholmgren/followers",
"following_url": "https://api.github.com/users/wholmgren/following{/other_user}",
"gists_url": "h... | [
{
"color": "e10c02",
"default": false,
"description": null,
"id": 76811,
"name": "Bug",
"node_id": "MDU6TGFiZWw3NjgxMQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug"
},
{
"color": "e102d8",
"default": false,
"description": "Unexpected or buggy dtyp... | closed | false | null | [] | {
"closed_at": "2014-12-12T13:45:40Z",
"closed_issues": 173,
"created_at": "2014-10-07T14:40:52Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jr... | 8 | 2014-11-08T18:57:44Z | 2014-11-11T23:37:43Z | 2014-11-11T23:37:43Z | CONTRIBUTOR | null | pd.Timedelta is a great addition, thanks!
Is it the intended behavior of pd.Timedelta to only accept np.int64, python ints, and python floats? I ran into this when I tried to construct a list of pd.Timedeltas from the np.int32 array returned by pd.DatetimeIndex.dayofyear.
``` python
>>> import pandas as pd
>>> impo... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/8757/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/8757/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/8758 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/8758/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/8758/comments | https://api.github.com/repos/pandas-dev/pandas/issues/8758/events | https://github.com/pandas-dev/pandas/pull/8758 | 48,179,429 | MDExOlB1bGxSZXF1ZXN0MjQxMDU2MzM= | 8,758 | BUG: Fix groupby methods to include *args and **kwds if applicable. | {
"avatar_url": "https://avatars.githubusercontent.com/u/5957850?v=4",
"events_url": "https://api.github.com/users/davidastephens/events{/privacy}",
"followers_url": "https://api.github.com/users/davidastephens/followers",
"following_url": "https://api.github.com/users/davidastephens/following{/other_user}",
... | [
{
"color": "e10c02",
"default": false,
"description": null,
"id": 76811,
"name": "Bug",
"node_id": "MDU6TGFiZWw3NjgxMQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug"
},
{
"color": "729FCF",
"default": false,
"description": null,
"id": 233160,
... | closed | false | null | [] | {
"closed_at": "2014-12-12T13:45:40Z",
"closed_issues": 173,
"created_at": "2014-10-07T14:40:52Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jr... | 3 | 2014-11-08T20:14:45Z | 2014-11-10T01:18:32Z | 2014-11-08T23:18:50Z | CONTRIBUTOR | null | Fixes #8733 (and any other bug that would result from trying to send an arbitrary keyword to a groupby method).
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/8758/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/8758/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/8758.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/8758",
"merged_at": "2014-11-08T23:18:50Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/8758.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/8758"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/8759 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/8759/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/8759/comments | https://api.github.com/repos/pandas-dev/pandas/issues/8759/events | https://github.com/pandas-dev/pandas/pull/8759 | 48,183,730 | MDExOlB1bGxSZXF1ZXN0MjQxMDczNjA= | 8,759 | Update tutorials.rst | {
"avatar_url": "https://avatars.githubusercontent.com/u/8755497?v=4",
"events_url": "https://api.github.com/users/wavedatalab/events{/privacy}",
"followers_url": "https://api.github.com/users/wavedatalab/followers",
"following_url": "https://api.github.com/users/wavedatalab/following{/other_user}",
"gists_ur... | [
{
"color": "3465A4",
"default": false,
"description": null,
"id": 134699,
"name": "Docs",
"node_id": "MDU6TGFiZWwxMzQ2OTk=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Docs"
}
] | closed | false | null | [] | {
"closed_at": "2014-12-12T13:45:40Z",
"closed_issues": 173,
"created_at": "2014-10-07T14:40:52Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jr... | 5 | 2014-11-08T22:57:28Z | 2014-11-09T21:35:09Z | 2014-11-09T14:01:12Z | CONTRIBUTOR | null | Add a pandas tutorial to the tutorial links.
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/8759/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/8759/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/8759.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/8759",
"merged_at": "2014-11-09T14:01:12Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/8759.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/8759"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/8760 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/8760/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/8760/comments | https://api.github.com/repos/pandas-dev/pandas/issues/8760/events | https://github.com/pandas-dev/pandas/issues/8760 | 48,189,906 | MDU6SXNzdWU0ODE4OTkwNg== | 8,760 | TST: require unittest2 for testing on Python 2.6? | {
"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": "C4A000",
"default": false,
"description": "pandas testing functions or related to the test suite",
"id": 127685,
"name": "Testing",
"node_id": "MDU6TGFiZWwxMjc2ODU=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Testing"
}
] | closed | false | null | [] | {
"closed_at": "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... | 6 | 2014-11-09T03:52:24Z | 2016-01-08T14:07:14Z | 2016-01-08T14:07:14Z | MEMBER | null | There are some nice improvements available in the unittest module on Python 2.7 or later that aren't available on Python 2.6 without using the unittest2 library. In particular, I miss using `assertRaises` as a context manager and `skiptest`.
How about adding the module as a testing requirement on Python 2.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/8760/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/8760/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/8761 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/8761/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/8761/comments | https://api.github.com/repos/pandas-dev/pandas/issues/8761/events | https://github.com/pandas-dev/pandas/issues/8761 | 48,200,990 | MDU6SXNzdWU0ODIwMDk5MA== | 8,761 | TST: yahoo options tests additional skipping criteria | {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jreback/followers",
"following_url": "https://api.github.com/users/jreback/following{/other_user}",
"gists_url": "https://... | [
{
"color": "C4A000",
"default": false,
"description": "pandas testing functions or related to the test suite",
"id": 127685,
"name": "Testing",
"node_id": "MDU6TGFiZWwxMjc2ODU=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Testing"
}
] | closed | false | null | [] | {
"closed_at": "2014-12-12T13:45:40Z",
"closed_issues": 173,
"created_at": "2014-10-07T14:40:52Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jr... | 2 | 2014-11-09T13:08:09Z | 2014-11-11T05:06:50Z | 2014-11-09T22:04:09Z | CONTRIBUTOR | null | https://travis-ci.org/pydata/pandas/jobs/40415856
https://travis-ci.org/pydata/pandas/jobs/40425986
cc @dstephens99
These are hitting a `ValueError` on multiple-pr's I have seen. Maybe they are getting partial data?
So need to skip on that particular error (not exactly sure where that is coming from).
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/8761/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/8761/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/8762 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/8762/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/8762/comments | https://api.github.com/repos/pandas-dev/pandas/issues/8762/events | https://github.com/pandas-dev/pandas/issues/8762 | 48,207,183 | MDU6SXNzdWU0ODIwNzE4Mw== | 8,762 | `to_sql` dies on columns with closed parens | {
"avatar_url": "https://avatars.githubusercontent.com/u/15233?v=4",
"events_url": "https://api.github.com/users/hammer/events{/privacy}",
"followers_url": "https://api.github.com/users/hammer/followers",
"following_url": "https://api.github.com/users/hammer/following{/other_user}",
"gists_url": "https://api.... | [
{
"color": "e10c02",
"default": false,
"description": null,
"id": 76811,
"name": "Bug",
"node_id": "MDU6TGFiZWw3NjgxMQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug"
},
{
"color": "5319e7",
"default": false,
"description": "to_sql, read_sql, read_s... | open | false | null | [] | {
"closed_at": null,
"closed_issues": 786,
"created_at": "2015-01-13T10:53:19Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jreback/followers",
... | 11 | 2014-11-09T17:22:49Z | 2020-05-16T03:36:07Z | null | NONE | null | In [3]: pd.show_versions()
INSTALLED VERSIONS
commit: 9a66dbb
python: 2.7.6.final.0
python-bits: 64
OS: Linux
OS-release: 3.13.0-32-generic
machine: x86_64
processor: x86_64
byteorder: little
LC_ALL: None
LANG: en_US.UTF-8
pandas: 0.15.0-62-g9a66dbb
nose: None
Cython: 0.20.1post0
numpy: 1.8.1
scipy: 0.13.3
statsmode... | {
"+1": 3,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 3,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/8762/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/8762/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/8763 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/8763/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/8763/comments | https://api.github.com/repos/pandas-dev/pandas/issues/8763/events | https://github.com/pandas-dev/pandas/pull/8763 | 48,212,639 | MDExOlB1bGxSZXF1ZXN0MjQxMTg3NTg= | 8,763 | TST: Raise remote data error if no expiry dates are found (Options) | {
"avatar_url": "https://avatars.githubusercontent.com/u/5957850?v=4",
"events_url": "https://api.github.com/users/davidastephens/events{/privacy}",
"followers_url": "https://api.github.com/users/davidastephens/followers",
"following_url": "https://api.github.com/users/davidastephens/following{/other_user}",
... | [
{
"color": "C4A000",
"default": false,
"description": "pandas testing functions or related to the test suite",
"id": 127685,
"name": "Testing",
"node_id": "MDU6TGFiZWwxMjc2ODU=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Testing"
}
] | closed | false | null | [] | {
"closed_at": "2014-12-12T13:45:40Z",
"closed_issues": 173,
"created_at": "2014-10-07T14:40:52Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jr... | 4 | 2014-11-09T20:32:31Z | 2014-11-10T01:18:40Z | 2014-11-09T22:04:09Z | CONTRIBUTOR | null | Fixes #8761.
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/8763/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/8763/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/8763.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/8763",
"merged_at": "2014-11-09T22:04:09Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/8763.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/8763"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/8764 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/8764/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/8764/comments | https://api.github.com/repos/pandas-dev/pandas/issues/8764/events | https://github.com/pandas-dev/pandas/pull/8764 | 48,216,833 | MDExOlB1bGxSZXF1ZXN0MjQxMjA1MjY= | 8,764 | BUG: Fix plots showing multiple sets of axis labels if index is a timeseries. | {
"avatar_url": "https://avatars.githubusercontent.com/u/5957850?v=4",
"events_url": "https://api.github.com/users/davidastephens/events{/privacy}",
"followers_url": "https://api.github.com/users/davidastephens/followers",
"following_url": "https://api.github.com/users/davidastephens/following{/other_user}",
... | [
{
"color": "e10c02",
"default": false,
"description": null,
"id": 76811,
"name": "Bug",
"node_id": "MDU6TGFiZWw3NjgxMQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug"
},
{
"color": "8AE234",
"default": false,
"description": null,
"id": 2413328,
... | closed | false | null | [] | {
"closed_at": "2014-12-12T13:45:40Z",
"closed_issues": 173,
"created_at": "2014-10-07T14:40:52Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jr... | 14 | 2014-11-09T22:48:58Z | 2014-12-07T15:44:01Z | 2014-12-07T15:42:01Z | CONTRIBUTOR | null | Fixes #3964
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/8764/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/8764/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/8764.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/8764",
"merged_at": null,
"patch_url": "https://github.com/pandas-dev/pandas/pull/8764.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/8764"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/8765 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/8765/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/8765/comments | https://api.github.com/repos/pandas-dev/pandas/issues/8765/events | https://github.com/pandas-dev/pandas/issues/8765 | 48,217,804 | MDU6SXNzdWU0ODIxNzgwNA== | 8,765 | BUG: fontsize parameter of plot only affects x-axis. | {
"avatar_url": "https://avatars.githubusercontent.com/u/5957850?v=4",
"events_url": "https://api.github.com/users/davidastephens/events{/privacy}",
"followers_url": "https://api.github.com/users/davidastephens/followers",
"following_url": "https://api.github.com/users/davidastephens/following{/other_user}",
... | [
{
"color": "e10c02",
"default": false,
"description": null,
"id": 76811,
"name": "Bug",
"node_id": "MDU6TGFiZWw3NjgxMQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug"
},
{
"color": "8AE234",
"default": false,
"description": null,
"id": 2413328,
... | closed | false | null | [] | {
"closed_at": "2014-12-12T13:45:40Z",
"closed_issues": 173,
"created_at": "2014-10-07T14:40:52Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jr... | 1 | 2014-11-09T23:20:25Z | 2014-12-01T00:09:33Z | 2014-12-01T00:09:33Z | CONTRIBUTOR | null | ``` python
import pandas as pd
import numpy as np
df = pd.DataFrame(np.random.randn(10, 9), index=range(10))
df.plot()
```
Results in this plot (all the same font size):

``` python
df.plot(f... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/8765/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/8765/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/8766 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/8766/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/8766/comments | https://api.github.com/repos/pandas-dev/pandas/issues/8766/events | https://github.com/pandas-dev/pandas/pull/8766 | 48,218,876 | MDExOlB1bGxSZXF1ZXN0MjQxMjE0NTg= | 8,766 | BUG: fontsize parameter of plot only affects one axis. | {
"avatar_url": "https://avatars.githubusercontent.com/u/5957850?v=4",
"events_url": "https://api.github.com/users/davidastephens/events{/privacy}",
"followers_url": "https://api.github.com/users/davidastephens/followers",
"following_url": "https://api.github.com/users/davidastephens/following{/other_user}",
... | [
{
"color": "e10c02",
"default": false,
"description": null,
"id": 76811,
"name": "Bug",
"node_id": "MDU6TGFiZWw3NjgxMQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug"
},
{
"color": "8AE234",
"default": false,
"description": null,
"id": 2413328,
... | closed | false | null | [] | {
"closed_at": "2014-12-12T13:45:40Z",
"closed_issues": 173,
"created_at": "2014-10-07T14:40:52Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jr... | 10 | 2014-11-09T23:54:51Z | 2014-12-10T09:07:53Z | 2014-12-10T09:07:40Z | CONTRIBUTOR | null | fixes #8765
``` python
import pandas as pd
df = pd.DataFrame(np.random.randn(10, 9), index=range(10))
df.plot(fontsize=7)
```

| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/8766/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/8766/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/8766.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/8766",
"merged_at": "2014-12-10T09:07:40Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/8766.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/8766"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/8767 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/8767/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/8767/comments | https://api.github.com/repos/pandas-dev/pandas/issues/8767/events | https://github.com/pandas-dev/pandas/pull/8767 | 48,219,379 | MDExOlB1bGxSZXF1ZXN0MjQxMjE2NjM= | 8,767 | ENH: Add categorical support for Stata export | {
"avatar_url": "https://avatars.githubusercontent.com/u/5585221?v=4",
"events_url": "https://api.github.com/users/bashtage/events{/privacy}",
"followers_url": "https://api.github.com/users/bashtage/followers",
"following_url": "https://api.github.com/users/bashtage/following{/other_user}",
"gists_url": "http... | [
{
"color": "e11d21",
"default": false,
"description": "Categorical Data Type",
"id": 78527356,
"name": "Categorical",
"node_id": "MDU6TGFiZWw3ODUyNzM1Ng==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Categorical"
},
{
"color": "5319e7",
"default": false,
... | closed | false | null | [] | {
"closed_at": "2014-12-12T13:45:40Z",
"closed_issues": 173,
"created_at": "2014-10-07T14:40:52Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jr... | 11 | 2014-11-10T00:13:09Z | 2014-11-13T16:51:41Z | 2014-11-13T11:15:40Z | CONTRIBUTOR | null | Add support for exporting DataFrames containing categorical data.
closes #8633
xref #7621
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/8767/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/8767/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/8767.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/8767",
"merged_at": "2014-11-13T11:15:40Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/8767.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/8767"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/8768 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/8768/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/8768/comments | https://api.github.com/repos/pandas-dev/pandas/issues/8768/events | https://github.com/pandas-dev/pandas/issues/8768 | 48,219,555 | MDU6SXNzdWU0ODIxOTU1NQ== | 8,768 | TST: wb test failing | {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jreback/followers",
"following_url": "https://api.github.com/users/jreback/following{/other_user}",
"gists_url": "https://... | [
{
"color": "C4A000",
"default": false,
"description": "pandas testing functions or related to the test suite",
"id": 127685,
"name": "Testing",
"node_id": "MDU6TGFiZWwxMjc2ODU=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Testing"
}
] | closed | false | null | [] | {
"closed_at": "2014-12-12T13:45:40Z",
"closed_issues": 173,
"created_at": "2014-10-07T14:40:52Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jr... | 6 | 2014-11-10T00:18:12Z | 2014-11-10T12:43:32Z | 2014-11-10T12:43:32Z | CONTRIBUTOR | null | xref #8551
cc @jnmclarty
```
.SS.E
======================================================================
ERROR: test_wdi_search (pandas.io.tests.test_wb.TestWB)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/Users/jreback/pandas/pandas/util/testing... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/8768/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/8768/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/8769 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/8769/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/8769/comments | https://api.github.com/repos/pandas-dev/pandas/issues/8769/events | https://github.com/pandas-dev/pandas/pull/8769 | 48,226,850 | MDExOlB1bGxSZXF1ZXN0MjQxMjUyMTI= | 8,769 | TST: Change a failing wb test #8768 | {
"avatar_url": "https://avatars.githubusercontent.com/u/6062071?v=4",
"events_url": "https://api.github.com/users/jnmclarty/events{/privacy}",
"followers_url": "https://api.github.com/users/jnmclarty/followers",
"following_url": "https://api.github.com/users/jnmclarty/following{/other_user}",
"gists_url": "h... | [
{
"color": "C4A000",
"default": false,
"description": "pandas testing functions or related to the test suite",
"id": 127685,
"name": "Testing",
"node_id": "MDU6TGFiZWwxMjc2ODU=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Testing"
}
] | closed | false | null | [] | {
"closed_at": "2014-12-12T13:45:40Z",
"closed_issues": 173,
"created_at": "2014-10-07T14:40:52Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jr... | 1 | 2014-11-10T03:32:07Z | 2015-02-09T00:44:01Z | 2014-11-10T12:43:19Z | CONTRIBUTOR | null | Fixes a previously poorly designed test in io.wb.
Closes #8768
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/8769/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/8769/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/8769.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/8769",
"merged_at": null,
"patch_url": "https://github.com/pandas-dev/pandas/pull/8769.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/8769"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/8770 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/8770/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/8770/comments | https://api.github.com/repos/pandas-dev/pandas/issues/8770/events | https://github.com/pandas-dev/pandas/issues/8770 | 48,244,423 | MDU6SXNzdWU0ODI0NDQyMw== | 8,770 | BUG: categorical column dropped from groupby agg result when as_index=False | {
"avatar_url": "https://avatars.githubusercontent.com/u/8589139?v=4",
"events_url": "https://api.github.com/users/aimboden/events{/privacy}",
"followers_url": "https://api.github.com/users/aimboden/followers",
"following_url": "https://api.github.com/users/aimboden/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": "729FCF",
"default": false,
"description": null,
"id": 233160,
... | 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",
... | 7 | 2014-11-10T09:22:12Z | 2018-07-06T21:30:07Z | 2018-07-06T21:30:00Z | NONE | null | Hello everyone, updating to Pandas 0.15.1 breaks my code because of the following behaviour. When performing an aggregation operation on a groupby object containing a categorical, with as_index=False, this column is now dropped from the aggregation result. This may be an unexpected consequence of #8585 , and certainly ... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/8770/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/8770/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/8771 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/8771/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/8771/comments | https://api.github.com/repos/pandas-dev/pandas/issues/8771/events | https://github.com/pandas-dev/pandas/issues/8771 | 48,258,332 | MDU6SXNzdWU0ODI1ODMzMg== | 8,771 | Timestamp does not parse the 'Z' zone designator for UTC | {
"avatar_url": "https://avatars.githubusercontent.com/u/7666987?v=4",
"events_url": "https://api.github.com/users/broessli/events{/privacy}",
"followers_url": "https://api.github.com/users/broessli/followers",
"following_url": "https://api.github.com/users/broessli/following{/other_user}",
"gists_url": "http... | [
{
"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": "e11d21",
"default": false,
"description": "Functiona... | closed | false | null | [] | {
"closed_at": "2014-12-12T13:45:40Z",
"closed_issues": 173,
"created_at": "2014-10-07T14:40:52Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jr... | 5 | 2014-11-10T12:14:42Z | 2014-11-27T17:48:12Z | 2014-11-27T17:48:12Z | NONE | null | Pandas 0.14.1 does parse UTC 'Z' designator:
``` python
In [1]: import pandas as pd;pd.__version__
Out[1]: '0.14.1'
In [2]: pd.Timestamp("2014-11-10 11:00Z")
Out[2]: Timestamp('2014-11-10 11:00:00+0000', tz='UTC')
```
Beginning with pandas 0.15.0, it seems to be broken:
``` python
In [1]: import pandas as pd;pd.__ve... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/8771/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/8771/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/8772 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/8772/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/8772/comments | https://api.github.com/repos/pandas-dev/pandas/issues/8772/events | https://github.com/pandas-dev/pandas/issues/8772 | 48,259,908 | MDU6SXNzdWU0ODI1OTkwOA== | 8,772 | 'infer_freq' does not work with DST transition | {
"avatar_url": "https://avatars.githubusercontent.com/u/7666987?v=4",
"events_url": "https://api.github.com/users/broessli/events{/privacy}",
"followers_url": "https://api.github.com/users/broessli/followers",
"following_url": "https://api.github.com/users/broessli/following{/other_user}",
"gists_url": "http... | [
{
"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": "2014-12-12T13:45:40Z",
"closed_issues": 173,
"created_at": "2014-10-07T14:40:52Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jr... | 5 | 2014-11-10T12:35:54Z | 2019-08-22T09:10:57Z | 2014-11-14T19:31:48Z | NONE | null | Consider the following index crossing a DST transition:
``` python
In [1]: import pandas as pd;pd.__version__
Out[1]: '0.15.0'
In [2]: index = pd.date_range(pd.Timestamp("2014-10-25 03:00", tz="Europe/Paris"), periods=10, freq="3H")
In [3]: index
Out[3]:
<class 'pandas.tseries.index.DatetimeIndex'>
[2014-10-25 03: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/8772/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/8772/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/8773 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/8773/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/8773/comments | https://api.github.com/repos/pandas-dev/pandas/issues/8773/events | https://github.com/pandas-dev/pandas/issues/8773 | 48,260,534 | MDU6SXNzdWU0ODI2MDUzNA== | 8,773 | read_ga bug | {
"avatar_url": "https://avatars.githubusercontent.com/u/104787?v=4",
"events_url": "https://api.github.com/users/benoitpointet/events{/privacy}",
"followers_url": "https://api.github.com/users/benoitpointet/followers",
"following_url": "https://api.github.com/users/benoitpointet/following{/other_user}",
"gis... | [
{
"color": "e10c02",
"default": false,
"description": null,
"id": 76811,
"name": "Bug",
"node_id": "MDU6TGFiZWw3NjgxMQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug"
},
{
"color": "0052cc",
"default": false,
"description": "pandas-gbq compatability... | closed | false | null | [] | null | 5 | 2014-11-10T12:43:23Z | 2014-11-11T14:41:39Z | 2014-11-11T14:08:22Z | CONTRIBUTOR | null | Cannot get io.ga to work since update to 14.1 (using 0.15.0 right now):
TypeError: list indices must be integers, not Index
``` python
import pandas.io.ga as ga
df = ga.read_ga(
property_id = "UA-XXX",
profile_id = "XXX",
metrics = ['users'],
dimensions = ['dayOfWeek','hour'],
start_date... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/8773/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/8773/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/8774 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/8774/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/8774/comments | https://api.github.com/repos/pandas-dev/pandas/issues/8774/events | https://github.com/pandas-dev/pandas/issues/8774 | 48,262,006 | MDU6SXNzdWU0ODI2MjAwNg== | 8,774 | 'date_range' no longer has a true "24H" frequency | {
"avatar_url": "https://avatars.githubusercontent.com/u/7666987?v=4",
"events_url": "https://api.github.com/users/broessli/events{/privacy}",
"followers_url": "https://api.github.com/users/broessli/followers",
"following_url": "https://api.github.com/users/broessli/following{/other_user}",
"gists_url": "http... | [
{
"color": "009800",
"default": false,
"description": "Duplicate issue or pull request",
"id": 40153326,
"name": "Duplicate Report",
"node_id": "MDU6TGFiZWw0MDE1MzMyNg==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Duplicate%20Report"
},
{
"color": "0052cc",
... | closed | false | null | [] | {
"closed_at": null,
"closed_issues": 2361,
"created_at": "2015-02-26T19:29:05Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/1020496?v=4",
"events_url": "https://api.github.com/users/jorisvandenbossche/events{/privacy}",
"followers_url": "https://api.github.com/users/jorisva... | 4 | 2014-11-10T13:01:45Z | 2018-04-09T15:13:16Z | 2018-04-09T15:13:16Z | NONE | null | The semantic of the frequencies "D" and "24H" in 'date_range' has changed in pandas 0.15.0: they are now both equivalent to a "calendar daily" frequency, ie local time is kept the same across DST transition:
``` python
In [1]: import pandas as pd;pd.__version__
Out[1]: '0.15.0'
In [2]: list(pd.date_range(pd.Timestamp(... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/8774/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/8774/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/8775 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/8775/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/8775/comments | https://api.github.com/repos/pandas-dev/pandas/issues/8775/events | https://github.com/pandas-dev/pandas/issues/8775 | 48,263,687 | MDU6SXNzdWU0ODI2MzY4Nw== | 8,775 | df.info() ignores index hashtable memory usage | {
"avatar_url": "https://avatars.githubusercontent.com/u/9023555?v=4",
"events_url": "https://api.github.com/users/kay1793/events{/privacy}",
"followers_url": "https://api.github.com/users/kay1793/followers",
"following_url": "https://api.github.com/users/kay1793/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": null,
"closed_issues": 278,
"created_at": "2013-01-06T03:02:01Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4",
"events_url": "https://api.github.com/users/wesm/events{/privacy}",
"followers_url": "https://api.github.com/users/wesm/followers",
"f... | 4 | 2014-11-10T13:22:33Z | 2017-04-25T21:51:22Z | 2017-04-25T21:51:22Z | NONE | null | another problem with memory report (#7619) in df.info() like #8578 (locked) and fix to multindex hidden in #8456 (see [whatsnew](http://pandas.pydata.org/pandas-docs/stable/whatsnew.html#enhancements)). it count the space used by index hashtable. for each entry the klib hashtable keeps a copy of the index data 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/8775/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/8775/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/8776 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/8776/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/8776/comments | https://api.github.com/repos/pandas-dev/pandas/issues/8776/events | https://github.com/pandas-dev/pandas/issues/8776 | 48,271,266 | MDU6SXNzdWU0ODI3MTI2Ng== | 8,776 | DOC/VIS: plotting on current figure/axis with Series/DataFrame.plot() | {
"avatar_url": "https://avatars.githubusercontent.com/u/1020496?v=4",
"events_url": "https://api.github.com/users/jorisvandenbossche/events{/privacy}",
"followers_url": "https://api.github.com/users/jorisvandenbossche/followers",
"following_url": "https://api.github.com/users/jorisvandenbossche/following{/othe... | [
{
"color": "3465A4",
"default": false,
"description": null,
"id": 134699,
"name": "Docs",
"node_id": "MDU6TGFiZWwxMzQ2OTk=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Docs"
},
{
"color": "8AE234",
"default": false,
"description": null,
"id": 241332... | open | false | null | [] | {
"closed_at": null,
"closed_issues": 786,
"created_at": "2015-01-13T10:53:19Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jreback/followers",
... | 17 | 2014-11-10T14:45:09Z | 2017-02-17T15:26:53Z | null | MEMBER | null | From [SO](http://stackoverflow.com/questions/26845727/pandas-plot-multiple-columns-of-a-timeseries-with-labels-example-from-pandas-d/26845829#26845829), I noticed that `Series.plot()` plots on the current axis if no ax is specified, and `DataFrame.plot` not (so creates a new figure when no ax is specified).
Some thing... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/8776/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/8776/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/8777 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/8777/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/8777/comments | https://api.github.com/repos/pandas-dev/pandas/issues/8777/events | https://github.com/pandas-dev/pandas/issues/8777 | 48,273,392 | MDU6SXNzdWU0ODI3MzM5Mg== | 8,777 | rolling_apply and dataframes | {
"avatar_url": "https://avatars.githubusercontent.com/u/190799?v=4",
"events_url": "https://api.github.com/users/denadai2/events{/privacy}",
"followers_url": "https://api.github.com/users/denadai2/followers",
"following_url": "https://api.github.com/users/denadai2/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": "729FCF",
"default": false,
"description": null,
... | closed | false | null | [] | null | 1 | 2014-11-10T15:05:55Z | 2014-11-10T23:48:07Z | 2014-11-10T23:48:07Z | NONE | null | Hello, I'm trying to apply this
```
from scipy.spatial import distance
def myrolling_apply(df):
print type(df)
print df
print df.dtypes
a = df['predicted'].values
b = df['actual'].values
#dst = distance.euclidean(a,b)
return(df)
rrbug = pd.read_csv('bug.csv')
rrbug = pd.rolling_apply(rrbu... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/8777/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/8777/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/8778 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/8778/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/8778/comments | https://api.github.com/repos/pandas-dev/pandas/issues/8778/events | https://github.com/pandas-dev/pandas/issues/8778 | 48,279,884 | MDU6SXNzdWU0ODI3OTg4NA== | 8,778 | problem with to_sql with NA | {
"avatar_url": "https://avatars.githubusercontent.com/u/4275603?v=4",
"events_url": "https://api.github.com/users/clembou/events{/privacy}",
"followers_url": "https://api.github.com/users/clembou/followers",
"following_url": "https://api.github.com/users/clembou/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": "e102d8",
"default": false,
"description": "Unexpect... | closed | false | null | [] | {
"closed_at": "2014-12-12T13:45:40Z",
"closed_issues": 173,
"created_at": "2014-10-07T14:40:52Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jr... | 12 | 2014-11-10T16:00:36Z | 2014-12-15T10:21:59Z | 2014-12-08T07:42:33Z | NONE | null | i am experiencing issues with writing NA values for a column of boolean with missing values.
``` python
data = [True, None, False]
df = pd.DataFrame(a, columns=['test'])
df.info()
<class 'pandas.core.frame.DataFrame'>
Int64Index: 3 entries, 0 to 2
Data columns (total 1 columns):
test 2 non-null object
dtypes: obj... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/8778/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/8778/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/8779 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/8779/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/8779/comments | https://api.github.com/repos/pandas-dev/pandas/issues/8779/events | https://github.com/pandas-dev/pandas/issues/8779 | 48,283,644 | MDU6SXNzdWU0ODI4MzY0NA== | 8,779 | "TypeError: list indices must be integers, not Index" when using Google Analytics IO | {
"avatar_url": "https://avatars.githubusercontent.com/u/1315854?v=4",
"events_url": "https://api.github.com/users/msure/events{/privacy}",
"followers_url": "https://api.github.com/users/msure/followers",
"following_url": "https://api.github.com/users/msure/following{/other_user}",
"gists_url": "https://api.g... | [
{
"color": "009800",
"default": false,
"description": "Duplicate issue or pull request",
"id": 40153326,
"name": "Duplicate Report",
"node_id": "MDU6TGFiZWw0MDE1MzMyNg==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Duplicate%20Report"
},
{
"color": "0052cc",
... | closed | false | null | [] | null | 3 | 2014-11-10T16:32:05Z | 2014-11-11T14:08:34Z | 2014-11-10T23:56:22Z | NONE | null | I recently upgraded from pandas 14.1 to 15.0 and now I am having trouble with the Google Analytics IO tool. Even when running simple queries like:
``` python
ga_data = ga.read_ga(metrics='sessions',
dimensions='date',
start_date='2014-06-06',
end_date='2014-10-25',
filters='sourceMedium==google / organ... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/8779/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/8779/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/8780 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/8780/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/8780/comments | https://api.github.com/repos/pandas-dev/pandas/issues/8780/events | https://github.com/pandas-dev/pandas/issues/8780 | 48,287,901 | MDU6SXNzdWU0ODI4NzkwMQ== | 8,780 | Problem building 0.15.1 on Solaris 11u2 | {
"avatar_url": "https://avatars.githubusercontent.com/u/876947?v=4",
"events_url": "https://api.github.com/users/JnyJny/events{/privacy}",
"followers_url": "https://api.github.com/users/JnyJny/followers",
"following_url": "https://api.github.com/users/JnyJny/following{/other_user}",
"gists_url": "https://api... | [
{
"color": "75507B",
"default": false,
"description": "Library building on various platforms",
"id": 129350,
"name": "Build",
"node_id": "MDU6TGFiZWwxMjkzNTA=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Build"
}
] | closed | false | null | [] | {
"closed_at": null,
"closed_issues": 2361,
"created_at": "2015-02-26T19:29:05Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/1020496?v=4",
"events_url": "https://api.github.com/users/jorisvandenbossche/events{/privacy}",
"followers_url": "https://api.github.com/users/jorisva... | 9 | 2014-11-10T17:06:44Z | 2016-03-10T21:16:57Z | 2016-03-10T21:16:49Z | NONE | null | OS: Solaris 11u2, x86 in a VirtualBox VM.
Python 2.7
Compiler: gcc 4.8.2
There is a Solaris bug (CR 16837431) where /usr/lib/python2.7/conf/Makefile contains paths to build compilers and not installed compilers. I adjusted the shell environment:
```
export CC=gcc
export CXX=g++
export LDSHARED="gcc -shared -Wall... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/8780/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/8780/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/8781 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/8781/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/8781/comments | https://api.github.com/repos/pandas-dev/pandas/issues/8781/events | https://github.com/pandas-dev/pandas/pull/8781 | 48,314,827 | MDExOlB1bGxSZXF1ZXN0MjQxNzgwMTY= | 8,781 | Allowing empty slice in multi-indices | {
"avatar_url": "https://avatars.githubusercontent.com/u/2397974?v=4",
"events_url": "https://api.github.com/users/SylvainCorlay/events{/privacy}",
"followers_url": "https://api.github.com/users/SylvainCorlay/followers",
"following_url": "https://api.github.com/users/SylvainCorlay/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": "2014-12-12T13:45:40Z",
"closed_issues": 173,
"created_at": "2014-10-07T14:40:52Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jr... | 8 | 2014-11-10T21:14:40Z | 2014-11-11T00:12:45Z | 2014-11-11T00:11:42Z | CONTRIBUTOR | null | This solves #8737 in the case where there is at least one boolean indexer. The patch of #8739 does not allow the following:
``` python
import pandas as pd
import numpy as np
multi_index = pd.MultiIndex.from_product((['foo', 'bar', 'baz'], ['alpha', 'beta']))
df = pd.DataFrame(np.random.randn(5, 6), index=range(5), co... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/8781/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/8781/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/8781.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/8781",
"merged_at": "2014-11-11T00:11:42Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/8781.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/8781"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/8782 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/8782/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/8782/comments | https://api.github.com/repos/pandas-dev/pandas/issues/8782/events | https://github.com/pandas-dev/pandas/pull/8782 | 48,339,485 | MDExOlB1bGxSZXF1ZXN0MjQxOTM3Mjg= | 8,782 | Do not convert series when looking at sub-daily frequencies. | {
"avatar_url": "https://avatars.githubusercontent.com/u/3195015?v=4",
"events_url": "https://api.github.com/users/rockg/events{/privacy}",
"followers_url": "https://api.github.com/users/rockg/followers",
"following_url": "https://api.github.com/users/rockg/following{/other_user}",
"gists_url": "https://api.g... | [
{
"color": "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": "2014-12-12T13:45:40Z",
"closed_issues": 173,
"created_at": "2014-10-07T14:40:52Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jr... | 7 | 2014-11-11T02:06:09Z | 2014-11-14T19:31:56Z | 2014-11-14T19:31:48Z | CONTRIBUTOR | null | Fixes #8772 by not converting values from UTC to local timezone when trying to infer sub-daily frequencies. Across a DST transition this will result in a non-unique deltas and an inferred frequency of None.
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/8782/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/8782/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/8782.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/8782",
"merged_at": "2014-11-14T19:31:48Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/8782.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/8782"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/8783 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/8783/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/8783/comments | https://api.github.com/repos/pandas-dev/pandas/issues/8783/events | https://github.com/pandas-dev/pandas/pull/8783 | 48,348,609 | MDExOlB1bGxSZXF1ZXN0MjQxOTg4MzQ= | 8,783 | TST: Add additional RemoteDataError check to io.data.Options | {
"avatar_url": "https://avatars.githubusercontent.com/u/5957850?v=4",
"events_url": "https://api.github.com/users/davidastephens/events{/privacy}",
"followers_url": "https://api.github.com/users/davidastephens/followers",
"following_url": "https://api.github.com/users/davidastephens/following{/other_user}",
... | [
{
"color": "C4A000",
"default": false,
"description": "pandas testing functions or related to the test suite",
"id": 127685,
"name": "Testing",
"node_id": "MDU6TGFiZWwxMjc2ODU=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Testing"
}
] | closed | false | null | [] | {
"closed_at": "2014-12-12T13:45:40Z",
"closed_issues": 173,
"created_at": "2014-10-07T14:40:52Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jr... | 4 | 2014-11-11T05:07:23Z | 2014-11-12T12:59:26Z | 2014-11-11T14:09:56Z | CONTRIBUTOR | null | Per comment in #8761
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/8783/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/8783/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/8783.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/8783",
"merged_at": "2014-11-11T14:09:56Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/8783.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/8783"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/8784 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/8784/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/8784/comments | https://api.github.com/repos/pandas-dev/pandas/issues/8784/events | https://github.com/pandas-dev/pandas/pull/8784 | 48,386,043 | MDExOlB1bGxSZXF1ZXN0MjQyMjAxOTM= | 8,784 | BUG: Issue with to_latex and MultiIndex column format. GH8336 | {
"avatar_url": "https://avatars.githubusercontent.com/u/669959?v=4",
"events_url": "https://api.github.com/users/kotfic/events{/privacy}",
"followers_url": "https://api.github.com/users/kotfic/followers",
"following_url": "https://api.github.com/users/kotfic/following{/other_user}",
"gists_url": "https://api... | [
{
"color": "ededed",
"default": false,
"description": "__repr__ of pandas objects, to_string",
"id": 13101118,
"name": "Output-Formatting",
"node_id": "MDU6TGFiZWwxMzEwMTExOA==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Output-Formatting"
},
{
"color": "207de... | 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... | 10 | 2014-11-11T13:52:55Z | 2015-07-29T08:52:30Z | 2015-07-28T21:50:15Z | NONE | null | closes #8336
This is a potential resolution to GH8336 It borrows the same code flow from _get_formatted_index in
pandas.core.format
``` python
import pandas as pd
pd.show_versions()
df = pd.DataFrame({
"A": [191, 191, 193, 193, 193],
"B": [1, 1, 2, 2, 3],
"C": ["foo", "foo", "foo", "foo", "foo"],
"D... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/8784/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/8784/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/8784.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/8784",
"merged_at": null,
"patch_url": "https://github.com/pandas-dev/pandas/pull/8784.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/8784"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/8785 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/8785/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/8785/comments | https://api.github.com/repos/pandas-dev/pandas/issues/8785/events | https://github.com/pandas-dev/pandas/pull/8785 | 48,390,710 | MDExOlB1bGxSZXF1ZXN0MjQyMjMwMzQ= | 8,785 | COMPAT: remove Index warnings from io/ga.py | {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jreback/followers",
"following_url": "https://api.github.com/users/jreback/following{/other_user}",
"gists_url": "https://... | [
{
"color": "0052cc",
"default": false,
"description": "pandas-gbq compatability",
"id": 57351315,
"name": "IO Google",
"node_id": "MDU6TGFiZWw1NzM1MTMxNQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/IO%20Google"
},
{
"color": "0052cc",
"default": false,
... | closed | false | null | [] | {
"closed_at": "2014-12-12T13:45:40Z",
"closed_issues": 173,
"created_at": "2014-10-07T14:40:52Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jr... | 0 | 2014-11-11T14:40:19Z | 2014-11-17T15:12:38Z | 2014-11-17T15:12:38Z | 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/8785/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/8785/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/8785.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/8785",
"merged_at": "2014-11-17T15:12:38Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/8785.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/8785"
} | |
https://api.github.com/repos/pandas-dev/pandas/issues/8786 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/8786/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/8786/comments | https://api.github.com/repos/pandas-dev/pandas/issues/8786/events | https://github.com/pandas-dev/pandas/pull/8786 | 48,409,164 | MDExOlB1bGxSZXF1ZXN0MjQyMzQ2ODI= | 8,786 | Fix unrecognized 'Z' UTC designator | {
"avatar_url": "https://avatars.githubusercontent.com/u/7666987?v=4",
"events_url": "https://api.github.com/users/broessli/events{/privacy}",
"followers_url": "https://api.github.com/users/broessli/followers",
"following_url": "https://api.github.com/users/broessli/following{/other_user}",
"gists_url": "http... | [
{
"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": "e11d21",
"default": false,
"description": "Functiona... | closed | false | null | [] | {
"closed_at": "2014-12-12T13:45:40Z",
"closed_issues": 173,
"created_at": "2014-10-07T14:40:52Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jr... | 14 | 2014-11-11T17:18:26Z | 2014-11-16T20:34:40Z | 2014-11-15T02:33:45Z | NONE | null | closes [#8771](https://github.com/pydata/pandas/issues/8771)
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/8786/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/8786/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/8786.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/8786",
"merged_at": null,
"patch_url": "https://github.com/pandas-dev/pandas/pull/8786.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/8786"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/8787 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/8787/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/8787/comments | https://api.github.com/repos/pandas-dev/pandas/issues/8787/events | https://github.com/pandas-dev/pandas/pull/8787 | 48,412,178 | MDExOlB1bGxSZXF1ZXN0MjQyMzY1NDc= | 8,787 | BUG: pd.Timedelta np.int, np.float. fixes #8757 | {
"avatar_url": "https://avatars.githubusercontent.com/u/4383303?v=4",
"events_url": "https://api.github.com/users/wholmgren/events{/privacy}",
"followers_url": "https://api.github.com/users/wholmgren/followers",
"following_url": "https://api.github.com/users/wholmgren/following{/other_user}",
"gists_url": "h... | [
{
"color": "e10c02",
"default": false,
"description": null,
"id": 76811,
"name": "Bug",
"node_id": "MDU6TGFiZWw3NjgxMQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug"
},
{
"color": "e102d8",
"default": false,
"description": "Unexpected or buggy dtyp... | closed | false | null | [] | {
"closed_at": "2014-12-12T13:45:40Z",
"closed_issues": 173,
"created_at": "2014-10-07T14:40:52Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jr... | 2 | 2014-11-11T17:46:19Z | 2014-11-11T23:37:48Z | 2014-11-11T23:37:43Z | CONTRIBUTOR | null | closes #8757
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/8787/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/8787/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/8787.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/8787",
"merged_at": "2014-11-11T23:37:43Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/8787.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/8787"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/8788 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/8788/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/8788/comments | https://api.github.com/repos/pandas-dev/pandas/issues/8788/events | https://github.com/pandas-dev/pandas/issues/8788 | 48,415,129 | MDU6SXNzdWU0ODQxNTEyOQ== | 8,788 | Qt support reworked. | {
"avatar_url": "https://avatars.githubusercontent.com/u/3585252?v=4",
"events_url": "https://api.github.com/users/datalyze-solutions/events{/privacy}",
"followers_url": "https://api.github.com/users/datalyze-solutions/followers",
"following_url": "https://api.github.com/users/datalyze-solutions/following{/othe... | [] | closed | false | null | [] | {
"closed_at": "2015-03-23T10:50:37Z",
"closed_issues": 400,
"created_at": "2014-02-14T03:31:22Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jr... | 9 | 2014-11-11T18:14:18Z | 2015-03-08T16:26:35Z | 2015-03-08T16:26:09Z | NONE | null | I've rewritten the current qtpandas model and uploaded it to my pandas fork:
https://github.com/datalyze-solutions/pandas/tree/qt4/pandas/sandbox
Its still in sandbox. An example can be found in tests named TestApp.py. I just testet Qt4 and python2.7, Qt5 might be interesting.
Any reviews are welcome! :smiley:
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/8788/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/8788/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/8789 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/8789/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/8789/comments | https://api.github.com/repos/pandas-dev/pandas/issues/8789/events | https://github.com/pandas-dev/pandas/issues/8789 | 48,432,343 | MDU6SXNzdWU0ODQzMjM0Mw== | 8,789 | Weird behavior on group by TimeGrouper followed by agg | {
"avatar_url": "https://avatars.githubusercontent.com/u/456462?v=4",
"events_url": "https://api.github.com/users/victorpoluceno/events{/privacy}",
"followers_url": "https://api.github.com/users/victorpoluceno/followers",
"following_url": "https://api.github.com/users/victorpoluceno/following{/other_user}",
"... | [
{
"color": "e10c02",
"default": false,
"description": null,
"id": 76811,
"name": "Bug",
"node_id": "MDU6TGFiZWw3NjgxMQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug"
},
{
"color": "009800",
"default": false,
"description": "Duplicate issue or pull ... | closed | false | null | [] | null | 4 | 2014-11-11T20:42:15Z | 2014-11-11T22:58:46Z | 2014-11-11T22:31:14Z | NONE | null | I'm having problems with `groupby` with `TimeGrouper` followed by agg when `DataFrame` has two lines with unique values.
``` python
from datetime import datetime
import pandas as pd
import numpy as np
result = np.empty(3, dtype=[('name', 'object'),
('value', 'int64'),
... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/8789/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/8789/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/8790 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/8790/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/8790/comments | https://api.github.com/repos/pandas-dev/pandas/issues/8790/events | https://github.com/pandas-dev/pandas/issues/8790 | 48,442,951 | MDU6SXNzdWU0ODQ0Mjk1MQ== | 8,790 | Feature Request: row-level Merge Status Variable | {
"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": "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": "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 | 2014-11-11T22:15:07Z | 2015-09-04T00:51:47Z | 2015-09-04T00:51:47Z | CONTRIBUTOR | null | Hello All!
Moving into Pandas from R/Matlab/Stata. One feature I'm finding I really miss: a field generated during a merge that reports, for each row, whether that row came from the left dataset, the right dataset, or was successfully merged.
I do a lot of work in social science where our data is VERY dirty. For exa... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/8790/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/8790/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/8791 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/8791/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/8791/comments | https://api.github.com/repos/pandas-dev/pandas/issues/8791/events | https://github.com/pandas-dev/pandas/issues/8791 | 48,448,883 | MDU6SXNzdWU0ODQ0ODg4Mw== | 8,791 | HDFStore to work with 'with' statements | {
"avatar_url": "https://avatars.githubusercontent.com/u/8716660?v=4",
"events_url": "https://api.github.com/users/0zeroth/events{/privacy}",
"followers_url": "https://api.github.com/users/0zeroth/followers",
"following_url": "https://api.github.com/users/0zeroth/following{/other_user}",
"gists_url": "https:/... | [
{
"color": "AD7FA8",
"default": false,
"description": null,
"id": 35818298,
"name": "API Design",
"node_id": "MDU6TGFiZWwzNTgxODI5OA==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/API%20Design"
},
{
"color": "5319e7",
"default": false,
"description": "r... | closed | false | null | [] | {
"closed_at": "2014-12-12T13:45:40Z",
"closed_issues": 173,
"created_at": "2014-10-07T14:40:52Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jr... | 1 | 2014-11-11T23:16:38Z | 2014-12-04T11:30:36Z | 2014-12-04T11:30:36Z | NONE | null | This should work:
``` python
with pandas.HDFStore('file.h5') as f:
print(f)
```
as a more convenient form of
``` python
with contextlib.closing(pandas.HDFStore('file.h5')) as f:
print(f)
```
AFAIK this is a easy as adding the following to `HDFStore`
``` python
def _enter_(self): pass
... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/8791/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/8791/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/8792 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/8792/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/8792/comments | https://api.github.com/repos/pandas-dev/pandas/issues/8792/events | https://github.com/pandas-dev/pandas/pull/8792 | 48,453,331 | MDExOlB1bGxSZXF1ZXN0MjQyNjExMTc= | 8,792 | TST: Add test for get_data_google dtypes | {
"avatar_url": "https://avatars.githubusercontent.com/u/5957850?v=4",
"events_url": "https://api.github.com/users/davidastephens/events{/privacy}",
"followers_url": "https://api.github.com/users/davidastephens/followers",
"following_url": "https://api.github.com/users/davidastephens/following{/other_user}",
... | [
{
"color": "e10c02",
"default": false,
"description": null,
"id": 76811,
"name": "Bug",
"node_id": "MDU6TGFiZWw3NjgxMQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug"
},
{
"color": "C4A000",
"default": false,
"description": "pandas testing functions... | closed | false | null | [] | {
"closed_at": "2014-12-12T13:45:40Z",
"closed_issues": 173,
"created_at": "2014-10-07T14:40:52Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jr... | 4 | 2014-11-12T00:12:57Z | 2014-11-14T12:49:41Z | 2014-11-14T12:49:34Z | CONTRIBUTOR | null | closes #3995
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/8792/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/8792/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/8792.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/8792",
"merged_at": "2014-11-14T12:49:34Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/8792.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/8792"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/8793 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/8793/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/8793/comments | https://api.github.com/repos/pandas-dev/pandas/issues/8793/events | https://github.com/pandas-dev/pandas/pull/8793 | 48,463,007 | MDExOlB1bGxSZXF1ZXN0MjQyNjUzMjQ= | 8,793 | ENH: serialization of categorical to HDF5 (GH7621) | {
"avatar_url": "https://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": "5319e7",
"default": false,
"description": "read_hdf, HDFStore",
"id": 47229190,
"name": "IO HDF5",
"node_id": "MDU6TGFiZWw0NzIyOTE5MA==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/IO%20HDF5"
},
{
"color": "e11d21",
"default": false,
"descri... | closed | false | null | [] | {
"closed_at": "2014-12-12T13:45:40Z",
"closed_issues": 173,
"created_at": "2014-10-07T14:40:52Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jr... | 15 | 2014-11-12T01:55:30Z | 2014-11-17T00:34:50Z | 2014-11-17T00:34:49Z | CONTRIBUTOR | null | This is implemented by storing the codes directly in the table. And a metadata VLArray of the categories.
Query and appending work as expected. The only quirk is that I don't allow you to append to a table unless the new data has exactly the same categories. Otherwise the codes become meaningless.
This has the nice pr... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/8793/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/8793/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/8793.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/8793",
"merged_at": "2014-11-17T00:34:49Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/8793.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/8793"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/8794 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/8794/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/8794/comments | https://api.github.com/repos/pandas-dev/pandas/issues/8794/events | https://github.com/pandas-dev/pandas/issues/8794 | 48,491,032 | MDU6SXNzdWU0ODQ5MTAzMg== | 8,794 | ENH: add .normalize() to Timestamp? | {
"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": "AFEEEE",
"default": false,
"description": null,
"id": 211840,
"name": "Timeseries",
"node_id": "MDU6TGFiZWwyMTE4NDA=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Timeseries"
},
{
"color": "AD7FA8",
"default": false,
"description": null,
... | closed | false | null | [] | {
"closed_at": 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",
... | 19 | 2014-11-12T09:45:34Z | 2015-03-11T12:11:02Z | 2015-03-11T12:11:02Z | MEMBER | null | From http://stackoverflow.com/questions/26882499/reset-time-part-of-a-pandas-timestamp#26882499
There is now a `DatetimeIndex.normalize()` method to set times to midnight.
Would it be useful to also have this method available on the individual `Timestamp` object?
Further, this method could also be added to the `.dt`... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/8794/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/8794/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/8795 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/8795/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/8795/comments | https://api.github.com/repos/pandas-dev/pandas/issues/8795/events | https://github.com/pandas-dev/pandas/issues/8795 | 48,513,243 | MDU6SXNzdWU0ODUxMzI0Mw== | 8,795 | BUG: Grouper(key='A') gives AttributeError when applying function | {
"avatar_url": "https://avatars.githubusercontent.com/u/1020496?v=4",
"events_url": "https://api.github.com/users/jorisvandenbossche/events{/privacy}",
"followers_url": "https://api.github.com/users/jorisvandenbossche/followers",
"following_url": "https://api.github.com/users/jorisvandenbossche/following{/othe... | [
{
"color": "e10c02",
"default": false,
"description": null,
"id": 76811,
"name": "Bug",
"node_id": "MDU6TGFiZWw3NjgxMQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug"
},
{
"color": "729FCF",
"default": false,
"description": null,
"id": 233160,
... | closed | false | null | [] | {
"closed_at": "2014-12-12T13:45:40Z",
"closed_issues": 173,
"created_at": "2014-10-07T14:40:52Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jr... | 2 | 2014-11-12T14:04:22Z | 2014-12-05T02:34:01Z | 2014-12-05T02:34:01Z | MEMBER | null | I was playing a bit with `pd.Grouper`. Shouldn't the following work:
```
In [109]: df = pd.DataFrame({'A':[0,0,1,1,2,2], 'B':[1,2,3,4,5,6]})
In [110]: df
Out[110]:
A B
0 0 1
1 0 2
2 1 3
3 1 4
4 2 5
5 2 6
In [111]: df.groupby(pd.Grouper(key='A')).sum()
-------------------------------------------------... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/8795/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/8795/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/8796 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/8796/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/8796/comments | https://api.github.com/repos/pandas-dev/pandas/issues/8796/events | https://github.com/pandas-dev/pandas/issues/8796 | 48,518,462 | MDU6SXNzdWU0ODUxODQ2Mg== | 8,796 | DataFrame.interpolate() is not equivalent to scipy.interpolate.interp1d | {
"avatar_url": "https://avatars.githubusercontent.com/u/2002469?v=4",
"events_url": "https://api.github.com/users/cgkanchi/events{/privacy}",
"followers_url": "https://api.github.com/users/cgkanchi/followers",
"following_url": "https://api.github.com/users/cgkanchi/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": "d7e102",
"default": false,
"description": "np.nan, pd.NaT, pd.NA, d... | open | false | null | [] | null | 24 | 2014-11-12T14:53:51Z | 2021-04-11T05:31:32Z | null | NONE | null | When pandas is used to interpolate data, the results are not the same as what you get from scipy.interpolate.interp1d.
When using with simple data, the differences are small (see images). However, when used with real-world data, the differences can be large enough to throw off some algorithms that depend on the values... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/8796/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/8796/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/8797 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/8797/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/8797/comments | https://api.github.com/repos/pandas-dev/pandas/issues/8797/events | https://github.com/pandas-dev/pandas/issues/8797 | 48,528,297 | MDU6SXNzdWU0ODUyODI5Nw== | 8,797 | Series .equals does not ignore NaNs | {
"avatar_url": "https://avatars.githubusercontent.com/u/3195015?v=4",
"events_url": "https://api.github.com/users/rockg/events{/privacy}",
"followers_url": "https://api.github.com/users/rockg/followers",
"following_url": "https://api.github.com/users/rockg/following{/other_user}",
"gists_url": "https://api.g... | [] | closed | false | null | [] | null | 3 | 2014-11-12T16:11:42Z | 2014-11-12T16:30:23Z | 2014-11-12T16:29:54Z | CONTRIBUTOR | null | This is a datatype thing I believe. When I construct a DataFrame and then compare rows of that, NaNs are not ignored contrary to the documentation.
```
import pandas as pd
import numpy as np
a = pd.DataFrame([{'A': 1, 'B': 'b', 'C': np.NAN}, {'A': 1, 'B': 'b', 'C': 1}])
b = pd.DataFrame([{'A': 1, 'B': 'b', 'C': np.NA... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/8797/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/8797/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/8798 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/8798/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/8798/comments | https://api.github.com/repos/pandas-dev/pandas/issues/8798/events | https://github.com/pandas-dev/pandas/issues/8798 | 48,577,102 | MDU6SXNzdWU0ODU3NzEwMg== | 8,798 | Panda 0.15.1 matplotlib 1.4.2 setting default font.size messes up labels. | {
"avatar_url": "https://avatars.githubusercontent.com/u/3391614?v=4",
"events_url": "https://api.github.com/users/sorenwacker/events{/privacy}",
"followers_url": "https://api.github.com/users/sorenwacker/followers",
"following_url": "https://api.github.com/users/sorenwacker/following{/other_user}",
"gists_ur... | [
{
"color": "8AE234",
"default": false,
"description": null,
"id": 2413328,
"name": "Visualization",
"node_id": "MDU6TGFiZWwyNDEzMzI4",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Visualization"
}
] | closed | false | null | [] | {
"closed_at": null,
"closed_issues": 2361,
"created_at": "2015-02-26T19:29:05Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/1020496?v=4",
"events_url": "https://api.github.com/users/jorisvandenbossche/events{/privacy}",
"followers_url": "https://api.github.com/users/jorisva... | 5 | 2014-11-12T23:20:56Z | 2016-07-04T10:58:42Z | 2016-07-04T10:58:42Z | CONTRIBUTOR | null | ```
import pandas as pd
import matplotlib.pyplot as plt
import matplotlib as m
print 'Matplotlib version:', m.__version__
Matplotlib version: 1.4.2
print 'Pandas version:', pd.__version__
Pandas version: 0.15.1
plt.style.use('ggplot')
m.rc("text.latex",preamble=r"\usepackage{cmbright}")
m.rcParams['font.size'] = 20... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/8798/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/8798/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/8799 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/8799/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/8799/comments | https://api.github.com/repos/pandas-dev/pandas/issues/8799/events | https://github.com/pandas-dev/pandas/issues/8799 | 48,578,859 | MDU6SXNzdWU0ODU3ODg1OQ== | 8,799 | Panda 0.15.1 matplotlib 1.4.2 setting boxplot heading/subheading | {
"avatar_url": "https://avatars.githubusercontent.com/u/3391614?v=4",
"events_url": "https://api.github.com/users/sorenwacker/events{/privacy}",
"followers_url": "https://api.github.com/users/sorenwacker/followers",
"following_url": "https://api.github.com/users/sorenwacker/following{/other_user}",
"gists_ur... | [
{
"color": "4E9A06",
"default": false,
"description": null,
"id": 76812,
"name": "Enhancement",
"node_id": "MDU6TGFiZWw3NjgxMg==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Enhancement"
},
{
"color": "8AE234",
"default": false,
"description": null,
... | closed | false | null | [] | {
"closed_at": null,
"closed_issues": 786,
"created_at": "2015-01-13T10:53:19Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jreback/followers",
... | 2 | 2014-11-12T23:41:02Z | 2018-07-06T21:26:34Z | 2018-07-06T21:26:34Z | CONTRIBUTOR | null | Hi,
the heading and subheading in the DataFrame.boxplot and DataFrame.hist are generated automatically. I have several issues here.
1) Would like to have the option to turn it on/off/modify content.
2) Default distance between subheading and heading should be larger
3) Default generation of heading/subheading should... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/8799/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/8799/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/8800 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/8800/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/8800/comments | https://api.github.com/repos/pandas-dev/pandas/issues/8800/events | https://github.com/pandas-dev/pandas/pull/8800 | 48,600,147 | MDExOlB1bGxSZXF1ZXN0MjQzNDc0NDk= | 8,800 | Removing typo as Renaming | {
"avatar_url": "https://avatars.githubusercontent.com/u/4179106?v=4",
"events_url": "https://api.github.com/users/gepcel/events{/privacy}",
"followers_url": "https://api.github.com/users/gepcel/followers",
"following_url": "https://api.github.com/users/gepcel/following{/other_user}",
"gists_url": "https://ap... | [] | closed | false | null | [] | null | 1 | 2014-11-13T05:46:38Z | 2014-11-13T08:48:24Z | 2014-11-13T08:48:24Z | CONTRIBUTOR | null | Should be 'Removing', I think, if I'm not misunderstanding.
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/8800/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/8800/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/8800.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/8800",
"merged_at": "2014-11-13T08:48:24Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/8800.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/8800"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/8801 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/8801/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/8801/comments | https://api.github.com/repos/pandas-dev/pandas/issues/8801/events | https://github.com/pandas-dev/pandas/issues/8801 | 48,615,642 | MDU6SXNzdWU0ODYxNTY0Mg== | 8,801 | Series.mask should accept same arguments as Series.where | {
"avatar_url": "https://avatars.githubusercontent.com/u/6059365?v=4",
"events_url": "https://api.github.com/users/maxgrenderjones/events{/privacy}",
"followers_url": "https://api.github.com/users/maxgrenderjones/followers",
"following_url": "https://api.github.com/users/maxgrenderjones/following{/other_user}",... | [
{
"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": "0052cc",
"default": false,
"description": "p... | closed | false | null | [] | {
"closed_at": "2015-05-11T15:46:03Z",
"closed_issues": 237,
"created_at": "2014-10-07T14:39:07Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jr... | 1 | 2014-11-13T09:38:39Z | 2015-04-04T18:28:30Z | 2015-04-04T18:28:30Z | CONTRIBUTOR | null | `Series.mask` just performs a mask operation. `Series.where` accepts substitute values. (In the meantime, workaround is simple - just invert the where selection).
Version 0.15.1 docs:
```
Series.mask(cond)
Returns copy whose values are replaced with nan if the inverted condition is True
Series.where(cond, other... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/8801/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/8801/timeline | null | null | null |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.