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/3001 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/3001/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/3001/comments | https://api.github.com/repos/pandas-dev/pandas/issues/3001/events | https://github.com/pandas-dev/pandas/issues/3001 | 11,849,918 | MDU6SXNzdWUxMTg0OTkxOA== | 3,001 | [io] comment option ignored in read_csv when sep provided. | {
"avatar_url": "https://avatars.githubusercontent.com/u/69774?v=4",
"events_url": "https://api.github.com/users/michaelaye/events{/privacy}",
"followers_url": "https://api.github.com/users/michaelaye/followers",
"following_url": "https://api.github.com/users/michaelaye/following{/other_user}",
"gists_url": "... | [
{
"color": "e10c02",
"default": false,
"description": null,
"id": 76811,
"name": "Bug",
"node_id": "MDU6TGFiZWw3NjgxMQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug"
},
{
"color": "06909A",
"default": false,
"description": "IO issues that don't fit... | closed | false | null | [] | {
"closed_at": null,
"closed_issues": 278,
"created_at": "2013-01-06T03:02:01Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4",
"events_url": "https://api.github.com/users/wesm/events{/privacy}",
"followers_url": "https://api.github.com/users/wesm/followers",
"f... | 5 | 2013-03-10T08:47:39Z | 2013-08-21T20:52:12Z | 2013-08-21T20:52:12Z | CONTRIBUTOR | null | ``` python
In [8]: import pandas as pd
In [9]: from StringIO import StringIO
In [10]: s = """# date, utc, jdate, orbit, sundist, sunlat, sunlon, sclk, sclat, sclon, scrad, scalt, el_cmd, az_cmd, af, orientlat, orientlon, c, det, vlookx, vlooky... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/3001/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/3001/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/3002 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/3002/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/3002/comments | https://api.github.com/repos/pandas-dev/pandas/issues/3002/events | https://github.com/pandas-dev/pandas/issues/3002 | 11,855,114 | MDU6SXNzdWUxMTg1NTExNA== | 3,002 | Weird Datetime Behaviour | {
"avatar_url": "https://avatars.githubusercontent.com/u/923922?v=4",
"events_url": "https://api.github.com/users/justinvf-zz/events{/privacy}",
"followers_url": "https://api.github.com/users/justinvf-zz/followers",
"following_url": "https://api.github.com/users/justinvf-zz/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"
}
] | closed | false | null | [] | {
"closed_at": "2013-05-10T10:57:28Z",
"closed_issues": 340,
"created_at": "2013-01-18T03:58:28Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4",
"events_url": "https://api.github.com/users/wesm/events{/privacy}",
"followers_url": "https://api.github.com/users/wesm/... | 6 | 2013-03-10T17:41:32Z | 2013-03-14T14:03:09Z | 2013-03-14T14:03:09Z | NONE | null | I am seeing odd behavior of dates being converted to `datetime64[ns]` times when that is inappropriate.
```
In [272]: file = StringIO("xxyyzz20100101PIE\nxxyyzz20100101GUM\nxxyyww20090101EGG\nfoofoo20080909PIE")
In [273]: df = pd.read_fwf(file, widths=[6,8,3], names=["person_id", "dt", "food"], parse_dates=["... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/3002/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/3002/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/3003 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/3003/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/3003/comments | https://api.github.com/repos/pandas-dev/pandas/issues/3003/events | https://github.com/pandas-dev/pandas/pull/3003 | 11,855,678 | MDExOlB1bGxSZXF1ZXN0NDUzNjM1Mg== | 3,003 | BUG: fixed value_counts with datetime64[ns], GH 3002 | {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jreback/followers",
"following_url": "https://api.github.com/users/jreback/following{/other_user}",
"gists_url": "https://... | [] | closed | false | null | [] | {
"closed_at": "2013-05-10T10:57:28Z",
"closed_issues": 340,
"created_at": "2013-01-18T03:58:28Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4",
"events_url": "https://api.github.com/users/wesm/events{/privacy}",
"followers_url": "https://api.github.com/users/wesm/... | 0 | 2013-03-10T18:30:29Z | 2014-06-16T11:59:45Z | 2013-03-10T23:48:18Z | CONTRIBUTOR | null | Fixes issue #3002
- Fixed for datetime64[ns]
- Fixed for timedelta64[ns](though the returned index
is actually int64, which is wrong, should make a TimeDeltaIndex class....someday)
- Fixed NaT display in a DateTimeIndex (was displaying funny)
```
0 2010-01-01 00:00:00
1 2010-01-01 00:00:00
2 2009-01-01 00:00:0... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/3003/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/3003/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/3003.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/3003",
"merged_at": "2013-03-10T23:48:18Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/3003.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/3003"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/3004 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/3004/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/3004/comments | https://api.github.com/repos/pandas-dev/pandas/issues/3004/events | https://github.com/pandas-dev/pandas/issues/3004 | 11,856,129 | MDU6SXNzdWUxMTg1NjEyOQ== | 3,004 | closest_time addition to DatetimeIndex | {
"avatar_url": "https://avatars.githubusercontent.com/u/296686?v=4",
"events_url": "https://api.github.com/users/robintw/events{/privacy}",
"followers_url": "https://api.github.com/users/robintw/followers",
"following_url": "https://api.github.com/users/robintw/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": "AFEEEE",
"default": false,
"description": null,
... | closed | false | null | [] | {
"closed_at": "2015-03-23T10:50:37Z",
"closed_issues": 400,
"created_at": "2014-02-14T03:31:22Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jr... | 4 | 2013-03-10T19:08:24Z | 2014-11-18T11:18:23Z | 2014-11-18T11:18:23Z | CONTRIBUTOR | null | What do people think of adding a `closest_time` method to the DatetimeIndex, which will behave a bit like `asof` but will return the row of the DataFrame (or element of the Series) which is closest to the given time.
I have written code to do this manually (and discussed some Pandas bugs I found while doing this in #2... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/3004/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/3004/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/3005 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/3005/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/3005/comments | https://api.github.com/repos/pandas-dev/pandas/issues/3005/events | https://github.com/pandas-dev/pandas/pull/3005 | 11,856,356 | MDExOlB1bGxSZXF1ZXN0NDUzNjU5MA== | 3,005 | df.from_records should accept values deriving from ABC collections.Mapping #3000 | {
"avatar_url": "https://avatars.githubusercontent.com/u/10137?v=4",
"events_url": "https://api.github.com/users/ghost/events{/privacy}",
"followers_url": "https://api.github.com/users/ghost/followers",
"following_url": "https://api.github.com/users/ghost/following{/other_user}",
"gists_url": "https://api.git... | [] | closed | false | null | [] | {
"closed_at": "2013-05-10T10:57:28Z",
"closed_issues": 340,
"created_at": "2013-01-18T03:58:28Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4",
"events_url": "https://api.github.com/users/wesm/events{/privacy}",
"followers_url": "https://api.github.com/users/wesm/... | 2 | 2013-03-10T19:25:31Z | 2013-03-15T20:43:54Z | 2013-03-15T20:43:47Z | NONE | null | #3000
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/3005/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/3005/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/3005.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/3005",
"merged_at": "2013-03-15T20:43:47Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/3005.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/3005"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/3006 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/3006/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/3006/comments | https://api.github.com/repos/pandas-dev/pandas/issues/3006/events | https://github.com/pandas-dev/pandas/issues/3006 | 11,859,727 | MDU6SXNzdWUxMTg1OTcyNw== | 3,006 | 0.11.0.dev-2a6ee46: MultiIndex column slicing doesn't work with tuples | {
"avatar_url": "https://avatars.githubusercontent.com/u/1903683?v=4",
"events_url": "https://api.github.com/users/bluefir/events{/privacy}",
"followers_url": "https://api.github.com/users/bluefir/followers",
"following_url": "https://api.github.com/users/bluefir/following{/other_user}",
"gists_url": "https:/... | [] | closed | false | null | [] | null | 3 | 2013-03-10T23:42:17Z | 2013-03-11T00:20:36Z | 2013-03-11T00:20:36Z | NONE | null | ```
import numpy as np
from pandas import MultiIndex, DataFrame
factors = [('a', 'b'), 'c']
names = ['n1', 'n2']
n_factors = len(factors)
n_names = len(names)
columns = MultiIndex(levels=[factors, names],
labels=[[i for i in xrange(n_factors) for _ in xrange(n_names)], range(n_names) * n_factors])
x = DataFrame(np... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/3006/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/3006/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/3007 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/3007/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/3007/comments | https://api.github.com/repos/pandas-dev/pandas/issues/3007/events | https://github.com/pandas-dev/pandas/issues/3007 | 11,860,167 | MDU6SXNzdWUxMTg2MDE2Nw== | 3,007 | ENH: handle float32/int32 in various algos | {
"avatar_url": "https://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": "FCE94F",
"default": false,
"description": "Internal... | 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 | 2013-03-11T00:19:27Z | 2019-01-01T17:29:08Z | 2019-01-01T17:29:07Z | CONTRIBUTOR | null | rank 1d/2d
hash table (for value counts)
lots of rolling algos
use fused types!
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/3007/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/3007/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/3008 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/3008/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/3008/comments | https://api.github.com/repos/pandas-dev/pandas/issues/3008/events | https://github.com/pandas-dev/pandas/issues/3008 | 11,860,238 | MDU6SXNzdWUxMTg2MDIzOA== | 3,008 | Use Cython's parallelization capabilities | {
"avatar_url": "https://avatars.githubusercontent.com/u/10137?v=4",
"events_url": "https://api.github.com/users/ghost/events{/privacy}",
"followers_url": "https://api.github.com/users/ghost/followers",
"following_url": "https://api.github.com/users/ghost/following{/other_user}",
"gists_url": "https://api.git... | [
{
"color": "4E9A06",
"default": false,
"description": null,
"id": 76812,
"name": "Enhancement",
"node_id": "MDU6TGFiZWw3NjgxMg==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Enhancement"
},
{
"color": "DDDDDD",
"default": false,
"description": "Long-Ter... | closed | false | null | [] | {
"closed_at": 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 | 2013-03-11T00:24:25Z | 2013-07-22T20:00:48Z | 2013-07-22T20:00:48Z | NONE | null | 1. Cython supports parallelization using openMP.
2. ...
3. World Domination!
Perhaps a good candidate for a future GSoC.
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/3008/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/3008/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/3009 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/3009/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/3009/comments | https://api.github.com/repos/pandas-dev/pandas/issues/3009/events | https://github.com/pandas-dev/pandas/issues/3009 | 11,861,432 | MDU6SXNzdWUxMTg2MTQzMg== | 3,009 | ENH: TimeDeltaIndex and corresponding scalar | {
"avatar_url": "https://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": "FCE94F",
"default": false,
"description": "Internal... | closed | false | null | [] | {
"closed_at": "2014-10-23T11:43:09Z",
"closed_issues": 530,
"created_at": "2014-07-06T18:44:54Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jr... | 16 | 2013-03-11T02:00:02Z | 2014-09-13T23:00:04Z | 2014-09-13T22:59:30Z | CONTRIBUTOR | null | - [x] disallow operations in series that are invalid that now create timedelta64
(e.g. dt + dt, only dt - dt?) #4534
- [x] create the TimeDeltaIndex object, inherit from Int64, #8184
- [x] create associated scalar (np.timedelta64 wrapper), like
Timestamp (Timedelta?), direct wrapper might work, #8184
that forward... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/3009/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/3009/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/3010 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/3010/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/3010/comments | https://api.github.com/repos/pandas-dev/pandas/issues/3010/events | https://github.com/pandas-dev/pandas/issues/3010 | 11,866,851 | MDU6SXNzdWUxMTg2Njg1MQ== | 3,010 | DataFrame corrupted after improper column creation | {
"avatar_url": "https://avatars.githubusercontent.com/u/1310839?v=4",
"events_url": "https://api.github.com/users/zetyang/events{/privacy}",
"followers_url": "https://api.github.com/users/zetyang/followers",
"following_url": "https://api.github.com/users/zetyang/following{/other_user}",
"gists_url": "https:/... | [
{
"color": "e10c02",
"default": false,
"description": null,
"id": 76811,
"name": "Bug",
"node_id": "MDU6TGFiZWw3NjgxMQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug"
}
] | closed | false | null | [] | {
"closed_at": "2013-05-10T10:57:28Z",
"closed_issues": 340,
"created_at": "2013-01-18T03:58:28Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4",
"events_url": "https://api.github.com/users/wesm/events{/privacy}",
"followers_url": "https://api.github.com/users/wesm/... | 5 | 2013-03-11T07:58:44Z | 2013-03-13T03:23:33Z | 2013-03-13T03:23:33Z | NONE | null | I want to add a column to DataFrame using a list of arrays, but I forgot to change the 2d array into list first, so I got a "Wrong number of items passed" error.
After that, the df seemed to be corrupted, whenever I want to print it, it kept raising a "NoneType object is not iterable error".
While it could still be 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/3010/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/3010/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/3011 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/3011/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/3011/comments | https://api.github.com/repos/pandas-dev/pandas/issues/3011/events | https://github.com/pandas-dev/pandas/issues/3011 | 11,873,378 | MDU6SXNzdWUxMTg3MzM3OA== | 3,011 | segmentation fault on groupby | {
"avatar_url": "https://avatars.githubusercontent.com/u/218638?v=4",
"events_url": "https://api.github.com/users/debrouwere/events{/privacy}",
"followers_url": "https://api.github.com/users/debrouwere/followers",
"following_url": "https://api.github.com/users/debrouwere/following{/other_user}",
"gists_url": ... | [
{
"color": "e10c02",
"default": false,
"description": null,
"id": 76811,
"name": "Bug",
"node_id": "MDU6TGFiZWw3NjgxMQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug"
},
{
"color": "729FCF",
"default": false,
"description": null,
"id": 233160,
... | closed | false | null | [] | {
"closed_at": "2013-05-10T10:57:28Z",
"closed_issues": 340,
"created_at": "2013-01-18T03:58:28Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4",
"events_url": "https://api.github.com/users/wesm/events{/privacy}",
"followers_url": "https://api.github.com/users/wesm/... | 3 | 2013-03-11T11:44:35Z | 2013-03-16T23:53:25Z | 2013-03-16T23:53:25Z | NONE | null | ```
import numpy as np
import pandas as pd
series = pd.Series([np.nan, np.nan, 1, 1, 2, 2, 3, 3, 4, 4])
bins = pd.cut(series.dropna(), 4)
# this works
series.dropna().groupby(bins).mean()
# but this results in:
# [1] 42448 segmentation fault python
series.groupby(bins).mean()
```
So, I can see why trying to 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/3011/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/3011/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/3012 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/3012/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/3012/comments | https://api.github.com/repos/pandas-dev/pandas/issues/3012/events | https://github.com/pandas-dev/pandas/issues/3012 | 11,877,070 | MDU6SXNzdWUxMTg3NzA3MA== | 3,012 | Can not put a dataframe into hdfstore *completely* | {
"avatar_url": "https://avatars.githubusercontent.com/u/1251601?v=4",
"events_url": "https://api.github.com/users/simomo/events{/privacy}",
"followers_url": "https://api.github.com/users/simomo/followers",
"following_url": "https://api.github.com/users/simomo/following{/other_user}",
"gists_url": "https://ap... | [] | closed | false | null | [] | null | 3 | 2013-03-11T13:43:30Z | 2013-03-14T03:24:02Z | 2013-03-14T03:24:02Z | NONE | null | - I load a dataframe from mysql:
``` python
df_bugs_activity_4w = psql.read_frame('select * from bugs_activity limit 0, 40000', conn)
```
- and the structure of df_bugs_activity_4w:
``` python
In[19]: df_bugs_activity_4w
Out[19]:
<class 'pandas.core.frame.DataFrame'>
Int64Index: 40000 entries, 0 to 39999
Data column... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/3012/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/3012/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/3013 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/3013/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/3013/comments | https://api.github.com/repos/pandas-dev/pandas/issues/3013/events | https://github.com/pandas-dev/pandas/pull/3013 | 11,881,678 | MDExOlB1bGxSZXF1ZXN0NDU0NzgzMQ== | 3,013 | BUG: pytables not writing rows where all-nan in a part of a block | {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jreback/followers",
"following_url": "https://api.github.com/users/jreback/following{/other_user}",
"gists_url": "https://... | [] | closed | false | null | [] | null | 0 | 2013-03-11T15:26:47Z | 2014-06-25T01:05:21Z | 2013-03-11T18:20:16Z | CONTRIBUTOR | null | fixes #3012
if the first column of a block was all-nan was not writing that row
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/3013/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/3013/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/3013.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/3013",
"merged_at": "2013-03-11T18:20:16Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/3013.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/3013"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/3014 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/3014/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/3014/comments | https://api.github.com/repos/pandas-dev/pandas/issues/3014/events | https://github.com/pandas-dev/pandas/pull/3014 | 11,890,487 | MDExOlB1bGxSZXF1ZXN0NDU1MjM3OQ== | 3,014 | Bug: Fixed Issue 2993, Incorrect Timestamp Construction by datetime.date and tz | {
"avatar_url": "https://avatars.githubusercontent.com/u/1100923?v=4",
"events_url": "https://api.github.com/users/waitingkuo/events{/privacy}",
"followers_url": "https://api.github.com/users/waitingkuo/followers",
"following_url": "https://api.github.com/users/waitingkuo/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": "AFEEEE",
"default": false,
"description": null,
"id": 211840,
... | closed | false | null | [] | {
"closed_at": "2013-05-10T10:57:28Z",
"closed_issues": 340,
"created_at": "2013-01-18T03:58:28Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4",
"events_url": "https://api.github.com/users/wesm/events{/privacy}",
"followers_url": "https://api.github.com/users/wesm/... | 4 | 2013-03-11T18:25:42Z | 2014-07-01T11:00:16Z | 2013-03-21T07:38:36Z | CONTRIBUTOR | null | `Timestamp` cannot be constructed correctly by given an `datetime.date` instance and `tz`.
The issued has been solved in this patch and the test case is add in `pandas/tseries/test/test_timezones.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/3014/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/3014/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/3014.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/3014",
"merged_at": "2013-03-21T07:38:36Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/3014.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/3014"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/3015 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/3015/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/3015/comments | https://api.github.com/repos/pandas-dev/pandas/issues/3015/events | https://github.com/pandas-dev/pandas/pull/3015 | 11,907,771 | MDExOlB1bGxSZXF1ZXN0NDU2MTA4Nw== | 3,015 | DOC: ylabels for secondary_y axis | {
"avatar_url": "https://avatars.githubusercontent.com/u/704919?v=4",
"events_url": "https://api.github.com/users/adamgreenhall/events{/privacy}",
"followers_url": "https://api.github.com/users/adamgreenhall/followers",
"following_url": "https://api.github.com/users/adamgreenhall/following{/other_user}",
"gis... | [] | closed | false | null | [] | {
"closed_at": "2013-05-10T10:57:28Z",
"closed_issues": 340,
"created_at": "2013-01-18T03:58:28Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4",
"events_url": "https://api.github.com/users/wesm/events{/privacy}",
"followers_url": "https://api.github.com/users/wesm/... | 3 | 2013-03-12T02:49:36Z | 2013-08-26T20:18:07Z | 2013-03-16T00:39:22Z | CONTRIBUTOR | null | modified "Selective Plotting on Secondary Y-axis" example to show how to set ylabels for both left and right y axis
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/3015/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/3015/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/3015.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/3015",
"merged_at": null,
"patch_url": "https://github.com/pandas-dev/pandas/pull/3015.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/3015"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/3016 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/3016/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/3016/comments | https://api.github.com/repos/pandas-dev/pandas/issues/3016/events | https://github.com/pandas-dev/pandas/issues/3016 | 11,909,589 | MDU6SXNzdWUxMTkwOTU4OQ== | 3,016 | Issues updating the DateFrame from another DataFrame | {
"avatar_url": "https://avatars.githubusercontent.com/u/1100923?v=4",
"events_url": "https://api.github.com/users/waitingkuo/events{/privacy}",
"followers_url": "https://api.github.com/users/waitingkuo/followers",
"following_url": "https://api.github.com/users/waitingkuo/following{/other_user}",
"gists_url":... | [] | closed | false | null | [] | null | 1 | 2013-03-12T04:27:47Z | 2013-03-16T04:47:56Z | 2013-03-16T04:47:56Z | CONTRIBUTOR | null | http://stackoverflow.com/questions/15349795/pandas-dataframe-combine-first-and-update-methods-have-strange-behavior/15353297#15353297
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/3016/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/3016/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/3017 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/3017/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/3017/comments | https://api.github.com/repos/pandas-dev/pandas/issues/3017/events | https://github.com/pandas-dev/pandas/pull/3017 | 11,910,128 | MDExOlB1bGxSZXF1ZXN0NDU2MjA0Mw== | 3,017 | segmentation fault on groupby with categorical grouper of mismatched len | {
"avatar_url": "https://avatars.githubusercontent.com/u/10137?v=4",
"events_url": "https://api.github.com/users/ghost/events{/privacy}",
"followers_url": "https://api.github.com/users/ghost/followers",
"following_url": "https://api.github.com/users/ghost/following{/other_user}",
"gists_url": "https://api.git... | [] | closed | false | null | [] | {
"closed_at": "2013-05-10T10:57:28Z",
"closed_issues": 340,
"created_at": "2013-01-18T03:58:28Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4",
"events_url": "https://api.github.com/users/wesm/events{/privacy}",
"followers_url": "https://api.github.com/users/wesm/... | 2 | 2013-03-12T04:51:18Z | 2014-07-19T13:06:32Z | 2013-03-16T23:52:23Z | NONE | null | closes #3011
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/3017/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/3017/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/3017.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/3017",
"merged_at": "2013-03-16T23:52:23Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/3017.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/3017"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/3018 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/3018/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/3018/comments | https://api.github.com/repos/pandas-dev/pandas/issues/3018/events | https://github.com/pandas-dev/pandas/pull/3018 | 11,922,544 | MDExOlB1bGxSZXF1ZXN0NDU2NzczMg== | 3,018 | BUG: Bug in DataFrame column insertion when the column creation fails (GH3010) | {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jreback/followers",
"following_url": "https://api.github.com/users/jreback/following{/other_user}",
"gists_url": "https://... | [] | closed | false | null | [] | {
"closed_at": "2013-05-10T10:57:28Z",
"closed_issues": 340,
"created_at": "2013-01-18T03:58:28Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4",
"events_url": "https://api.github.com/users/wesm/events{/privacy}",
"followers_url": "https://api.github.com/users/wesm/... | 0 | 2013-03-12T12:47:40Z | 2014-06-14T07:24:11Z | 2013-03-12T16:14:07Z | CONTRIBUTOR | null | Bug in DataFrame column insertion when the column creation fails
existing frame is left in an irrecoverable state, fixes #3010
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/3018/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/3018/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/3018.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/3018",
"merged_at": "2013-03-12T16:14:07Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/3018.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/3018"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/3019 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/3019/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/3019/comments | https://api.github.com/repos/pandas-dev/pandas/issues/3019/events | https://github.com/pandas-dev/pandas/issues/3019 | 11,923,372 | MDU6SXNzdWUxMTkyMzM3Mg== | 3,019 | shift doesn't maintain timestamp datatype | {
"avatar_url": "https://avatars.githubusercontent.com/u/3842748?v=4",
"events_url": "https://api.github.com/users/mgutman515/events{/privacy}",
"followers_url": "https://api.github.com/users/mgutman515/followers",
"following_url": "https://api.github.com/users/mgutman515/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"
}
] | closed | false | null | [] | {
"closed_at": "2013-05-10T10:57:28Z",
"closed_issues": 340,
"created_at": "2013-01-18T03:58:28Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4",
"events_url": "https://api.github.com/users/wesm/events{/privacy}",
"followers_url": "https://api.github.com/users/wesm/... | 1 | 2013-03-12T13:12:42Z | 2013-03-14T10:43:08Z | 2013-03-14T10:43:08Z | NONE | null | So far so good...
pd.Series(pd.date_range("2000-1-1","2000-1-10"))
0 2000-01-01 00:00:00
1 2000-01-02 00:00:00
2 2000-01-03 00:00:00
3 2000-01-04 00:00:00
4 2000-01-05 00:00:00
5 2000-01-06 00:00:00
6 2000-01-07 00:00:00
7 2000-01-08 00:00:00
8 2000-01-09 00:00:00
9 2000-01-10 00:00:00
pd.Series(pd... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/3019/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/3019/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/3020 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/3020/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/3020/comments | https://api.github.com/repos/pandas-dev/pandas/issues/3020/events | https://github.com/pandas-dev/pandas/issues/3020 | 11,924,688 | MDU6SXNzdWUxMTkyNDY4OA== | 3,020 | resample up skips first day | {
"avatar_url": "https://avatars.githubusercontent.com/u/2047153?v=4",
"events_url": "https://api.github.com/users/dsimpson1980/events{/privacy}",
"followers_url": "https://api.github.com/users/dsimpson1980/followers",
"following_url": "https://api.github.com/users/dsimpson1980/following{/other_user}",
"gists... | [
{
"color": "e10c02",
"default": false,
"description": null,
"id": 76811,
"name": "Bug",
"node_id": "MDU6TGFiZWw3NjgxMQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug"
},
{
"color": "AFEEEE",
"default": false,
"description": null,
"id": 211840,
... | closed | false | {
"avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4",
"events_url": "https://api.github.com/users/wesm/events{/privacy}",
"followers_url": "https://api.github.com/users/wesm/followers",
"following_url": "https://api.github.com/users/wesm/following{/other_user}",
"gists_url": "https://api.githu... | [
{
"avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4",
"events_url": "https://api.github.com/users/wesm/events{/privacy}",
"followers_url": "https://api.github.com/users/wesm/followers",
"following_url": "https://api.github.com/users/wesm/following{/other_user}",
"gists_url": "htt... | {
"closed_at": "2013-05-10T10:57:28Z",
"closed_issues": 340,
"created_at": "2013-01-18T03:58:28Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4",
"events_url": "https://api.github.com/users/wesm/events{/privacy}",
"followers_url": "https://api.github.com/users/wesm/... | 1 | 2013-03-12T13:46:53Z | 2014-03-29T00:53:55Z | 2013-03-18T17:25:38Z | NONE | null | When resampling from a TimeSeries with freq='MS' to freq='D' the TimeSeries is shifted forward by one day, skipping the first element:
``` python
In [64]: dates = pd.date_range('01-Apr-13','01-May-13',freq='MS')
In [65]: ts = pd.TimeSeries([1,2],dates)
In [66]: ts
Out[66]:
2013-04-01 1
2013-05-01 2
Freq: MS
... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/3020/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/3020/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/3021 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/3021/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/3021/comments | https://api.github.com/repos/pandas-dev/pandas/issues/3021/events | https://github.com/pandas-dev/pandas/pull/3021 | 11,926,460 | MDExOlB1bGxSZXF1ZXN0NDU2OTY3OQ== | 3,021 | BUG: Bug in DataFrame update where non-specified values could cause dtype changes | {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jreback/followers",
"following_url": "https://api.github.com/users/jreback/following{/other_user}",
"gists_url": "https://... | [] | closed | false | null | [] | {
"closed_at": "2013-05-10T10:57:28Z",
"closed_issues": 340,
"created_at": "2013-01-18T03:58:28Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4",
"events_url": "https://api.github.com/users/wesm/events{/privacy}",
"followers_url": "https://api.github.com/users/wesm/... | 0 | 2013-03-12T14:28:16Z | 2014-06-12T23:49:54Z | 2013-03-12T22:38:01Z | CONTRIBUTOR | null | fixes #3016
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/3021/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/3021/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/3021.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/3021",
"merged_at": "2013-03-12T22:38:01Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/3021.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/3021"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/3022 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/3022/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/3022/comments | https://api.github.com/repos/pandas-dev/pandas/issues/3022/events | https://github.com/pandas-dev/pandas/issues/3022 | 11,928,182 | MDU6SXNzdWUxMTkyODE4Mg== | 3,022 | BUG: `concat` gives incorrect results for series with the same name | {
"avatar_url": "https://avatars.githubusercontent.com/u/881019?v=4",
"events_url": "https://api.github.com/users/dhirschfeld/events{/privacy}",
"followers_url": "https://api.github.com/users/dhirschfeld/followers",
"following_url": "https://api.github.com/users/dhirschfeld/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"
}
] | closed | false | null | [] | {
"closed_at": "2013-05-10T10:57:28Z",
"closed_issues": 340,
"created_at": "2013-01-18T03:58:28Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4",
"events_url": "https://api.github.com/users/wesm/events{/privacy}",
"followers_url": "https://api.github.com/users/wesm/... | 1 | 2013-03-12T15:02:43Z | 2013-03-12T15:20:22Z | 2013-03-12T15:20:18Z | CONTRIBUTOR | null | As shown in the example below, when passing in two series with the same name to `concat` you end up with duplicates of the last series passed in.
``` python
In [42]: pd.__version__
Out[42]: '0.10.1'
In [43]: dates = pd.date_range('01-Jan-2013','01-Dec-2013', freq='MS')
...: L = pd.TimeSeries('L', dates, name='Le... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/3022/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/3022/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/3023 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/3023/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/3023/comments | https://api.github.com/repos/pandas-dev/pandas/issues/3023/events | https://github.com/pandas-dev/pandas/pull/3023 | 11,929,208 | MDExOlB1bGxSZXF1ZXN0NDU3MTEwMA== | 3,023 | Continuing #2057, s/assert/raise AssertionError/g | {
"avatar_url": "https://avatars.githubusercontent.com/u/10137?v=4",
"events_url": "https://api.github.com/users/ghost/events{/privacy}",
"followers_url": "https://api.github.com/users/ghost/followers",
"following_url": "https://api.github.com/users/ghost/following{/other_user}",
"gists_url": "https://api.git... | [] | closed | false | null | [] | {
"closed_at": "2013-07-24T23:25:44Z",
"closed_issues": 410,
"created_at": "2013-04-30T04:12:30Z",
"creator": null,
"description": "Major release (formerly 0.11.1 bugfix but has outgrown its britches)",
"due_on": "2013-07-05T07:00:00Z",
"html_url": "https://github.com/pandas-dev/pandas/milestone/22",
"i... | 3 | 2013-03-12T15:25:14Z | 2014-06-17T07:37:07Z | 2013-04-23T02:10:48Z | NONE | null | #2057
Though I've never encountered usage of python -O in the wild.
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/3023/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/3023/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/3023.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/3023",
"merged_at": "2013-04-23T02:10:48Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/3023.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/3023"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/3024 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/3024/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/3024/comments | https://api.github.com/repos/pandas-dev/pandas/issues/3024/events | https://github.com/pandas-dev/pandas/issues/3024 | 11,929,385 | MDU6SXNzdWUxMTkyOTM4NQ== | 3,024 | TODO: Decorate asserts with helpful messages | {
"avatar_url": "https://avatars.githubusercontent.com/u/10137?v=4",
"events_url": "https://api.github.com/users/ghost/events{/privacy}",
"followers_url": "https://api.github.com/users/ghost/followers",
"following_url": "https://api.github.com/users/ghost/following{/other_user}",
"gists_url": "https://api.git... | [] | closed | false | null | [] | {
"closed_at": null,
"closed_issues": 278,
"created_at": "2013-01-06T03:02:01Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4",
"events_url": "https://api.github.com/users/wesm/events{/privacy}",
"followers_url": "https://api.github.com/users/wesm/followers",
"f... | 7 | 2013-03-12T15:28:41Z | 2014-01-10T12:36:44Z | 2014-01-10T12:36:44Z | NONE | null | See changes made in #3023, #2057.
Enhancing an assert with a meaningful message
is an easy way to make your first contribution to the
pandas project.
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/3024/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/3024/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/3025 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/3025/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/3025/comments | https://api.github.com/repos/pandas-dev/pandas/issues/3025/events | https://github.com/pandas-dev/pandas/issues/3025 | 11,929,568 | MDU6SXNzdWUxMTkyOTU2OA== | 3,025 | CLN: move update to BlockManager method (and just call from frame) | {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jreback/followers",
"following_url": "https://api.github.com/users/jreback/following{/other_user}",
"gists_url": "https://... | [
{
"color": "FCE94F",
"default": false,
"description": "Internal refactoring of code",
"id": 127681,
"name": "Refactor",
"node_id": "MDU6TGFiZWwxMjc2ODE=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Refactor"
},
{
"color": "fbca04",
"default": false,
"de... | open | false | null | [] | {
"closed_at": null,
"closed_issues": 278,
"created_at": "2013-01-06T03:02:01Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4",
"events_url": "https://api.github.com/users/wesm/events{/privacy}",
"followers_url": "https://api.github.com/users/wesm/followers",
"f... | 4 | 2013-03-12T15:32:24Z | 2019-02-22T19:02:58Z | null | CONTRIBUTOR | null | promotes consistency, see #3021, #3016, #9065
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/3025/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/3025/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/3026 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/3026/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/3026/comments | https://api.github.com/repos/pandas-dev/pandas/issues/3026/events | https://github.com/pandas-dev/pandas/pull/3026 | 11,932,591 | MDExOlB1bGxSZXF1ZXN0NDU3Mjk3MQ== | 3,026 | Add viewcode extension to allow for links to source in API docs | {
"avatar_url": "https://avatars.githubusercontent.com/u/58063?v=4",
"events_url": "https://api.github.com/users/durden/events{/privacy}",
"followers_url": "https://api.github.com/users/durden/followers",
"following_url": "https://api.github.com/users/durden/following{/other_user}",
"gists_url": "https://api.... | [] | closed | false | null | [] | null | 5 | 2013-03-12T16:31:00Z | 2014-01-18T03:44:29Z | 2014-01-18T03:44:29Z | CONTRIBUTOR | null | This creates the [source] links in the API documentation sections. You can read more about this Sphinx extension [here](http://sphinx-doc.org/ext/viewcode.html). There could be a reason this is NOT already added so let me know. I find it useful to have this because often times I want to easily jump to the source in ... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/3026/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/3026/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/3026.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/3026",
"merged_at": null,
"patch_url": "https://github.com/pandas-dev/pandas/pull/3026.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/3026"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/3027 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/3027/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/3027/comments | https://api.github.com/repos/pandas-dev/pandas/issues/3027/events | https://github.com/pandas-dev/pandas/pull/3027 | 11,937,890 | MDExOlB1bGxSZXF1ZXN0NDU3NTgzNQ== | 3,027 | BUG: Bug in user-facing take with negative indicies was incorrect | {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jreback/followers",
"following_url": "https://api.github.com/users/jreback/following{/other_user}",
"gists_url": "https://... | [] | closed | false | null | [] | {
"closed_at": "2013-05-10T10:57:28Z",
"closed_issues": 340,
"created_at": "2013-01-18T03:58:28Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4",
"events_url": "https://api.github.com/users/wesm/events{/privacy}",
"followers_url": "https://api.github.com/users/wesm/... | 0 | 2013-03-12T18:20:24Z | 2014-06-26T05:58:14Z | 2013-03-12T23:17:20Z | CONTRIBUTOR | null | issue mentioned in #2892
note: does not solve the actual segmentation faults issue in 2892, only user facing take with neg indicies
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/3027/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/3027/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/3027.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/3027",
"merged_at": "2013-03-12T23:17:20Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/3027.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/3027"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/3028 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/3028/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/3028/comments | https://api.github.com/repos/pandas-dev/pandas/issues/3028/events | https://github.com/pandas-dev/pandas/issues/3028 | 11,939,096 | MDU6SXNzdWUxMTkzOTA5Ng== | 3,028 | Fortify cython functions against segfaults (without killing perf) | {
"avatar_url": "https://avatars.githubusercontent.com/u/10137?v=4",
"events_url": "https://api.github.com/users/ghost/events{/privacy}",
"followers_url": "https://api.github.com/users/ghost/followers",
"following_url": "https://api.github.com/users/ghost/following{/other_user}",
"gists_url": "https://api.git... | [] | closed | false | null | [] | {
"closed_at": 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... | 15 | 2013-03-12T18:45:28Z | 2013-04-27T20:27:44Z | 2013-04-27T20:23:34Z | NONE | null | Following discussion in #2892, and segfaults in #3011, #2775, #2778 and others.
manually insert needed checks before inner loop, leaving @cython.boundscheck(False)
inplace.
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/3028/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/3028/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/3029 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/3029/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/3029/comments | https://api.github.com/repos/pandas-dev/pandas/issues/3029/events | https://github.com/pandas-dev/pandas/pull/3029 | 11,940,401 | MDExOlB1bGxSZXF1ZXN0NDU3NzE0MA== | 3,029 | ENH: safety bounds checks for take funcs | {
"avatar_url": "https://avatars.githubusercontent.com/u/2342637?v=4",
"events_url": "https://api.github.com/users/stephenwlin/events{/privacy}",
"followers_url": "https://api.github.com/users/stephenwlin/followers",
"following_url": "https://api.github.com/users/stephenwlin/following{/other_user}",
"gists_ur... | [] | 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... | 13 | 2013-03-12T19:14:26Z | 2014-06-12T13:27:50Z | 2013-07-29T05:14:12Z | CONTRIBUTOR | null | as per #3028; haven't done vb_suite yet but presumably we're ok paying the price for safety; will run to see what the hit is though
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/3029/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/3029/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/3029.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/3029",
"merged_at": null,
"patch_url": "https://github.com/pandas-dev/pandas/pull/3029.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/3029"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/3030 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/3030/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/3030/comments | https://api.github.com/repos/pandas-dev/pandas/issues/3030/events | https://github.com/pandas-dev/pandas/issues/3030 | 11,940,782 | MDU6SXNzdWUxMTk0MDc4Mg== | 3,030 | BUG: inconsistent behavior of set_value | {
"avatar_url": "https://avatars.githubusercontent.com/u/368583?v=4",
"events_url": "https://api.github.com/users/isofer/events{/privacy}",
"followers_url": "https://api.github.com/users/isofer/followers",
"following_url": "https://api.github.com/users/isofer/following{/other_user}",
"gists_url": "https://api... | [] | closed | false | null | [] | null | 3 | 2013-03-12T19:24:05Z | 2013-03-12T19:53:29Z | 2013-03-12T19:31:17Z | NONE | null | when using set_value to update a DataFrame, the update is done inplace if the given label exist in the index, but a new DataFrame is created if the label is not in the index.
For instance:
The following will not update the original DataFrame
```
In [99]: a = pd.DataFrame(rand(5,5), columns=['a','b','c','d','e'])
In ... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/3030/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/3030/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/3031 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/3031/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/3031/comments | https://api.github.com/repos/pandas-dev/pandas/issues/3031/events | https://github.com/pandas-dev/pandas/pull/3031 | 11,943,495 | MDExOlB1bGxSZXF1ZXN0NDU3ODQ3OA== | 3,031 | ENH: add bounds-checking preamble to groupby_X cython code | {
"avatar_url": "https://avatars.githubusercontent.com/u/10137?v=4",
"events_url": "https://api.github.com/users/ghost/events{/privacy}",
"followers_url": "https://api.github.com/users/ghost/followers",
"following_url": "https://api.github.com/users/ghost/following{/other_user}",
"gists_url": "https://api.git... | [] | closed | false | null | [] | {
"closed_at": "2013-05-10T10:57:28Z",
"closed_issues": 340,
"created_at": "2013-01-18T03:58:28Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4",
"events_url": "https://api.github.com/users/wesm/events{/privacy}",
"followers_url": "https://api.github.com/users/wesm/... | 4 | 2013-03-12T20:09:24Z | 2014-06-26T01:13:26Z | 2013-03-17T15:32:36Z | NONE | null | continues #3017, does an easier bit under #3028
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/3031/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/3031/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/3031.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/3031",
"merged_at": "2013-03-17T15:32:36Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/3031.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/3031"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/3032 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/3032/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/3032/comments | https://api.github.com/repos/pandas-dev/pandas/issues/3032/events | https://github.com/pandas-dev/pandas/issues/3032 | 11,948,200 | MDU6SXNzdWUxMTk0ODIwMA== | 3,032 | HDFStore appending for mixed datatypes, including NumPy arrays | {
"avatar_url": "https://avatars.githubusercontent.com/u/161935?v=4",
"events_url": "https://api.github.com/users/alexbw/events{/privacy}",
"followers_url": "https://api.github.com/users/alexbw/followers",
"following_url": "https://api.github.com/users/alexbw/following{/other_user}",
"gists_url": "https://api... | [
{
"color": "06909A",
"default": false,
"description": "IO issues that don't fit into a more specific label",
"id": 2301354,
"name": "IO Data",
"node_id": "MDU6TGFiZWwyMzAxMzU0",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/IO%20Data"
}
] | closed | false | null | [] | {
"closed_at": 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... | 20 | 2013-03-12T21:38:22Z | 2013-03-20T15:21:32Z | 2013-03-20T15:21:32Z | NONE | null | A pandas array I have contains some image data, recorded from a camera during a behavioral experiment. A simplified version looks like this:
```
num_frames = 100
mouse = [{"velocity":np.random.random((1,))[0], \
"image":np.random.random((80,80)).astype('float32'), \
"spine":np.r_[0:80].astype('float32'... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/3032/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/3032/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/3033 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/3033/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/3033/comments | https://api.github.com/repos/pandas-dev/pandas/issues/3033/events | https://github.com/pandas-dev/pandas/issues/3033 | 11,954,199 | MDU6SXNzdWUxMTk1NDE5OQ== | 3,033 | TODO: convert from `ndarray.take` to internal takes, remove platform int <-> int64 conversions? | {
"avatar_url": "https://avatars.githubusercontent.com/u/2342637?v=4",
"events_url": "https://api.github.com/users/stephenwlin/events{/privacy}",
"followers_url": "https://api.github.com/users/stephenwlin/followers",
"following_url": "https://api.github.com/users/stephenwlin/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": "fbca04",
"default": false,
"description": "Related ... | 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 | 2013-03-13T00:13:41Z | 2016-08-17T10:21:25Z | 2016-08-17T10:21:25Z | CONTRIBUTOR | null | just throwing this out there, spliting off from discussion at #2892... right now index arrays are constantly being converted back and forth between platform int and int64 on 32-bit platforms, since `ndarray.take` requires the former but the cython routines use the latter
this can probably be removed if all `ndarray.ta... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/3033/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/3033/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/3034 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/3034/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/3034/comments | https://api.github.com/repos/pandas-dev/pandas/issues/3034/events | https://github.com/pandas-dev/pandas/pull/3034 | 11,955,554 | MDExOlB1bGxSZXF1ZXN0NDU4MzkzMQ== | 3,034 | BUG: Formatting of an index that has nan was inconsistent or wrong | {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jreback/followers",
"following_url": "https://api.github.com/users/jreback/following{/other_user}",
"gists_url": "https://... | [] | closed | false | null | [] | {
"closed_at": "2013-05-10T10:57:28Z",
"closed_issues": 340,
"created_at": "2013-01-18T03:58:28Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4",
"events_url": "https://api.github.com/users/wesm/events{/privacy}",
"followers_url": "https://api.github.com/users/wesm/... | 12 | 2013-03-13T01:17:49Z | 2014-08-13T08:36:17Z | 2013-03-13T16:37:44Z | CONTRIBUTOR | null | Formatting of an index that has `nan` was inconsistent or wrong,
(would fill from last value), closes GH #2850
Also changed in test_format.py/test_index
1) printing of 'nan' rather than the na_rep (NaN) is inconcsistent
with everywhere else
2) a 'None' in the index is defacto treated as NaN, is this wrong?
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/3034/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/3034/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/3034.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/3034",
"merged_at": "2013-03-13T16:37:44Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/3034.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/3034"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/3035 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/3035/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/3035/comments | https://api.github.com/repos/pandas-dev/pandas/issues/3035/events | https://github.com/pandas-dev/pandas/issues/3035 | 11,967,877 | MDU6SXNzdWUxMTk2Nzg3Nw== | 3,035 | BUG: groupby segfaults when passed a function of a timestamp which raises a TypeError | {
"avatar_url": "https://avatars.githubusercontent.com/u/881019?v=4",
"events_url": "https://api.github.com/users/dhirschfeld/events{/privacy}",
"followers_url": "https://api.github.com/users/dhirschfeld/followers",
"following_url": "https://api.github.com/users/dhirschfeld/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"
}
] | closed | false | null | [] | {
"closed_at": "2013-05-10T10:57:28Z",
"closed_issues": 340,
"created_at": "2013-01-18T03:58:28Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4",
"events_url": "https://api.github.com/users/wesm/events{/privacy}",
"followers_url": "https://api.github.com/users/wesm/... | 2 | 2013-03-13T10:43:07Z | 2013-03-17T15:33:15Z | 2013-03-17T15:33:15Z | CONTRIBUTOR | null | It _is_ a dumb thing to do, but pandas probably shouldn't segfault regardless:
``` python
In [1]: dates = pd.date_range('01-Jan-2013', periods=12, freq='MS')
...: ts = pd.TimeSeries(randn(12), index=dates)
In [2]: ts.groupby(lambda key: key[0:4]).first()
It seems the kernel died unexpectedly. Use 'Restart kernel' ... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/3035/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/3035/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/3036 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/3036/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/3036/comments | https://api.github.com/repos/pandas-dev/pandas/issues/3036/events | https://github.com/pandas-dev/pandas/pull/3036 | 11,969,784 | MDExOlB1bGxSZXF1ZXN0NDU5MDUwOA== | 3,036 | DOC: added cookbook.rst to main docs | {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jreback/followers",
"following_url": "https://api.github.com/users/jreback/following{/other_user}",
"gists_url": "https://... | [
{
"color": "3465A4",
"default": false,
"description": null,
"id": 134699,
"name": "Docs",
"node_id": "MDU6TGFiZWwxMzQ2OTk=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Docs"
}
] | closed | false | null | [] | {
"closed_at": "2013-05-10T10:57:28Z",
"closed_issues": 340,
"created_at": "2013-01-18T03:58:28Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4",
"events_url": "https://api.github.com/users/wesm/events{/privacy}",
"followers_url": "https://api.github.com/users/wesm/... | 7 | 2013-03-13T11:46:14Z | 2014-06-26T19:46:41Z | 2013-03-13T16:38:44Z | 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/3036/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/3036/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/3036.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/3036",
"merged_at": "2013-03-13T16:38:44Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/3036.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/3036"
} | |
https://api.github.com/repos/pandas-dev/pandas/issues/3037 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/3037/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/3037/comments | https://api.github.com/repos/pandas-dev/pandas/issues/3037/events | https://github.com/pandas-dev/pandas/issues/3037 | 11,987,146 | MDU6SXNzdWUxMTk4NzE0Ng== | 3,037 | ENH: should we relax frame/setitem for non-numerics | {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jreback/followers",
"following_url": "https://api.github.com/users/jreback/following{/other_user}",
"gists_url": "https://... | [] | closed | false | null | [] | null | 0 | 2013-03-13T18:29:49Z | 2013-03-14T11:38:44Z | 2013-03-14T11:38:44Z | CONTRIBUTOR | null | I came across the case where if you try setitem with a boolean mask on a frame
that is mixed dtype an exception is raised
this is easily relaxed in the int/float case (and will leave/upcast the int columns as needed)
```
In [68]: df
Out[68]:
0 1 2 3 4 y
35 NaN NaN NaN NaN ... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/3037/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/3037/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/3038 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/3038/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/3038/comments | https://api.github.com/repos/pandas-dev/pandas/issues/3038/events | https://github.com/pandas-dev/pandas/pull/3038 | 11,989,512 | MDExOlB1bGxSZXF1ZXN0NDYwMDY2Nw== | 3,038 | Fix some pprint_thing warts | {
"avatar_url": "https://avatars.githubusercontent.com/u/10137?v=4",
"events_url": "https://api.github.com/users/ghost/events{/privacy}",
"followers_url": "https://api.github.com/users/ghost/followers",
"following_url": "https://api.github.com/users/ghost/following{/other_user}",
"gists_url": "https://api.git... | [] | closed | false | null | [] | {
"closed_at": "2013-07-24T23:25:44Z",
"closed_issues": 410,
"created_at": "2013-04-30T04:12:30Z",
"creator": null,
"description": "Major release (formerly 0.11.1 bugfix but has outgrown its britches)",
"due_on": "2013-07-05T07:00:00Z",
"html_url": "https://github.com/pandas-dev/pandas/milestone/22",
"i... | 9 | 2013-03-13T19:26:34Z | 2014-06-19T09:13:11Z | 2013-04-23T02:11:03Z | NONE | null | **Part 1**
currently:
``` python
In [4]: from pandas.core.common import pprint_thing as pp_t
...: pp_t([1,None])
Out[4]: u'[1, ]'
```
after PR:
``` python
In [13]: from pandas.core.common import pprint_thing as pp_t
...: pp_t([1,None])
Out[13]: u'[1, None]'
```
and jeff fixed index NaN printing in #3034, at ... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/3038/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/3038/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/3038.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/3038",
"merged_at": "2013-04-23T02:11:03Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/3038.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/3038"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/3039 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/3039/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/3039/comments | https://api.github.com/repos/pandas-dev/pandas/issues/3039/events | https://github.com/pandas-dev/pandas/issues/3039 | 11,991,521 | MDU6SXNzdWUxMTk5MTUyMQ== | 3,039 | ENH: Change resample to default to returning GroupBy instead of mean when how=None | {
"avatar_url": "https://avatars.githubusercontent.com/u/610115?v=4",
"events_url": "https://api.github.com/users/dalejung/events{/privacy}",
"followers_url": "https://api.github.com/users/dalejung/followers",
"following_url": "https://api.github.com/users/dalejung/following{/other_user}",
"gists_url": "https... | [] | closed | false | null | [] | {
"closed_at": "2013-12-30T19:53:14Z",
"closed_issues": 1076,
"created_at": "2012-11-15T23:33:37Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4",
"events_url": "https://api.github.com/users/wesm/events{/privacy}",
"followers_url": "https://api.github.com/users/wesm... | 6 | 2013-03-13T20:14:34Z | 2013-04-17T19:26:55Z | 2013-04-17T19:25:56Z | CONTRIBUTOR | null | Wanted to get opinions on this. It would be nice to formally expose a GroupBy object that uses BinGrouper. This would be useful for those of us who monkey patch the GroupBy object for convenience.
Do people use the default behavior outside of quick demo-ing purposes?
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/3039/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/3039/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/3040 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/3040/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/3040/comments | https://api.github.com/repos/pandas-dev/pandas/issues/3040/events | https://github.com/pandas-dev/pandas/pull/3040 | 11,995,910 | MDExOlB1bGxSZXF1ZXN0NDYwNDE0NQ== | 3,040 | BUG: Unstack of a frame with no nans would always cause dtype upcasting (GH #2929) | {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jreback/followers",
"following_url": "https://api.github.com/users/jreback/following{/other_user}",
"gists_url": "https://... | [] | closed | false | null | [] | {
"closed_at": "2013-05-10T10:57:28Z",
"closed_issues": 340,
"created_at": "2013-01-18T03:58:28Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4",
"events_url": "https://api.github.com/users/wesm/events{/privacy}",
"followers_url": "https://api.github.com/users/wesm/... | 0 | 2013-03-13T22:04:45Z | 2014-07-26T15:38:19Z | 2013-03-14T00:37:44Z | CONTRIBUTOR | null | fixes #2929
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/3040/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/3040/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/3040.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/3040",
"merged_at": "2013-03-14T00:37:44Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/3040.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/3040"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/3041 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/3041/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/3041/comments | https://api.github.com/repos/pandas-dev/pandas/issues/3041/events | https://github.com/pandas-dev/pandas/issues/3041 | 11,997,714 | MDU6SXNzdWUxMTk5NzcxNA== | 3,041 | BUG: combine_first changing dtypes of untouched columns | {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jreback/followers",
"following_url": "https://api.github.com/users/jreback/following{/other_user}",
"gists_url": "https://... | [] | closed | false | null | [] | null | 0 | 2013-03-13T22:55:58Z | 2014-06-19T15:13:37Z | 2013-03-14T02:01:35Z | CONTRIBUTOR | null | fixed for update in PR #3021
groupby and first/last too
www.stackoverflow.com/questions/15349795/pandas-dataframe-combine-first-and-update-methods-have-strange-behavior
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/3041/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/3041/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/3042 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/3042/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/3042/comments | https://api.github.com/repos/pandas-dev/pandas/issues/3042/events | https://github.com/pandas-dev/pandas/issues/3042 | 11,998,961 | MDU6SXNzdWUxMTk5ODk2MQ== | 3,042 | Timestamp.fromordinal Exception AttributeError | {
"avatar_url": "https://avatars.githubusercontent.com/u/69774?v=4",
"events_url": "https://api.github.com/users/michaelaye/events{/privacy}",
"followers_url": "https://api.github.com/users/michaelaye/followers",
"following_url": "https://api.github.com/users/michaelaye/following{/other_user}",
"gists_url": "... | [
{
"color": "e10c02",
"default": false,
"description": null,
"id": 76811,
"name": "Bug",
"node_id": "MDU6TGFiZWw3NjgxMQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug"
},
{
"color": "AFEEEE",
"default": false,
"description": null,
"id": 211840,
... | closed | false | null | [] | {
"closed_at": "2013-05-10T10:57:28Z",
"closed_issues": 340,
"created_at": "2013-01-18T03:58:28Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4",
"events_url": "https://api.github.com/users/wesm/events{/privacy}",
"followers_url": "https://api.github.com/users/wesm/... | 4 | 2013-03-13T23:39:00Z | 2017-07-25T16:19:20Z | 2013-03-22T17:37:10Z | CONTRIBUTOR | null | I have a datetime.datetime, convert it to ordinal and try to read it back with pd.Timestamp.fromordinal(). This produces the following error:
``` python
In [112]: dt
Out[112]: datetime.datetime(2011, 4, 16, 0, 0)
In [113]: pd.Timestamp.fromordinal(dt.toordinal())
Exception AttributeError: "'int' object has no attribu... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/3042/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/3042/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/3043 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/3043/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/3043/comments | https://api.github.com/repos/pandas-dev/pandas/issues/3043/events | https://github.com/pandas-dev/pandas/pull/3043 | 12,000,450 | MDExOlB1bGxSZXF1ZXN0NDYwNjYxOA== | 3,043 | BUG: frame combine_first where non-specified values could cause dtype changes (#3041) | {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jreback/followers",
"following_url": "https://api.github.com/users/jreback/following{/other_user}",
"gists_url": "https://... | [] | closed | false | null | [] | null | 0 | 2013-03-14T00:36:19Z | 2014-06-17T22:38:49Z | 2013-03-14T01:18:49Z | CONTRIBUTOR | null | fixes combine_first on #3041
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/3043/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/3043/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/3043.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/3043",
"merged_at": "2013-03-14T01:18:49Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/3043.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/3043"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/3044 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/3044/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/3044/comments | https://api.github.com/repos/pandas-dev/pandas/issues/3044/events | https://github.com/pandas-dev/pandas/pull/3044 | 12,002,298 | MDExOlB1bGxSZXF1ZXN0NDYwNzE2Nw== | 3,044 | BUG: Bug in groupby with first/last where dtypes could change (GH3041_) | {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jreback/followers",
"following_url": "https://api.github.com/users/jreback/following{/other_user}",
"gists_url": "https://... | [] | closed | false | null | [] | null | 0 | 2013-03-14T01:24:53Z | 2014-08-16T18:47:32Z | 2013-03-14T02:00:20Z | CONTRIBUTOR | null | fixed #3041 (completed now)
DOC: docstring updates in core/common.py for _possibily_cast_to_timedelta
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/3044/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/3044/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/3044.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/3044",
"merged_at": "2013-03-14T02:00:20Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/3044.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/3044"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/3045 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/3045/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/3045/comments | https://api.github.com/repos/pandas-dev/pandas/issues/3045/events | https://github.com/pandas-dev/pandas/pull/3045 | 12,003,055 | MDExOlB1bGxSZXF1ZXN0NDYwNzU0OA== | 3,045 | Access row/col data via attributes | {
"avatar_url": "https://avatars.githubusercontent.com/u/10137?v=4",
"events_url": "https://api.github.com/users/ghost/events{/privacy}",
"followers_url": "https://api.github.com/users/ghost/followers",
"following_url": "https://api.github.com/users/ghost/following{/other_user}",
"gists_url": "https://api.git... | [] | closed | false | null | [] | null | 6 | 2013-03-14T02:08:35Z | 2014-06-24T00:19:54Z | 2013-03-15T09:36:48Z | NONE | null | - Supercedes #1904
- Namespaces rows/cols as `df.r.<row label>`, `df.c.<col label>`
- get/set, multindex in both axes
- Designates df.<colname> (75310383) for future removal.
- No perf hit on attribute lookup, if you don't use it (raised in #1904).
Open issues:
- .r and .c (which i like), don't generalize to dim>2. U... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/3045/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/3045/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/3045.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/3045",
"merged_at": null,
"patch_url": "https://github.com/pandas-dev/pandas/pull/3045.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/3045"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/3046 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/3046/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/3046/comments | https://api.github.com/repos/pandas-dev/pandas/issues/3046/events | https://github.com/pandas-dev/pandas/issues/3046 | 12,003,435 | MDU6SXNzdWUxMjAwMzQzNQ== | 3,046 | Remove set_printoptions already. | {
"avatar_url": "https://avatars.githubusercontent.com/u/10137?v=4",
"events_url": "https://api.github.com/users/ghost/events{/privacy}",
"followers_url": "https://api.github.com/users/ghost/followers",
"following_url": "https://api.github.com/users/ghost/following{/other_user}",
"gists_url": "https://api.git... | [
{
"color": "DDDDDD",
"default": false,
"description": "Administrative tasks related to the pandas project",
"id": 32933285,
"name": "Admin",
"node_id": "MDU6TGFiZWwzMjkzMzI4NQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Admin"
}
] | closed | false | null | [] | {
"closed_at": "2013-12-30T19:53:14Z",
"closed_issues": 1076,
"created_at": "2012-11-15T23:33:37Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4",
"events_url": "https://api.github.com/users/wesm/events{/privacy}",
"followers_url": "https://api.github.com/users/wesm... | 10 | 2013-03-14T02:26:37Z | 2013-09-27T00:36:48Z | 2013-09-27T00:36:48Z | NONE | null | So, 0.11 was released a couple of months ago, 0.12 is fast approaching and `set_printoptions`/`reset_printoptions` have had a deprecation warning attached
to them since 0.10.0.
Isn't it time to remove them?
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/3046/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/3046/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/3047 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/3047/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/3047/comments | https://api.github.com/repos/pandas-dev/pandas/issues/3047/events | https://github.com/pandas-dev/pandas/issues/3047 | 12,004,240 | MDU6SXNzdWUxMjAwNDI0MA== | 3,047 | 'datetime64[ns]' columns cause fillna function fail | {
"avatar_url": "https://avatars.githubusercontent.com/u/1251601?v=4",
"events_url": "https://api.github.com/users/simomo/events{/privacy}",
"followers_url": "https://api.github.com/users/simomo/followers",
"following_url": "https://api.github.com/users/simomo/following{/other_user}",
"gists_url": "https://ap... | [
{
"color": "e10c02",
"default": false,
"description": null,
"id": 76811,
"name": "Bug",
"node_id": "MDU6TGFiZWw3NjgxMQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug"
}
] | closed | false | null | [] | {
"closed_at": "2013-05-10T10:57:28Z",
"closed_issues": 340,
"created_at": "2013-01-18T03:58:28Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4",
"events_url": "https://api.github.com/users/wesm/events{/privacy}",
"followers_url": "https://api.github.com/users/wesm/... | 10 | 2013-03-14T03:13:54Z | 2013-03-20T12:40:35Z | 2013-03-15T12:59:04Z | NONE | null | - pd.version: 0.11.0.dev-156e03c
- if dataframe had a column which had been recognized as 'datetime64[ns]' type, calling the dataframe's fillna function would cause an expection.
``` python
In [149]: df_t1 = DataFrame({'int': [1, 2, None], 'date_obj': [datetime.datetime(2012, 1, 1), datetime.datetime(2012, 1, 1), 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/3047/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/3047/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/3048 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/3048/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/3048/comments | https://api.github.com/repos/pandas-dev/pandas/issues/3048/events | https://github.com/pandas-dev/pandas/pull/3048 | 12,004,247 | MDExOlB1bGxSZXF1ZXN0NDYwODEzMA== | 3,048 | BUG: str.contains ignored na argument GH2806 | {
"avatar_url": "https://avatars.githubusercontent.com/u/10137?v=4",
"events_url": "https://api.github.com/users/ghost/events{/privacy}",
"followers_url": "https://api.github.com/users/ghost/followers",
"following_url": "https://api.github.com/users/ghost/following{/other_user}",
"gists_url": "https://api.git... | [] | closed | false | null | [] | {
"closed_at": "2013-05-10T10:57:28Z",
"closed_issues": 340,
"created_at": "2013-01-18T03:58:28Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4",
"events_url": "https://api.github.com/users/wesm/events{/privacy}",
"followers_url": "https://api.github.com/users/wesm/... | 0 | 2013-03-14T03:14:26Z | 2014-07-01T21:30:07Z | 2013-03-14T03:40:17Z | NONE | null | closes #2806
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/3048/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/3048/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/3048.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/3048",
"merged_at": "2013-03-14T03:40:17Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/3048.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/3048"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/3049 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/3049/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/3049/comments | https://api.github.com/repos/pandas-dev/pandas/issues/3049/events | https://github.com/pandas-dev/pandas/pull/3049 | 12,014,773 | MDExOlB1bGxSZXF1ZXN0NDYxMzEzNQ== | 3,049 | DOC: more cook examples | {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jreback/followers",
"following_url": "https://api.github.com/users/jreback/following{/other_user}",
"gists_url": "https://... | [] | closed | false | null | [] | null | 0 | 2013-03-14T11:36:54Z | 2013-03-14T11:36:59Z | 2013-03-14T11:36:59Z | 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/3049/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/3049/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/3049.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/3049",
"merged_at": "2013-03-14T11:36:59Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/3049.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/3049"
} | |
https://api.github.com/repos/pandas-dev/pandas/issues/3050 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/3050/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/3050/comments | https://api.github.com/repos/pandas-dev/pandas/issues/3050/events | https://github.com/pandas-dev/pandas/pull/3050 | 12,014,858 | MDExOlB1bGxSZXF1ZXN0NDYxMzE3OA== | 3,050 | ENH: Allow setitem in a frame where only mixed numerics are present | {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jreback/followers",
"following_url": "https://api.github.com/users/jreback/following{/other_user}",
"gists_url": "https://... | [] | closed | false | null | [] | {
"closed_at": "2013-05-10T10:57:28Z",
"closed_issues": 340,
"created_at": "2013-01-18T03:58:28Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4",
"events_url": "https://api.github.com/users/wesm/events{/privacy}",
"followers_url": "https://api.github.com/users/wesm/... | 2 | 2013-03-14T11:39:34Z | 2014-06-27T07:44:21Z | 2013-03-15T12:22:45Z | CONTRIBUTOR | null | this implements #3037
previously would failed if mixed_types was true,
so mixed int/float would fail
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/3050/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/3050/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/3050.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/3050",
"merged_at": "2013-03-15T12:22:45Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/3050.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/3050"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/3051 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/3051/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/3051/comments | https://api.github.com/repos/pandas-dev/pandas/issues/3051/events | https://github.com/pandas-dev/pandas/pull/3051 | 12,017,673 | MDExOlB1bGxSZXF1ZXN0NDYxNDU4OQ== | 3,051 | DOC: more examples | {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jreback/followers",
"following_url": "https://api.github.com/users/jreback/following{/other_user}",
"gists_url": "https://... | [] | closed | false | null | [] | null | 0 | 2013-03-14T13:18:15Z | 2013-03-14T13:18:21Z | 2013-03-14T13:18:21Z | 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/3051/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/3051/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/3051.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/3051",
"merged_at": "2013-03-14T13:18:21Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/3051.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/3051"
} | |
https://api.github.com/repos/pandas-dev/pandas/issues/3052 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/3052/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/3052/comments | https://api.github.com/repos/pandas-dev/pandas/issues/3052/events | https://github.com/pandas-dev/pandas/pull/3052 | 12,025,168 | MDExOlB1bGxSZXF1ZXN0NDYxODUyMw== | 3,052 | DOC: more examples | {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jreback/followers",
"following_url": "https://api.github.com/users/jreback/following{/other_user}",
"gists_url": "https://... | [] | closed | false | null | [] | null | 0 | 2013-03-14T16:02:17Z | 2013-03-14T16:02:23Z | 2013-03-14T16:02:23Z | 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/3052/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/3052/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/3052.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/3052",
"merged_at": "2013-03-14T16:02:23Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/3052.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/3052"
} | |
https://api.github.com/repos/pandas-dev/pandas/issues/3053 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/3053/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/3053/comments | https://api.github.com/repos/pandas-dev/pandas/issues/3053/events | https://github.com/pandas-dev/pandas/issues/3053 | 12,041,593 | MDU6SXNzdWUxMjA0MTU5Mw== | 3,053 | BUG: loc is not expanding an integer slice as labels | {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jreback/followers",
"following_url": "https://api.github.com/users/jreback/following{/other_user}",
"gists_url": "https://... | [] | closed | false | null | [] | {
"closed_at": "2013-05-10T10:57:28Z",
"closed_issues": 340,
"created_at": "2013-01-18T03:58:28Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4",
"events_url": "https://api.github.com/users/wesm/events{/privacy}",
"followers_url": "https://api.github.com/users/wesm/... | 0 | 2013-03-14T22:11:46Z | 2013-03-14T23:58:14Z | 2013-03-14T23:58:14Z | CONTRIBUTOR | null | see #2904 at the end
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/3053/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/3053/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/3054 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/3054/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/3054/comments | https://api.github.com/repos/pandas-dev/pandas/issues/3054/events | https://github.com/pandas-dev/pandas/issues/3054 | 12,043,338 | MDU6SXNzdWUxMjA0MzMzOA== | 3,054 | optimize to_csv if formatting isn't needed | {
"avatar_url": "https://avatars.githubusercontent.com/u/759245?v=4",
"events_url": "https://api.github.com/users/changhiskhan/events{/privacy}",
"followers_url": "https://api.github.com/users/changhiskhan/followers",
"following_url": "https://api.github.com/users/changhiskhan/following{/other_user}",
"gists_... | [
{
"color": "4E9A06",
"default": false,
"description": null,
"id": 76812,
"name": "Enhancement",
"node_id": "MDU6TGFiZWw3NjgxMg==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Enhancement"
},
{
"color": "06909A",
"default": false,
"description": "IO issue... | closed | false | null | [] | {
"closed_at": "2013-05-10T10:57:28Z",
"closed_issues": 340,
"created_at": "2013-01-18T03:58:28Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4",
"events_url": "https://api.github.com/users/wesm/events{/privacy}",
"followers_url": "https://api.github.com/users/wesm/... | 4 | 2013-03-14T23:00:05Z | 2013-03-20T01:00:09Z | 2013-03-20T01:00:09Z | CONTRIBUTOR | null | http://stackoverflow.com/questions/15417574/what-is-the-fastest-way-to-output-large-dataframe-into-a-csv-file
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/3054/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/3054/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/3055 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/3055/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/3055/comments | https://api.github.com/repos/pandas-dev/pandas/issues/3055/events | https://github.com/pandas-dev/pandas/pull/3055 | 12,044,049 | MDExOlB1bGxSZXF1ZXN0NDYyODUzNA== | 3,055 | BUG: loc was failing on integer slices (incorrect implementation), GH 3053 | {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jreback/followers",
"following_url": "https://api.github.com/users/jreback/following{/other_user}",
"gists_url": "https://... | [] | closed | false | null | [] | null | 0 | 2013-03-14T23:21:09Z | 2014-06-27T18:27:59Z | 2013-03-14T23:58:07Z | CONTRIBUTOR | null | fixes #3053
see also #2904
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/3055/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/3055/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/3055.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/3055",
"merged_at": "2013-03-14T23:58:07Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/3055.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/3055"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/3056 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/3056/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/3056/comments | https://api.github.com/repos/pandas-dev/pandas/issues/3056/events | https://github.com/pandas-dev/pandas/issues/3056 | 12,045,510 | MDU6SXNzdWUxMjA0NTUxMA== | 3,056 | BUG: Add DataFrame column with dot notation fails | {
"avatar_url": "https://avatars.githubusercontent.com/u/3869734?v=4",
"events_url": "https://api.github.com/users/agartland/events{/privacy}",
"followers_url": "https://api.github.com/users/agartland/followers",
"following_url": "https://api.github.com/users/agartland/following{/other_user}",
"gists_url": "h... | [] | closed | false | null | [] | null | 2 | 2013-03-15T00:14:48Z | 2013-03-15T20:47:46Z | 2013-03-15T20:47:46Z | CONTRIBUTOR | null | It seems like something weird is going on with the example below.
I often create a new column by mapping an old column. If I use dot notation with the creation of the new column the column is created and is accessible using dot notation, but it isn't listed as a column and can't be indexed the normal way (i.e. df['idx... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/3056/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/3056/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/3057 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/3057/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/3057/comments | https://api.github.com/repos/pandas-dev/pandas/issues/3057/events | https://github.com/pandas-dev/pandas/issues/3057 | 12,045,687 | MDU6SXNzdWUxMjA0NTY4Nw== | 3,057 | Partial Selection on MultiIndex: Control what index depth is returned. | {
"avatar_url": "https://avatars.githubusercontent.com/u/2701562?v=4",
"events_url": "https://api.github.com/users/dragoljub/events{/privacy}",
"followers_url": "https://api.github.com/users/dragoljub/followers",
"following_url": "https://api.github.com/users/dragoljub/following{/other_user}",
"gists_url": "h... | [
{
"color": "4E9A06",
"default": false,
"description": null,
"id": 76812,
"name": "Enhancement",
"node_id": "MDU6TGFiZWw3NjgxMg==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Enhancement"
},
{
"color": "0b02e1",
"default": false,
"description": "Related ... | closed | false | null | [] | {
"closed_at": "2014-05-30T12:17:57Z",
"closed_issues": 755,
"created_at": "2014-01-03T20:19:04Z",
"creator": null,
"description": "2014-02-3: previous version released",
"due_on": "2014-05-31T07:00:00Z",
"html_url": "https://github.com/pandas-dev/pandas/milestone/24",
"id": 526062,
"labels_url": "htt... | 0 | 2013-03-15T00:22:57Z | 2014-02-13T23:12:31Z | 2014-02-13T23:12:31Z | NONE | null | Partial selection using .xs() & .ix[] on a subset of index levels returns a df with the fixed/selected levels dropped (a very nice feature). However, when you partially select using a tuple on all levels you get a data frame with all indices (levels) returned. It would be nice to have an option to return any/all indice... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/3057/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/3057/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/3058 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/3058/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/3058/comments | https://api.github.com/repos/pandas-dev/pandas/issues/3058/events | https://github.com/pandas-dev/pandas/pull/3058 | 12,048,962 | MDExOlB1bGxSZXF1ZXN0NDYzMTEwMQ== | 3,058 | BUG: Handle concat of series with same name, GH2972 | {
"avatar_url": "https://avatars.githubusercontent.com/u/453086?v=4",
"events_url": "https://api.github.com/users/dieterv77/events{/privacy}",
"followers_url": "https://api.github.com/users/dieterv77/followers",
"following_url": "https://api.github.com/users/dieterv77/following{/other_user}",
"gists_url": "ht... | [] | closed | false | null | [] | {
"closed_at": "2013-05-10T10:57:28Z",
"closed_issues": 340,
"created_at": "2013-01-18T03:58:28Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4",
"events_url": "https://api.github.com/users/wesm/events{/privacy}",
"followers_url": "https://api.github.com/users/wesm/... | 1 | 2013-03-15T03:13:33Z | 2014-06-30T15:11:12Z | 2013-03-16T00:21:25Z | 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/3058/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/3058/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/3058.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/3058",
"merged_at": "2013-03-16T00:21:25Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/3058.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/3058"
} | |
https://api.github.com/repos/pandas-dev/pandas/issues/3059 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/3059/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/3059/comments | https://api.github.com/repos/pandas-dev/pandas/issues/3059/events | https://github.com/pandas-dev/pandas/pull/3059 | 12,049,172 | MDExOlB1bGxSZXF1ZXN0NDYzMTE5OQ== | 3,059 | ENH: improve performance of df.to_csv GH3054 | {
"avatar_url": "https://avatars.githubusercontent.com/u/10137?v=4",
"events_url": "https://api.github.com/users/ghost/events{/privacy}",
"followers_url": "https://api.github.com/users/ghost/followers",
"following_url": "https://api.github.com/users/ghost/following{/other_user}",
"gists_url": "https://api.git... | [] | closed | false | null | [] | {
"closed_at": "2013-05-10T10:57:28Z",
"closed_issues": 340,
"created_at": "2013-01-18T03:58:28Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4",
"events_url": "https://api.github.com/users/wesm/events{/privacy}",
"followers_url": "https://api.github.com/users/wesm/... | 102 | 2013-03-15T03:26:12Z | 2014-06-12T04:44:09Z | 2013-03-19T11:37:53Z | NONE | null | Needs more testing before merging.
Following [SO question](http://stackoverflow.com/questions/15417574) mentioned in #3054:
``` python
In [7]: def df_to_csv(df,fname):
...: fh=open(fname,'w')
...: fh.write(','.join(df.columns) + '\n')
...: for row in df.itertuples(index=False):
...: sl... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/3059/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/3059/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/3059.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/3059",
"merged_at": "2013-03-19T11:37:53Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/3059.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/3059"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/3060 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/3060/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/3060/comments | https://api.github.com/repos/pandas-dev/pandas/issues/3060/events | https://github.com/pandas-dev/pandas/pull/3060 | 12,052,519 | MDExOlB1bGxSZXF1ZXN0NDYzMjgyOQ== | 3,060 | ENH: support for nanosecond time in offset and period | {
"avatar_url": "https://avatars.githubusercontent.com/u/563314?v=4",
"events_url": "https://api.github.com/users/wuan/events{/privacy}",
"followers_url": "https://api.github.com/users/wuan/followers",
"following_url": "https://api.github.com/users/wuan/following{/other_user}",
"gists_url": "https://api.githu... | [
{
"color": "4E9A06",
"default": false,
"description": null,
"id": 76812,
"name": "Enhancement",
"node_id": "MDU6TGFiZWw3NjgxMg==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Enhancement"
},
{
"color": "AFEEEE",
"default": false,
"description": null,
... | closed | false | null | [] | {
"closed_at": "2013-12-30T19:53:14Z",
"closed_issues": 1076,
"created_at": "2012-11-15T23:33:37Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4",
"events_url": "https://api.github.com/users/wesm/events{/privacy}",
"followers_url": "https://api.github.com/users/wesm... | 67 | 2013-03-15T07:24:05Z | 2014-06-18T11:32:43Z | 2013-09-30T19:43:55Z | CONTRIBUTOR | null | closes #1812
This pull request fixes handling of nanosecond times in periods and offsets. In addition it simplifies the internal processing of intraday periods.
``` python
In []: pd.date_range('2013-01-01', periods=5, freq=pd.offsets.Nano(5))
Out[]:
<class 'pandas.tseries.index.DatetimeIndex'>
[2013-01-01 00:00: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/3060/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/3060/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/3060.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/3060",
"merged_at": "2013-09-30T19:43:55Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/3060.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/3060"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/3061 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/3061/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/3061/comments | https://api.github.com/repos/pandas-dev/pandas/issues/3061/events | https://github.com/pandas-dev/pandas/issues/3061 | 12,072,137 | MDU6SXNzdWUxMjA3MjEzNw== | 3,061 | Pandas Tutorials (Ipython notebooks) | {
"avatar_url": "https://avatars.githubusercontent.com/u/2744117?v=4",
"events_url": "https://api.github.com/users/pichonz/events{/privacy}",
"followers_url": "https://api.github.com/users/pichonz/followers",
"following_url": "https://api.github.com/users/pichonz/following{/other_user}",
"gists_url": "https:/... | [
{
"color": "3465A4",
"default": false,
"description": null,
"id": 134699,
"name": "Docs",
"node_id": "MDU6TGFiZWwxMzQ2OTk=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Docs"
}
] | closed | false | null | [] | null | 2 | 2013-03-15T17:06:29Z | 2014-05-06T12:01:53Z | 2013-03-19T23:08:05Z | NONE | null | Hi all,
Below is a link to some tutorials I put together for new pandas users, feel free to add them where you see fit.
https://bitbucket.org/hrojas/learn-pandas
David
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/3061/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/3061/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/3062 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/3062/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/3062/comments | https://api.github.com/repos/pandas-dev/pandas/issues/3062/events | https://github.com/pandas-dev/pandas/issues/3062 | 12,080,175 | MDU6SXNzdWUxMjA4MDE3NQ== | 3,062 | BUG: read_csv not correctly infering datetime64[ns] with embedded nan/NaT | {
"avatar_url": "https://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": "06909A",
"default": false,
"description": "IO issue... | closed | false | null | [] | {
"closed_at": "2013-07-24T23:25:44Z",
"closed_issues": 410,
"created_at": "2013-04-30T04:12:30Z",
"creator": null,
"description": "Major release (formerly 0.11.1 bugfix but has outgrown its britches)",
"due_on": "2013-07-05T07:00:00Z",
"html_url": "https://github.com/pandas-dev/pandas/milestone/22",
"i... | 1 | 2013-03-15T20:30:26Z | 2013-05-16T13:38:33Z | 2013-05-16T13:38:33Z | CONTRIBUTOR | null | This is known, but putting up for reference
easy (after reading) workaround, but could be done inilne
```
In [28]: df = pd.DataFrame(dict({
'A' : np.asarray(range(10),dtype='float64'),
'B' : pd.Timestamp('20010101') }))
In [29]: df.ix[3:6,:] = np.nan
In [30]: df
Out[30]:
A B
0 0 2001-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/3062/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/3062/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/3063 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/3063/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/3063/comments | https://api.github.com/repos/pandas-dev/pandas/issues/3063/events | https://github.com/pandas-dev/pandas/pull/3063 | 12,088,623 | MDExOlB1bGxSZXF1ZXN0NDY1MDcyNQ== | 3,063 | Scatter matrix labels fix | {
"avatar_url": "https://avatars.githubusercontent.com/u/704919?v=4",
"events_url": "https://api.github.com/users/adamgreenhall/events{/privacy}",
"followers_url": "https://api.github.com/users/adamgreenhall/followers",
"following_url": "https://api.github.com/users/adamgreenhall/following{/other_user}",
"gis... | [] | closed | false | null | [] | {
"closed_at": "2013-05-10T10:57:28Z",
"closed_issues": 340,
"created_at": "2013-01-18T03:58:28Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4",
"events_url": "https://api.github.com/users/wesm/events{/privacy}",
"followers_url": "https://api.github.com/users/wesm/... | 5 | 2013-03-16T00:54:27Z | 2014-06-12T12:30:37Z | 2013-03-18T19:07:09Z | CONTRIBUTOR | null | fix scatter matrix axis labels for odd number of columns
https://github.com/pydata/pandas/issues/2756
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/3063/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/3063/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/3063.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/3063",
"merged_at": null,
"patch_url": "https://github.com/pandas-dev/pandas/pull/3063.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/3063"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/3064 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/3064/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/3064/comments | https://api.github.com/repos/pandas-dev/pandas/issues/3064/events | https://github.com/pandas-dev/pandas/pull/3064 | 12,089,586 | MDExOlB1bGxSZXF1ZXN0NDY1MTE4MQ== | 3,064 | BUG: Handle Series arguments in DataFrame.replace, fixes GH2994 | {
"avatar_url": "https://avatars.githubusercontent.com/u/453086?v=4",
"events_url": "https://api.github.com/users/dieterv77/events{/privacy}",
"followers_url": "https://api.github.com/users/dieterv77/followers",
"following_url": "https://api.github.com/users/dieterv77/following{/other_user}",
"gists_url": "ht... | [] | closed | false | null | [] | {
"closed_at": "2013-05-10T10:57:28Z",
"closed_issues": 340,
"created_at": "2013-01-18T03:58:28Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4",
"events_url": "https://api.github.com/users/wesm/events{/privacy}",
"followers_url": "https://api.github.com/users/wesm/... | 11 | 2013-03-16T02:27:03Z | 2013-03-17T17:02:45Z | 2013-03-17T17:02:45Z | CONTRIBUTOR | null | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/3064/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/3064/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/3064.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/3064",
"merged_at": null,
"patch_url": "https://github.com/pandas-dev/pandas/pull/3064.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/3064"
} | |
https://api.github.com/repos/pandas-dev/pandas/issues/3065 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/3065/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/3065/comments | https://api.github.com/repos/pandas-dev/pandas/issues/3065/events | https://github.com/pandas-dev/pandas/pull/3065 | 12,095,278 | MDExOlB1bGxSZXF1ZXN0NDY1MzA3Mg== | 3,065 | BUG/ENH: guarantee blocks will upcast as needed, and split as needed | {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jreback/followers",
"following_url": "https://api.github.com/users/jreback/following{/other_user}",
"gists_url": "https://... | [] | closed | false | null | [] | {
"closed_at": "2013-05-10T10:57:28Z",
"closed_issues": 340,
"created_at": "2013-01-18T03:58:28Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4",
"events_url": "https://api.github.com/users/wesm/events{/privacy}",
"followers_url": "https://api.github.com/users/wesm/... | 0 | 2013-03-16T14:05:29Z | 2014-07-16T08:05:32Z | 2013-03-16T15:00:05Z | CONTRIBUTOR | null | - replace on an IntBlock with a float will upcast, it may yield multiple blocks if the original IntBlock didn't fully replace
- small fix in com.mask_missing to guarantee that a bool ndarray is returned even in the case of a string comparison with a numeric array, (which for some reason numpy returns a single, non-ndar... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/3065/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/3065/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/3065.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/3065",
"merged_at": "2013-03-16T15:00:05Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/3065.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/3065"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/3066 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/3066/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/3066/comments | https://api.github.com/repos/pandas-dev/pandas/issues/3066/events | https://github.com/pandas-dev/pandas/issues/3066 | 12,096,079 | MDU6SXNzdWUxMjA5NjA3OQ== | 3,066 | Add df.split with predicate function | {
"avatar_url": "https://avatars.githubusercontent.com/u/10137?v=4",
"events_url": "https://api.github.com/users/ghost/events{/privacy}",
"followers_url": "https://api.github.com/users/ghost/followers",
"following_url": "https://api.github.com/users/ghost/following{/other_user}",
"gists_url": "https://api.git... | [
{
"color": "4E9A06",
"default": false,
"description": null,
"id": 76812,
"name": "Enhancement",
"node_id": "MDU6TGFiZWw3NjgxMg==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Enhancement"
}
] | closed | false | null | [] | {
"closed_at": null,
"closed_issues": 278,
"created_at": "2013-01-06T03:02:01Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4",
"events_url": "https://api.github.com/users/wesm/events{/privacy}",
"followers_url": "https://api.github.com/users/wesm/followers",
"f... | 7 | 2013-03-16T15:09:42Z | 2014-06-07T16:57:58Z | 2013-11-22T10:01:18Z | NONE | null | xref: http://stackoverflow.com/questions/13353233/best-way-to-split-a-dataframe-given-an-edge/15449992#15449992
Here's one for you, jeff.
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/3066/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/3066/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/3067 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/3067/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/3067/comments | https://api.github.com/repos/pandas-dev/pandas/issues/3067/events | https://github.com/pandas-dev/pandas/pull/3067 | 12,097,504 | MDExOlB1bGxSZXF1ZXN0NDY1MzgwNg== | 3,067 | cython dependency and a pip tip | {
"avatar_url": "https://avatars.githubusercontent.com/u/1818628?v=4",
"events_url": "https://api.github.com/users/metakermit/events{/privacy}",
"followers_url": "https://api.github.com/users/metakermit/followers",
"following_url": "https://api.github.com/users/metakermit/following{/other_user}",
"gists_url":... | [] | closed | false | null | [] | {
"closed_at": "2013-05-10T10:57:28Z",
"closed_issues": 340,
"created_at": "2013-01-18T03:58:28Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4",
"events_url": "https://api.github.com/users/wesm/events{/privacy}",
"followers_url": "https://api.github.com/users/wesm/... | 4 | 2013-03-16T17:08:08Z | 2013-06-07T14:31:45Z | 2013-03-17T13:54:05Z | CONTRIBUTOR | null | Some advice that would've helped me when I was first trying to get the development version working.
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/3067/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/3067/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/3067.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/3067",
"merged_at": "2013-03-17T13:54:05Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/3067.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/3067"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/3068 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/3068/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/3068/comments | https://api.github.com/repos/pandas-dev/pandas/issues/3068/events | https://github.com/pandas-dev/pandas/pull/3068 | 12,099,676 | MDExOlB1bGxSZXF1ZXN0NDY1NDU0MQ== | 3,068 | BUG: fixes in replace to deal with block upcasting | {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jreback/followers",
"following_url": "https://api.github.com/users/jreback/following{/other_user}",
"gists_url": "https://... | [] | closed | false | null | [] | {
"closed_at": "2013-05-10T10:57:28Z",
"closed_issues": 340,
"created_at": "2013-01-18T03:58:28Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4",
"events_url": "https://api.github.com/users/wesm/events{/privacy}",
"followers_url": "https://api.github.com/users/wesm/... | 0 | 2013-03-16T19:45:30Z | 2014-07-01T17:38:18Z | 2013-03-16T20:18:25Z | CONTRIBUTOR | null | ENH:
- _maybe_upcast_putmask now has the keyword, change to provide inline putmask changes to an object (series)
- apply in BlockManager now has a keyword, filter to allow acting on only those items contained in the filter (if supplied)
CLN:
- consolidated all replace subs to main replace in DataFrame (which calls r... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/3068/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/3068/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/3068.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/3068",
"merged_at": "2013-03-16T20:18:25Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/3068.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/3068"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/3069 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/3069/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/3069/comments | https://api.github.com/repos/pandas-dev/pandas/issues/3069/events | https://github.com/pandas-dev/pandas/issues/3069 | 12,103,254 | MDU6SXNzdWUxMjEwMzI1NA== | 3,069 | fragile test on travis, test_pytables:TestHDFStore.test_append_with_data_columns | {
"avatar_url": "https://avatars.githubusercontent.com/u/10137?v=4",
"events_url": "https://api.github.com/users/ghost/events{/privacy}",
"followers_url": "https://api.github.com/users/ghost/followers",
"following_url": "https://api.github.com/users/ghost/following{/other_user}",
"gists_url": "https://api.git... | [] | closed | false | null | [] | {
"closed_at": "2013-05-10T10:57:28Z",
"closed_issues": 340,
"created_at": "2013-01-18T03:58:28Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4",
"events_url": "https://api.github.com/users/wesm/events{/privacy}",
"followers_url": "https://api.github.com/users/wesm/... | 8 | 2013-03-17T01:21:36Z | 2013-12-04T00:46:54Z | 2013-03-31T23:44:44Z | NONE | null | Same commit passed/failed:
https://travis-ci.org/y-p/pandas/builds/5559816
https://travis-ci.org/pydata/pandas/builds/5558843
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/3069/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/3069/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/3070 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/3070/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/3070/comments | https://api.github.com/repos/pandas-dev/pandas/issues/3070/events | https://github.com/pandas-dev/pandas/issues/3070 | 12,103,559 | MDU6SXNzdWUxMjEwMzU1OQ== | 3,070 | Allow Timeseries-like shortcuts in dataframes __getitem__ | {
"avatar_url": "https://avatars.githubusercontent.com/u/10137?v=4",
"events_url": "https://api.github.com/users/ghost/events{/privacy}",
"followers_url": "https://api.github.com/users/ghost/followers",
"following_url": "https://api.github.com/users/ghost/following{/other_user}",
"gists_url": "https://api.git... | [
{
"color": "4E9A06",
"default": false,
"description": null,
"id": 76812,
"name": "Enhancement",
"node_id": "MDU6TGFiZWw3NjgxMg==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Enhancement"
},
{
"color": "DDDDDD",
"default": false,
"description": "Long-Ter... | closed | false | null | [] | {
"closed_at": "2013-12-30T19:53:14Z",
"closed_issues": 1076,
"created_at": "2012-11-15T23:33:37Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4",
"events_url": "https://api.github.com/users/wesm/events{/privacy}",
"followers_url": "https://api.github.com/users/wesm... | 0 | 2013-03-17T01:55:05Z | 2013-03-22T16:20:40Z | 2013-03-22T16:20:40Z | NONE | null | ``` python
In [17]: s=pd.date_range("2001-1-1", periods=12)
In [20]: ts['2001']
Out[20]:
2001-01-01 0
2001-01-02 1
2001-01-03 2
2001-01-04 3
2001-01-05 4
2001-01-06 5
2001-01-07 6
2001-01-08 7
2001-01-09 8
2001-01-10 9
2001-01-11 10
2001-01-12 11
Freq: D, dtype: int64
In ... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/3070/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/3070/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/3071 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/3071/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/3071/comments | https://api.github.com/repos/pandas-dev/pandas/issues/3071/events | https://github.com/pandas-dev/pandas/issues/3071 | 12,103,696 | MDU6SXNzdWUxMjEwMzY5Ng== | 3,071 | read_csv(date_parser=x) fails because datetime.datetime has no dtype | {
"avatar_url": "https://avatars.githubusercontent.com/u/35443?v=4",
"events_url": "https://api.github.com/users/taavi/events{/privacy}",
"followers_url": "https://api.github.com/users/taavi/followers",
"following_url": "https://api.github.com/users/taavi/following{/other_user}",
"gists_url": "https://api.git... | [
{
"color": "e10c02",
"default": false,
"description": null,
"id": 76811,
"name": "Bug",
"node_id": "MDU6TGFiZWw3NjgxMQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug"
},
{
"color": "06909A",
"default": false,
"description": "IO issues that don't fit... | closed | false | null | [] | {
"closed_at": "2013-05-10T10:57:28Z",
"closed_issues": 340,
"created_at": "2013-01-18T03:58:28Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4",
"events_url": "https://api.github.com/users/wesm/events{/privacy}",
"followers_url": "https://api.github.com/users/wesm/... | 2 | 2013-03-17T02:11:47Z | 2013-03-18T16:32:44Z | 2013-03-17T03:11:33Z | CONTRIBUTOR | null | ``` python
from cStringIO import StringIO
log_file = StringIO(
'posix_timestamp,elapsed,sys,user,queries,query_time,rows,'
'accountid,userid,contactid,level,silo,method\n'
'1343103150,0.062353,0,4,6,0.01690,3,'
'12345,1,-1,3,invoice_InvoiceResource,search\n'
)
import pandas as pd
from datetime ... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/3071/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/3071/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/3072 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/3072/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/3072/comments | https://api.github.com/repos/pandas-dev/pandas/issues/3072/events | https://github.com/pandas-dev/pandas/pull/3072 | 12,104,115 | MDExOlB1bGxSZXF1ZXN0NDY1NjA5NA== | 3,072 | BUG: replace with a dict misbehaving (GH 3064), due to incorrect filtering | {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jreback/followers",
"following_url": "https://api.github.com/users/jreback/following{/other_user}",
"gists_url": "https://... | [] | closed | false | null | [] | {
"closed_at": "2013-05-10T10:57:28Z",
"closed_issues": 340,
"created_at": "2013-01-18T03:58:28Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4",
"events_url": "https://api.github.com/users/wesm/events{/privacy}",
"followers_url": "https://api.github.com/users/wesm/... | 0 | 2013-03-17T03:14:09Z | 2013-03-17T18:38:37Z | 2013-03-17T03:54:56Z | CONTRIBUTOR | null | rolled #3064 changes in here
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/3072/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/3072/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/3072.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/3072",
"merged_at": "2013-03-17T03:54:56Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/3072.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/3072"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/3073 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/3073/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/3073/comments | https://api.github.com/repos/pandas-dev/pandas/issues/3073/events | https://github.com/pandas-dev/pandas/pull/3073 | 12,105,245 | MDExOlB1bGxSZXF1ZXN0NDY1NjQ4Mw== | 3,073 | Fix figsize issue when using matplotlib locally | {
"avatar_url": "https://avatars.githubusercontent.com/u/440095?v=4",
"events_url": "https://api.github.com/users/qwhelan/events{/privacy}",
"followers_url": "https://api.github.com/users/qwhelan/followers",
"following_url": "https://api.github.com/users/qwhelan/following{/other_user}",
"gists_url": "https://... | [
{
"color": "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": "2013-05-10T10:57:28Z",
"closed_issues": 340,
"created_at": "2013-01-18T03:58:28Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4",
"events_url": "https://api.github.com/users/wesm/events{/privacy}",
"followers_url": "https://api.github.com/users/wesm/... | 1 | 2013-03-17T05:51:24Z | 2013-04-08T16:24:58Z | 2013-04-08T16:24:46Z | CONTRIBUTOR | null | This is a pretty minor issue, but I'm seeing the following when passing `figsize=(20,10)` when plotting a Series in the `ipython --pylab` environment:

Everything's there - the window is just initialized to the ... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/3073/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/3073/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/3073.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/3073",
"merged_at": "2013-04-08T16:24:46Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/3073.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/3073"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/3074 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/3074/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/3074/comments | https://api.github.com/repos/pandas-dev/pandas/issues/3074/events | https://github.com/pandas-dev/pandas/issues/3074 | 12,110,113 | MDU6SXNzdWUxMjExMDExMw== | 3,074 | can't install pandas use pip on mac | {
"avatar_url": "https://avatars.githubusercontent.com/u/380657?v=4",
"events_url": "https://api.github.com/users/yishenggudou/events{/privacy}",
"followers_url": "https://api.github.com/users/yishenggudou/followers",
"following_url": "https://api.github.com/users/yishenggudou/following{/other_user}",
"gists_... | [
{
"color": "75507B",
"default": false,
"description": "Library building on various platforms",
"id": 129350,
"name": "Build",
"node_id": "MDU6TGFiZWwxMjkzNTA=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Build"
}
] | closed | false | null | [] | {
"closed_at": "2013-05-10T10:57:28Z",
"closed_issues": 340,
"created_at": "2013-01-18T03:58:28Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4",
"events_url": "https://api.github.com/users/wesm/events{/privacy}",
"followers_url": "https://api.github.com/users/wesm/... | 34 | 2013-03-17T15:34:20Z | 2016-10-13T09:13:53Z | 2013-03-20T08:16:47Z | NONE | null | the error log is
Searching for pandas
Reading http://pypi.python.org/simple/pandas/
Reading http://pandas.pydata.org
Reading http://pandas.sourceforge.net
Download error: [Errno 60] Operation timed out -- Some packages may not be found!
Best match: pandas 0.10.1
Downloading http://pypi.python.org/packages/source/p/pan... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/3074/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/3074/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/3075 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/3075/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/3075/comments | https://api.github.com/repos/pandas-dev/pandas/issues/3075/events | https://github.com/pandas-dev/pandas/issues/3075 | 12,111,758 | MDU6SXNzdWUxMjExMTc1OA== | 3,075 | Improved default color scheme for pylab | {
"avatar_url": "https://avatars.githubusercontent.com/u/10137?v=4",
"events_url": "https://api.github.com/users/ghost/events{/privacy}",
"followers_url": "https://api.github.com/users/ghost/followers",
"following_url": "https://api.github.com/users/ghost/following{/other_user}",
"gists_url": "https://api.git... | [
{
"color": "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": "2013-05-10T10:57:28Z",
"closed_issues": 340,
"created_at": "2013-01-18T03:58:28Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4",
"events_url": "https://api.github.com/users/wesm/events{/privacy}",
"followers_url": "https://api.github.com/users/wesm/... | 6 | 2013-03-17T17:44:34Z | 2013-03-23T00:42:45Z | 2013-03-23T00:42:45Z | NONE | null | https://gist.github.com/huyng/816622

``` python
s={'axes.axisbelow': True,
'axes.color_cycle': ['#348ABD',
'#7A68A6',
'#A60628',
'#467821',
'#CF4457',
'#188487',
'#E24A33'],
'axes.edgecolor': '#bcbcbc',
'axe... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/3075/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/3075/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/3076 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/3076/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/3076/comments | https://api.github.com/repos/pandas-dev/pandas/issues/3076/events | https://github.com/pandas-dev/pandas/issues/3076 | 12,113,182 | MDU6SXNzdWUxMjExMzE4Mg== | 3,076 | ENH: add iterator support for select in HDFStore | {
"avatar_url": "https://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": "06909A",
"default": false,
"description": "IO issue... | closed | false | null | [] | null | 0 | 2013-03-17T19:24:20Z | 2013-03-18T01:15:54Z | 2013-03-18T01:15:54Z | CONTRIBUTOR | null | http://stackoverflow.com/questions/15463183/hdfstore-select-as-multiple-generator
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/3076/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/3076/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/3077 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/3077/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/3077/comments | https://api.github.com/repos/pandas-dev/pandas/issues/3077/events | https://github.com/pandas-dev/pandas/issues/3077 | 12,113,283 | MDU6SXNzdWUxMjExMzI4Mw== | 3,077 | ENH: add append keyword to csv writer for easy multiple call appending | {
"avatar_url": "https://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": "06909A",
"default": false,
"description": "IO issues that don't fit into a more specific label",
"id": 2301354,
"name": "IO Data",
"node_id": "MDU6TGFiZWwyMzAxMzU0",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/IO%20Data"
},
{
"color": "ededed",
"... | 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 | 2013-03-17T19:31:23Z | 2016-07-31T18:35:14Z | 2016-07-31T18:35:14Z | CONTRIBUTOR | null | http://stackoverflow.com/questions/15462344/writing-the-result-of-multiple-calls-on-a-manipulated-dataframe
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/3077/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/3077/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/3078 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/3078/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/3078/comments | https://api.github.com/repos/pandas-dev/pandas/issues/3078/events | https://github.com/pandas-dev/pandas/pull/3078 | 12,117,832 | MDExOlB1bGxSZXF1ZXN0NDY2MDg4MQ== | 3,078 | ENH: support iteration on returned results in select and select_as_multiple in HDFStore | {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jreback/followers",
"following_url": "https://api.github.com/users/jreback/following{/other_user}",
"gists_url": "https://... | [] | closed | false | null | [] | null | 0 | 2013-03-18T01:15:47Z | 2014-07-04T12:26:26Z | 2013-03-18T14:36:10Z | CONTRIBUTOR | null | New keywords `iterator=a_boolean` and
`chunksize=number_in_a_chunk`, (default is 50,000) rows are
provided to support iteration on `select` and `select_as_multiple` results
DOC and TST included
closes #3076
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/3078/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/3078/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/3078.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/3078",
"merged_at": "2013-03-18T14:36:10Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/3078.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/3078"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/3079 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/3079/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/3079/comments | https://api.github.com/repos/pandas-dev/pandas/issues/3079/events | https://github.com/pandas-dev/pandas/pull/3079 | 12,117,955 | MDExOlB1bGxSZXF1ZXN0NDY2MDkyOA== | 3,079 | DOC/CLN: cookbook addition, minor cleaning in internals.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://... | [] | closed | false | null | [] | null | 0 | 2013-03-18T01:26:10Z | 2013-03-18T14:10:00Z | 2013-03-18T14:10:00Z | 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/3079/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/3079/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/3079.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/3079",
"merged_at": "2013-03-18T14:10:00Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/3079.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/3079"
} | |
https://api.github.com/repos/pandas-dev/pandas/issues/3080 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/3080/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/3080/comments | https://api.github.com/repos/pandas-dev/pandas/issues/3080/events | https://github.com/pandas-dev/pandas/pull/3080 | 12,122,019 | MDExOlB1bGxSZXF1ZXN0NDY2MjU0OA== | 3,080 | Int bug | {
"avatar_url": "https://avatars.githubusercontent.com/u/759245?v=4",
"events_url": "https://api.github.com/users/changhiskhan/events{/privacy}",
"followers_url": "https://api.github.com/users/changhiskhan/followers",
"following_url": "https://api.github.com/users/changhiskhan/following{/other_user}",
"gists_... | [] | closed | false | null | [] | {
"closed_at": "2013-05-10T10:57:28Z",
"closed_issues": 340,
"created_at": "2013-01-18T03:58:28Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4",
"events_url": "https://api.github.com/users/wesm/events{/privacy}",
"followers_url": "https://api.github.com/users/wesm/... | 4 | 2013-03-18T06:11:14Z | 2014-06-29T10:22:15Z | 2013-04-08T17:04:06Z | CONTRIBUTOR | null | slightly different fix for #3071
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/3080/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/3080/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/3080.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/3080",
"merged_at": null,
"patch_url": "https://github.com/pandas-dev/pandas/pull/3080.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/3080"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/3081 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/3081/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/3081/comments | https://api.github.com/repos/pandas-dev/pandas/issues/3081/events | https://github.com/pandas-dev/pandas/issues/3081 | 12,132,246 | MDU6SXNzdWUxMjEzMjI0Ng== | 3,081 | Diff on datetime64 column evoking "ValueError: Could not convert object to NumPy datetime" | {
"avatar_url": "https://avatars.githubusercontent.com/u/1020496?v=4",
"events_url": "https://api.github.com/users/jorisvandenbossche/events{/privacy}",
"followers_url": "https://api.github.com/users/jorisvandenbossche/followers",
"following_url": "https://api.github.com/users/jorisvandenbossche/following{/othe... | [] | closed | false | null | [] | null | 8 | 2013-03-18T13:00:51Z | 2013-06-14T16:14:45Z | 2013-03-20T08:34:01Z | MEMBER | null | With pandas 0.10.1 and numpy 1.7.0 (Anaconda 1.4.0), I get a ValueError when trying to use the `diff` method on a datetime64 column or series.
Eg:
``` python
In [3]: t = np.arange(start='2012-01-01 00:00:01', stop='2012-01-01 00:00:10', d
type='datetime64')
In [4]: df = pd.DataFrame(np.arange(len(t)))
In [5]: df['t... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/3081/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/3081/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/3082 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/3082/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/3082/comments | https://api.github.com/repos/pandas-dev/pandas/issues/3082/events | https://github.com/pandas-dev/pandas/issues/3082 | 12,141,438 | MDU6SXNzdWUxMjE0MTQzOA== | 3,082 | Daily data resampling default behavior | {
"avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4",
"events_url": "https://api.github.com/users/wesm/events{/privacy}",
"followers_url": "https://api.github.com/users/wesm/followers",
"following_url": "https://api.github.com/users/wesm/following{/other_user}",
"gists_url": "https://api.githu... | [
{
"color": "e10c02",
"default": false,
"description": null,
"id": 76811,
"name": "Bug",
"node_id": "MDU6TGFiZWw3NjgxMQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug"
},
{
"color": "AFEEEE",
"default": false,
"description": null,
"id": 211840,
... | closed | false | null | [] | null | 1 | 2013-03-18T16:26:32Z | 2013-03-18T16:33:53Z | 2013-03-18T16:33:53Z | MEMBER | null | from @dhirschfeld
I just ran across the bug described in issue #3020 (https://github.com/pydata/pandas/issues/3020) as our unit-tests started failing after upgrading pandas.
I did a git bisection and found the first bad commit to be 9deda9e6:
```
9deda9e687915017cc9db7698504ead1f89ead9e is the first bad commit
commi... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/3082/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/3082/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/3083 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/3083/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/3083/comments | https://api.github.com/repos/pandas-dev/pandas/issues/3083/events | https://github.com/pandas-dev/pandas/issues/3083 | 12,148,522 | MDU6SXNzdWUxMjE0ODUyMg== | 3,083 | Integer partial slicing on multiindex bug | {
"avatar_url": "https://avatars.githubusercontent.com/u/759245?v=4",
"events_url": "https://api.github.com/users/changhiskhan/events{/privacy}",
"followers_url": "https://api.github.com/users/changhiskhan/followers",
"following_url": "https://api.github.com/users/changhiskhan/following{/other_user}",
"gists_... | [
{
"color": "e10c02",
"default": false,
"description": null,
"id": 76811,
"name": "Bug",
"node_id": "MDU6TGFiZWw3NjgxMQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug"
},
{
"color": "3465A4",
"default": false,
"description": null,
"id": 134699,
... | closed | false | null | [] | {
"closed_at": "2015-03-23T10:50:37Z",
"closed_issues": 400,
"created_at": "2014-02-14T03:31:22Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jr... | 7 | 2013-03-18T18:59:46Z | 2015-01-26T00:45:21Z | 2015-01-26T00:45:21Z | CONTRIBUTOR | null | similar to one encountered in @wesm pydata 2013 tutorial
```
In [9]: import pandas as pd
In [10]: idx = pd.MultiIndex.from_arrays([[2011,2011,2012,2012,2013], [1,2,1,2,1]])
In [11]: ser = pd.Series(randn(len(idx)), idx)
In [12]: ser
Out[12]:
2011 1 -0.485310
2 -0.679528
2012 1 1.089995
2 -0.1... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/3083/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/3083/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/3084 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/3084/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/3084/comments | https://api.github.com/repos/pandas-dev/pandas/issues/3084/events | https://github.com/pandas-dev/pandas/pull/3084 | 12,149,641 | MDExOlB1bGxSZXF1ZXN0NDY3NjQxNQ== | 3,084 | Added count of columns when DataFrame is printed out | {
"avatar_url": "https://avatars.githubusercontent.com/u/175486?v=4",
"events_url": "https://api.github.com/users/ilblackdragon/events{/privacy}",
"followers_url": "https://api.github.com/users/ilblackdragon/followers",
"following_url": "https://api.github.com/users/ilblackdragon/following{/other_user}",
"gis... | [] | closed | false | null | [] | {
"closed_at": "2013-05-10T10:57:28Z",
"closed_issues": 340,
"created_at": "2013-01-18T03:58:28Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4",
"events_url": "https://api.github.com/users/wesm/events{/privacy}",
"followers_url": "https://api.github.com/users/wesm/... | 3 | 2013-03-18T19:25:47Z | 2013-03-18T21:18:48Z | 2013-03-18T21:18:40Z | 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/3084/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/3084/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/3084.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/3084",
"merged_at": "2013-03-18T21:18:39Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/3084.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/3084"
} | |
https://api.github.com/repos/pandas-dev/pandas/issues/3085 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/3085/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/3085/comments | https://api.github.com/repos/pandas-dev/pandas/issues/3085/events | https://github.com/pandas-dev/pandas/pull/3085 | 12,152,861 | MDExOlB1bGxSZXF1ZXN0NDY3NzgzNw== | 3,085 | Resample docstring default values changed | {
"avatar_url": "https://avatars.githubusercontent.com/u/1818628?v=4",
"events_url": "https://api.github.com/users/metakermit/events{/privacy}",
"followers_url": "https://api.github.com/users/metakermit/followers",
"following_url": "https://api.github.com/users/metakermit/following{/other_user}",
"gists_url":... | [] | closed | false | null | [] | {
"closed_at": "2013-05-10T10:57:28Z",
"closed_issues": 340,
"created_at": "2013-01-18T03:58:28Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4",
"events_url": "https://api.github.com/users/wesm/events{/privacy}",
"followers_url": "https://api.github.com/users/wesm/... | 4 | 2013-03-18T20:30:09Z | 2014-07-09T07:31:43Z | 2013-03-25T15:34:30Z | CONTRIBUTOR | null | This docstring seems better, since TimeGrouper specifies it [that way](https://github.com/pydata/pandas/blob/master/pandas/tseries/resample.py#L27) too:
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/3085/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/3085/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/3085.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/3085",
"merged_at": "2013-03-25T15:34:30Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/3085.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/3085"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/3086 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/3086/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/3086/comments | https://api.github.com/repos/pandas-dev/pandas/issues/3086/events | https://github.com/pandas-dev/pandas/issues/3086 | 12,155,249 | MDU6SXNzdWUxMjE1NTI0OQ== | 3,086 | ENH: tokenize as a str function | {
"avatar_url": "https://avatars.githubusercontent.com/u/759245?v=4",
"events_url": "https://api.github.com/users/changhiskhan/events{/privacy}",
"followers_url": "https://api.github.com/users/changhiskhan/followers",
"following_url": "https://api.github.com/users/changhiskhan/following{/other_user}",
"gists_... | [
{
"color": "4E9A06",
"default": false,
"description": null,
"id": 76812,
"name": "Enhancement",
"node_id": "MDU6TGFiZWw3NjgxMg==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Enhancement"
},
{
"color": "5319e7",
"default": false,
"description": "String e... | 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 | 2013-03-18T21:26:15Z | 2019-01-01T17:29:36Z | 2019-01-01T17:29:35Z | CONTRIBUTOR | null | maybe do it like the nltk tokenizer and handle stuff like punctuations, various brackets, and quotes. And have optional delimiters.
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/3086/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/3086/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/3087 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/3087/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/3087/comments | https://api.github.com/repos/pandas-dev/pandas/issues/3087/events | https://github.com/pandas-dev/pandas/issues/3087 | 12,174,559 | MDU6SXNzdWUxMjE3NDU1OQ== | 3,087 | BUG: resample doesn't work for non-numeric types | {
"avatar_url": "https://avatars.githubusercontent.com/u/881019?v=4",
"events_url": "https://api.github.com/users/dhirschfeld/events{/privacy}",
"followers_url": "https://api.github.com/users/dhirschfeld/followers",
"following_url": "https://api.github.com/users/dhirschfeld/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": "AFEEEE",
"default": false,
"description": null,
"id": 211840,
... | 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 | 2013-03-19T10:43:47Z | 2018-07-06T23:03:46Z | 2018-07-06T23:03:36Z | CONTRIBUTOR | null | After discussion on the ML it was decided the below function _should_ work in pandas.
It fails on the current master (0.11.0.dev-308beb1) with 32bit Python 2.7 on windows
``` python
def test_resample_nonnumeric():
import numpy as np
import pandas as pd
dates = pd.date_range('01-Jan-2014','05-Jan-2014', fr... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/3087/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/3087/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/3088 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/3088/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/3088/comments | https://api.github.com/repos/pandas-dev/pandas/issues/3088/events | https://github.com/pandas-dev/pandas/pull/3088 | 12,182,406 | MDExOlB1bGxSZXF1ZXN0NDY5MjkyMQ== | 3,088 | ENH: better errors message on storage failure in HDFStore | {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jreback/followers",
"following_url": "https://api.github.com/users/jreback/following{/other_user}",
"gists_url": "https://... | [] | closed | false | null | [] | null | 0 | 2013-03-19T14:30:04Z | 2014-06-26T17:54:21Z | 2013-03-19T14:30:11Z | CONTRIBUTOR | null | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/3088/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/3088/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/3088.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/3088",
"merged_at": "2013-03-19T14:30:11Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/3088.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/3088"
} | |
https://api.github.com/repos/pandas-dev/pandas/issues/3089 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/3089/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/3089/comments | https://api.github.com/repos/pandas-dev/pandas/issues/3089/events | https://github.com/pandas-dev/pandas/issues/3089 | 12,186,173 | MDU6SXNzdWUxMjE4NjE3Mw== | 3,089 | PERF: regression from 0.10.1 | {
"avatar_url": "https://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": "a10c02",
"default": false,
"description": "Memory or execution spee... | closed | false | null | [] | {
"closed_at": "2013-05-10T10:57:28Z",
"closed_issues": 340,
"created_at": "2013-01-18T03:58:28Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4",
"events_url": "https://api.github.com/users/wesm/events{/privacy}",
"followers_url": "https://api.github.com/users/wesm/... | 32 | 2013-03-19T15:42:34Z | 2013-03-21T21:32:55Z | 2013-03-21T11:37:11Z | CONTRIBUTOR | null | f6ac8c091dfb2bbbbb02a34c13022c5427b290eb to 05a737dbb9f857e25a211739d90c42f3d9428b8e
Bad news:
```
Results:
t_head t_baseline ratio
name
reindex_frame_level_reindex 1.1343 0.7571... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/3089/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/3089/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/3090 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/3090/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/3090/comments | https://api.github.com/repos/pandas-dev/pandas/issues/3090/events | https://github.com/pandas-dev/pandas/issues/3090 | 12,187,509 | MDU6SXNzdWUxMjE4NzUwOQ== | 3,090 | Remove old csv_helper code before releasing 0.12 | {
"avatar_url": "https://avatars.githubusercontent.com/u/10137?v=4",
"events_url": "https://api.github.com/users/ghost/events{/privacy}",
"followers_url": "https://api.github.com/users/ghost/followers",
"following_url": "https://api.github.com/users/ghost/following{/other_user}",
"gists_url": "https://api.git... | [
{
"color": "DDDDDD",
"default": false,
"description": "Administrative tasks related to the pandas project",
"id": 32933285,
"name": "Admin",
"node_id": "MDU6TGFiZWwzMjkzMzI4NQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Admin"
}
] | closed | false | null | [] | {
"closed_at": "2013-07-24T23:25:44Z",
"closed_issues": 410,
"created_at": "2013-04-30T04:12:30Z",
"creator": null,
"description": "Major release (formerly 0.11.1 bugfix but has outgrown its britches)",
"due_on": "2013-07-05T07:00:00Z",
"html_url": "https://github.com/pandas-dev/pandas/milestone/22",
"i... | 5 | 2013-03-19T16:06:42Z | 2013-04-30T04:15:15Z | 2013-04-24T22:40:47Z | NONE | null | a reminder, new `df.to_csv()` code was introduced in 0.11.
the old code is still available via the `engine=python` kwd as a failsafe
against bugs discovered after release.
If all is well come 0.12 time, 7776128 can be revert and dead
code eliminated.
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/3090/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/3090/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/3091 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/3091/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/3091/comments | https://api.github.com/repos/pandas-dev/pandas/issues/3091/events | https://github.com/pandas-dev/pandas/issues/3091 | 12,193,075 | MDU6SXNzdWUxMjE5MzA3NQ== | 3,091 | Pandas HDFStore conflicts with osgeo library, but works fine if osgeo is imported after HDFStore was used | {
"avatar_url": "https://avatars.githubusercontent.com/u/3912412?v=4",
"events_url": "https://api.github.com/users/meelmaar/events{/privacy}",
"followers_url": "https://api.github.com/users/meelmaar/followers",
"following_url": "https://api.github.com/users/meelmaar/following{/other_user}",
"gists_url": "http... | [] | closed | false | null | [] | null | 4 | 2013-03-19T17:53:44Z | 2013-03-20T10:15:37Z | 2013-03-20T10:15:37Z | NONE | null | If I import some osgeo modules (e.g., osgeo.ogr or osgeo.gdal), I get some serious error message (**_HDF5 library version mismatched error**_) when I try to store a pandas DataFrame in a just created HDFStore. Following, it requests the Runtime to terminate it in an unusual way. See below:
> > > store = pd.HDFStore(fn... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/3091/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/3091/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/3092 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/3092/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/3092/comments | https://api.github.com/repos/pandas-dev/pandas/issues/3092/events | https://github.com/pandas-dev/pandas/issues/3092 | 12,194,544 | MDU6SXNzdWUxMjE5NDU0NA== | 3,092 | ENH: create BlockManager positional indexer (for easier dupe cols support) | {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jreback/followers",
"following_url": "https://api.github.com/users/jreback/following{/other_user}",
"gists_url": "https://... | [
{
"color": "FCE94F",
"default": false,
"description": "Internal refactoring of code",
"id": 127681,
"name": "Refactor",
"node_id": "MDU6TGFiZWwxMjc2ODE=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Refactor"
},
{
"color": "DDDDDD",
"default": false,
"de... | closed | false | null | [] | {
"closed_at": "2013-07-24T23:25:44Z",
"closed_issues": 410,
"created_at": "2013-04-30T04:12:30Z",
"creator": null,
"description": "Major release (formerly 0.11.1 bugfix but has outgrown its britches)",
"due_on": "2013-07-05T07:00:00Z",
"html_url": "https://github.com/pandas-dev/pandas/milestone/22",
"i... | 4 | 2013-03-19T18:25:16Z | 2013-05-02T14:52:43Z | 2013-05-02T14:52:43Z | CONTRIBUTOR | null | see discussion in #3059, #3095, also see #1943, #3102
This only applies with a non-unique column index
Currently if duplicate columns across dtypes there are issues in getting the correct block given a column name.
I think it is possible, though non-trivial, to instead have a positional map from the frame columns to... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/3092/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/3092/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/3093 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/3093/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/3093/comments | https://api.github.com/repos/pandas-dev/pandas/issues/3093/events | https://github.com/pandas-dev/pandas/pull/3093 | 12,195,802 | MDExOlB1bGxSZXF1ZXN0NDY5OTczOQ== | 3,093 | PERF: added convert=boolean to take to enable negative index conversion | {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jreback/followers",
"following_url": "https://api.github.com/users/jreback/following{/other_user}",
"gists_url": "https://... | [] | closed | false | null | [] | {
"closed_at": "2013-05-10T10:57:28Z",
"closed_issues": 340,
"created_at": "2013-01-18T03:58:28Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4",
"events_url": "https://api.github.com/users/wesm/events{/privacy}",
"followers_url": "https://api.github.com/users/wesm/... | 0 | 2013-03-19T18:51:23Z | 2013-03-19T23:54:32Z | 2013-03-19T18:51:33Z | CONTRIBUTOR | null | mainly for user facing routines (defaults to True)
was causing a perf regression (see #3089)
#3033 will 'fix' this as will create a new internal routine to do takes
(and make DataFrame/take) user facing only
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/3093/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/3093/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/3093.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/3093",
"merged_at": "2013-03-19T18:51:33Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/3093.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/3093"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/3094 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/3094/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/3094/comments | https://api.github.com/repos/pandas-dev/pandas/issues/3094/events | https://github.com/pandas-dev/pandas/issues/3094 | 12,196,232 | MDU6SXNzdWUxMjE5NjIzMg== | 3,094 | 0.11.0.dev-4b22372.win-amd64-py2.7: nosetests error | {
"avatar_url": "https://avatars.githubusercontent.com/u/1903683?v=4",
"events_url": "https://api.github.com/users/bluefir/events{/privacy}",
"followers_url": "https://api.github.com/users/bluefir/followers",
"following_url": "https://api.github.com/users/bluefir/following{/other_user}",
"gists_url": "https:/... | [
{
"color": "e10c02",
"default": false,
"description": null,
"id": 76811,
"name": "Bug",
"node_id": "MDU6TGFiZWw3NjgxMQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug"
}
] | closed | false | null | [] | {
"closed_at": "2013-05-10T10:57:28Z",
"closed_issues": 340,
"created_at": "2013-01-18T03:58:28Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4",
"events_url": "https://api.github.com/users/wesm/events{/privacy}",
"followers_url": "https://api.github.com/users/wesm/... | 14 | 2013-03-19T19:00:26Z | 2013-03-23T17:38:05Z | 2013-03-23T17:38:05Z | NONE | null | ## ERROR: test_operators_timedelta64 (pandas.tests.test_series.TestSeries)
Traceback (most recent call last):
File "C:\Python27\lib\site-packages\pandas\tests\test_series.py", line 1752, i
n test_operators_timedelta64
result = resultb + df['A']
File "C:\Python27\lib\site-packages\pandas\core\series.py", line 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/3094/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/3094/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/3095 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/3095/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/3095/comments | https://api.github.com/repos/pandas-dev/pandas/issues/3095/events | https://github.com/pandas-dev/pandas/issues/3095 | 12,196,758 | MDU6SXNzdWUxMjE5Njc1OA== | 3,095 | Allow duplicate columns in df.to_csv | {
"avatar_url": "https://avatars.githubusercontent.com/u/10137?v=4",
"events_url": "https://api.github.com/users/ghost/events{/privacy}",
"followers_url": "https://api.github.com/users/ghost/followers",
"following_url": "https://api.github.com/users/ghost/following{/other_user}",
"gists_url": "https://api.git... | [] | closed | false | null | [] | {
"closed_at": "2013-05-10T10:57:28Z",
"closed_issues": 340,
"created_at": "2013-01-18T03:58:28Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4",
"events_url": "https://api.github.com/users/wesm/events{/privacy}",
"followers_url": "https://api.github.com/users/wesm/... | 13 | 2013-03-19T19:11:25Z | 2013-04-30T18:20:28Z | 2013-04-30T18:18:36Z | NONE | null | Continuing #3059.
See also #3092
- allow dupe columns when they are in the same block/dtype
- Perhaps figure out a way to handle that case 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/3095/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/3095/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/3096 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/3096/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/3096/comments | https://api.github.com/repos/pandas-dev/pandas/issues/3096/events | https://github.com/pandas-dev/pandas/issues/3096 | 12,196,798 | MDU6SXNzdWUxMjE5Njc5OA== | 3,096 | Make IntArrayFormatter and all upstream users able to specify formatting for integer types | {
"avatar_url": "https://avatars.githubusercontent.com/u/336019?v=4",
"events_url": "https://api.github.com/users/blais/events{/privacy}",
"followers_url": "https://api.github.com/users/blais/followers",
"following_url": "https://api.github.com/users/blais/following{/other_user}",
"gists_url": "https://api.gi... | [] | 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 | 2013-03-19T19:12:20Z | 2014-05-29T06:26:58Z | 2014-05-29T06:26:58Z | CONTRIBUTOR | null | This was found while attempting to add thousand separators (commas) on a Series.to_string() call. It looks like you can specify the format for floats, but not for integers.
It's impossible right now. I could transform the Series instance into a FP representation, but that is the wrong thing to do.
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/3096/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/3096/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/3097 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/3097/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/3097/comments | https://api.github.com/repos/pandas-dev/pandas/issues/3097/events | https://github.com/pandas-dev/pandas/issues/3097 | 12,199,008 | MDU6SXNzdWUxMjE5OTAwOA== | 3,097 | Build Issue | {
"avatar_url": "https://avatars.githubusercontent.com/u/417981?v=4",
"events_url": "https://api.github.com/users/cpcloud/events{/privacy}",
"followers_url": "https://api.github.com/users/cpcloud/followers",
"following_url": "https://api.github.com/users/cpcloud/following{/other_user}",
"gists_url": "https://... | [
{
"color": "75507B",
"default": false,
"description": "Library building on various platforms",
"id": 129350,
"name": "Build",
"node_id": "MDU6TGFiZWwxMjkzNTA=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Build"
}
] | closed | false | null | [] | {
"closed_at": "2013-05-10T10:57:28Z",
"closed_issues": 340,
"created_at": "2013-01-18T03:58:28Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4",
"events_url": "https://api.github.com/users/wesm/events{/privacy}",
"followers_url": "https://api.github.com/users/wesm/... | 4 | 2013-03-19T20:04:10Z | 2013-03-20T06:53:45Z | 2013-03-20T06:53:45Z | MEMBER | null | There's a build issue with the latest version. The issue is that an `import time` statement in `tslib.pyx` triggers an error from Cython stating: "Assignment to non-lvalue 'time'"
`git bisect` between `HEAD` and the SHA1 of the 10.1 release (builds correctly) shows that 015447a introduces this bug. What's strange is t... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/3097/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/3097/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/3098 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/3098/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/3098/comments | https://api.github.com/repos/pandas-dev/pandas/issues/3098/events | https://github.com/pandas-dev/pandas/pull/3098 | 12,202,698 | MDExOlB1bGxSZXF1ZXN0NDcwMzIzOQ== | 3,098 | BLD: fix time module import conflict | {
"avatar_url": "https://avatars.githubusercontent.com/u/417981?v=4",
"events_url": "https://api.github.com/users/cpcloud/events{/privacy}",
"followers_url": "https://api.github.com/users/cpcloud/followers",
"following_url": "https://api.github.com/users/cpcloud/following{/other_user}",
"gists_url": "https://... | [] | closed | false | null | [] | {
"closed_at": "2013-05-10T10:57:28Z",
"closed_issues": 340,
"created_at": "2013-01-18T03:58:28Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4",
"events_url": "https://api.github.com/users/wesm/events{/privacy}",
"followers_url": "https://api.github.com/users/wesm/... | 5 | 2013-03-19T21:21:38Z | 2013-03-20T00:31:03Z | 2013-03-20T00:30:53Z | MEMBER | null | See #3097.
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/3098/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/3098/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/3098.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/3098",
"merged_at": "2013-03-20T00:30:53Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/3098.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/3098"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/3099 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/3099/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/3099/comments | https://api.github.com/repos/pandas-dev/pandas/issues/3099/events | https://github.com/pandas-dev/pandas/issues/3099 | 12,204,875 | MDU6SXNzdWUxMjIwNDg3NQ== | 3,099 | Fix setup.py cython cache hack for fast all-py versions testing with tox | {
"avatar_url": "https://avatars.githubusercontent.com/u/10137?v=4",
"events_url": "https://api.github.com/users/ghost/events{/privacy}",
"followers_url": "https://api.github.com/users/ghost/followers",
"following_url": "https://api.github.com/users/ghost/following{/other_user}",
"gists_url": "https://api.git... | [] | closed | false | null | [] | {
"closed_at": "2013-05-10T10:57:28Z",
"closed_issues": 340,
"created_at": "2013-01-18T03:58:28Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4",
"events_url": "https://api.github.com/users/wesm/events{/privacy}",
"followers_url": "https://api.github.com/users/wesm/... | 1 | 2013-03-19T22:15:02Z | 2013-03-20T18:55:45Z | 2013-03-20T18:55:28Z | NONE | null | This looks like it broke during the cython refactor a couple of months ago,
which is a shame, because it allowed to test python-only (no pyx changes)
changes on py26/27/32/33 in about a minute, where travis takes about 15.
There's also the detox project for doing what tox_prll does, but it seems
to have diverged 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/3099/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/3099/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/3100 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/3100/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/3100/comments | https://api.github.com/repos/pandas-dev/pandas/issues/3100/events | https://github.com/pandas-dev/pandas/issues/3100 | 12,208,107 | MDU6SXNzdWUxMjIwODEwNw== | 3,100 | ENH: support diff with datetime64[ns] on series/frame | {
"avatar_url": "https://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": "e102d8",
"default": false,
"description": "Unexpected or buggy dtype conversions",
"id": 31404521,
"name": "Dtype Conversions",
"node_id": "MDU6TGFiZWwzMTQwNDUyMQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Dtype%20Conversions"
}
] | closed | false | {
"avatar_url": "https://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://... | [
{
"avatar_url": "https://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_u... | {
"closed_at": "2013-07-24T23:25:44Z",
"closed_issues": 410,
"created_at": "2013-04-30T04:12:30Z",
"creator": null,
"description": "Major release (formerly 0.11.1 bugfix but has outgrown its britches)",
"due_on": "2013-07-05T07:00:00Z",
"html_url": "https://github.com/pandas-dev/pandas/milestone/22",
"i... | 1 | 2013-03-19T23:56:04Z | 2013-06-14T16:14:45Z | 2013-05-09T18:53:09Z | CONTRIBUTOR | null | see #2984
workaround right now is
```
In [4]: s = pd.Series(pd.date_range('20130102',periods=5))
In [5]: s
Out[5]:
0 2013-01-02 00:00:00
1 2013-01-03 00:00:00
2 2013-01-04 00:00:00
3 2013-01-05 00:00:00
4 2013-01-06 00:00:00
dtype: datetime64[ns]
This is the workaround right now
In [6]: s-s.shift(1)
Out[... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/3100/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/3100/timeline | null | null | null |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.