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/5401 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/5401/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/5401/comments | https://api.github.com/repos/pandas-dev/pandas/issues/5401/events | https://github.com/pandas-dev/pandas/issues/5401 | 21,926,076 | MDU6SXNzdWUyMTkyNjA3Ng== | 5,401 | ENH: cross join in merge() and join() | {
"avatar_url": "https://avatars.githubusercontent.com/u/1523574?v=4",
"events_url": "https://api.github.com/users/RomanPekar/events{/privacy}",
"followers_url": "https://api.github.com/users/RomanPekar/followers",
"following_url": "https://api.github.com/users/RomanPekar/following{/other_user}",
"gists_url":... | [
{
"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": "2020-12-26T13:57:50Z",
"closed_issues": 1768,
"created_at": "2020-05-29T23:47:32Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/j... | 42 | 2013-10-31T20:53:13Z | 2020-11-26T00:31:47Z | 2020-11-26T00:31:47Z | CONTRIBUTOR | null | related here: https://github.com/pydata/pandas/issues/7203
If I haven't missed something, there's no simple way to make [cartesian product](http://pandas.pydata.org/pandas-docs/stable/merging.html#brief-primer-on-merge-methods-relational-algebra) method in pandas. For example, see http://stackoverflow.com/questions/19... | {
"+1": 8,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 8,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/5401/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/5401/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/5402 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/5402/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/5402/comments | https://api.github.com/repos/pandas-dev/pandas/issues/5402/events | https://github.com/pandas-dev/pandas/issues/5402 | 21,929,013 | MDU6SXNzdWUyMTkyOTAxMw== | 5,402 | BUG/Not Implemented Panel.to_frame() with MultiIndex | {
"avatar_url": "https://avatars.githubusercontent.com/u/1312546?v=4",
"events_url": "https://api.github.com/users/TomAugspurger/events{/privacy}",
"followers_url": "https://api.github.com/users/TomAugspurger/followers",
"following_url": "https://api.github.com/users/TomAugspurger/following{/other_user}",
"gi... | [
{
"color": "e10c02",
"default": false,
"description": null,
"id": 76811,
"name": "Bug",
"node_id": "MDU6TGFiZWw3NjgxMQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug"
},
{
"color": "0b02e1",
"default": false,
"description": "Related to indexing on s... | closed | false | null | [] | {
"closed_at": "2014-02-03T05:17:36Z",
"closed_issues": 314,
"created_at": "2013-08-26T22:11:58Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/1598379?v=4",
"events_url": "https://api.github.com/users/jtratner/events{/privacy}",
"followers_url": "https://api.github.com/users/... | 8 | 2013-10-31T21:41:07Z | 2014-01-15T16:12:41Z | 2014-01-15T16:12:41Z | CONTRIBUTOR | null | Should this be doable?
``` python
In [39]: df = pd.DataFrame({'A': [1, 2], 'B': pd.to_datetime(['a', 'b'])},
index=pd.MultiIndex.from_tuples([(1, 'one'), (1, 'two')]))
In [40]: df
Out[40]:
A B
1 one 1 a
two 2 b
In [41]: wp = pd.Panel({'i1': df, 'i2': df})
In [42]: wp.to_frame()
----... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/5402/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/5402/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/5403 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/5403/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/5403/comments | https://api.github.com/repos/pandas-dev/pandas/issues/5403/events | https://github.com/pandas-dev/pandas/pull/5403 | 21,931,312 | MDExOlB1bGxSZXF1ZXN0OTU4MzUyMA== | 5,403 | CLN: Remove unnecessary ExcelWriterMeta metaclass | {
"avatar_url": "https://avatars.githubusercontent.com/u/1598379?v=4",
"events_url": "https://api.github.com/users/jtratner/events{/privacy}",
"followers_url": "https://api.github.com/users/jtratner/followers",
"following_url": "https://api.github.com/users/jtratner/following{/other_user}",
"gists_url": "http... | [] | closed | false | null | [] | null | 0 | 2013-10-31T22:20:02Z | 2014-06-30T12:55:30Z | 2013-11-01T00:21:36Z | CONTRIBUTOR | null | Only `__new__` is really necessary. And subclasses just have to deal with
being passed an 'engine' keyword argument + a tad bit of style cleanup.
Thanks to @jseabold and @josef-pkt for making me realize that this was
unnecessary in https://github.com/statsmodels/statsmodels/issues/1167
:)
@jmcnamara - this has comple... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/5403/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/5403/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/5403.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/5403",
"merged_at": "2013-11-01T00:21:36Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/5403.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/5403"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/5404 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/5404/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/5404/comments | https://api.github.com/repos/pandas-dev/pandas/issues/5404/events | https://github.com/pandas-dev/pandas/issues/5404 | 21,931,427 | MDU6SXNzdWUyMTkzMTQyNw== | 5,404 | html parsing with phantomjs? | {
"avatar_url": "https://avatars.githubusercontent.com/u/50109?v=4",
"events_url": "https://api.github.com/users/gliptak/events{/privacy}",
"followers_url": "https://api.github.com/users/gliptak/followers",
"following_url": "https://api.github.com/users/gliptak/following{/other_user}",
"gists_url": "https://a... | [
{
"color": "4E9A06",
"default": false,
"description": null,
"id": 76812,
"name": "Enhancement",
"node_id": "MDU6TGFiZWw3NjgxMg==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Enhancement"
},
{
"color": "006b75",
"default": false,
"description": "read_htm... | closed | false | null | [] | {
"closed_at": "2014-02-03T05:17:36Z",
"closed_issues": 314,
"created_at": "2013-08-26T22:11:58Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/1598379?v=4",
"events_url": "https://api.github.com/users/jtratner/events{/privacy}",
"followers_url": "https://api.github.com/users/... | 11 | 2013-10-31T22:22:25Z | 2014-01-01T02:43:06Z | 2014-01-01T02:43:06Z | CONTRIBUTOR | null | I was looking into expanding the pandas.io.data functionality to read options data from Google Finance. After reading
http://pandas.pydata.org/pandas-docs/stable/gotchas.html#html-gotchas
I tried various combinations for parsing
http://www.google.com/finance/option_chain?q=GOOG
without success. The page formats its... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/5404/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/5404/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/5405 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/5405/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/5405/comments | https://api.github.com/repos/pandas-dev/pandas/issues/5405/events | https://github.com/pandas-dev/pandas/pull/5405 | 21,941,416 | MDExOlB1bGxSZXF1ZXN0OTU4ODg2NQ== | 5,405 | Fix Issues with FY5253 and nearest w/ year end in Dec | {
"avatar_url": "https://avatars.githubusercontent.com/u/51059?v=4",
"events_url": "https://api.github.com/users/cancan101/events{/privacy}",
"followers_url": "https://api.github.com/users/cancan101/followers",
"following_url": "https://api.github.com/users/cancan101/following{/other_user}",
"gists_url": "htt... | [] | closed | false | null | [] | null | 14 | 2013-11-01T03:52:05Z | 2014-07-04T19:06:17Z | 2013-11-07T21:58:18Z | CONTRIBUTOR | null | There are currently some issues with FY5253 working with `variation="nearest"` and `startingMonth=12`.
This PR fixes those issues and add some more tests.
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/5405/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/5405/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/5405.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/5405",
"merged_at": "2013-11-07T21:58:18Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/5405.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/5405"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/5406 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/5406/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/5406/comments | https://api.github.com/repos/pandas-dev/pandas/issues/5406/events | https://github.com/pandas-dev/pandas/issues/5406 | 21,944,427 | MDU6SXNzdWUyMTk0NDQyNw== | 5,406 | Implement center=True for rolling_corr_pairwise | {
"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": "006b75",
"default": false,
"description": "Arithmetic, Comparison, and Logical operations",
"id": 47223669,
"name": "Numeric Operations",
"node_id": "MDU6TGFiZWw0NzIyMzY2OQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Numeric%20Operations"
},
{
"c... | closed | false | null | [] | {
"closed_at": "2015-03-23T10:50:37Z",
"closed_issues": 400,
"created_at": "2014-02-14T03:31:22Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jr... | 3 | 2013-11-01T06:46:39Z | 2014-06-19T04:37:08Z | 2014-06-19T04:37:08Z | CONTRIBUTOR | null | The computational tool `rolling_corr` in `pandas.stats.moments` has the very useful `center=True` parameter.
Can we have it for `rolling_corr_pairwise` 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/5406/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/5406/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/5407 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/5407/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/5407/comments | https://api.github.com/repos/pandas-dev/pandas/issues/5407/events | https://github.com/pandas-dev/pandas/issues/5407 | 21,967,464 | MDU6SXNzdWUyMTk2NzQ2NA== | 5,407 | BUG: period indexing via [] for label indexingshould return partial ranges | {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jreback/followers",
"following_url": "https://api.github.com/users/jreback/following{/other_user}",
"gists_url": "https://... | [
{
"color": "e10c02",
"default": false,
"description": null,
"id": 76811,
"name": "Bug",
"node_id": "MDU6TGFiZWw3NjgxMQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug"
},
{
"color": "0b02e1",
"default": false,
"description": "Related to indexing on s... | closed | false | {
"avatar_url": "https://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": "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-11-01T16:37:12Z | 2014-05-18T16:56:27Z | 2014-05-18T16:56:27Z | CONTRIBUTOR | null | http://stackoverflow.com/questions/19730653/slicing-on-a-perod-index-in-pandas-when-slice-start-and-end-may-be-out-of-bounds/19731145#19731145
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/5407/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/5407/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/5408 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/5408/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/5408/comments | https://api.github.com/repos/pandas-dev/pandas/issues/5408/events | https://github.com/pandas-dev/pandas/pull/5408 | 21,984,163 | MDExOlB1bGxSZXF1ZXN0OTYxMjI5NQ== | 5,408 | DOC/BUG: fix details for 'quoting' parser parameter | {
"avatar_url": "https://avatars.githubusercontent.com/u/1348834?v=4",
"events_url": "https://api.github.com/users/patricktokeeffe/events{/privacy}",
"followers_url": "https://api.github.com/users/patricktokeeffe/followers",
"following_url": "https://api.github.com/users/patricktokeeffe/following{/other_user}",... | [] | closed | false | null | [] | {
"closed_at": "2014-02-03T05:17:36Z",
"closed_issues": 314,
"created_at": "2013-08-26T22:11:58Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/1598379?v=4",
"events_url": "https://api.github.com/users/jtratner/events{/privacy}",
"followers_url": "https://api.github.com/users/... | 11 | 2013-11-01T21:00:49Z | 2014-06-19T13:22:40Z | 2014-01-21T11:46:04Z | CONTRIBUTOR | null | ``` python
Python 2.7.5 (default, May 15 2013, 22:44:16) [MSC v.1500 64 bit (AMD64)] on win32
Type "help", "copyright", "credits" or "license" for more information.
Imported NumPy 1.7.1, SciPy 0.12.0, Matplotlib 1.3.0 + guidata 1.6.1, guiqwt 2.3.1
Type "scientific" for more details.
>>> from csv import QUOTE_MINIMAL, ... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/5408/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/5408/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/5408.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/5408",
"merged_at": "2014-01-21T11:46:04Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/5408.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/5408"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/5409 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/5409/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/5409/comments | https://api.github.com/repos/pandas-dev/pandas/issues/5409/events | https://github.com/pandas-dev/pandas/issues/5409 | 21,985,202 | MDU6SXNzdWUyMTk4NTIwMg== | 5,409 | BLD: plot failures in master | {
"avatar_url": "https://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": "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-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... | 1 | 2013-11-01T21:18:25Z | 2013-11-01T22:13:32Z | 2013-11-01T22:13:32Z | CONTRIBUTOR | null | This started after I merged #5375 (which passed cleanly before merging)
https://travis-ci.org/pydata/pandas/jobs/13376953
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/5409/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/5409/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/5410 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/5410/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/5410/comments | https://api.github.com/repos/pandas-dev/pandas/issues/5410/events | https://github.com/pandas-dev/pandas/issues/5410 | 21,987,717 | MDU6SXNzdWUyMTk4NzcxNw== | 5,410 | pd.to_timedelta(single_string) returns a Series, which ruins broadcasting. | {
"avatar_url": "https://avatars.githubusercontent.com/u/2279598?v=4",
"events_url": "https://api.github.com/users/danielballan/events{/privacy}",
"followers_url": "https://api.github.com/users/danielballan/followers",
"following_url": "https://api.github.com/users/danielballan/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": "5319e7",
"default": false,
"description": "Timedelta data type",
... | 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... | 7 | 2013-11-01T22:12:36Z | 2013-11-04T21:19:02Z | 2013-11-04T21:19:02Z | CONTRIBUTOR | null | Currently
```
In [10]: pd.to_timedelta(Series(['00:03:37', '00:05:05'])) - pd.to_timedelta('00:03:00')
Out[10]:
0 00:00:37
1 NaT
dtype: timedelta64[ns]
```
because
```
In [13]: pd.to_timedelta('00:03:00')
Out[13]:
0 00:03:00
dtype: timedelta64[ns]
```
More expected and consistent behavior, in my opinio... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/5410/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/5410/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/5411 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/5411/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/5411/comments | https://api.github.com/repos/pandas-dev/pandas/issues/5411/events | https://github.com/pandas-dev/pandas/pull/5411 | 21,987,758 | MDExOlB1bGxSZXF1ZXN0OTYxNDQ1Mw== | 5,411 | BLD: dateutil-2.2 patch | {
"avatar_url": "https://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-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-11-01T22:13:26Z | 2014-07-16T08:38:35Z | 2013-11-01T22:13:32Z | CONTRIBUTOR | null | close #5409
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/5411/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/5411/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/5411.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/5411",
"merged_at": "2013-11-01T22:13:32Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/5411.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/5411"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/5412 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/5412/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/5412/comments | https://api.github.com/repos/pandas-dev/pandas/issues/5412/events | https://github.com/pandas-dev/pandas/issues/5412 | 21,988,342 | MDU6SXNzdWUyMTk4ODM0Mg== | 5,412 | Support numpy 1.8 | {
"avatar_url": "https://avatars.githubusercontent.com/u/1598379?v=4",
"events_url": "https://api.github.com/users/jtratner/events{/privacy}",
"followers_url": "https://api.github.com/users/jtratner/followers",
"following_url": "https://api.github.com/users/jtratner/following{/other_user}",
"gists_url": "http... | [
{
"color": "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-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... | 7 | 2013-11-01T22:26:35Z | 2013-11-02T23:54:38Z | 2013-11-02T23:54:38Z | CONTRIBUTOR | null | Numpy 1.8 was released recently - https://github.com/numpy/numpy/blob/master/doc/release/1.8.0-notes.rst
We should probably support it and add/change a Travis build for it. Additionally, might be interesting to benchmark numpy's nanmean, nanvar and nanstd against pandas versions...
numpy also notes that they are plan... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/5412/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/5412/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/5413 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/5413/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/5413/comments | https://api.github.com/repos/pandas-dev/pandas/issues/5413/events | https://github.com/pandas-dev/pandas/pull/5413 | 21,989,201 | MDExOlB1bGxSZXF1ZXN0OTYxNTM5MQ== | 5,413 | BLD: numpy 1.8 on the 3.3/2.7 builds | {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jreback/followers",
"following_url": "https://api.github.com/users/jreback/following{/other_user}",
"gists_url": "https://... | [] | 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... | 3 | 2013-11-01T22:51:05Z | 2014-06-23T21:43:09Z | 2013-11-02T23:54:38Z | CONTRIBUTOR | null | close #5412
still pretty good coverage of all numpys
build take a tad longer w/o the wheels
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/5413/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/5413/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/5413.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/5413",
"merged_at": "2013-11-02T23:54:38Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/5413.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/5413"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/5414 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/5414/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/5414/comments | https://api.github.com/repos/pandas-dev/pandas/issues/5414/events | https://github.com/pandas-dev/pandas/pull/5414 | 21,993,466 | MDExOlB1bGxSZXF1ZXN0OTYxNzg1NA== | 5,414 | ENH/BUG: pass formatting params thru to `to_csv` | {
"avatar_url": "https://avatars.githubusercontent.com/u/1348834?v=4",
"events_url": "https://api.github.com/users/patricktokeeffe/events{/privacy}",
"followers_url": "https://api.github.com/users/patricktokeeffe/followers",
"following_url": "https://api.github.com/users/patricktokeeffe/following{/other_user}",... | [
{
"color": "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": "AD7FA8",
"... | 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... | 13 | 2013-11-02T01:32:10Z | 2014-06-14T17:02:45Z | 2014-02-17T14:19:06Z | CONTRIBUTOR | null | Add support for passing remaining `csv.writer` formatting parameters thru to `DataFrame.to_csv()`.
Maybe write tests for this? That much is over my head currently.
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/5414/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/5414/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/5414.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/5414",
"merged_at": "2014-02-17T14:19:06Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/5414.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/5414"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/5415 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/5415/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/5415/comments | https://api.github.com/repos/pandas-dev/pandas/issues/5415/events | https://github.com/pandas-dev/pandas/pull/5415 | 22,001,302 | MDExOlB1bGxSZXF1ZXN0OTYyMDU4Mw== | 5,415 | BUG: to_timedelta of a scalar returns a scalar, closes #5410. | {
"avatar_url": "https://avatars.githubusercontent.com/u/2279598?v=4",
"events_url": "https://api.github.com/users/danielballan/events{/privacy}",
"followers_url": "https://api.github.com/users/danielballan/followers",
"following_url": "https://api.github.com/users/danielballan/following{/other_user}",
"gists... | [] | 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-11-02T12:55:39Z | 2014-06-20T16:34:01Z | 2013-11-04T21:19:02Z | CONTRIBUTOR | null | closes #5410
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/5415/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/5415/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/5415.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/5415",
"merged_at": "2013-11-04T21:19:02Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/5415.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/5415"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/5416 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/5416/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/5416/comments | https://api.github.com/repos/pandas-dev/pandas/issues/5416/events | https://github.com/pandas-dev/pandas/pull/5416 | 22,007,589 | MDExOlB1bGxSZXF1ZXN0OTYyMjczOQ== | 5,416 | io.html.read_html support XPath expressions for table selection | {
"avatar_url": "https://avatars.githubusercontent.com/u/952406?v=4",
"events_url": "https://api.github.com/users/phaebz/events{/privacy}",
"followers_url": "https://api.github.com/users/phaebz/followers",
"following_url": "https://api.github.com/users/phaebz/following{/other_user}",
"gists_url": "https://api... | [] | closed | false | null | [] | null | 44 | 2013-11-02T19:15:04Z | 2014-07-19T02:25:03Z | 2014-01-01T03:01:53Z | CONTRIBUTOR | null | First tentative PR as discussed in #5389
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/5416/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/5416/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/5416.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/5416",
"merged_at": null,
"patch_url": "https://github.com/pandas-dev/pandas/pull/5416.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/5416"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/5417 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/5417/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/5417/comments | https://api.github.com/repos/pandas-dev/pandas/issues/5417/events | https://github.com/pandas-dev/pandas/pull/5417 | 22,007,939 | MDExOlB1bGxSZXF1ZXN0OTYyMjg5MA== | 5,417 | BUG: Panel.to_frame() with MultiIndex major axis | {
"avatar_url": "https://avatars.githubusercontent.com/u/1312546?v=4",
"events_url": "https://api.github.com/users/TomAugspurger/events{/privacy}",
"followers_url": "https://api.github.com/users/TomAugspurger/followers",
"following_url": "https://api.github.com/users/TomAugspurger/following{/other_user}",
"gi... | [] | closed | false | null | [] | {
"closed_at": "2014-02-03T05:17:36Z",
"closed_issues": 314,
"created_at": "2013-08-26T22:11:58Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/1598379?v=4",
"events_url": "https://api.github.com/users/jtratner/events{/privacy}",
"followers_url": "https://api.github.com/users/... | 19 | 2013-11-02T19:37:15Z | 2014-06-14T22:38:45Z | 2014-01-15T16:12:41Z | CONTRIBUTOR | null | Closes #5402 WIP for now.
So this is a hack to get things "working".
I mainly just wanted to ask if there was a better way to get the levels and labels to the MultiIndex constructor.
Don't spend long thinking about it (this is my PR after all), but if you know of a quick way off the top of your head, I'd be interest... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/5417/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/5417/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/5417.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/5417",
"merged_at": "2014-01-15T16:12:41Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/5417.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/5417"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/5418 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/5418/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/5418/comments | https://api.github.com/repos/pandas-dev/pandas/issues/5418/events | https://github.com/pandas-dev/pandas/issues/5418 | 22,011,805 | MDU6SXNzdWUyMjAxMTgwNQ== | 5,418 | parse_time_string raises key error for certain frequencies | {
"avatar_url": "https://avatars.githubusercontent.com/u/51059?v=4",
"events_url": "https://api.github.com/users/cancan101/events{/privacy}",
"followers_url": "https://api.github.com/users/cancan101/followers",
"following_url": "https://api.github.com/users/cancan101/following{/other_user}",
"gists_url": "htt... | [
{
"color": "e10c02",
"default": false,
"description": null,
"id": 76811,
"name": "Bug",
"node_id": "MDU6TGFiZWw3NjgxMQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug"
},
{
"color": "0052cc",
"default": false,
"description": "DateOffsets",
"id": ... | closed | false | null | [] | {
"closed_at": null,
"closed_issues": 786,
"created_at": "2015-01-13T10:53:19Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jreback/followers",
... | 1 | 2013-11-02T23:51:00Z | 2015-07-14T15:52:23Z | 2015-07-14T15:52:23Z | CONTRIBUTOR | null | I will fix as part of #5148
For example:
```
parse_time_string('2013Q1', freq="INVLD-L-DEC-SAT")
```
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/5418/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/5418/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/5419 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/5419/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/5419/comments | https://api.github.com/repos/pandas-dev/pandas/issues/5419/events | https://github.com/pandas-dev/pandas/pull/5419 | 22,012,508 | MDExOlB1bGxSZXF1ZXN0OTYyNDcxMg== | 5,419 | TST: Use tempfiles in all tests. | {
"avatar_url": "https://avatars.githubusercontent.com/u/1598379?v=4",
"events_url": "https://api.github.com/users/jtratner/events{/privacy}",
"followers_url": "https://api.github.com/users/jtratner/followers",
"following_url": "https://api.github.com/users/jtratner/following{/other_user}",
"gists_url": "http... | [] | 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... | 29 | 2013-11-03T00:50:08Z | 2014-06-26T00:27:11Z | 2013-11-03T23:42:17Z | CONTRIBUTOR | null | If you really need to, possible to opt-out with make_tempfile=False.
Something weird with HDF where, even though it's _supposed_ to be
removing the file every time, it causes issues to use a real temp
file... Not sure why (maybe I missed something there).
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/5419/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/5419/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/5419.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/5419",
"merged_at": null,
"patch_url": "https://github.com/pandas-dev/pandas/pull/5419.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/5419"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/5420 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/5420/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/5420/comments | https://api.github.com/repos/pandas-dev/pandas/issues/5420/events | https://github.com/pandas-dev/pandas/issues/5420 | 22,013,025 | MDU6SXNzdWUyMjAxMzAyNQ== | 5,420 | BUG: loc should not fallback for integer indexing for multi-index | {
"avatar_url": "https://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": "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... | 16 | 2013-11-03T01:42:11Z | 2014-06-19T00:29:52Z | 2014-06-19T00:29:52Z | CONTRIBUTOR | null | https://groups.google.com/forum/m/#!topic/pydata/W0e3l0UvNwI
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/5420/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/5420/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/5421 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/5421/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/5421/comments | https://api.github.com/repos/pandas-dev/pandas/issues/5421/events | https://github.com/pandas-dev/pandas/issues/5421 | 22,021,360 | MDU6SXNzdWUyMjAyMTM2MA== | 5,421 | DOC/API: provide a doc matrix of all indexing accessors and behaviors | {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jreback/followers",
"following_url": "https://api.github.com/users/jreback/following{/other_user}",
"gists_url": "https://... | [
{
"color": "3465A4",
"default": false,
"description": null,
"id": 134699,
"name": "Docs",
"node_id": "MDU6TGFiZWwxMzQ2OTk=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Docs"
},
{
"color": "0b02e1",
"default": false,
"description": "Related to indexing o... | closed | false | null | [] | {
"closed_at": 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... | 3 | 2013-11-03T15:36:11Z | 2018-07-06T23:02:56Z | 2018-07-06T23:02:41Z | CONTRIBUTOR | null | related #5420
ML issue: https://groups.google.com/forum/#!topic/pydata/Ke8kntiPHqw
existing tests here (and tests/test_frame.py, test_multilevel.py)
https://github.com/pydata/pandas/blob/master/pandas/tests/test_indexing.py
- create new top-level advanced indexing tab (move hierarchical and sections below here)
- add... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/5421/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/5421/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/5422 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/5422/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/5422/comments | https://api.github.com/repos/pandas-dev/pandas/issues/5422/events | https://github.com/pandas-dev/pandas/pull/5422 | 22,023,178 | MDExOlB1bGxSZXF1ZXN0OTYyODgwOA== | 5,422 | TST: make pytables tests go thru a temporary dir and file | {
"avatar_url": "https://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-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... | 4 | 2013-11-03T17:26:01Z | 2014-07-16T08:38:46Z | 2013-11-03T17:44:08Z | CONTRIBUTOR | null | TST/BUG: incorrect way of testing for r+ modes
related #5419
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/5422/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/5422/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/5422.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/5422",
"merged_at": null,
"patch_url": "https://github.com/pandas-dev/pandas/pull/5422.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/5422"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/5423 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/5423/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/5423/comments | https://api.github.com/repos/pandas-dev/pandas/issues/5423/events | https://github.com/pandas-dev/pandas/pull/5423 | 22,026,397 | MDExOlB1bGxSZXF1ZXN0OTYzMDA0Mw== | 5,423 | ENH: Better handling of MultiIndex with Excel | {
"avatar_url": "https://avatars.githubusercontent.com/u/94267?v=4",
"events_url": "https://api.github.com/users/jmcnamara/events{/privacy}",
"followers_url": "https://api.github.com/users/jmcnamara/followers",
"following_url": "https://api.github.com/users/jmcnamara/following{/other_user}",
"gists_url": "htt... | [] | 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... | 31 | 2013-11-03T20:42:24Z | 2014-06-16T22:40:15Z | 2013-11-06T01:42:23Z | CONTRIBUTOR | null | Allow optional formatting of MultiIndex and Hierarchical Rows
as merged cells. closes #5254.
Some notes on this PR:
- The required xlsxwriter version was up-revved in `ci/requirements*.txt`to pick up a fix in that module that makes working with charts from pandas easier.
- Added a comment to `release.rst`.
- Modified ... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/5423/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/5423/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/5423.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/5423",
"merged_at": "2013-11-06T01:42:23Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/5423.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/5423"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/5424 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/5424/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/5424/comments | https://api.github.com/repos/pandas-dev/pandas/issues/5424/events | https://github.com/pandas-dev/pandas/issues/5424 | 22,026,674 | MDU6SXNzdWUyMjAyNjY3NA== | 5,424 | print df.ix[..,..] changes dataframe? | {
"avatar_url": "https://avatars.githubusercontent.com/u/890156?v=4",
"events_url": "https://api.github.com/users/jankatins/events{/privacy}",
"followers_url": "https://api.github.com/users/jankatins/followers",
"following_url": "https://api.github.com/users/jankatins/following{/other_user}",
"gists_url": "ht... | [
{
"color": "e10c02",
"default": false,
"description": null,
"id": 76811,
"name": "Bug",
"node_id": "MDU6TGFiZWw3NjgxMQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug"
},
{
"color": "0b02e1",
"default": false,
"description": "Related to indexing on s... | closed | false | null | [] | {
"closed_at": "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... | 3 | 2013-11-03T20:58:31Z | 2013-11-04T00:40:53Z | 2013-11-04T00:40:53Z | CONTRIBUTOR | null | These two codeblocks result in different dataframes:
``` python
import pandas as pd
import numpy as np
cont = ['one', 'two','three', 'four', 'five', 'six', 'seven']
dfb = pd.DataFrame({'a' : cont, "b":cont[3:]+cont[:3] ,'c' : np.arange(7)})
#print dfb.ix[0,"c"]
dfb.ix[7,'c'] = 1
print dfb
print dfb.ix[7,"c"]
print dfb... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/5424/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/5424/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/5425 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/5425/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/5425/comments | https://api.github.com/repos/pandas-dev/pandas/issues/5425/events | https://github.com/pandas-dev/pandas/pull/5425 | 22,029,612 | MDExOlB1bGxSZXF1ZXN0OTYzMTMxMg== | 5,425 | TST: Use tempfiles in all tests. | {
"avatar_url": "https://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-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... | 5 | 2013-11-03T23:42:01Z | 2014-07-16T08:38:56Z | 2013-11-04T01:10:47Z | CONTRIBUTOR | null | related #5419
Includes @jreback's commits from #5422 and hdf_temp:
- TST: make pytables tests go thru a temporary dir and file
- TST/BUG: incorrect way of testing for r+ modes
TST: fix temporary files by using mktemp (rather than mkstemp) which opens 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/5425/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/5425/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/5425.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/5425",
"merged_at": "2013-11-04T01:10:47Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/5425.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/5425"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/5426 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/5426/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/5426/comments | https://api.github.com/repos/pandas-dev/pandas/issues/5426/events | https://github.com/pandas-dev/pandas/pull/5426 | 22,030,212 | MDExOlB1bGxSZXF1ZXN0OTYzMTU1OA== | 5,426 | BUG: not clearing the cache when reindexing issue when partial setting (GH5424) | {
"avatar_url": "https://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-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-11-04T00:13:08Z | 2014-06-23T22:17:11Z | 2013-11-04T00:40:53Z | CONTRIBUTOR | null | closes #5424
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/5426/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/5426/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/5426.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/5426",
"merged_at": "2013-11-04T00:40:53Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/5426.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/5426"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/5427 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/5427/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/5427/comments | https://api.github.com/repos/pandas-dev/pandas/issues/5427/events | https://github.com/pandas-dev/pandas/issues/5427 | 22,031,192 | MDU6SXNzdWUyMjAzMTE5Mg== | 5,427 | BUG: Excel writer doesn't handle "cols" option correctly | {
"avatar_url": "https://avatars.githubusercontent.com/u/94267?v=4",
"events_url": "https://api.github.com/users/jmcnamara/events{/privacy}",
"followers_url": "https://api.github.com/users/jmcnamara/followers",
"following_url": "https://api.github.com/users/jmcnamara/following{/other_user}",
"gists_url": "htt... | [
{
"color": "e10c02",
"default": false,
"description": null,
"id": 76811,
"name": "Bug",
"node_id": "MDU6TGFiZWw3NjgxMQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug"
},
{
"color": "AD7FA8",
"default": false,
"description": null,
"id": 35818298,... | 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... | 1 | 2013-11-04T01:11:18Z | 2013-11-06T22:16:21Z | 2013-11-06T22:16:21Z | CONTRIBUTOR | null | This is an issue that I introduced when fixing #5235.
The `cols` option in `to_excel` no longer works correctly after the fix for the above issue. For example:
``` python
import pandas as pd
df = pd.DataFrame({'A': ['a', 'a', 'a'],
'B': ['b', 'b', 'b']})
df.to_excel('frame.xlsx', sheet_name='She... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/5427/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/5427/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/5428 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/5428/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/5428/comments | https://api.github.com/repos/pandas-dev/pandas/issues/5428/events | https://github.com/pandas-dev/pandas/issues/5428 | 22,031,200 | MDU6SXNzdWUyMjAzMTIwMA== | 5,428 | ENH: Implement to_json() for Panel | {
"avatar_url": "https://avatars.githubusercontent.com/u/222778?v=4",
"events_url": "https://api.github.com/users/mtrbean/events{/privacy}",
"followers_url": "https://api.github.com/users/mtrbean/followers",
"following_url": "https://api.github.com/users/mtrbean/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": "207de5",
"default": false,
"description": "read_jso... | 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... | 6 | 2013-11-04T01:11:37Z | 2018-07-06T20:21:02Z | 2017-07-10T21:09:21Z | CONTRIBUTOR | null | related #4889
Currently the to_json() method only works for Series and DataFrame, and raises NotImplementedError when called on Panel. Would be great to implement it for Panel as well.
For me it is sufficient to loop through all items and convert each item (DataFrame) to json separately and then stitch them together.... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/5428/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/5428/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/5429 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/5429/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/5429/comments | https://api.github.com/repos/pandas-dev/pandas/issues/5429/events | https://github.com/pandas-dev/pandas/pull/5429 | 22,031,659 | MDExOlB1bGxSZXF1ZXN0OTYzMjA2OQ== | 5,429 | BUG: Excel writer doesn't handle "cols" option correctly | {
"avatar_url": "https://avatars.githubusercontent.com/u/94267?v=4",
"events_url": "https://api.github.com/users/jmcnamara/events{/privacy}",
"followers_url": "https://api.github.com/users/jmcnamara/followers",
"following_url": "https://api.github.com/users/jmcnamara/following{/other_user}",
"gists_url": "htt... | [] | 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... | 18 | 2013-11-04T01:38:29Z | 2014-07-02T22:44:20Z | 2013-11-06T22:16:21Z | CONTRIBUTOR | null | closes #5427
Notes on this PR:
- This fix addresses an issue introduced in #5235 (Issue with Excel writers when column names are duplicated).
- Basically it needs to handle 2 different use cases:
- The user uses duplicate column names
- The user specifies a different order via the `cols` option
``` python
# Case ... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/5429/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/5429/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/5429.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/5429",
"merged_at": "2013-11-06T22:16:21Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/5429.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/5429"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/5430 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/5430/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/5430/comments | https://api.github.com/repos/pandas-dev/pandas/issues/5430/events | https://github.com/pandas-dev/pandas/issues/5430 | 22,032,156 | MDU6SXNzdWUyMjAzMjE1Ng== | 5,430 | Resampling a Series with a timezone using kind='period' Crashes with ~6000 Values | {
"avatar_url": "https://avatars.githubusercontent.com/u/1234915?v=4",
"events_url": "https://api.github.com/users/kevinastone/events{/privacy}",
"followers_url": "https://api.github.com/users/kevinastone/followers",
"following_url": "https://api.github.com/users/kevinastone/following{/other_user}",
"gists_ur... | [
{
"color": "e10c02",
"default": false,
"description": null,
"id": 76811,
"name": "Bug",
"node_id": "MDU6TGFiZWw3NjgxMQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug"
},
{
"color": "729FCF",
"default": false,
"description": null,
"id": 233160,
... | 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... | 23 | 2013-11-04T02:07:13Z | 2013-11-06T01:07:39Z | 2013-11-06T00:23:40Z | CONTRIBUTOR | null | I wrote a test case that consistently crashes the entire process. It looks like it requires a Series with data localized to a timezone that has a DST and the data crosses the DST boundary. Finally, you have to use `kind='period'`for the `resample()` operation. Oddly, it's not just the actual boundary, because I can ... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/5430/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/5430/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/5431 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/5431/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/5431/comments | https://api.github.com/repos/pandas-dev/pandas/issues/5431/events | https://github.com/pandas-dev/pandas/issues/5431 | 22,032,757 | MDU6SXNzdWUyMjAzMjc1Nw== | 5,431 | Can we use xlrd for all Excel file reading? | {
"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": "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 | [] | null | 2 | 2013-11-04T02:41:46Z | 2013-11-04T05:13:14Z | 2013-11-04T05:12:48Z | MEMBER | null | I see that xlrd now can read xlsx files. Anyone know if it can be a drop-in replacement for our use of openpyxl?
https://pypi.python.org/pypi/xlrd/0.9.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/5431/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/5431/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/5432 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/5432/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/5432/comments | https://api.github.com/repos/pandas-dev/pandas/issues/5432/events | https://github.com/pandas-dev/pandas/pull/5432 | 22,076,313 | MDExOlB1bGxSZXF1ZXN0OTY1NTMyMw== | 5,432 | BUG: fix Resampling a Series with a timezone using kind='period' (GH5430) | {
"avatar_url": "https://avatars.githubusercontent.com/u/1234915?v=4",
"events_url": "https://api.github.com/users/kevinastone/events{/privacy}",
"followers_url": "https://api.github.com/users/kevinastone/followers",
"following_url": "https://api.github.com/users/kevinastone/following{/other_user}",
"gists_ur... | [] | 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... | 3 | 2013-11-04T20:11:40Z | 2014-07-16T08:39:13Z | 2013-11-06T00:23:40Z | CONTRIBUTOR | null | There's a failing test case and the patch in subsequent commits.
closes #5430
closes #3609
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/5432/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/5432/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/5432.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/5432",
"merged_at": "2013-11-06T00:23:40Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/5432.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/5432"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/5433 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/5433/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/5433/comments | https://api.github.com/repos/pandas-dev/pandas/issues/5433/events | https://github.com/pandas-dev/pandas/issues/5433 | 22,077,870 | MDU6SXNzdWUyMjA3Nzg3MA== | 5,433 | Update PDF documentation to Stable version 0.12.0 | {
"avatar_url": "https://avatars.githubusercontent.com/u/1676245?v=4",
"events_url": "https://api.github.com/users/oscarvarto/events{/privacy}",
"followers_url": "https://api.github.com/users/oscarvarto/followers",
"following_url": "https://api.github.com/users/oscarvarto/following{/other_user}",
"gists_url":... | [
{
"color": "3465A4",
"default": false,
"description": null,
"id": 134699,
"name": "Docs",
"node_id": "MDU6TGFiZWwxMzQ2OTk=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Docs"
}
] | closed | false | null | [] | {
"closed_at": "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... | 14 | 2013-11-04T20:37:14Z | 2014-01-31T20:43:11Z | 2014-01-17T13:37:15Z | NONE | null | This seems to be a very common issue with Python projects (Numpy has the same issue).
If you try to download this:
http://pandas.pydata.org/pandas-docs/stable/pandas.pdf
You'll get the documentation for version 0.11.0
Check the links for the pdf documentation at the main web page here:
http://pandas.pydata.org/
The s... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/5433/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/5433/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/5434 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/5434/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/5434/comments | https://api.github.com/repos/pandas-dev/pandas/issues/5434/events | https://github.com/pandas-dev/pandas/pull/5434 | 22,083,098 | MDExOlB1bGxSZXF1ZXN0OTY1OTI0OQ== | 5,434 | BUG/TST: bug in the test apparatus when dtypes are equal in a Series but the values are not equal | {
"avatar_url": "https://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-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-11-04T22:01:12Z | 2014-07-11T22:41:28Z | 2013-11-04T22:49:49Z | CONTRIBUTOR | null | noticed in #5429
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/5434/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/5434/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/5434.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/5434",
"merged_at": "2013-11-04T22:49:49Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/5434.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/5434"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/5435 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/5435/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/5435/comments | https://api.github.com/repos/pandas-dev/pandas/issues/5435/events | https://github.com/pandas-dev/pandas/issues/5435 | 22,086,010 | MDU6SXNzdWUyMjA4NjAxMA== | 5,435 | Add ExcelFile to API docs + clarify ExcelFile isn't deprecated (just moved) | {
"avatar_url": "https://avatars.githubusercontent.com/u/1598379?v=4",
"events_url": "https://api.github.com/users/jtratner/events{/privacy}",
"followers_url": "https://api.github.com/users/jtratner/followers",
"following_url": "https://api.github.com/users/jtratner/following{/other_user}",
"gists_url": "http... | [
{
"color": "3465A4",
"default": false,
"description": null,
"id": 134699,
"name": "Docs",
"node_id": "MDU6TGFiZWwxMzQ2OTk=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Docs"
}
] | closed | false | null | [] | {
"closed_at": "2014-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... | 1 | 2013-11-04T22:46:06Z | 2014-01-28T02:11:13Z | 2014-01-28T01:05:02Z | CONTRIBUTOR | null | ExcelFile the class isn't actually in the API anywhere. We should rectify that. Also, I realized from [this SO question on ExcelFile](http://stackoverflow.com/questions/19760741/how-do-you-read-excel-sheets-using-index-instead-of-name-with-pandas-read-excel/19778206) that the release notes aren't explicitly clear that... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/5435/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/5435/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/5436 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/5436/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/5436/comments | https://api.github.com/repos/pandas-dev/pandas/issues/5436/events | https://github.com/pandas-dev/pandas/issues/5436 | 22,089,436 | MDU6SXNzdWUyMjA4OTQzNg== | 5,436 | API: timedelta64[ns] elements operate with timedelta/offsets | {
"avatar_url": "https://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": "AD7FA8",
"default": false,
"description": null,
"id": 35818298,... | closed | false | null | [] | {
"closed_at": "2014-12-12T13:45:40Z",
"closed_issues": 173,
"created_at": "2014-10-07T14:40:52Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jr... | 0 | 2013-11-04T23:52:29Z | 2014-11-26T02:30:02Z | 2014-11-26T02:30:02Z | CONTRIBUTOR | null | have to return timedelta64[ns] scalars
```
type: timedelta64[ns]
In [23]: s = pd.to_timedelta(np.arange(5),unit='d')
In [24]: s
Out[24]:
0 00:00:00
1 1 days, 00:00:00
2 2 days, 00:00:00
3 3 days, 00:00:00
4 4 days, 00:00:00
dtype: timedelta64[ns]
In [25]: s + timedelta(hours=1)
Out[25]:
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/5436/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/5436/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/5437 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/5437/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/5437/comments | https://api.github.com/repos/pandas-dev/pandas/issues/5437/events | https://github.com/pandas-dev/pandas/issues/5437 | 22,093,205 | MDU6SXNzdWUyMjA5MzIwNQ== | 5,437 | BUG: pd.to_timedelta raises instead of returning NaT | {
"avatar_url": "https://avatars.githubusercontent.com/u/2279598?v=4",
"events_url": "https://api.github.com/users/danielballan/events{/privacy}",
"followers_url": "https://api.github.com/users/danielballan/followers",
"following_url": "https://api.github.com/users/danielballan/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": "d7e102",
"default": false,
"description": "np.nan, pd.NaT, pd.NA, d... | 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... | 2 | 2013-11-05T01:28:24Z | 2013-11-06T23:51:20Z | 2013-11-06T23:51:20Z | CONTRIBUTOR | null | ```
In [1]: Series(['2011-01-01', np.nan]).apply(pd.to_datetime)
Out[1]:
0 2011-01-01 00:00:00
1 NaT
dtype: datetime64[ns]
In [2]: Series(['00:00:01', np.nan]).apply(pd.to_timedelta)
AssertionError: Invalid type for timedelta scalar: <type 'float'>
```
May not be a trivial fix. So far I have seen... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/5437/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/5437/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/5438 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/5438/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/5438/comments | https://api.github.com/repos/pandas-dev/pandas/issues/5438/events | https://github.com/pandas-dev/pandas/pull/5438 | 22,097,629 | MDExOlB1bGxSZXF1ZXN0OTY2NzAxOA== | 5,438 | BUG: pd.to_timedelta handles missing data | {
"avatar_url": "https://avatars.githubusercontent.com/u/2279598?v=4",
"events_url": "https://api.github.com/users/danielballan/events{/privacy}",
"followers_url": "https://api.github.com/users/danielballan/followers",
"following_url": "https://api.github.com/users/danielballan/following{/other_user}",
"gists... | [] | 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... | 20 | 2013-11-05T03:27:15Z | 2014-06-24T21:15:32Z | 2013-11-06T23:51:20Z | CONTRIBUTOR | null | closes #5437
**Updated**: Mostly following @jreback's suggestion, but we need `np.timedelta64('NaT')`, not `pd.tslib.iNaT`, because numpy cannot cast `np.datetime64('NaT')` as `np.timedelta64` type, and throws an `AssertionError`.
```
In [1]: pd.to_timedelta(Series(['00:00:01', '00:00:02']))
Out[1]:
0 00:00:01
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/5438/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/5438/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/5438.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/5438",
"merged_at": "2013-11-06T23:51:20Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/5438.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/5438"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/5439 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/5439/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/5439/comments | https://api.github.com/repos/pandas-dev/pandas/issues/5439/events | https://github.com/pandas-dev/pandas/pull/5439 | 22,114,568 | MDExOlB1bGxSZXF1ZXN0OTY3NTg5MQ== | 5,439 | ENH: Always do true division on Python 2.X | {
"avatar_url": "https://avatars.githubusercontent.com/u/1598379?v=4",
"events_url": "https://api.github.com/users/jtratner/events{/privacy}",
"followers_url": "https://api.github.com/users/jtratner/followers",
"following_url": "https://api.github.com/users/jtratner/following{/other_user}",
"gists_url": "http... | [] | 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-11-05T11:46:16Z | 2014-06-23T22:30:35Z | 2013-11-05T22:53:10Z | CONTRIBUTOR | null | Close #5356.
Note: this version actually forces `a / b` to always do truediv as well. It's
less complicated to maintain if we do it that way, but it's also possible to
have this `a / b` use div and `a.div(b)` use truediv, just might be strange.
This is definitely different from numpy behavior.
We also may need to add... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/5439/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/5439/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/5439.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/5439",
"merged_at": "2013-11-05T22:53:10Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/5439.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/5439"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/5440 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/5440/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/5440/comments | https://api.github.com/repos/pandas-dev/pandas/issues/5440/events | https://github.com/pandas-dev/pandas/issues/5440 | 22,116,607 | MDU6SXNzdWUyMjExNjYwNw== | 5,440 | resampling closed='left' incorrect ? | {
"avatar_url": "https://avatars.githubusercontent.com/u/2270203?v=4",
"events_url": "https://api.github.com/users/Cd48/events{/privacy}",
"followers_url": "https://api.github.com/users/Cd48/followers",
"following_url": "https://api.github.com/users/Cd48/following{/other_user}",
"gists_url": "https://api.gith... | [
{
"color": "e10c02",
"default": false,
"description": null,
"id": 76811,
"name": "Bug",
"node_id": "MDU6TGFiZWw3NjgxMQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug"
},
{
"color": "207de5",
"default": false,
"description": "resample method",
"i... | open | false | null | [] | {
"closed_at": null,
"closed_issues": 786,
"created_at": "2015-01-13T10:53:19Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jreback/followers",
... | 3 | 2013-11-05T12:31:45Z | 2021-04-11T03:49:51Z | null | NONE | null | Hi,
Coming back to issue #2665, I'm still not convinced that the closed-argument of the resampling function does what it should.
When resampling daily to monthly values with closed = 'left', the closed argument should relate to the actual time the months change, but instead it seems to refer to the time 24 hours ... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/5440/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/5440/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/5441 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/5441/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/5441/comments | https://api.github.com/repos/pandas-dev/pandas/issues/5441/events | https://github.com/pandas-dev/pandas/issues/5441 | 22,124,146 | MDU6SXNzdWUyMjEyNDE0Ng== | 5,441 | HDFStore.select slowed by decode even when using columns= | {
"avatar_url": "https://avatars.githubusercontent.com/u/39164?v=4",
"events_url": "https://api.github.com/users/wabu/events{/privacy}",
"followers_url": "https://api.github.com/users/wabu/followers",
"following_url": "https://api.github.com/users/wabu/following{/other_user}",
"gists_url": "https://api.github... | [
{
"color": "a10c02",
"default": false,
"description": "Memory or execution speed performance",
"id": 8935311,
"name": "Performance",
"node_id": "MDU6TGFiZWw4OTM1MzEx",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Performance"
},
{
"color": "444444",
"default"... | 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-11-05T14:45:22Z | 2013-11-06T15:22:59Z | 2013-11-06T13:59:15Z | CONTRIBUTOR | null | I realized when profiling a slow select (200% more wall-time as direct pytables call and high memory usage) that most of the time is spend inside bytes.decode called by [_unconvert_strings_array](https://github.com/pydata/pandas/blob/master/pandas/io/pytables.py#L3966), even when selecting only int64 columns. It seems... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/5441/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/5441/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/5442 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/5442/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/5442/comments | https://api.github.com/repos/pandas-dev/pandas/issues/5442/events | https://github.com/pandas-dev/pandas/issues/5442 | 22,131,111 | MDU6SXNzdWUyMjEzMTExMQ== | 5,442 | Provide 'Rolling' data structures | {
"avatar_url": "https://avatars.githubusercontent.com/u/185744?v=4",
"events_url": "https://api.github.com/users/ehebert/events{/privacy}",
"followers_url": "https://api.github.com/users/ehebert/followers",
"following_url": "https://api.github.com/users/ehebert/following{/other_user}",
"gists_url": "https://... | [
{
"color": "4E9A06",
"default": false,
"description": null,
"id": 76812,
"name": "Enhancement",
"node_id": "MDU6TGFiZWw3NjgxMg==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Enhancement"
},
{
"color": "02d7e1",
"default": false,
"description": "Concat, ... | closed | false | null | [] | {
"closed_at": null,
"closed_issues": 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... | 8 | 2013-11-05T16:16:29Z | 2016-05-04T13:04:00Z | 2016-05-04T13:04:00Z | NONE | null | In our project Zipline, https://github.com/quantopian/zipline/, we consume time series data one bar at a time. We provide support for calculations that are performed over a fixed length, e.g. over the last 15 days of data. The data which those calculations are performed over are updated with the most recent bar as it c... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/5442/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/5442/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/5443 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/5443/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/5443/comments | https://api.github.com/repos/pandas-dev/pandas/issues/5443/events | https://github.com/pandas-dev/pandas/issues/5443 | 22,142,844 | MDU6SXNzdWUyMjE0Mjg0NA== | 5,443 | BUG: isnull of an object array failing when 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": "e10c02",
"default": false,
"description": null,
"id": 76811,
"name": "Bug",
"node_id": "MDU6TGFiZWw3NjgxMQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug"
},
{
"color": "AFEEEE",
"default": false,
"description": null,
"id": 211840,
... | closed | false | null | [] | {
"closed_at": "2014-02-03T05:17:36Z",
"closed_issues": 314,
"created_at": "2013-08-26T22:11:58Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/1598379?v=4",
"events_url": "https://api.github.com/users/jtratner/events{/privacy}",
"followers_url": "https://api.github.com/users/... | 0 | 2013-11-05T19:07:26Z | 2014-01-23T03:55:50Z | 2014-01-06T23:44:29Z | CONTRIBUTOR | null | ```
In [1]: pd.isnull(np.array([pd.NaT]))
Out[1]: array([False], dtype=bool)
```
this should be true
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/5443/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/5443/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/5444 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/5444/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/5444/comments | https://api.github.com/repos/pandas-dev/pandas/issues/5444/events | https://github.com/pandas-dev/pandas/issues/5444 | 22,153,673 | MDU6SXNzdWUyMjE1MzY3Mw== | 5,444 | Panel4D can not be saved to hdf using the .to_hdf call | {
"avatar_url": "https://avatars.githubusercontent.com/u/664644?v=4",
"events_url": "https://api.github.com/users/kghose/events{/privacy}",
"followers_url": "https://api.github.com/users/kghose/followers",
"following_url": "https://api.github.com/users/kghose/following{/other_user}",
"gists_url": "https://api... | [] | closed | false | null | [] | null | 9 | 2013-11-05T21:46:03Z | 2014-02-14T17:06:30Z | 2013-11-05T22:07:54Z | NONE | null | ```
import pandas as pd, numpy
print pd.__version__
with pd.get_store('test.h5') as store:
df = pd.Panel4D(data=numpy.random.randn(2,3,4,5))
store.append('test',df)
print store
df.to_hdf('test2.h5','test')
```
Output:
```
0.12.0
<class 'pandas.io.pytables.HDFStore'>
File path: test.h5
/test wide_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/5444/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/5444/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/5445 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/5445/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/5445/comments | https://api.github.com/repos/pandas-dev/pandas/issues/5445/events | https://github.com/pandas-dev/pandas/issues/5445 | 22,158,564 | MDU6SXNzdWUyMjE1ODU2NA== | 5,445 | Use future division import in all files. | {
"avatar_url": "https://avatars.githubusercontent.com/u/1598379?v=4",
"events_url": "https://api.github.com/users/jtratner/events{/privacy}",
"followers_url": "https://api.github.com/users/jtratner/followers",
"following_url": "https://api.github.com/users/jtratner/following{/other_user}",
"gists_url": "http... | [
{
"color": "fbca04",
"default": false,
"description": "Related to non-user accessible pandas implementation",
"id": 49094459,
"name": "Internals",
"node_id": "MDU6TGFiZWw0OTA5NDQ1OQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Internals"
}
] | closed | false | null | [] | {
"closed_at": null,
"closed_issues": 786,
"created_at": "2015-01-13T10:53:19Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jreback/followers",
... | 3 | 2013-11-05T22:57:26Z | 2017-06-01T20:13:30Z | 2017-06-01T20:13:30Z | CONTRIBUTOR | null | Now that all division on NDFrame is truediv, we should add the division future import to most/all files (alongside print) to avoid any inconsistencies. At least on the pure Python parts. Nor sure about Cython.
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/5445/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/5445/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/5446 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/5446/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/5446/comments | https://api.github.com/repos/pandas-dev/pandas/issues/5446/events | https://github.com/pandas-dev/pandas/pull/5446 | 22,168,859 | MDExOlB1bGxSZXF1ZXN0OTcwNTUxMg== | 5,446 | PERF/ENH: Use xlsxwriter by default (and then fall back on openpyxl). | {
"avatar_url": "https://avatars.githubusercontent.com/u/1598379?v=4",
"events_url": "https://api.github.com/users/jtratner/events{/privacy}",
"followers_url": "https://api.github.com/users/jtratner/followers",
"following_url": "https://api.github.com/users/jtratner/following{/other_user}",
"gists_url": "http... | [] | closed | false | null | [] | null | 1 | 2013-11-06T02:34:52Z | 2014-07-16T08:39:26Z | 2013-11-07T03:23:10Z | CONTRIBUTOR | null | Since xlsxwriter has a smaller install base (because it's newer),
reasonable to assume that if you have it installed, you want xlsxwriter.
Plus, it has better performance characteristics in general (esp. in
terms of memory usage)
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/5446/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/5446/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/5446.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/5446",
"merged_at": "2013-11-07T03:23:10Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/5446.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/5446"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/5447 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/5447/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/5447/comments | https://api.github.com/repos/pandas-dev/pandas/issues/5447/events | https://github.com/pandas-dev/pandas/pull/5447 | 22,185,165 | MDExOlB1bGxSZXF1ZXN0OTcxMzA5Mw== | 5,447 | DOC: fix build error in to_latex and release notes | {
"avatar_url": "https://avatars.githubusercontent.com/u/1020496?v=4",
"events_url": "https://api.github.com/users/jorisvandenbossche/events{/privacy}",
"followers_url": "https://api.github.com/users/jorisvandenbossche/followers",
"following_url": "https://api.github.com/users/jorisvandenbossche/following{/othe... | [] | closed | false | null | [] | null | 2 | 2013-11-06T10:25:16Z | 2014-07-16T08:39:27Z | 2013-11-06T12:58:55Z | MEMBER | null | This partly fixes #5331 (the `to_latex` part, not the 'Malformed table' one).
And in the same time, fixes a build error in the newly added docs on `truediv` in the release notes.
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/5447/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/5447/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/5447.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/5447",
"merged_at": "2013-11-06T12:58:55Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/5447.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/5447"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/5448 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/5448/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/5448/comments | https://api.github.com/repos/pandas-dev/pandas/issues/5448/events | https://github.com/pandas-dev/pandas/pull/5448 | 22,191,564 | MDExOlB1bGxSZXF1ZXN0OTcxNjQyOQ== | 5,448 | PERF: Fixed decoding perf issue on py3 (GH5441) | {
"avatar_url": "https://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-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-11-06T12:39:07Z | 2014-06-16T19:05:47Z | 2013-11-06T13:59:15Z | CONTRIBUTOR | null | closes #5441
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/5448/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/5448/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/5448.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/5448",
"merged_at": "2013-11-06T13:59:15Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/5448.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/5448"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/5449 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/5449/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/5449/comments | https://api.github.com/repos/pandas-dev/pandas/issues/5449/events | https://github.com/pandas-dev/pandas/issues/5449 | 22,194,284 | MDU6SXNzdWUyMjE5NDI4NA== | 5,449 | BUG: dup columns in to_excel when writing | {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jreback/followers",
"following_url": "https://api.github.com/users/jreback/following{/other_user}",
"gists_url": "https://... | [
{
"color": "e10c02",
"default": false,
"description": null,
"id": 76811,
"name": "Bug",
"node_id": "MDU6TGFiZWw3NjgxMQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug"
},
{
"color": "0b02e1",
"default": false,
"description": "Related to indexing on s... | closed | false | null | [] | null | 5 | 2013-11-06T13:34:03Z | 2013-11-06T13:52:27Z | 2013-11-06T13:52:27Z | CONTRIBUTOR | null | @jtratner , cc @jmcnamara
pretty sure this is fixed with xlsxwriter...maybe need a warning with other writers?
http://stackoverflow.com/questions/19812934/pandas-dataframe-concat-and-to-excel-output
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/5449/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/5449/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/5450 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/5450/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/5450/comments | https://api.github.com/repos/pandas-dev/pandas/issues/5450/events | https://github.com/pandas-dev/pandas/pull/5450 | 22,196,016 | MDExOlB1bGxSZXF1ZXN0OTcxODc1NA== | 5,450 | DOC: remove docstring of flags attribute during doc building process (#5331) | {
"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 | [] | {
"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... | 1 | 2013-11-06T14:05:13Z | 2014-07-09T18:47:42Z | 2013-11-06T15:31:36Z | MEMBER | null | Further fixes #5331 with @jtratner 's suggestion (https://github.com/pydata/pandas/issues/5142#issuecomment-27871973).
This removes the docstring of all attributes with the name `flags` during the doc building process.
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/5450/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/5450/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/5450.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/5450",
"merged_at": "2013-11-06T15:31:36Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/5450.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/5450"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/5451 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/5451/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/5451/comments | https://api.github.com/repos/pandas-dev/pandas/issues/5451/events | https://github.com/pandas-dev/pandas/issues/5451 | 22,197,254 | MDU6SXNzdWUyMjE5NzI1NA== | 5,451 | Simple way of adding/removing column to DataFrame Not in Place | {
"avatar_url": "https://avatars.githubusercontent.com/u/51059?v=4",
"events_url": "https://api.github.com/users/cancan101/events{/privacy}",
"followers_url": "https://api.github.com/users/cancan101/followers",
"following_url": "https://api.github.com/users/cancan101/following{/other_user}",
"gists_url": "htt... | [
{
"color": "DDDDDD",
"default": false,
"description": "Long-Term Enhancement Discussions",
"id": 157369,
"name": "Ideas",
"node_id": "MDU6TGFiZWwxNTczNjk=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Ideas"
}
] | closed | false | null | [] | {
"closed_at": null,
"closed_issues": 2361,
"created_at": "2015-02-26T19:29:05Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/1020496?v=4",
"events_url": "https://api.github.com/users/jorisvandenbossche/events{/privacy}",
"followers_url": "https://api.github.com/users/jorisva... | 17 | 2013-11-06T14:26:25Z | 2016-07-27T11:06:51Z | 2016-07-27T11:06:51Z | CONTRIBUTOR | null | See SO question: http://stackoverflow.com/questions/19802708/add-column-to-pandas-dataframe-not-in-place
I would suggest something like:
```
df_new = df.alter(new_col_name=existing_series)
```
where alter would wake one or more columns:
```
df_new = df.alter(
new_col_name1=existing_series1,
new_col_name2=existing... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/5451/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/5451/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/5452 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/5452/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/5452/comments | https://api.github.com/repos/pandas-dev/pandas/issues/5452/events | https://github.com/pandas-dev/pandas/pull/5452 | 22,197,938 | MDExOlB1bGxSZXF1ZXN0OTcxOTgzNA== | 5,452 | add optional default value to GroupBy.get_group | {
"avatar_url": "https://avatars.githubusercontent.com/u/29542?v=4",
"events_url": "https://api.github.com/users/dwiel/events{/privacy}",
"followers_url": "https://api.github.com/users/dwiel/followers",
"following_url": "https://api.github.com/users/dwiel/following{/other_user}",
"gists_url": "https://api.git... | [
{
"color": "729FCF",
"default": false,
"description": null,
"id": 233160,
"name": "Groupby",
"node_id": "MDU6TGFiZWwyMzMxNjA=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Groupby"
},
{
"color": "0b02e1",
"default": false,
"description": "Related to inde... | 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... | 59 | 2013-11-06T14:38:00Z | 2015-01-18T21:39:57Z | 2015-01-18T21:39:57Z | CONTRIBUTOR | null | I've used a try except block as opposed to and if else (below) to keep the non-default code path fast. What I didn't do:
```
if default is None :
inds = self.indices[name]
else :
inds = self.indices.get(name, default)
```
Here is an example use case:
```
def foo(df, keys) :
g = df.groupby('key')
for... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/5452/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/5452/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/5452.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/5452",
"merged_at": null,
"patch_url": "https://github.com/pandas-dev/pandas/pull/5452.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/5452"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/5453 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/5453/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/5453/comments | https://api.github.com/repos/pandas-dev/pandas/issues/5453/events | https://github.com/pandas-dev/pandas/issues/5453 | 22,200,481 | MDU6SXNzdWUyMjIwMDQ4MQ== | 5,453 | Matplotlib cursor position wrong after using asfreq method to change freq of DateTimeIndex from None to something | {
"avatar_url": "https://avatars.githubusercontent.com/u/1249695?v=4",
"events_url": "https://api.github.com/users/willfurnass/events{/privacy}",
"followers_url": "https://api.github.com/users/willfurnass/followers",
"following_url": "https://api.github.com/users/willfurnass/following{/other_user}",
"gists_ur... | [
{
"color": "e10c02",
"default": false,
"description": null,
"id": 76811,
"name": "Bug",
"node_id": "MDU6TGFiZWw3NjgxMQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug"
},
{
"color": "AFEEEE",
"default": false,
"description": null,
"id": 211840,
... | 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... | 4 | 2013-11-06T15:15:53Z | 2014-06-12T21:07:21Z | 2014-05-01T17:50:35Z | CONTRIBUTOR | null | After using the `asfreq` method to change the frequency of a time-series DataFrame from `None` to something e.g. `15Min` the cursor position in matplotlib graphs of that DataFrame is no longer correct (usually shows a datetime just after the unix epoch). The following demonstrates this (NB dt in df1 is not a constant)... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/5453/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/5453/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/5454 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/5454/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/5454/comments | https://api.github.com/repos/pandas-dev/pandas/issues/5454/events | https://github.com/pandas-dev/pandas/pull/5454 | 22,205,858 | MDExOlB1bGxSZXF1ZXN0OTcyNDA3NQ== | 5,454 | DOC: small error in cookbook (doc build warning) | {
"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 | 5 | 2013-11-06T16:23:22Z | 2014-07-16T08:39:33Z | 2013-11-06T16:34:26Z | MEMBER | null | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/5454/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/5454/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/5454.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/5454",
"merged_at": "2013-11-06T16:34:26Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/5454.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/5454"
} | |
https://api.github.com/repos/pandas-dev/pandas/issues/5455 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/5455/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/5455/comments | https://api.github.com/repos/pandas-dev/pandas/issues/5455/events | https://github.com/pandas-dev/pandas/issues/5455 | 22,209,299 | MDU6SXNzdWUyMjIwOTI5OQ== | 5,455 | Allow labels argument to DataFrame.drop to be a function | {
"avatar_url": "https://avatars.githubusercontent.com/u/51059?v=4",
"events_url": "https://api.github.com/users/cancan101/events{/privacy}",
"followers_url": "https://api.github.com/users/cancan101/followers",
"following_url": "https://api.github.com/users/cancan101/following{/other_user}",
"gists_url": "htt... | [] | closed | false | null | [] | null | 2 | 2013-11-06T17:05:22Z | 2013-11-06T23:58:23Z | 2013-11-06T23:58:23Z | CONTRIBUTOR | null | Allow `labels` to be a function that is applied to each label on the `axis` and return `True` if that label is to be dropped.
For example:
```
df = pd.DataFrame({'a':[1],'B':[2],'c':[3]})
df.drop(labels=lambda x:x.lower()==x, axis=1)
```
would drop columns 'a' and 'c'
This would be consistent with `DataFrame.rename... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/5455/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/5455/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/5456 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/5456/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/5456/comments | https://api.github.com/repos/pandas-dev/pandas/issues/5456/events | https://github.com/pandas-dev/pandas/issues/5456 | 22,226,881 | MDU6SXNzdWUyMjIyNjg4MQ== | 5,456 | DOC: update groupby NA group handing / workaround | {
"avatar_url": "https://avatars.githubusercontent.com/u/598511?v=4",
"events_url": "https://api.github.com/users/mkeller-upb/events{/privacy}",
"followers_url": "https://api.github.com/users/mkeller-upb/followers",
"following_url": "https://api.github.com/users/mkeller-upb/following{/other_user}",
"gists_url... | [
{
"color": "3465A4",
"default": false,
"description": null,
"id": 134699,
"name": "Docs",
"node_id": "MDU6TGFiZWwxMzQ2OTk=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Docs"
},
{
"color": "729FCF",
"default": false,
"description": null,
"id": 233160... | open | false | null | [] | {
"closed_at": null,
"closed_issues": 786,
"created_at": "2015-01-13T10:53:19Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jreback/followers",
... | 5 | 2013-11-06T21:32:28Z | 2019-10-21T19:52:14Z | null | NONE | null | Add more explicit docs / work-around for dealing with groupby and NA groups
(see comments)
Changelog: 07.Nov.2013: Add line to example below to preprocess table content.
I expect the following behavior: A `DataFrame.groupby` splits the dataframe/table into subtables according to the grouping-condition. A column name... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/5456/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/5456/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/5457 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/5457/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/5457/comments | https://api.github.com/repos/pandas-dev/pandas/issues/5457/events | https://github.com/pandas-dev/pandas/issues/5457 | 22,230,021 | MDU6SXNzdWUyMjIzMDAyMQ== | 5,457 | CLN: use fast pathed config lookup in pandas code. | {
"avatar_url": "https://avatars.githubusercontent.com/u/1598379?v=4",
"events_url": "https://api.github.com/users/jtratner/events{/privacy}",
"followers_url": "https://api.github.com/users/jtratner/followers",
"following_url": "https://api.github.com/users/jtratner/following{/other_user}",
"gists_url": "http... | [
{
"color": "fbca04",
"default": false,
"description": "Related to non-user accessible pandas implementation",
"id": 49094459,
"name": "Internals",
"node_id": "MDU6TGFiZWw0OTA5NDQ1OQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Internals"
}
] | closed | false | null | [] | {
"closed_at": "2014-02-03T05:17:36Z",
"closed_issues": 314,
"created_at": "2013-08-26T22:11:58Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/1598379?v=4",
"events_url": "https://api.github.com/users/jtratner/events{/privacy}",
"followers_url": "https://api.github.com/users/... | 1 | 2013-11-06T22:22:46Z | 2013-11-21T13:29:16Z | 2013-11-21T13:29:16Z | CONTRIBUTOR | null | @jreback is about to introduce this with the warn on setting with copy PR. We should use it in pandas internals - will be cleaner, especially when debugging. https://github.com/pydata/pandas/commit/7aa7880f#diff-1e746a348e7db9596f3d053134d00e74R515
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/5457/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/5457/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/5458 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/5458/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/5458/comments | https://api.github.com/repos/pandas-dev/pandas/issues/5458/events | https://github.com/pandas-dev/pandas/issues/5458 | 22,233,673 | MDU6SXNzdWUyMjIzMzY3Mw== | 5,458 | BUG: Series.apply(to_timedelta) returns object-type Series. | {
"avatar_url": "https://avatars.githubusercontent.com/u/2279598?v=4",
"events_url": "https://api.github.com/users/danielballan/events{/privacy}",
"followers_url": "https://api.github.com/users/danielballan/followers",
"following_url": "https://api.github.com/users/danielballan/following{/other_user}",
"gists... | [
{
"color": "e102d8",
"default": false,
"description": "Unexpected or buggy dtype conversions",
"id": 31404521,
"name": "Dtype Conversions",
"node_id": "MDU6TGFiZWwzMTQwNDUyMQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Dtype%20Conversions"
},
{
"color": "531... | closed | false | null | [] | {
"closed_at": "2014-02-03T05:17:36Z",
"closed_issues": 314,
"created_at": "2013-08-26T22:11:58Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/1598379?v=4",
"events_url": "https://api.github.com/users/jtratner/events{/privacy}",
"followers_url": "https://api.github.com/users/... | 0 | 2013-11-06T23:30:00Z | 2014-02-04T15:53:19Z | 2014-01-20T23:37:17Z | CONTRIBUTOR | null | _For later (post 0.13)..._
Good:
```
In [1]: Series(['2013-01-05']).apply(pd.to_datetime)
Out[1]:
0 2013-01-05 00:00:00
dtype: datetime64[ns]
```
Bad:
```
In [2]: Series(['00:00:01']).apply(pd.to_timedelta)
Out[2]:
0 1000000000 nanoseconds
dtype: object
```
This problem turned up in #5438 , resovling #5437 . ... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/5458/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/5458/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/5459 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/5459/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/5459/comments | https://api.github.com/repos/pandas-dev/pandas/issues/5459/events | https://github.com/pandas-dev/pandas/pull/5459 | 22,239,195 | MDExOlB1bGxSZXF1ZXN0OTc0MzQzNw== | 5,459 | DOC: add basic documentation to some of the GroupBy properties and methods | {
"avatar_url": "https://avatars.githubusercontent.com/u/29542?v=4",
"events_url": "https://api.github.com/users/dwiel/events{/privacy}",
"followers_url": "https://api.github.com/users/dwiel/followers",
"following_url": "https://api.github.com/users/dwiel/following{/other_user}",
"gists_url": "https://api.git... | [] | 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... | 15 | 2013-11-07T01:45:06Z | 2014-06-14T22:38:30Z | 2013-11-27T20:00:21Z | CONTRIBUTOR | null | I added some simple documentation to the GroupBy and Grouper classes
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/5459/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/5459/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/5459.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/5459",
"merged_at": "2013-11-27T20:00:21Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/5459.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/5459"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/5460 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/5460/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/5460/comments | https://api.github.com/repos/pandas-dev/pandas/issues/5460/events | https://github.com/pandas-dev/pandas/issues/5460 | 22,240,096 | MDU6SXNzdWUyMjI0MDA5Ng== | 5,460 | DOC: Clarify 'public-ish' API for packages using pandas. | {
"avatar_url": "https://avatars.githubusercontent.com/u/1598379?v=4",
"events_url": "https://api.github.com/users/jtratner/events{/privacy}",
"followers_url": "https://api.github.com/users/jtratner/followers",
"following_url": "https://api.github.com/users/jtratner/following{/other_user}",
"gists_url": "http... | [
{
"color": "0b02e1",
"default": false,
"description": "Related to indexing on series/frames, not to indexes themselves",
"id": 2822098,
"name": "Indexing",
"node_id": "MDU6TGFiZWwyODIyMDk4",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Indexing"
},
{
"color": "AD... | closed | false | null | [] | {
"closed_at": null,
"closed_issues": 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... | 6 | 2013-11-07T02:12:35Z | 2021-04-11T03:52:44Z | 2021-04-11T03:52:44Z | CONTRIBUTOR | null | I've been contributing a little bit to GeoPandas / working on some of my own custom code using pandas that I want to share with others and I realized that I wasn't sure what is and is not part of the public API for pandas.
Here's what I have in my head:
Definitely public:
- anything in pandas toplevel namespace (exce... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/5460/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/5460/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/5461 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/5461/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/5461/comments | https://api.github.com/repos/pandas-dev/pandas/issues/5461/events | https://github.com/pandas-dev/pandas/issues/5461 | 22,241,197 | MDU6SXNzdWUyMjI0MTE5Nw== | 5,461 | DatetimeIndex.normalize doesn't clear ns field | {
"avatar_url": "https://avatars.githubusercontent.com/u/2628740?v=4",
"events_url": "https://api.github.com/users/zhangruoyu/events{/privacy}",
"followers_url": "https://api.github.com/users/zhangruoyu/followers",
"following_url": "https://api.github.com/users/zhangruoyu/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 | [] | null | 10 | 2013-11-07T02:48:08Z | 2013-11-08T12:46:51Z | 2013-11-08T12:46:51Z | NONE | null | ```
import pandas as pd
import numpy as np
didx = pd.DatetimeIndex(np.array([1380585623454345752, 1380585612343234312]).astype("datetime64[ns]"))
didx.normalize()
```
the output is:
```
<class 'pandas.tseries.index.DatetimeIndex'>
[2013-10-01 00:00:00.000000752, 2013-10-01 00:00:00.000000312]
Length: 2, Freq: None, 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/5461/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/5461/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/5462 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/5462/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/5462/comments | https://api.github.com/repos/pandas-dev/pandas/issues/5462/events | https://github.com/pandas-dev/pandas/pull/5462 | 22,264,688 | MDExOlB1bGxSZXF1ZXN0OTc1NjA1Ng== | 5,462 | PERF: performance improvements on isnull/notnull for large pandas objects | {
"avatar_url": "https://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-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-11-07T13:06:16Z | 2014-07-16T08:39:41Z | 2013-11-07T14:44:58Z | CONTRIBUTOR | null | ```
In [1]: df = DataFrame(np.random.randn(1000,1000))
In [2]: %timeit df.apply(pd.isnull)
10 loops, best of 3: 121 ms per loop
In [3]: %timeit pd.isnull(df)
100 loops, best of 3: 3.15 ms per loop
```
from 0.12
```
In [2]: %timeit df.apply(pd.isnull)
10 loops, best of 3: 74.3 ms per loop
In [3]: %timeit pd.isnull(... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/5462/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/5462/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/5462.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/5462",
"merged_at": "2013-11-07T14:44:58Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/5462.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/5462"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/5463 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/5463/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/5463/comments | https://api.github.com/repos/pandas-dev/pandas/issues/5463/events | https://github.com/pandas-dev/pandas/issues/5463 | 22,289,925 | MDU6SXNzdWUyMjI4OTkyNQ== | 5,463 | PyTables: invalid combinate of [values_axes] on appending data | {
"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 | 10 | 2013-11-07T19:32:25Z | 2013-11-08T01:02:41Z | 2013-11-08T00:43:23Z | NONE | null | I got the following error when appending data to an HDF5 file:
> File "/opt/epd/7.3-2_pandas0.11/lib/python2.7/site-packages/pandas/io/pytables.py", line 610, in append
> self._write_to_group(key, value, table=True, append=True, *_kwargs)
> File "/opt/epd/7.3-2_pandas0.11/lib/python2.7/site-packages/pandas/io/p... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/5463/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/5463/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/5464 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/5464/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/5464/comments | https://api.github.com/repos/pandas-dev/pandas/issues/5464/events | https://github.com/pandas-dev/pandas/issues/5464 | 22,311,184 | MDU6SXNzdWUyMjMxMTE4NA== | 5,464 | Error setting locale in test suite | {
"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": "fbca04",
"default": false,
"description": "Windows OS",
"id": 5... | 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... | 1 | 2013-11-08T02:07:55Z | 2013-11-08T18:19:17Z | 2013-11-08T18:19:17Z | CONTRIBUTOR | null | This is on the VM running pandas windows builds.
Windows XP
Python 2.7 32-bit
```
ERROR: test suite for <class 'pandas.io.tests.test_data.TestGoogle'>
----------------------------------------------------------------------
Traceback (most recent call last):
File "c:\python27\x32\lib\site-packages\nose\suite.py", line... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/5464/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/5464/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/5465 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/5465/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/5465/comments | https://api.github.com/repos/pandas-dev/pandas/issues/5465/events | https://github.com/pandas-dev/pandas/issues/5465 | 22,311,244 | MDU6SXNzdWUyMjMxMTI0NA== | 5,465 | Error in test suite for timedelta operations | {
"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": "fbca04",
"default": false,
"description": "Windows OS",
"id": 5... | 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... | 2 | 2013-11-08T02:09:25Z | 2013-11-08T18:18:25Z | 2013-11-08T18:18:25Z | CONTRIBUTOR | null | This is on the VM running pandas windows builds.
Windows XP
Python 2.7 32-bit
numpy 1.7.1
```
======================================================================
ERROR: test_timedelta_ops_with_missing_values (pandas.tseries.tests.test_timedeltas.TestTimedeltas)
------------------------------------------------------... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/5465/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/5465/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/5466 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/5466/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/5466/comments | https://api.github.com/repos/pandas-dev/pandas/issues/5466/events | https://github.com/pandas-dev/pandas/issues/5466 | 22,311,312 | MDU6SXNzdWUyMjMxMTMxMg== | 5,466 | Error in test suite for indexing | {
"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": "fbca04",
"default": false,
"description": "Windows OS",
"id": 5... | 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... | 1 | 2013-11-08T02:11:07Z | 2013-11-08T18:19:00Z | 2013-11-08T18:18:25Z | CONTRIBUTOR | null | This is on the VM running pandas windows builds.
Windows XP
Python 2.7 32-bit
numpy 1.7.1
```
======================================================================
ERROR: test_multiindex_assignment (pandas.tests.test_indexing.TestIndexing)
----------------------------------------------------------------------
Traceba... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/5466/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/5466/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/5467 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/5467/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/5467/comments | https://api.github.com/repos/pandas-dev/pandas/issues/5467/events | https://github.com/pandas-dev/pandas/issues/5467 | 22,311,440 | MDU6SXNzdWUyMjMxMTQ0MA== | 5,467 | Error in test suite for eval | {
"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": "fbca04",
"default": false,
"description": "Windows OS",
"id": 5... | 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... | 1 | 2013-11-08T02:14:43Z | 2013-11-08T18:18:25Z | 2013-11-08T18:18:25Z | CONTRIBUTOR | null | This is on the VM running pandas windows builds.
Windows XP
Python 2.7 32-bit
numpy 1.7.1
```
======================================================================
FAIL: pandas.computation.tests.test_eval.TestAlignment.test_basic_series_frame_alignment('numexpr', 'python')
--------------------------------------------... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/5467/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/5467/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/5468 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/5468/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/5468/comments | https://api.github.com/repos/pandas-dev/pandas/issues/5468/events | https://github.com/pandas-dev/pandas/issues/5468 | 22,311,494 | MDU6SXNzdWUyMjMxMTQ5NA== | 5,468 | Error in test suite for Series.mode | {
"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": "fbca04",
"default": false,
"description": "Windows OS",
"id": 5... | 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... | 5 | 2013-11-08T02:16:30Z | 2013-11-08T05:01:49Z | 2013-11-08T04:48:37Z | CONTRIBUTOR | null | This is on the VM running pandas windows builds.
Windows XP
Python 2.7 32-bit
numpy 1.7.1
```
======================================================================
FAIL: test_mode (pandas.tests.test_series.TestSeries)
----------------------------------------------------------------------
Traceback (most recent call l... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/5468/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/5468/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/5469 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/5469/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/5469/comments | https://api.github.com/repos/pandas-dev/pandas/issues/5469/events | https://github.com/pandas-dev/pandas/pull/5469 | 22,315,155 | MDExOlB1bGxSZXF1ZXN0OTc4NDE1Mg== | 5,469 | TST: Fix test case to use int64 and explicit float | {
"avatar_url": "https://avatars.githubusercontent.com/u/1598379?v=4",
"events_url": "https://api.github.com/users/jtratner/events{/privacy}",
"followers_url": "https://api.github.com/users/jtratner/followers",
"following_url": "https://api.github.com/users/jtratner/following{/other_user}",
"gists_url": "http... | [] | closed | false | null | [] | null | 0 | 2013-11-08T03:59:58Z | 2014-07-16T08:39:46Z | 2013-11-08T04:38:59Z | CONTRIBUTOR | null | #5468
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/5469/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/5469/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/5469.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/5469",
"merged_at": "2013-11-08T04:38:59Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/5469.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/5469"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/5470 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/5470/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/5470/comments | https://api.github.com/repos/pandas-dev/pandas/issues/5470/events | https://github.com/pandas-dev/pandas/issues/5470 | 22,321,632 | MDU6SXNzdWUyMjMyMTYzMg== | 5,470 | BUG: SparseDataFrame does not allow single value data | {
"avatar_url": "https://avatars.githubusercontent.com/u/1439047?v=4",
"events_url": "https://api.github.com/users/BrenBarn/events{/privacy}",
"followers_url": "https://api.github.com/users/BrenBarn/followers",
"following_url": "https://api.github.com/users/BrenBarn/following{/other_user}",
"gists_url": "http... | [
{
"color": "e10c02",
"default": false,
"description": null,
"id": 76811,
"name": "Bug",
"node_id": "MDU6TGFiZWw3NjgxMQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug"
},
{
"color": "02d7e1",
"default": false,
"description": "Concat, Merge/Join, Stac... | 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-11-08T07:45:06Z | 2019-09-18T14:02:17Z | 2019-09-18T14:02:17Z | NONE | null | You can create a normal DataFrame with, e.g., `pandas.DataFrame(0, index=[1, 2, 3], columns=["A", "B", "C"])`. However, this fails with a SparseDataFrame:
```
>>> x = pandas.SparseDataFrame(0, index=[1, 2, 3], columns=["A", "B", "C"])
Traceback (most recent call last):
File "<pyshell#97>", line 1, in <module>
x... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/5470/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/5470/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/5471 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/5471/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/5471/comments | https://api.github.com/repos/pandas-dev/pandas/issues/5471/events | https://github.com/pandas-dev/pandas/pull/5471 | 22,324,429 | MDExOlB1bGxSZXF1ZXN0OTc4ODExNA== | 5,471 | BUG: bool(NaT) was True | {
"avatar_url": "https://avatars.githubusercontent.com/u/1630469?v=4",
"events_url": "https://api.github.com/users/jniznan/events{/privacy}",
"followers_url": "https://api.github.com/users/jniznan/followers",
"following_url": "https://api.github.com/users/jniznan/following{/other_user}",
"gists_url": "https:/... | [] | closed | false | null | [] | null | 3 | 2013-11-08T08:52:18Z | 2013-11-08T16:51:27Z | 2013-11-08T16:51:27Z | CONTRIBUTOR | null | bool(NaT) evaluates to True. I am not sure if this is by design or if it is a bug, but I think it makes more sense to evaluate it to False.
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/5471/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/5471/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/5471.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/5471",
"merged_at": null,
"patch_url": "https://github.com/pandas-dev/pandas/pull/5471.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/5471"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/5472 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/5472/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/5472/comments | https://api.github.com/repos/pandas-dev/pandas/issues/5472/events | https://github.com/pandas-dev/pandas/pull/5472 | 22,333,055 | MDExOlB1bGxSZXF1ZXN0OTc5MjcxOQ== | 5,472 | BUG: DatetimeIndex.normalize now accounts for nanoseconds (#5461). | {
"avatar_url": "https://avatars.githubusercontent.com/u/3195015?v=4",
"events_url": "https://api.github.com/users/rockg/events{/privacy}",
"followers_url": "https://api.github.com/users/rockg/followers",
"following_url": "https://api.github.com/users/rockg/following{/other_user}",
"gists_url": "https://api.g... | [] | closed | false | null | [] | null | 1 | 2013-11-08T12:04:03Z | 2014-07-15T19:20:42Z | 2013-11-08T12:46:21Z | CONTRIBUTOR | null | closes #5461
datetime64(ns) uses the dts->ps which was not being set to zero in the
normalize function.
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/5472/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/5472/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/5472.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/5472",
"merged_at": "2013-11-08T12:46:21Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/5472.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/5472"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/5473 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/5473/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/5473/comments | https://api.github.com/repos/pandas-dev/pandas/issues/5473/events | https://github.com/pandas-dev/pandas/issues/5473 | 22,344,911 | MDU6SXNzdWUyMjM0NDkxMQ== | 5,473 | Test suite throws lots of DateParseErrors | {
"avatar_url": "https://avatars.githubusercontent.com/u/1991007?v=4",
"events_url": "https://api.github.com/users/sfinkens/events{/privacy}",
"followers_url": "https://api.github.com/users/sfinkens/followers",
"following_url": "https://api.github.com/users/sfinkens/following{/other_user}",
"gists_url": "http... | [] | closed | false | null | [] | null | 11 | 2013-11-08T15:52:45Z | 2013-12-19T04:12:09Z | 2013-11-08T16:32:46Z | NONE | null | Hej hej,
I built pandas from source on [python 2.7, numpy 1.8, dateutil 2.2] using
```
python setup.py build_ext --inplace
```
When running the test suite,
```
nosetests pandas
```
I encounter lots of DateParseErrors. The error message is basically always the same, so here is an example one:
<pre>
===========... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/5473/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/5473/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/5474 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/5474/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/5474/comments | https://api.github.com/repos/pandas-dev/pandas/issues/5474/events | https://github.com/pandas-dev/pandas/pull/5474 | 22,345,656 | MDExOlB1bGxSZXF1ZXN0OTc5OTgyNQ== | 5,474 | TST: win32 fixes | {
"avatar_url": "https://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-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... | 4 | 2013-11-08T16:04:19Z | 2014-07-16T08:39:49Z | 2013-11-08T18:18:25Z | CONTRIBUTOR | null | TST: test_indexing dtype comps, closes #5466
TST don't compare invalid indices in eval operations, closes #5467
TST: invalid assignment for np.timedelta64 closes #5465
TST: skip locale checks on windows cloes #5464
TST: dtype comp issue on windows in test_indexing (GH5466)
TST: skip test_pow on windows (GH5467)
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/5474/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/5474/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/5474.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/5474",
"merged_at": "2013-11-08T18:18:25Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/5474.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/5474"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/5475 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/5475/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/5475/comments | https://api.github.com/repos/pandas-dev/pandas/issues/5475/events | https://github.com/pandas-dev/pandas/issues/5475 | 22,365,095 | MDU6SXNzdWUyMjM2NTA5NQ== | 5,475 | missing _is_copy causes strangeness | {
"avatar_url": "https://avatars.githubusercontent.com/u/980054?v=4",
"events_url": "https://api.github.com/users/dsm054/events{/privacy}",
"followers_url": "https://api.github.com/users/dsm054/followers",
"following_url": "https://api.github.com/users/dsm054/following{/other_user}",
"gists_url": "https://api... | [
{
"color": "e10c02",
"default": false,
"description": null,
"id": 76811,
"name": "Bug",
"node_id": "MDU6TGFiZWw3NjgxMQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug"
},
{
"color": "0b02e1",
"default": false,
"description": "Related to indexing on s... | 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... | 3 | 2013-11-08T21:26:41Z | 2013-11-09T01:56:27Z | 2013-11-09T01:56:27Z | CONTRIBUTOR | null | Note the duplication of the assignment is not a copy/paste error-- the first one works, the second one fails, presumably because a different path is taken if the column already exists than if it doesn't.
```
>>> pd.__version__
'0.12.0-1081-ge684bdc'
>>> df = pd.DataFrame({"A": [1,2]})
>>> df._is_copy
False
>>> df.to_p... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/5475/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/5475/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/5476 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/5476/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/5476/comments | https://api.github.com/repos/pandas-dev/pandas/issues/5476/events | https://github.com/pandas-dev/pandas/issues/5476 | 22,368,149 | MDU6SXNzdWUyMjM2ODE0OQ== | 5,476 | BUG: NaN in DataFame column causes select with condition to always return empty | {
"avatar_url": "https://avatars.githubusercontent.com/u/664644?v=4",
"events_url": "https://api.github.com/users/kghose/events{/privacy}",
"followers_url": "https://api.github.com/users/kghose/followers",
"following_url": "https://api.github.com/users/kghose/following{/other_user}",
"gists_url": "https://api... | [
{
"color": "e10c02",
"default": false,
"description": null,
"id": 76811,
"name": "Bug",
"node_id": "MDU6TGFiZWw3NjgxMQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug"
},
{
"color": "5319e7",
"default": false,
"description": "read_hdf, HDFStore",
... | closed | false | null | [] | null | 6 | 2013-11-08T22:22:21Z | 2013-12-03T10:23:04Z | 2013-11-09T01:59:57Z | NONE | null | ```
import pandas as pd, numpy
r = numpy.array([
[1,2],
[2,1],
[1,2],
[2,1]],dtype=float)
r[0,1] = numpy.nan
df = pd.DataFrame(data=r,columns=['s1','s2'])
print 'Original:'
print df
print 'Selected:'
print df[df.s2==1]
# As expected
# s1 s2
#1 2 1
#3 2 1
df.to_hdf('float_bug.h5','data',table=True,data_co... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/5476/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/5476/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/5477 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/5477/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/5477/comments | https://api.github.com/repos/pandas-dev/pandas/issues/5477/events | https://github.com/pandas-dev/pandas/pull/5477 | 22,375,385 | MDExOlB1bGxSZXF1ZXN0OTgxNjk0Nw== | 5,477 | API: make sure _is_copy on NDFrame is always available (GH5475) | {
"avatar_url": "https://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-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-11-09T01:43:33Z | 2014-07-04T19:23:41Z | 2013-11-09T01:56:27Z | CONTRIBUTOR | null | closes #5475
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/5477/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/5477/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/5477.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/5477",
"merged_at": "2013-11-09T01:56:27Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/5477.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/5477"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/5478 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/5478/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/5478/comments | https://api.github.com/repos/pandas-dev/pandas/issues/5478/events | https://github.com/pandas-dev/pandas/pull/5478 | 22,387,961 | MDExOlB1bGxSZXF1ZXN0OTgyMTI0OQ== | 5,478 | VIS/ENH Hexbin plot | {
"avatar_url": "https://avatars.githubusercontent.com/u/1312546?v=4",
"events_url": "https://api.github.com/users/TomAugspurger/events{/privacy}",
"followers_url": "https://api.github.com/users/TomAugspurger/followers",
"following_url": "https://api.github.com/users/TomAugspurger/following{/other_user}",
"gi... | [
{
"color": "4E9A06",
"default": false,
"description": null,
"id": 76812,
"name": "Enhancement",
"node_id": "MDU6TGFiZWw3NjgxMg==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Enhancement"
},
{
"color": "8AE234",
"default": false,
"description": null,
... | closed | false | null | [] | {
"closed_at": "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... | 34 | 2013-11-09T15:31:46Z | 2014-06-13T17:02:18Z | 2014-02-14T14:46:40Z | CONTRIBUTOR | null | This is just 10 minutes of copy-paste cargo-culting to gauge interest, I haven't tested anything yet.
``` python
In [1]: df = pd.DataFrame(np.random.randn(1000, 2))
In [2]: df.plot(kind='hexbin', x=0, y=1)
Out[2]: <matplotlib.axes.AxesSubplot at 0x10eb76e10>
```
 advice but on `python make.py html` I get
```
Running Sphinx v1.2b3
Exception occurred while building, starting debugger:
Traceback (most recent call last):
File "/usr/local/lib/python3.3/site-packages/sphinx/cmdline.py", l... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/5479/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/5479/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/5480 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/5480/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/5480/comments | https://api.github.com/repos/pandas-dev/pandas/issues/5480/events | https://github.com/pandas-dev/pandas/issues/5480 | 22,399,081 | MDU6SXNzdWUyMjM5OTA4MQ== | 5,480 | BUG: value_counts / shift not in groupby dispatch whitelist (0.12-dev) | {
"avatar_url": "https://avatars.githubusercontent.com/u/746408?v=4",
"events_url": "https://api.github.com/users/gdraps/events{/privacy}",
"followers_url": "https://api.github.com/users/gdraps/followers",
"following_url": "https://api.github.com/users/gdraps/following{/other_user}",
"gists_url": "https://api... | [
{
"color": "729FCF",
"default": false,
"description": null,
"id": 233160,
"name": "Groupby",
"node_id": "MDU6TGFiZWwyMzMxNjA=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Groupby"
},
{
"color": "AD7FA8",
"default": false,
"description": null,
"id": ... | 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... | 19 | 2013-11-10T04:00:11Z | 2013-12-28T22:18:05Z | 2013-12-07T14:16:56Z | CONTRIBUTOR | null | Copying comment from #4887 to a new issue for discussion purposes:
While testing pandas-master, hit a method not in the new groupby dispatch whitelist: `value_counts` (on a `SeriesGroupBy` object). Another possible addition: `shift`, as used in this [SO answer](http://stackoverflow.com/a/17406083/243434).
Tried to g... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/5480/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/5480/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/5481 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/5481/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/5481/comments | https://api.github.com/repos/pandas-dev/pandas/issues/5481/events | https://github.com/pandas-dev/pandas/issues/5481 | 22,411,115 | MDU6SXNzdWUyMjQxMTExNQ== | 5,481 | PERF: 6x perf hit from using numexpr | {
"avatar_url": "https://avatars.githubusercontent.com/u/1598379?v=4",
"events_url": "https://api.github.com/users/jtratner/events{/privacy}",
"followers_url": "https://api.github.com/users/jtratner/followers",
"following_url": "https://api.github.com/users/jtratner/following{/other_user}",
"gists_url": "http... | [
{
"color": "a10c02",
"default": false,
"description": "Memory or execution speed performance",
"id": 8935311,
"name": "Performance",
"node_id": "MDU6TGFiZWw4OTM1MzEx",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Performance"
}
] | 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... | 7 | 2013-11-10T16:18:17Z | 2013-11-10T18:47:39Z | 2013-11-10T18:47:39Z | CONTRIBUTOR | null | 1 million x 3 dataframe, using numexpr takes 142ms to do multiplication, with numexpr disabled, takes 21.6ms. I'm going to investigate, but would be helpful to know if you can reproduce this anywhere else.
```
In [10]: df = pd.DataFrame({"A": np.arange(1000000), "B": np.arange(1000000, 0, -1), "C": np.random.randn(100... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/5481/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/5481/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/5482 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/5482/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/5482/comments | https://api.github.com/repos/pandas-dev/pandas/issues/5482/events | https://github.com/pandas-dev/pandas/pull/5482 | 22,412,515 | MDExOlB1bGxSZXF1ZXN0OTgyOTQxMA== | 5,482 | PERF: perf regression with mixed-type ops using numexpr (GH5481) | {
"avatar_url": "https://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-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... | 7 | 2013-11-10T17:44:26Z | 2014-06-18T10:04:21Z | 2013-11-10T18:47:39Z | CONTRIBUTOR | null | closes #5481
BUG: non-unique ops not aligning correctly
these are bascially a trivial op in numpy, so numexpr is slightly slower (but the
the dtype inference issue is fixed). Essentially the recreation of an int64 ndarray had to check if its a datetime-like. In this case just passing in the dtype on the reconstructed... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/5482/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/5482/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/5482.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/5482",
"merged_at": "2013-11-10T18:47:39Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/5482.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/5482"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/5483 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/5483/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/5483/comments | https://api.github.com/repos/pandas-dev/pandas/issues/5483/events | https://github.com/pandas-dev/pandas/issues/5483 | 22,412,912 | MDU6SXNzdWUyMjQxMjkxMg== | 5,483 | cut with np.inf gives TypeError | {
"avatar_url": "https://avatars.githubusercontent.com/u/834290?v=4",
"events_url": "https://api.github.com/users/DanielWeitzenfeld/events{/privacy}",
"followers_url": "https://api.github.com/users/DanielWeitzenfeld/followers",
"following_url": "https://api.github.com/users/DanielWeitzenfeld/following{/other_us... | [] | closed | false | null | [] | null | 2 | 2013-11-10T17:57:53Z | 2013-11-10T21:03:30Z | 2013-11-10T21:03:30Z | NONE | null | ``` python
import pandas as pd
import numpy as np
arr = np.random.randn(20)
factor = pd.cut(arr, [-np.inf, 0, np.inf])
```
gives this error:
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/Users/weitzenfeld/anaconda/lib/python2.7/site-packages/pandas/tools/tile.py", line 102, in cut
... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/5483/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/5483/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/5484 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/5484/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/5484/comments | https://api.github.com/repos/pandas-dev/pandas/issues/5484/events | https://github.com/pandas-dev/pandas/issues/5484 | 22,413,114 | MDU6SXNzdWUyMjQxMzExNA== | 5,484 | PERF: combine ops can be block based | {
"avatar_url": "https://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": "a10c02",
"default": false,
"description": "Memory o... | closed | false | null | [] | {
"closed_at": null,
"closed_issues": 278,
"created_at": "2013-01-06T03:02:01Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4",
"events_url": "https://api.github.com/users/wesm/events{/privacy}",
"followers_url": "https://api.github.com/users/wesm/followers",
"f... | 2 | 2013-11-10T18:07:08Z | 2018-10-25T03:22:33Z | 2018-10-25T03:22:33Z | CONTRIBUTOR | null | related #5482 / #5481
in theory an op like:
`df * df2` can be done block-based rather than column-by-column, so for large numbers of columns would see nice speedups. Though, passing to `pd.eval` is almost always faster because its passed to numexpr (at the cost of an upcasted dtype on the way back)
the 2 frames are ... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/5484/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/5484/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/5485 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/5485/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/5485/comments | https://api.github.com/repos/pandas-dev/pandas/issues/5485/events | https://github.com/pandas-dev/pandas/issues/5485 | 22,413,258 | MDU6SXNzdWUyMjQxMzI1OA== | 5,485 | PERF: pd.eval when using mixed types | {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jreback/followers",
"following_url": "https://api.github.com/users/jreback/following{/other_user}",
"gists_url": "https://... | [
{
"color": "a10c02",
"default": false,
"description": "Memory or execution speed performance",
"id": 8935311,
"name": "Performance",
"node_id": "MDU6TGFiZWw4OTM1MzEx",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Performance"
},
{
"color": "f3afff",
"default"... | 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... | 2 | 2013-11-10T18:10:28Z | 2021-04-11T03:53:33Z | null | CONTRIBUTOR | null | ```
In [11]: df = pd.DataFrame({"A": np.arange(1000000), "B": np.arange(1000000, 0, -1), "C": np.random.randn(1000000)})
In [13]: %timeit pd.eval('df*df')
1 loops, best of 3: 635 ms per loop
In [14]: df = df.astype(float)
In [15]: %timeit pd.eval('df*df')
100 loops, best of 3: 5.87 ms per loop
```
the time is all i... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/5485/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/5485/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/5486 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/5486/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/5486/comments | https://api.github.com/repos/pandas-dev/pandas/issues/5486/events | https://github.com/pandas-dev/pandas/pull/5486 | 22,417,954 | MDExOlB1bGxSZXF1ZXN0OTgzMTEwMg== | 5,486 | print_versions.py fixes | {
"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-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... | 2 | 2013-11-10T21:48:16Z | 2014-07-16T08:40:00Z | 2013-11-10T21:48:36Z | NONE | null | #4760
#4901
1. Path resolution was broken, so running the script outside the pandas root directory didn't work.
2. The use of `subprocess` to invoke the script from the source tree relied on system python,
ignoring the interpreter version actually used to invoke the scripts. Travis was unaffected since the system 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/5486/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/5486/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/5486.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/5486",
"merged_at": "2013-11-10T21:48:36Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/5486.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/5486"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/5487 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/5487/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/5487/comments | https://api.github.com/repos/pandas-dev/pandas/issues/5487/events | https://github.com/pandas-dev/pandas/issues/5487 | 22,418,736 | MDU6SXNzdWUyMjQxODczNg== | 5,487 | netCDF IO suport | {
"avatar_url": "https://avatars.githubusercontent.com/u/2443309?v=4",
"events_url": "https://api.github.com/users/jhamman/events{/privacy}",
"followers_url": "https://api.github.com/users/jhamman/followers",
"following_url": "https://api.github.com/users/jhamman/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": null,
"closed_issues": 2361,
"created_at": "2015-02-26T19:29:05Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/1020496?v=4",
"events_url": "https://api.github.com/users/jorisvandenbossche/events{/privacy}",
"followers_url": "https://api.github.com/users/jorisva... | 17 | 2013-11-10T22:20:49Z | 2015-04-30T06:40:27Z | 2015-04-29T06:05:20Z | NONE | null | I'd like to propose `read_netcdf` ([netCDF (Network Common Data Format)](http://www.unidata.ucar.edu/software/netcdf/)) a new Pandas I/O api feature with a similar top level interface as the other reader functions. This format is widely used in the scientific community. Furthermore, netCDF4 is implemented on top of ... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/5487/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/5487/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/5488 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/5488/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/5488/comments | https://api.github.com/repos/pandas-dev/pandas/issues/5488/events | https://github.com/pandas-dev/pandas/issues/5488 | 22,419,353 | MDU6SXNzdWUyMjQxOTM1Mw== | 5,488 | Code Examples in Docs are not Valid Python3 | {
"avatar_url": "https://avatars.githubusercontent.com/u/51059?v=4",
"events_url": "https://api.github.com/users/cancan101/events{/privacy}",
"followers_url": "https://api.github.com/users/cancan101/followers",
"following_url": "https://api.github.com/users/cancan101/following{/other_user}",
"gists_url": "htt... | [
{
"color": "3465A4",
"default": false,
"description": null,
"id": 134699,
"name": "Docs",
"node_id": "MDU6TGFiZWwxMzQ2OTk=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Docs"
}
] | closed | false | null | [] | {
"closed_at": "2014-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... | 4 | 2013-11-10T22:45:37Z | 2014-02-14T08:38:26Z | 2014-02-14T08:38:26Z | CONTRIBUTOR | null | For example here, http://pandas.pydata.org/pandas-docs/stable/io.html#yahoo-finance:
```
end = datetime.datetime(2013, 01, 27)
```
the `01` int literal is not valid python3.
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/5488/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/5488/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/5489 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/5489/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/5489/comments | https://api.github.com/repos/pandas-dev/pandas/issues/5489/events | https://github.com/pandas-dev/pandas/issues/5489 | 22,420,421 | MDU6SXNzdWUyMjQyMDQyMQ== | 5,489 | ENH: allow plotting libraries to easily hook into pandas | {
"avatar_url": "https://avatars.githubusercontent.com/u/1598379?v=4",
"events_url": "https://api.github.com/users/jtratner/events{/privacy}",
"followers_url": "https://api.github.com/users/jtratner/followers",
"following_url": "https://api.github.com/users/jtratner/following{/other_user}",
"gists_url": "http... | [
{
"color": "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 | {
"avatar_url": "https://avatars.githubusercontent.com/u/1598379?v=4",
"events_url": "https://api.github.com/users/jtratner/events{/privacy}",
"followers_url": "https://api.github.com/users/jtratner/followers",
"following_url": "https://api.github.com/users/jtratner/following{/other_user}",
"gists_url": "http... | [
{
"avatar_url": "https://avatars.githubusercontent.com/u/1598379?v=4",
"events_url": "https://api.github.com/users/jtratner/events{/privacy}",
"followers_url": "https://api.github.com/users/jtratner/followers",
"following_url": "https://api.github.com/users/jtratner/following{/other_user}",
"gis... | {
"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... | 19 | 2013-11-10T23:42:26Z | 2014-01-25T19:57:57Z | 2014-01-25T19:55:51Z | CONTRIBUTOR | null | At PyData I was introduced to this great library that wraps matplotlib called [prettyplotlib](https://github.com/olgabot/prettyplotlib) by @olgabot and it was used to good effect in @twiecki's presentation on PyMC3.
I want to incorporate this into pandas - it would be a great improvement and a light dep for the libra... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/5489/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/5489/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/5490 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/5490/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/5490/comments | https://api.github.com/repos/pandas-dev/pandas/issues/5490/events | https://github.com/pandas-dev/pandas/issues/5490 | 22,431,953 | MDU6SXNzdWUyMjQzMTk1Mw== | 5,490 | PERF: speed up pd.to_datetime and co. by extracting dt format from data and using strptime to parse | {
"avatar_url": "https://avatars.githubusercontent.com/u/410907?v=4",
"events_url": "https://api.github.com/users/lexual/events{/privacy}",
"followers_url": "https://api.github.com/users/lexual/followers",
"following_url": "https://api.github.com/users/lexual/following{/other_user}",
"gists_url": "https://api... | [
{
"color": "a10c02",
"default": false,
"description": "Memory or execution speed performance",
"id": 8935311,
"name": "Performance",
"node_id": "MDU6TGFiZWw4OTM1MzEx",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Performance"
},
{
"color": "AD7FA8",
"default"... | closed | false | null | [] | {
"closed_at": "2014-02-03T05:17:36Z",
"closed_issues": 314,
"created_at": "2013-08-26T22:11:58Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/1598379?v=4",
"events_url": "https://api.github.com/users/jtratner/events{/privacy}",
"followers_url": "https://api.github.com/users/... | 14 | 2013-11-11T07:46:16Z | 2014-02-14T13:11:12Z | 2014-01-24T21:49:48Z | CONTRIBUTOR | null | I had a series containing strings like these:
"November 1, 2013"
Series length was about 500,000
A)
running pd.to_datetime(s) takes just over a minute.
B)
running pd.to_datetime(s, format="%B %d, %Y") takes about 7 seconds!
My suggestion is a way to make case A (where user doesn't specify the format type) take abou... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/5490/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/5490/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/5491 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/5491/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/5491/comments | https://api.github.com/repos/pandas-dev/pandas/issues/5491/events | https://github.com/pandas-dev/pandas/issues/5491 | 22,447,122 | MDU6SXNzdWUyMjQ0NzEyMg== | 5,491 | Inconsistency between min and max in apply with multiindex | {
"avatar_url": "https://avatars.githubusercontent.com/u/368384?v=4",
"events_url": "https://api.github.com/users/markns/events{/privacy}",
"followers_url": "https://api.github.com/users/markns/followers",
"following_url": "https://api.github.com/users/markns/following{/other_user}",
"gists_url": "https://api... | [] | closed | false | null | [] | null | 5 | 2013-11-11T13:07:13Z | 2013-11-27T18:37:54Z | 2013-11-27T18:37:54Z | NONE | null | I have noticed an inconsistency between the min and max functions when using an apply between levels of a multiindex dataframe. Please see the console log below, and notice the Series return type in the case of the min function and scalar return type for the max function.
```
>>> df = pd.DataFrame({'A': [1, -1, 2, -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/5491/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/5491/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/5492 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/5492/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/5492/comments | https://api.github.com/repos/pandas-dev/pandas/issues/5492/events | https://github.com/pandas-dev/pandas/pull/5492 | 22,454,456 | MDExOlB1bGxSZXF1ZXN0OTg0NzI0MQ== | 5,492 | ENH: accept mutliple series for FRED DataReader | {
"avatar_url": "https://avatars.githubusercontent.com/u/1312546?v=4",
"events_url": "https://api.github.com/users/TomAugspurger/events{/privacy}",
"followers_url": "https://api.github.com/users/TomAugspurger/followers",
"following_url": "https://api.github.com/users/TomAugspurger/following{/other_user}",
"gi... | [] | closed | false | null | [] | {
"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... | 3 | 2013-11-11T15:22:23Z | 2014-07-16T08:40:03Z | 2013-11-27T18:31:21Z | CONTRIBUTOR | null | closes #3413
Let me know if you want this for .13 or .14 and I'll fill in the release notes appropriately.
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/5492/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/5492/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/5492.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/5492",
"merged_at": "2013-11-27T18:31:21Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/5492.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/5492"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/5493 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/5493/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/5493/comments | https://api.github.com/repos/pandas-dev/pandas/issues/5493/events | https://github.com/pandas-dev/pandas/issues/5493 | 22,466,812 | MDU6SXNzdWUyMjQ2NjgxMg== | 5,493 | groupby apply does not work if single value for groupby key | {
"avatar_url": "https://avatars.githubusercontent.com/u/3035601?v=4",
"events_url": "https://api.github.com/users/masull/events{/privacy}",
"followers_url": "https://api.github.com/users/masull/followers",
"following_url": "https://api.github.com/users/masull/following{/other_user}",
"gists_url": "https://ap... | [
{
"color": "729FCF",
"default": false,
"description": null,
"id": 233160,
"name": "Groupby",
"node_id": "MDU6TGFiZWwyMzMxNjA=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Groupby"
},
{
"color": "AD7FA8",
"default": false,
"description": null,
"id": ... | closed | false | null | [] | null | 2 | 2013-11-11T18:29:30Z | 2013-12-05T23:37:23Z | 2013-12-05T23:37:15Z | NONE | null | The following groupby fails if key1 contains only a single value. I am using pandas 12 and python 3.x
This works:
import pandas as pd
import numpy as np
df = pd.DataFrame({'key1': ['a','a','n','a', 'a'],
'data1': np.random.randn(5),
'data2': np.random.randn(5)})
def x(df):
... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/5493/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/5493/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/5494 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/5494/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/5494/comments | https://api.github.com/repos/pandas-dev/pandas/issues/5494/events | https://github.com/pandas-dev/pandas/issues/5494 | 22,468,657 | MDU6SXNzdWUyMjQ2ODY1Nw== | 5,494 | ENH: make contiguous groupby easier | {
"avatar_url": "https://avatars.githubusercontent.com/u/980054?v=4",
"events_url": "https://api.github.com/users/dsm054/events{/privacy}",
"followers_url": "https://api.github.com/users/dsm054/followers",
"following_url": "https://api.github.com/users/dsm054/following{/other_user}",
"gists_url": "https://api... | [
{
"color": "4E9A06",
"default": false,
"description": null,
"id": 76812,
"name": "Enhancement",
"node_id": "MDU6TGFiZWw3NjgxMg==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Enhancement"
},
{
"color": "3465A4",
"default": false,
"description": null,
... | closed | false | null | [] | {
"closed_at": null,
"closed_issues": 2361,
"created_at": "2015-02-26T19:29:05Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/1020496?v=4",
"events_url": "https://api.github.com/users/jorisvandenbossche/events{/privacy}",
"followers_url": "https://api.github.com/users/jorisva... | 5 | 2013-11-11T19:00:23Z | 2018-07-06T22:34:47Z | 2018-07-06T22:34:37Z | CONTRIBUTOR | null | `itertools.groupby` groups things contiguously-- great for run length encoding, not so great for partitioning. This necessitates the `groupby(sorted(items,key=keyfn), keyfn)` dance if you want to separate it. That's not always what you want either, so you wind up writing
```
def partition(seq, keyfn):
d = {}
... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/5494/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/5494/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/5495 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/5495/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/5495/comments | https://api.github.com/repos/pandas-dev/pandas/issues/5495/events | https://github.com/pandas-dev/pandas/issues/5495 | 22,504,009 | MDU6SXNzdWUyMjUwNDAwOQ== | 5,495 | Empty version number, when downloading pandas as zip archive | {
"avatar_url": "https://avatars.githubusercontent.com/u/1991007?v=4",
"events_url": "https://api.github.com/users/sfinkens/events{/privacy}",
"followers_url": "https://api.github.com/users/sfinkens/followers",
"following_url": "https://api.github.com/users/sfinkens/following{/other_user}",
"gists_url": "http... | [] | closed | false | null | [] | {
"closed_at": "2014-02-03T05:17:36Z",
"closed_issues": 314,
"created_at": "2013-08-26T22:11:58Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/1598379?v=4",
"events_url": "https://api.github.com/users/jtratner/events{/privacy}",
"followers_url": "https://api.github.com/users/... | 1 | 2013-11-12T08:25:07Z | 2014-01-07T18:59:02Z | 2013-12-30T20:55:38Z | NONE | null | When you download the current master as zip archive from github.com, assigning a version number fails (empty string). As a consequence, packages depending on pandas (e.g. statsmodels) will fail to build as well.
I assume, the reason is the following: The version number is determined using git, but since the downloaded ... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/5495/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/5495/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/5496 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/5496/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/5496/comments | https://api.github.com/repos/pandas-dev/pandas/issues/5496/events | https://github.com/pandas-dev/pandas/issues/5496 | 22,512,555 | MDU6SXNzdWUyMjUxMjU1NQ== | 5,496 | DateParseError after upgrading matplotlib and others dependancies | {
"avatar_url": "https://avatars.githubusercontent.com/u/490118?v=4",
"events_url": "https://api.github.com/users/LionelR/events{/privacy}",
"followers_url": "https://api.github.com/users/LionelR/followers",
"following_url": "https://api.github.com/users/LionelR/following{/other_user}",
"gists_url": "https://... | [] | closed | false | null | [] | null | 4 | 2013-11-12T11:36:38Z | 2013-11-27T18:36:43Z | 2013-11-27T18:36:43Z | NONE | null | Hi all,
using pandas 0.12, after upgrading matplotlib from 1.2.0 to 1.3.1, which in turn have upgraded numpy python-dateutil tornado pyparsing nose six, I can't now slice a datetime based dataframe:
In [16]: pm
Out[16]:
<class 'pandas.core.frame.DataFrame'>
DatetimeIndex: 1584 entries, 2013-09-01 00:00:00 to 2013-11-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/5496/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/5496/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/5497 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/5497/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/5497/comments | https://api.github.com/repos/pandas-dev/pandas/issues/5497/events | https://github.com/pandas-dev/pandas/issues/5497 | 22,519,675 | MDU6SXNzdWUyMjUxOTY3NQ== | 5,497 | scatter_matrix: coordinate misalignment among diagonal and off-diagonal plots | {
"avatar_url": "https://avatars.githubusercontent.com/u/2300692?v=4",
"events_url": "https://api.github.com/users/acorbe/events{/privacy}",
"followers_url": "https://api.github.com/users/acorbe/followers",
"following_url": "https://api.github.com/users/acorbe/following{/other_user}",
"gists_url": "https://ap... | [
{
"color": "8AE234",
"default": false,
"description": null,
"id": 2413328,
"name": "Visualization",
"node_id": "MDU6TGFiZWwyNDEzMzI4",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Visualization"
}
] | closed | false | null | [] | {
"closed_at": "2014-02-03T05:17:36Z",
"closed_issues": 314,
"created_at": "2013-08-26T22:11:58Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/1598379?v=4",
"events_url": "https://api.github.com/users/jtratner/events{/privacy}",
"followers_url": "https://api.github.com/users/... | 3 | 2013-11-12T13:56:37Z | 2014-01-21T13:30:59Z | 2014-01-21T13:30:59Z | CONTRIBUTOR | null | I make extensive use of `scatter_matrix` and I find misalignments in the coordinates of the scatter plots (off-diagonal) and the histograms (on-diagonal) which seem undesirable to me.
Consider the picture 
).
In thi... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/5497/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/5497/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/5498 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/5498/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/5498/comments | https://api.github.com/repos/pandas-dev/pandas/issues/5498/events | https://github.com/pandas-dev/pandas/pull/5498 | 22,527,334 | MDExOlB1bGxSZXF1ZXN0OTg4NTQ1OQ== | 5,498 | PERF: msgpack encoding changes to use to/from string for speed boosts | {
"avatar_url": "https://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-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... | 7 | 2013-11-12T15:39:50Z | 2021-10-26T16:20:50Z | 2013-11-13T14:13:45Z | CONTRIBUTOR | null | API: disable sparse structure encodings and unicode indexes
```
-------------------------------------------------------------------------------
Test name | head[ms] | base[ms] | ratio |
-------------------------------------------------------------------------------
packers_read_pa... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/5498/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/5498/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/5498.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/5498",
"merged_at": "2013-11-13T14:13:45Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/5498.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/5498"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/5499 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/5499/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/5499/comments | https://api.github.com/repos/pandas-dev/pandas/issues/5499/events | https://github.com/pandas-dev/pandas/pull/5499 | 22,535,750 | MDExOlB1bGxSZXF1ZXN0OTg4OTk0Nw== | 5,499 | API/ENH: pass thru store creation arguments for HDFStore; can be used to support in-memory stores | {
"avatar_url": "https://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-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-11-12T17:25:52Z | 2014-07-16T08:40:12Z | 2013-11-12T18:09:27Z | 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/5499/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/5499/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/5499.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/5499",
"merged_at": "2013-11-12T18:09:27Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/5499.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/5499"
} | |
https://api.github.com/repos/pandas-dev/pandas/issues/5500 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/5500/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/5500/comments | https://api.github.com/repos/pandas-dev/pandas/issues/5500/events | https://github.com/pandas-dev/pandas/issues/5500 | 22,537,505 | MDU6SXNzdWUyMjUzNzUwNQ== | 5,500 | read_csv() & EOF character in string cause parsing issue | {
"avatar_url": "https://avatars.githubusercontent.com/u/5921713?v=4",
"events_url": "https://api.github.com/users/stephenjshaw/events{/privacy}",
"followers_url": "https://api.github.com/users/stephenjshaw/followers",
"following_url": "https://api.github.com/users/stephenjshaw/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": "5319e7",
"default": false,
"description": "read_csv, to_csv",
"... | closed | false | null | [] | {
"closed_at": "2016-10-03T08:52:13Z",
"closed_issues": 733,
"created_at": "2016-03-11T21:24:45Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jr... | 20 | 2013-11-12T17:51:22Z | 2018-11-06T14:17:52Z | 2016-08-22T13:11:30Z | NONE | null | While importing large text files using read_csv we occasionally get an EOF (End of File ) character within a string, which causes an exception: "Error tokenizing data. C error: EOF inside string starting at line. 844863" . This occurs even with "error_bad_lines = False"..
Further, the line stated in the error messag... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/5500/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/5500/timeline | null | null | null |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.