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/10603 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/10603/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/10603/comments | https://api.github.com/repos/pandas-dev/pandas/issues/10603/events | https://github.com/pandas-dev/pandas/issues/10603 | 95,477,094 | MDU6SXNzdWU5NTQ3NzA5NA== | 10,603 | Resample yields empty groups | {
"avatar_url": "https://avatars.githubusercontent.com/u/5037636?v=4",
"events_url": "https://api.github.com/users/JonasAbernot/events{/privacy}",
"followers_url": "https://api.github.com/users/JonasAbernot/followers",
"following_url": "https://api.github.com/users/JonasAbernot/following{/other_user}",
"gists... | [
{
"color": "0e8a16",
"default": true,
"description": null,
"id": 717120670,
"name": "good first issue",
"node_id": "MDU6TGFiZWw3MTcxMjA2NzA=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/good%20first%20issue"
},
{
"color": "cdea3c",
"default": false,
"de... | closed | false | {
"avatar_url": "https://avatars.githubusercontent.com/u/60312218?v=4",
"events_url": "https://api.github.com/users/tkmz-n/events{/privacy}",
"followers_url": "https://api.github.com/users/tkmz-n/followers",
"following_url": "https://api.github.com/users/tkmz-n/following{/other_user}",
"gists_url": "https://a... | [
{
"avatar_url": "https://avatars.githubusercontent.com/u/60312218?v=4",
"events_url": "https://api.github.com/users/tkmz-n/events{/privacy}",
"followers_url": "https://api.github.com/users/tkmz-n/followers",
"following_url": "https://api.github.com/users/tkmz-n/following{/other_user}",
"gists_ur... | {
"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... | 9 | 2015-07-16T16:48:05Z | 2020-08-21T22:42:51Z | 2020-08-21T22:42:51Z | CONTRIBUTOR | null | With some parameters, the last group yield by resample is empty. Example :
``` python
import pandas as pd
import numpy as np
df = pd.DataFrame(np.random.normal(size=(10000,4)))
df.index = pd.timedelta_range(start='0s', periods=10000, freq='3906250n')
df.loc['1s':,:].resample('3s',how=lambda x : len(x))
```
Dependi... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/10603/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/10603/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/10604 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/10604/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/10604/comments | https://api.github.com/repos/pandas-dev/pandas/issues/10604/events | https://github.com/pandas-dev/pandas/pull/10604 | 95,508,996 | MDExOlB1bGxSZXF1ZXN0NDAxNjY3MDg= | 10,604 | ENH: More permissive S3 reading | {
"avatar_url": "https://avatars.githubusercontent.com/u/8355977?v=4",
"events_url": "https://api.github.com/users/stephen-hoover/events{/privacy}",
"followers_url": "https://api.github.com/users/stephen-hoover/followers",
"following_url": "https://api.github.com/users/stephen-hoover/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"
}
] | closed | false | null | [] | {
"closed_at": "2015-10-09T18:34:35Z",
"closed_issues": 593,
"created_at": "2015-03-23T10:47:38Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jr... | 14 | 2015-07-16T19:33:45Z | 2015-07-21T12:59:42Z | 2015-07-21T12:59:38Z | CONTRIBUTOR | null | When calling `get_bucket`, boto will by default try to establish that the S3 bucket exists by listing all of the keys that exist in it. This behavior is controlled by the "validate" keyword, which defaults to True. If your access key doesn't have permission to read everything in a bucket (even if you do have permission... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/10604/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/10604/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/10604.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/10604",
"merged_at": "2015-07-21T12:59:38Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/10604.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/10604"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/10605 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/10605/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/10605/comments | https://api.github.com/repos/pandas-dev/pandas/issues/10605/events | https://github.com/pandas-dev/pandas/pull/10605 | 95,522,413 | MDExOlB1bGxSZXF1ZXN0NDAxNzMwNzU= | 10,605 | DOC: 9789 Added missing letter, fixed link and Examples formatting. | {
"avatar_url": "https://avatars.githubusercontent.com/u/4982858?v=4",
"events_url": "https://api.github.com/users/Winterflower/events{/privacy}",
"followers_url": "https://api.github.com/users/Winterflower/followers",
"following_url": "https://api.github.com/users/Winterflower/following{/other_user}",
"gists... | [
{
"color": "3465A4",
"default": false,
"description": null,
"id": 134699,
"name": "Docs",
"node_id": "MDU6TGFiZWwxMzQ2OTk=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Docs"
}
] | closed | false | null | [] | {
"closed_at": "2015-10-09T18:34:35Z",
"closed_issues": 593,
"created_at": "2015-03-23T10:47:38Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jr... | 5 | 2015-07-16T20:38:02Z | 2015-07-21T11:40:06Z | 2015-07-21T11:40:02Z | CONTRIBUTOR | null | Fix for https://github.com/pydata/pandas/issues/9789.
How do you feel about direct URLs in the doctrings?
I saw them in a few other docstrings. Pandas maintainers, any preferences?
Still need to fix the Examples at the bottom of the page.
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/10605/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/10605/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/10605.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/10605",
"merged_at": "2015-07-21T11:40:02Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/10605.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/10605"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/10606 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/10606/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/10606/comments | https://api.github.com/repos/pandas-dev/pandas/issues/10606/events | https://github.com/pandas-dev/pandas/issues/10606 | 95,559,231 | MDU6SXNzdWU5NTU1OTIzMQ== | 10,606 | TST: buggy read_stata 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://... | [
{
"color": "C4A000",
"default": false,
"description": "pandas testing functions or related to the test suite",
"id": 127685,
"name": "Testing",
"node_id": "MDU6TGFiZWwxMjc2ODU=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Testing"
},
{
"color": "5319e7",
"d... | closed | false | null | [] | {
"closed_at": "2015-10-09T18:34:35Z",
"closed_issues": 593,
"created_at": "2015-03-23T10:47:38Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jr... | 2 | 2015-07-17T00:34:40Z | 2015-07-17T17:05:12Z | 2015-07-17T17:05:12Z | CONTRIBUTOR | null | xref #10569
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/10606/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/10606/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/10607 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/10607/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/10607/comments | https://api.github.com/repos/pandas-dev/pandas/issues/10607/events | https://github.com/pandas-dev/pandas/issues/10607 | 95,570,133 | MDU6SXNzdWU5NTU3MDEzMw== | 10,607 | BUG: __getitem__ with boolean type | {
"avatar_url": "https://avatars.githubusercontent.com/u/446314?v=4",
"events_url": "https://api.github.com/users/felixlaumon/events{/privacy}",
"followers_url": "https://api.github.com/users/felixlaumon/followers",
"following_url": "https://api.github.com/users/felixlaumon/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": "0b02e1",
"default": false,
"description": "Related to indexing on s... | open | false | null | [] | {
"closed_at": null,
"closed_issues": 278,
"created_at": "2013-01-06T03:02:01Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4",
"events_url": "https://api.github.com/users/wesm/events{/privacy}",
"followers_url": "https://api.github.com/users/wesm/followers",
"f... | 4 | 2015-07-17T02:21:58Z | 2021-04-18T07:23:45Z | null | NONE | null | If a series contains boolean data, `value_counts()` do not return the count in the descending order. However the counts are correct if accessing through `iloc`. I supposed that is because 0 is cast into False and 1 is cast into True?
``` py
import pandas as pd
str_series = pd.Series(['f', 'f', 't', 't', 't'])
bool_se... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/10607/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/10607/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/10608 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/10608/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/10608/comments | https://api.github.com/repos/pandas-dev/pandas/issues/10608/events | https://github.com/pandas-dev/pandas/issues/10608 | 95,676,532 | MDU6SXNzdWU5NTY3NjUzMg== | 10,608 | error importing Pandas in python-3.4 unix environment - undefined symbol: pyobject_cmp | {
"avatar_url": "https://avatars.githubusercontent.com/u/3519178?v=4",
"events_url": "https://api.github.com/users/dylkot/events{/privacy}",
"followers_url": "https://api.github.com/users/dylkot/followers",
"following_url": "https://api.github.com/users/dylkot/following{/other_user}",
"gists_url": "https://ap... | [
{
"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 | [] | null | 15 | 2015-07-17T15:12:53Z | 2017-11-13T14:16:36Z | 2017-11-12T11:59:45Z | NONE | null | I was using Pandas version 0.16.1 on a Red Hat Enterprise Linux Server release 6.6 system and it was working fine but I wanted to update Pandas to version 0.16.2 so I uninstalled it and reinstalled it using
```
pip uninstall pandas
pip install pandas
```
The installation seemed to work fine. However, when I attempt 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/10608/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/10608/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/10609 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/10609/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/10609/comments | https://api.github.com/repos/pandas-dev/pandas/issues/10609/events | https://github.com/pandas-dev/pandas/pull/10609 | 95,694,936 | MDExOlB1bGxSZXF1ZXN0NDAyNDkxODY= | 10,609 | TST: test_read_famafrench fails with HTTP 404 | {
"avatar_url": "https://avatars.githubusercontent.com/u/1696302?v=4",
"events_url": "https://api.github.com/users/sinhrks/events{/privacy}",
"followers_url": "https://api.github.com/users/sinhrks/followers",
"following_url": "https://api.github.com/users/sinhrks/following{/other_user}",
"gists_url": "https:/... | [
{
"color": "C4A000",
"default": false,
"description": "pandas testing functions or related to the test suite",
"id": 127685,
"name": "Testing",
"node_id": "MDU6TGFiZWwxMjc2ODU=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Testing"
},
{
"color": "06909A",
"d... | closed | false | null | [] | {
"closed_at": "2015-10-09T18:34:35Z",
"closed_issues": 593,
"created_at": "2015-03-23T10:47:38Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jr... | 1 | 2015-07-17T16:40:37Z | 2015-07-17T21:03:53Z | 2015-07-17T21:03:49Z | MEMBER | null | Closes #10591. The same fix as pydata/pandas-datareader#53.
Though it is not a bug, added it to the bug section because users likely to check it when they meet 404.
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/10609/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/10609/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/10609.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/10609",
"merged_at": "2015-07-17T21:03:49Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/10609.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/10609"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/10610 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/10610/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/10610/comments | https://api.github.com/repos/pandas-dev/pandas/issues/10610/events | https://github.com/pandas-dev/pandas/issues/10610 | 95,710,731 | MDU6SXNzdWU5NTcxMDczMQ== | 10,610 | Naming inconsistency in import of maybe_convert_indices in pandas.core.index.py | {
"avatar_url": "https://avatars.githubusercontent.com/u/874553?v=4",
"events_url": "https://api.github.com/users/djgagne/events{/privacy}",
"followers_url": "https://api.github.com/users/djgagne/followers",
"following_url": "https://api.github.com/users/djgagne/following{/other_user}",
"gists_url": "https://... | [
{
"color": "e10c02",
"default": false,
"description": null,
"id": 76811,
"name": "Bug",
"node_id": "MDU6TGFiZWw3NjgxMQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug"
},
{
"color": "0b02e1",
"default": false,
"description": "Related to indexing on s... | closed | false | null | [] | {
"closed_at": "2015-10-09T18:34:35Z",
"closed_issues": 593,
"created_at": "2015-03-23T10:47:38Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jr... | 13 | 2015-07-17T18:03:18Z | 2015-09-01T11:49:40Z | 2015-09-01T11:49:40Z | CONTRIBUTOR | null | In lines 930-931 of pandas.core.index.py, the following code states
``` python
from pandas.core.indexing import _maybe_convert_indices
return _maybe_convert_indices(indexer, len(self))
```
In pandas.core.indexing.py, the function is called `maybe_convert_indices`. In the 3 other places where the function is called, 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/10610/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/10610/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/10611 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/10611/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/10611/comments | https://api.github.com/repos/pandas-dev/pandas/issues/10611/events | https://github.com/pandas-dev/pandas/issues/10611 | 95,731,475 | MDU6SXNzdWU5NTczMTQ3NQ== | 10,611 | xticks missing for scatter plots with colors | {
"avatar_url": "https://avatars.githubusercontent.com/u/704919?v=4",
"events_url": "https://api.github.com/users/adamgreenhall/events{/privacy}",
"followers_url": "https://api.github.com/users/adamgreenhall/followers",
"following_url": "https://api.github.com/users/adamgreenhall/following{/other_user}",
"gis... | [
{
"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": "2019-01-26T00:51:26Z",
"closed_issues": 2048,
"created_at": "2018-03-29T12:00:12Z",
"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... | 35 | 2015-07-17T19:52:51Z | 2019-08-18T14:39:19Z | 2018-07-04T12:59:41Z | CONTRIBUTOR | null | example: https://www.wakari.io/sharing/bundle/adamgreenhall/test-scatter
I think this happens specifically for pandas scatter plots with colorbars in ipython. The xticks are still working for:
- non-colorbar pandas scatter plots
- the same scatter plot using matplotlib
- standard python scripts using `plt.savefig`
re... | {
"+1": 12,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 12,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/10611/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/10611/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/10612 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/10612/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/10612/comments | https://api.github.com/repos/pandas-dev/pandas/issues/10612/events | https://github.com/pandas-dev/pandas/issues/10612 | 95,732,225 | MDU6SXNzdWU5NTczMjIyNQ== | 10,612 | object of type 'bool' has no len() on read_table() with index_col=False | {
"avatar_url": "https://avatars.githubusercontent.com/u/529697?v=4",
"events_url": "https://api.github.com/users/rubyfin/events{/privacy}",
"followers_url": "https://api.github.com/users/rubyfin/followers",
"following_url": "https://api.github.com/users/rubyfin/following{/other_user}",
"gists_url": "https://... | [
{
"color": "e10c02",
"default": false,
"description": null,
"id": 76811,
"name": "Bug",
"node_id": "MDU6TGFiZWw3NjgxMQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug"
},
{
"color": "5319e7",
"default": false,
"description": "read_csv, to_csv",
"... | closed | false | null | [] | null | 1 | 2015-07-17T19:57:13Z | 2015-07-17T19:59:11Z | 2015-07-17T19:59:02Z | NONE | null | If you try to read a csv file into a dataframe, and the csv file has just the header and no rows, it throws 'object of type 'bool' has no len()'. This issue does not seem to exist in 0.16.1.
The sample csv file is blank:
id,strategyId,symbol,side,target,time,reason,epochTime
Code that causes the issue:
```
import 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/10612/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/10612/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/10613 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/10613/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/10613/comments | https://api.github.com/repos/pandas-dev/pandas/issues/10613/events | https://github.com/pandas-dev/pandas/pull/10613 | 95,766,909 | MDExOlB1bGxSZXF1ZXN0NDAyODE0NjU= | 10,613 | ENH: add StataReader context manager to ensure closing of the path | {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jreback/followers",
"following_url": "https://api.github.com/users/jreback/following{/other_user}",
"gists_url": "https://... | [
{
"color": "5319e7",
"default": false,
"description": "read_stata, to_stata",
"id": 104865385,
"name": "IO Stata",
"node_id": "MDU6TGFiZWwxMDQ4NjUzODU=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/IO%20Stata"
}
] | closed | false | null | [] | {
"closed_at": "2015-10-09T18:34:35Z",
"closed_issues": 593,
"created_at": "2015-03-23T10:47:38Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jr... | 0 | 2015-07-17T23:51:25Z | 2015-07-18T15:00:58Z | 2015-07-18T15:00:58Z | CONTRIBUTOR | null | tests were not closing on windows properly
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/10613/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/10613/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/10613.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/10613",
"merged_at": "2015-07-18T15:00:58Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/10613.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/10613"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/10614 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/10614/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/10614/comments | https://api.github.com/repos/pandas-dev/pandas/issues/10614/events | https://github.com/pandas-dev/pandas/pull/10614 | 95,788,044 | MDExOlB1bGxSZXF1ZXN0NDAyODY2MzI= | 10,614 | Extended docs on numba | {
"avatar_url": "https://avatars.githubusercontent.com/u/9683693?v=4",
"events_url": "https://api.github.com/users/nickeubank/events{/privacy}",
"followers_url": "https://api.github.com/users/nickeubank/followers",
"following_url": "https://api.github.com/users/nickeubank/following{/other_user}",
"gists_url":... | [
{
"color": "3465A4",
"default": false,
"description": null,
"id": 134699,
"name": "Docs",
"node_id": "MDU6TGFiZWwxMzQ2OTk=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Docs"
}
] | closed | false | null | [] | {
"closed_at": "2015-10-09T18:34:35Z",
"closed_issues": 593,
"created_at": "2015-03-23T10:47:38Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jr... | 19 | 2015-07-18T04:40:51Z | 2015-07-22T10:52:57Z | 2015-07-22T10:52:51Z | CONTRIBUTOR | null | Added more explicit note about the fact numba does not yet recognize pandas objects so one must always use `.values`, and added example of `numba.vectorize`.
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/10614/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/10614/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/10614.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/10614",
"merged_at": "2015-07-22T10:52:51Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/10614.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/10614"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/10615 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/10615/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/10615/comments | https://api.github.com/repos/pandas-dev/pandas/issues/10615/events | https://github.com/pandas-dev/pandas/pull/10615 | 95,844,311 | MDExOlB1bGxSZXF1ZXN0NDAyOTU1OTA= | 10,615 | PERF: Improve perf of to_datetime with ISO format | {
"avatar_url": "https://avatars.githubusercontent.com/u/1924092?v=4",
"events_url": "https://api.github.com/users/chris-b1/events{/privacy}",
"followers_url": "https://api.github.com/users/chris-b1/followers",
"following_url": "https://api.github.com/users/chris-b1/following{/other_user}",
"gists_url": "http... | [
{
"color": "AFEEEE",
"default": false,
"description": null,
"id": 211840,
"name": "Timeseries",
"node_id": "MDU6TGFiZWwyMTE4NDA=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Timeseries"
},
{
"color": "a10c02",
"default": false,
"description": "Memory or... | closed | false | null | [] | {
"closed_at": "2015-10-09T18:34:35Z",
"closed_issues": 593,
"created_at": "2015-03-23T10:47:38Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jr... | 14 | 2015-07-18T17:34:33Z | 2015-10-06T03:19:45Z | 2015-07-20T23:24:49Z | CONTRIBUTOR | null | Closes #10178
Closes #8154
Using the example data from the issue:
```
In [2]: df = DataFrame({'date_text':["2015-05-18" for i in range(10**6)]})
```
Before:
```
In [3]: %timeit pd.to_datetime(df['date_text'],format="%Y-%m-%d", box=False).values.view('i8')/10**9
1 loops, best of 3: 3.14 s per loop
In [4]: %timeit 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/10615/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/10615/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/10615.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/10615",
"merged_at": "2015-07-20T23:24:49Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/10615.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/10615"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/10616 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/10616/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/10616/comments | https://api.github.com/repos/pandas-dev/pandas/issues/10616/events | https://github.com/pandas-dev/pandas/issues/10616 | 95,845,375 | MDU6SXNzdWU5NTg0NTM3NQ== | 10,616 | read_fwf will not convert columns to specified data type when initial row instances are blank | {
"avatar_url": "https://avatars.githubusercontent.com/u/6465075?v=4",
"events_url": "https://api.github.com/users/LoneStar134/events{/privacy}",
"followers_url": "https://api.github.com/users/LoneStar134/followers",
"following_url": "https://api.github.com/users/LoneStar134/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": "e99695",
"default": false,
"description": "read_fwf",
"id": 172... | open | false | null | [] | null | 23 | 2015-07-18T17:59:46Z | 2020-04-05T01:24:42Z | null | NONE | null | I am trying to read a fixed width file using read_fwf function and coerce the column data types by using the 'converters' parameter. I created a dictionary that specifies a function that converts to the type that I desire for each of the columns in the data file.
The problem is that not all columns are getting set ... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/10616/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/10616/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/10617 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/10617/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/10617/comments | https://api.github.com/repos/pandas-dev/pandas/issues/10617/events | https://github.com/pandas-dev/pandas/pull/10617 | 95,859,428 | MDExOlB1bGxSZXF1ZXN0NDAyOTg0Mzk= | 10,617 | support sql transactions | {
"avatar_url": "https://avatars.githubusercontent.com/u/704919?v=4",
"events_url": "https://api.github.com/users/adamgreenhall/events{/privacy}",
"followers_url": "https://api.github.com/users/adamgreenhall/followers",
"following_url": "https://api.github.com/users/adamgreenhall/following{/other_user}",
"gis... | [
{
"color": "5319e7",
"default": false,
"description": "to_sql, read_sql, read_sql_query",
"id": 47232590,
"name": "IO SQL",
"node_id": "MDU6TGFiZWw0NzIzMjU5MA==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/IO%20SQL"
}
] | closed | false | null | [] | {
"closed_at": "2015-10-09T18:34:35Z",
"closed_issues": 593,
"created_at": "2015-03-23T10:47:38Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jr... | 3 | 2015-07-18T20:59:43Z | 2015-07-20T05:37:35Z | 2015-07-20T03:21:57Z | CONTRIBUTOR | null | this allows the `con` argument of `pd.read_sql`/`pd.read_sql_query` to be a sqlalchemy [`Session`](http://docs.sqlalchemy.org/en/rel_1_0/orm/session.html) object.
this allows for the use of temporary tables.
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/10617/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/10617/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/10617.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/10617",
"merged_at": null,
"patch_url": "https://github.com/pandas-dev/pandas/pull/10617.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/10617"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/10618 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/10618/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/10618/comments | https://api.github.com/repos/pandas-dev/pandas/issues/10618/events | https://github.com/pandas-dev/pandas/issues/10618 | 95,865,650 | MDU6SXNzdWU5NTg2NTY1MA== | 10,618 | BUG: incorrect empty list handling in Cython outer_join_indexer | {
"avatar_url": "https://avatars.githubusercontent.com/u/1579083?v=4",
"events_url": "https://api.github.com/users/agijsberts/events{/privacy}",
"followers_url": "https://api.github.com/users/agijsberts/followers",
"following_url": "https://api.github.com/users/agijsberts/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": "0b02e1",
"default": false,
"description": "Related to indexing on s... | closed | false | null | [] | {
"closed_at": "2015-10-09T18:34:35Z",
"closed_issues": 593,
"created_at": "2015-03-23T10:47:38Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jr... | 2 | 2015-07-18T22:45:29Z | 2015-08-26T01:30:47Z | 2015-08-26T01:30:47Z | CONTRIBUTOR | null | The low level Cython routine for outer_join_indexer uses the wrong size to handle the special case that the right array is empty (see: https://github.com/pydata/pandas/blob/master/pandas/src/generate_code.py#L2134). The fix is simple: if the right array is empty (`nright == 0`), it should of course loop and copy the le... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/10618/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/10618/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/10619 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/10619/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/10619/comments | https://api.github.com/repos/pandas-dev/pandas/issues/10619/events | https://github.com/pandas-dev/pandas/pull/10619 | 95,870,435 | MDExOlB1bGxSZXF1ZXN0NDAzMDA3NzM= | 10,619 | Fix bug in outer_indexer where the special case of an empty right array resulted in bogus return data. | {
"avatar_url": "https://avatars.githubusercontent.com/u/1579083?v=4",
"events_url": "https://api.github.com/users/agijsberts/events{/privacy}",
"followers_url": "https://api.github.com/users/agijsberts/followers",
"following_url": "https://api.github.com/users/agijsberts/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": "0b02e1",
"default": false,
"description": "Related to indexing on s... | closed | false | null | [] | {
"closed_at": "2015-10-09T18:34:35Z",
"closed_issues": 593,
"created_at": "2015-03-23T10:47:38Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jr... | 6 | 2015-07-19T00:11:26Z | 2015-07-31T06:42:06Z | 2015-07-30T15:49:15Z | CONTRIBUTOR | null | Fixes bug described in issue #10618.
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/10619/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/10619/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/10619.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/10619",
"merged_at": "2015-07-30T15:49:15Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/10619.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/10619"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/10620 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/10620/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/10620/comments | https://api.github.com/repos/pandas-dev/pandas/issues/10620/events | https://github.com/pandas-dev/pandas/pull/10620 | 95,874,916 | MDExOlB1bGxSZXF1ZXN0NDAzMDE2MzQ= | 10,620 | Drop & insert on subtypes of index return their subtypes | {
"avatar_url": "https://avatars.githubusercontent.com/u/5635139?v=4",
"events_url": "https://api.github.com/users/max-sixty/events{/privacy}",
"followers_url": "https://api.github.com/users/max-sixty/followers",
"following_url": "https://api.github.com/users/max-sixty/following{/other_user}",
"gists_url": "h... | [
{
"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": "eb... | closed | false | null | [] | {
"closed_at": "2015-10-09T18:34:35Z",
"closed_issues": 593,
"created_at": "2015-03-23T10:47:38Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jr... | 21 | 2015-07-19T01:46:06Z | 2015-07-28T14:47:17Z | 2015-07-28T10:05:34Z | CONTRIBUTOR | null | Current behavior:
``` python
In [32]:
period_index=pd.PeriodIndex(start='2015-01-01',end='2015-01-07',freq='B')
period_index
Out[32]:
PeriodIndex(['2015-01-01', '2015-01-02', '2015-01-05', '2015-01-06',
'2015-01-07'],
dtype='int64', freq='B')
In [33]:
period_index.drop(period_index[:2])
Out[3... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/10620/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/10620/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/10620.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/10620",
"merged_at": null,
"patch_url": "https://github.com/pandas-dev/pandas/pull/10620.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/10620"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/10621 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/10621/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/10621/comments | https://api.github.com/repos/pandas-dev/pandas/issues/10621/events | https://github.com/pandas-dev/pandas/issues/10621 | 95,879,391 | MDU6SXNzdWU5NTg3OTM5MQ== | 10,621 | Very unintuitive to `join` two dataframes with indexes that overlap partially | {
"avatar_url": "https://avatars.githubusercontent.com/u/128716?v=4",
"events_url": "https://api.github.com/users/dlenski/events{/privacy}",
"followers_url": "https://api.github.com/users/dlenski/followers",
"following_url": "https://api.github.com/users/dlenski/following{/other_user}",
"gists_url": "https://... | [
{
"color": "0052cc",
"default": false,
"description": null,
"id": 34444536,
"name": "Usage Question",
"node_id": "MDU6TGFiZWwzNDQ0NDUzNg==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Usage%20Question"
}
] | closed | false | null | [] | {
"closed_at": null,
"closed_issues": 2361,
"created_at": "2015-02-26T19:29:05Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/1020496?v=4",
"events_url": "https://api.github.com/users/jorisvandenbossche/events{/privacy}",
"followers_url": "https://api.github.com/users/jorisva... | 4 | 2015-07-19T02:52:02Z | 2015-07-19T14:31:02Z | 2015-07-19T05:32:18Z | NONE | null | I posted a slightly-ranting [question about this on StackOverflow](//stackoverflow.com/questions/31497504/join-dataframes-on-a-partially-matching-index).
Basically, I want to use pandas to join two dataframes wherein the index levels of one are a subset of the index levels of the other. For example, the two DFs below ... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/10621/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/10621/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/10622 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/10622/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/10622/comments | https://api.github.com/repos/pandas-dev/pandas/issues/10622/events | https://github.com/pandas-dev/pandas/pull/10622 | 95,880,111 | MDExOlB1bGxSZXF1ZXN0NDAzMDIzNzM= | 10,622 | Very minor refactoring and edits to code comments | {
"avatar_url": "https://avatars.githubusercontent.com/u/6614695?v=4",
"events_url": "https://api.github.com/users/Garrett-R/events{/privacy}",
"followers_url": "https://api.github.com/users/Garrett-R/followers",
"following_url": "https://api.github.com/users/Garrett-R/following{/other_user}",
"gists_url": "h... | [
{
"color": "3465A4",
"default": false,
"description": null,
"id": 134699,
"name": "Docs",
"node_id": "MDU6TGFiZWwxMzQ2OTk=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Docs"
},
{
"color": "207de5",
"default": false,
"description": null,
"id": 211029... | closed | false | null | [] | {
"closed_at": "2015-10-09T18:34:35Z",
"closed_issues": 593,
"created_at": "2015-03-23T10:47:38Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jr... | 3 | 2015-07-19T03:10:37Z | 2015-07-28T17:42:19Z | 2015-07-28T11:03:50Z | CONTRIBUTOR | null | Just some miscellaneous improvements on things that tripped me up a bit.
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/10622/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/10622/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/10622.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/10622",
"merged_at": null,
"patch_url": "https://github.com/pandas-dev/pandas/pull/10622.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/10622"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/10623 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/10623/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/10623/comments | https://api.github.com/repos/pandas-dev/pandas/issues/10623/events | https://github.com/pandas-dev/pandas/issues/10623 | 95,885,804 | MDU6SXNzdWU5NTg4NTgwNA== | 10,623 | DEPR: msgpack encode 'items' | {
"avatar_url": "https://avatars.githubusercontent.com/u/10709573?v=4",
"events_url": "https://api.github.com/users/kawochen/events{/privacy}",
"followers_url": "https://api.github.com/users/kawochen/followers",
"following_url": "https://api.github.com/users/kawochen/following{/other_user}",
"gists_url": "htt... | [
{
"color": "5319e7",
"default": false,
"description": "Functionality to remove in pandas",
"id": 87485152,
"name": "Deprecate",
"node_id": "MDU6TGFiZWw4NzQ4NTE1Mg==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Deprecate"
}
] | closed | false | null | [] | {
"closed_at": "2016-03-12T16:19:08Z",
"closed_issues": 469,
"created_at": "2015-07-19T20:18:45Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jr... | 2 | 2015-07-19T04:45:58Z | 2016-02-16T14:50:50Z | 2016-02-16T14:50:50Z | CONTRIBUTOR | null | At some point deprecate `items` in `msgpack.encode()` for blocks. xref #10527
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/10623/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/10623/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/10624 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/10624/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/10624/comments | https://api.github.com/repos/pandas-dev/pandas/issues/10624/events | https://github.com/pandas-dev/pandas/issues/10624 | 95,889,794 | MDU6SXNzdWU5NTg4OTc5NA== | 10,624 | Mismatched behavior of sorting functions for `DataFrame` vs. `Series` | {
"avatar_url": "https://avatars.githubusercontent.com/u/128716?v=4",
"events_url": "https://api.github.com/users/dlenski/events{/privacy}",
"followers_url": "https://api.github.com/users/dlenski/followers",
"following_url": "https://api.github.com/users/dlenski/following{/other_user}",
"gists_url": "https://... | [
{
"color": "02d7e1",
"default": false,
"description": "Concat, Merge/Join, Stack/Unstack, Explode",
"id": 13098779,
"name": "Reshaping",
"node_id": "MDU6TGFiZWwxMzA5ODc3OQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Reshaping"
},
{
"color": "AD7FA8",
"de... | closed | false | null | [] | {
"closed_at": null,
"closed_issues": 2361,
"created_at": "2015-02-26T19:29:05Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/1020496?v=4",
"events_url": "https://api.github.com/users/jorisvandenbossche/events{/privacy}",
"followers_url": "https://api.github.com/users/jorisva... | 1 | 2015-07-19T05:43:14Z | 2015-07-19T14:06:40Z | 2015-07-19T10:33:03Z | NONE | null | The behavior of these methods differs in confusing ways:
DF:
- [`DataFrame.sort_index`](http://pandas.pydata.org/pandas-docs/stable/generated/pandas.Series.sort_index.html) takes a `by` parameter, in which case the index is resorted by a specific column's values
- [`DataFrame.sort`](http://pandas.pydata.org/pandas-doc... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/10624/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/10624/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/10625 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/10625/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/10625/comments | https://api.github.com/repos/pandas-dev/pandas/issues/10625/events | https://github.com/pandas-dev/pandas/pull/10625 | 95,892,438 | MDExOlB1bGxSZXF1ZXN0NDAzMDQxNTU= | 10,625 | BUG: Fix issue with incorrect groupby handling of NaT | {
"avatar_url": "https://avatars.githubusercontent.com/u/260246?v=4",
"events_url": "https://api.github.com/users/larvian/events{/privacy}",
"followers_url": "https://api.github.com/users/larvian/followers",
"following_url": "https://api.github.com/users/larvian/following{/other_user}",
"gists_url": "https://... | [
{
"color": "AFEEEE",
"default": false,
"description": null,
"id": 211840,
"name": "Timeseries",
"node_id": "MDU6TGFiZWwyMTE4NDA=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Timeseries"
},
{
"color": "729FCF",
"default": false,
"description": null,
... | closed | false | null | [] | {
"closed_at": "2015-10-09T18:34:35Z",
"closed_issues": 593,
"created_at": "2015-03-23T10:47:38Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jr... | 25 | 2015-07-19T06:51:30Z | 2016-02-14T22:15:10Z | 2015-09-03T13:09:57Z | CONTRIBUTOR | null | closes #10590
For groupby the time stamps gets converted to integervalue `tslib.iNaT`
which is -9223372036854775808. The aggregation is then done using this
value with incorrect result as a consequence. The solution proposed here
is to replace its value by np.nan in case it is a `datetime64[ns]`
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/10625/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/10625/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/10625.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/10625",
"merged_at": "2015-09-03T13:09:57Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/10625.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/10625"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/10626 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/10626/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/10626/comments | https://api.github.com/repos/pandas-dev/pandas/issues/10626/events | https://github.com/pandas-dev/pandas/pull/10626 | 95,892,610 | MDExOlB1bGxSZXF1ZXN0NDAzMDQxNzY= | 10,626 | BUG: GH10536 in concat for SparseSeries | {
"avatar_url": "https://avatars.githubusercontent.com/u/10709573?v=4",
"events_url": "https://api.github.com/users/kawochen/events{/privacy}",
"followers_url": "https://api.github.com/users/kawochen/followers",
"following_url": "https://api.github.com/users/kawochen/following{/other_user}",
"gists_url": "htt... | [
{
"color": "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": 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... | 13 | 2015-07-19T06:54:19Z | 2016-07-21T15:45:17Z | 2015-11-10T01:27:48Z | CONTRIBUTOR | null | To address #10536, but it's clearly not enough. What should be done for `SparseSeries` of different `kind`s and different `fill` values?
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/10626/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/10626/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/10626.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/10626",
"merged_at": null,
"patch_url": "https://github.com/pandas-dev/pandas/pull/10626.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/10626"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/10627 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/10627/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/10627/comments | https://api.github.com/repos/pandas-dev/pandas/issues/10627/events | https://github.com/pandas-dev/pandas/issues/10627 | 95,893,003 | MDU6SXNzdWU5NTg5MzAwMw== | 10,627 | BUG: Sparse master issue | {
"avatar_url": "https://avatars.githubusercontent.com/u/10709573?v=4",
"events_url": "https://api.github.com/users/kawochen/events{/privacy}",
"followers_url": "https://api.github.com/users/kawochen/followers",
"following_url": "https://api.github.com/users/kawochen/following{/other_user}",
"gists_url": "htt... | [
{
"color": "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 | 9 | 2015-07-19T07:04:19Z | 2019-09-18T14:02:16Z | 2019-09-18T14:02:16Z | CONTRIBUTOR | null | These other issues will be fixed by this
- [x] #667 other dtypes PR #13849
- [x] #10818 `from_coo` issues (same as #10560)
- [ ] #10079 empty construction
- [x] #10560 `__repr__` broken, PR #12779
- [x] #10536 concat `SparseSeries`, PR #12844
- [x] #12174 concat `SparseDataFrame`? PR #12966
- [x] #4400 more tes... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/10627/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/10627/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/10628 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/10628/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/10628/comments | https://api.github.com/repos/pandas-dev/pandas/issues/10628/events | https://github.com/pandas-dev/pandas/pull/10628 | 95,903,800 | MDExOlB1bGxSZXF1ZXN0NDAzMDYxNTY= | 10,628 | DOC Add more examples to Series.Resample docstring | {
"avatar_url": "https://avatars.githubusercontent.com/u/4982858?v=4",
"events_url": "https://api.github.com/users/Winterflower/events{/privacy}",
"followers_url": "https://api.github.com/users/Winterflower/followers",
"following_url": "https://api.github.com/users/Winterflower/following{/other_user}",
"gists... | [
{
"color": "3465A4",
"default": false,
"description": null,
"id": 134699,
"name": "Docs",
"node_id": "MDU6TGFiZWwxMzQ2OTk=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Docs"
}
] | closed | false | null | [] | {
"closed_at": "2015-10-09T18:34:35Z",
"closed_issues": 593,
"created_at": "2015-03-23T10:47:38Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jr... | 10 | 2015-07-19T10:16:42Z | 2015-09-01T12:08:42Z | 2015-09-01T12:07:44Z | CONTRIBUTOR | null | Partial fix for https://github.com/pydata/pandas/issues/5023
flake8 doesn't do a very good job at checking code in the docstrings for PEP8 compliance, so I'm just eyeballing it at the moment and my PEP8 knowledge leaves something to be desired. Apologies if I missed something really obvious.
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/10628/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/10628/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/10628.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/10628",
"merged_at": "2015-09-01T12:07:44Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/10628.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/10628"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/10629 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/10629/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/10629/comments | https://api.github.com/repos/pandas-dev/pandas/issues/10629/events | https://github.com/pandas-dev/pandas/issues/10629 | 95,924,971 | MDU6SXNzdWU5NTkyNDk3MQ== | 10,629 | BUG: crosstab not working for integer types as columns | {
"avatar_url": "https://avatars.githubusercontent.com/u/1020496?v=4",
"events_url": "https://api.github.com/users/jorisvandenbossche/events{/privacy}",
"followers_url": "https://api.github.com/users/jorisvandenbossche/followers",
"following_url": "https://api.github.com/users/jorisvandenbossche/following{/othe... | [
{
"color": "02d7e1",
"default": false,
"description": "Concat, Merge/Join, Stack/Unstack, Explode",
"id": 13098779,
"name": "Reshaping",
"node_id": "MDU6TGFiZWwxMzA5ODc3OQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Reshaping"
}
] | closed | false | null | [] | {
"closed_at": null,
"closed_issues": 2361,
"created_at": "2015-02-26T19:29:05Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/1020496?v=4",
"events_url": "https://api.github.com/users/jorisvandenbossche/events{/privacy}",
"followers_url": "https://api.github.com/users/jorisva... | 2 | 2015-07-19T15:38:19Z | 2015-08-13T13:37:26Z | 2015-08-13T13:37:16Z | MEMBER | null | From the mailing list: https://groups.google.com/forum/?fromgroups#!topic/pydata/fpYfwkZvdxI
```
In [37]: tips = pd.read_csv('https://raw.github.com/pydata/pandas/master/pandas/tests/data/tips.csv')
In [38]: pd.crosstab(tips.day, tips.size)
Out[38]:
col_0 1708
day
Fri 19
Sat 87
Sun 76
Thur 62
In ... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/10629/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/10629/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/10630 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/10630/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/10630/comments | https://api.github.com/repos/pandas-dev/pandas/issues/10630/events | https://github.com/pandas-dev/pandas/pull/10630 | 95,946,173 | MDExOlB1bGxSZXF1ZXN0NDAzMTQ0MjY= | 10,630 | TST: windows compat for testing / msgpack | {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jreback/followers",
"following_url": "https://api.github.com/users/jreback/following{/other_user}",
"gists_url": "https://... | [
{
"color": "C4A000",
"default": false,
"description": "pandas testing functions or related to the test suite",
"id": 127685,
"name": "Testing",
"node_id": "MDU6TGFiZWwxMjc2ODU=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Testing"
},
{
"color": "a2bca7",
"d... | closed | false | null | [] | {
"closed_at": "2015-10-09T18:34:35Z",
"closed_issues": 593,
"created_at": "2015-03-23T10:47:38Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jr... | 1 | 2015-07-19T20:26:50Z | 2015-07-21T12:39:44Z | 2015-07-21T12:39:44Z | CONTRIBUTOR | null | - skipping a couple of parsing routines that cause odd test failures on windows
- msgpack compat for windows (not tested before, prob not working correctly). Slight internal API change where writing the `dtype.name` rather than `dtype.num`, but back-compat is ok on this. (and forward compat is better).
- skipping a bug... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/10630/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/10630/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/10630.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/10630",
"merged_at": "2015-07-21T12:39:43Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/10630.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/10630"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/10631 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/10631/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/10631/comments | https://api.github.com/repos/pandas-dev/pandas/issues/10631/events | https://github.com/pandas-dev/pandas/issues/10631 | 95,948,077 | MDU6SXNzdWU5NTk0ODA3Nw== | 10,631 | TST/BUG: some buggy windows 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://... | [
{
"color": "C4A000",
"default": false,
"description": "pandas testing functions or related to the test suite",
"id": 127685,
"name": "Testing",
"node_id": "MDU6TGFiZWwxMjc2ODU=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Testing"
},
{
"color": "5319e7",
"d... | closed | false | null | [] | {
"closed_at": null,
"closed_issues": 786,
"created_at": "2015-01-13T10:53:19Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jreback/followers",
... | 5 | 2015-07-19T20:46:27Z | 2019-10-07T01:13:10Z | 2019-10-07T01:13:10Z | CONTRIBUTOR | null | xref #10630
- [x] csv parsing then turning into a recarray causing segfaults, only when run with the entire parsing tests (e.g. `test_parsing.py` (2 tests) (#13373)
- [ ] in `test_libsparse`, the test_intersect is segfaulting, not really sure why.
- [ ] in `test_ujson` with small exponentials, only on win-64 with 2.7.... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/10631/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/10631/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/10632 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/10632/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/10632/comments | https://api.github.com/repos/pandas-dev/pandas/issues/10632/events | https://github.com/pandas-dev/pandas/pull/10632 | 95,950,567 | MDExOlB1bGxSZXF1ZXN0NDAzMTU0MTU= | 10,632 | Remove Categorical.name | {
"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": "e11d21",
"default": false,
"description": "Categorical Data Type",
"id": 78527356,
"name": "Categorical",
"node_id": "MDU6TGFiZWw3ODUyNzM1Ng==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Categorical"
},
{
"color": "5319e7",
"default": false,
... | closed | false | null | [] | {
"closed_at": "2015-10-09T18:34:35Z",
"closed_issues": 593,
"created_at": "2015-03-23T10:47:38Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jr... | 9 | 2015-07-19T21:29:41Z | 2015-07-26T01:54:28Z | 2015-07-26T01:54:21Z | CONTRIBUTOR | null | Probably work in progress... Up to now only tests locally with 'not slow' (whoever wrote `nosetests --with-id --failed` should be praised! :-) )
See here: https://github.com/pydata/pandas/issues/10482
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/10632/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/10632/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/10632.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/10632",
"merged_at": "2015-07-26T01:54:21Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/10632.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/10632"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/10633 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/10633/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/10633/comments | https://api.github.com/repos/pandas-dev/pandas/issues/10633/events | https://github.com/pandas-dev/pandas/issues/10633 | 95,955,385 | MDU6SXNzdWU5NTk1NTM4NQ== | 10,633 | pd.Series.interpolate(method='spline') Error | {
"avatar_url": "https://avatars.githubusercontent.com/u/11150921?v=4",
"events_url": "https://api.github.com/users/JianxunLi/events{/privacy}",
"followers_url": "https://api.github.com/users/JianxunLi/followers",
"following_url": "https://api.github.com/users/JianxunLi/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": "ffa0ff",
"default": false,
"description": "Incorrect or improved... | closed | false | null | [] | {
"closed_at": "2015-10-09T18:34:35Z",
"closed_issues": 593,
"created_at": "2015-03-23T10:47:38Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jr... | 10 | 2015-07-19T22:50:48Z | 2018-07-19T11:28:03Z | 2015-08-21T20:27:52Z | NONE | null | Although in docs it says `method='spline'` is a choice, but it raises a `ValueError`.
```
import numpy as np
import pandas as pd
np.random.seed(1)
s = pd.Series(np.arange(10)**2)
s[np.random.randint(0,9,3)] = np.nan
s.interpolate(method='spline')
# raise ValueError
ValueError: invalid method 'spline' to interpolate.... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/10633/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/10633/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/10634 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/10634/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/10634/comments | https://api.github.com/repos/pandas-dev/pandas/issues/10634/events | https://github.com/pandas-dev/pandas/issues/10634 | 95,993,238 | MDU6SXNzdWU5NTk5MzIzOA== | 10,634 | Broke pdf and zip links at top of page. | {
"avatar_url": "https://avatars.githubusercontent.com/u/689723?v=4",
"events_url": "https://api.github.com/users/startakovsky/events{/privacy}",
"followers_url": "https://api.github.com/users/startakovsky/followers",
"following_url": "https://api.github.com/users/startakovsky/following{/other_user}",
"gists_... | [] | closed | false | null | [] | null | 1 | 2015-07-20T05:57:29Z | 2015-07-20T06:02:42Z | 2015-07-20T06:02:42Z | NONE | null | http://pandas-docs.github.io/pandas-docs-travis/
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/10634/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/10634/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/10635 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/10635/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/10635/comments | https://api.github.com/repos/pandas-dev/pandas/issues/10635/events | https://github.com/pandas-dev/pandas/issues/10635 | 96,024,503 | MDU6SXNzdWU5NjAyNDUwMw== | 10,635 | BUG: combine_first fails for empty Index and a MultiIndex | {
"avatar_url": "https://avatars.githubusercontent.com/u/45137?v=4",
"events_url": "https://api.github.com/users/santegoeds/events{/privacy}",
"followers_url": "https://api.github.com/users/santegoeds/followers",
"following_url": "https://api.github.com/users/santegoeds/following{/other_user}",
"gists_url": "... | [
{
"color": "d7e102",
"default": false,
"description": "np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate",
"id": 2822342,
"name": "Missing-data",
"node_id": "MDU6TGFiZWwyODIyMzQy",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Missing-data"
},
{
"color": "AD7FA8"... | closed | false | null | [] | null | 2 | 2015-07-20T09:32:16Z | 2015-07-20T13:39:04Z | 2015-07-20T13:39:04Z | CONTRIBUTOR | null | Using `combine_first` on an empty frame with a single-column index fails if the other frame has a multi-index and is not empty.
This used to work for pandas version 0.14.1
``` python
import pandas as pd
midx = pd.MultiIndex.from_arrays([[-1], [1]])
a = pd.DataFrame({'a': [1]}, index=midx)
print a
b = pd.DataFrame(... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/10635/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/10635/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/10636 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/10636/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/10636/comments | https://api.github.com/repos/pandas-dev/pandas/issues/10636/events | https://github.com/pandas-dev/pandas/issues/10636 | 96,055,913 | MDU6SXNzdWU5NjA1NTkxMw== | 10,636 | API: change default in to_datetime for errors to 'raise' | {
"avatar_url": "https://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": "AFEEEE",
"default": false,
"description": null,
"id": 211840,
"name": "Timeseries",
"node_id": "MDU6TGFiZWwyMTE4NDA=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Timeseries"
},
{
"color": "AD7FA8",
"default": false,
"description": null,
... | closed | false | null | [] | {
"closed_at": "2015-10-09T18:34:35Z",
"closed_issues": 593,
"created_at": "2015-03-23T10:47:38Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jr... | 7 | 2015-07-20T12:44:57Z | 2015-07-31T22:35:22Z | 2015-07-31T22:35:22Z | CONTRIBUTOR | null | xref #8894
xref #10615
xref #10154
The idea is that if you have completely unparseable dates with or w/o a format specified, then the default will be to raise. Further, since `coerce` is by default `False`. You will get an immediate exception rather than have strings returned.
I think some tests will need to be adj... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/10636/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/10636/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/10637 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/10637/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/10637/comments | https://api.github.com/repos/pandas-dev/pandas/issues/10637/events | https://github.com/pandas-dev/pandas/pull/10637 | 96,060,261 | MDExOlB1bGxSZXF1ZXN0NDAzNDk4NDY= | 10,637 | BUG: made behavior of operator equal for CategoricalIndex consistent,… | {
"avatar_url": "https://avatars.githubusercontent.com/u/1642081?v=4",
"events_url": "https://api.github.com/users/mortada/events{/privacy}",
"followers_url": "https://api.github.com/users/mortada/followers",
"following_url": "https://api.github.com/users/mortada/following{/other_user}",
"gists_url": "https:/... | [
{
"color": "0b02e1",
"default": false,
"description": "Related to indexing on series/frames, not to indexes themselves",
"id": 2822098,
"name": "Indexing",
"node_id": "MDU6TGFiZWwyODIyMDk4",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Indexing"
},
{
"color": "ff... | closed | false | null | [] | {
"closed_at": "2015-10-09T18:34:35Z",
"closed_issues": 593,
"created_at": "2015-03-23T10:47:38Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jr... | 6 | 2015-07-20T13:09:31Z | 2015-07-24T13:46:23Z | 2015-07-24T13:44:14Z | CONTRIBUTOR | null | … improved unit tests
this is a follow-up to https://github.com/pydata/pandas/pull/9947
@jreback
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/10637/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/10637/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/10637.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/10637",
"merged_at": "2015-07-24T13:44:14Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/10637.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/10637"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/10638 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/10638/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/10638/comments | https://api.github.com/repos/pandas-dev/pandas/issues/10638/events | https://github.com/pandas-dev/pandas/pull/10638 | 96,061,327 | MDExOlB1bGxSZXF1ZXN0NDAzNTAzOTQ= | 10,638 | CLN: Make ufunc works for Index | {
"avatar_url": "https://avatars.githubusercontent.com/u/1696302?v=4",
"events_url": "https://api.github.com/users/sinhrks/events{/privacy}",
"followers_url": "https://api.github.com/users/sinhrks/followers",
"following_url": "https://api.github.com/users/sinhrks/following{/other_user}",
"gists_url": "https:/... | [
{
"color": "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": "e1... | closed | false | null | [] | {
"closed_at": "2015-10-09T18:34:35Z",
"closed_issues": 593,
"created_at": "2015-03-23T10:47:38Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jr... | 22 | 2015-07-20T13:16:06Z | 2015-09-06T17:31:30Z | 2015-09-06T16:31:07Z | MEMBER | null | closes #9966, #9974 (PR)
I understand these are never used because `Index` is no longer the subclass of `np.array`. Correct?
- [x] Add tests for ~~all~~ almost ufuncs
- http://docs.scipy.org/doc/numpy/reference/ufuncs.html
- ~~CategoricalIndex~~: Needs to be done separately to fix `Categorical`, because number of ca... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/10638/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/10638/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/10638.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/10638",
"merged_at": "2015-09-06T16:31:07Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/10638.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/10638"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/10639 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/10639/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/10639/comments | https://api.github.com/repos/pandas-dev/pandas/issues/10639/events | https://github.com/pandas-dev/pandas/pull/10639 | 96,062,224 | MDExOlB1bGxSZXF1ZXN0NDAzNTA4MDg= | 10,639 | ENH: allow duplicate column names if they are not merged upon | {
"avatar_url": "https://avatars.githubusercontent.com/u/2606663?v=4",
"events_url": "https://api.github.com/users/jdrudolph/events{/privacy}",
"followers_url": "https://api.github.com/users/jdrudolph/followers",
"following_url": "https://api.github.com/users/jdrudolph/following{/other_user}",
"gists_url": "h... | [
{
"color": "02d7e1",
"default": false,
"description": "Concat, Merge/Join, Stack/Unstack, Explode",
"id": 13098779,
"name": "Reshaping",
"node_id": "MDU6TGFiZWwxMzA5ODc3OQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Reshaping"
},
{
"color": "AD7FA8",
"de... | closed | false | null | [] | {
"closed_at": "2015-10-09T18:34:35Z",
"closed_issues": 593,
"created_at": "2015-03-23T10:47:38Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jr... | 3 | 2015-07-20T13:20:42Z | 2015-07-28T10:08:42Z | 2015-07-28T10:08:42Z | CONTRIBUTOR | null | Currently merge columns are not automatically inferred when there are duplicate column names. Instead a `MergeError` is raised. This pull request enables merging with duplicate column names as long as they are not merged upon.
```
df = DataFrame({'key': [1, 2, 3],
'v1': [4, 5, 6],
'v2':... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/10639/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/10639/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/10639.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/10639",
"merged_at": null,
"patch_url": "https://github.com/pandas-dev/pandas/pull/10639.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/10639"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/10640 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/10640/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/10640/comments | https://api.github.com/repos/pandas-dev/pandas/issues/10640/events | https://github.com/pandas-dev/pandas/issues/10640 | 96,091,596 | MDU6SXNzdWU5NjA5MTU5Ng== | 10,640 | When transposing a datetime index without time and using to_html, time is added to column titles. | {
"avatar_url": "https://avatars.githubusercontent.com/u/8854590?v=4",
"events_url": "https://api.github.com/users/benlester/events{/privacy}",
"followers_url": "https://api.github.com/users/benlester/followers",
"following_url": "https://api.github.com/users/benlester/following{/other_user}",
"gists_url": "h... | [
{
"color": "e10c02",
"default": false,
"description": null,
"id": 76811,
"name": "Bug",
"node_id": "MDU6TGFiZWw3NjgxMQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug"
},
{
"color": "006b75",
"default": false,
"description": "read_html, to_html, Styl... | 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",
... | 2 | 2015-07-20T15:41:51Z | 2021-04-18T22:30:19Z | null | NONE | null | As outlined in my [stackoverflow question](http://stackoverflow.com/questions/31520033/how-to-stop-pandas-adding-time-to-column-title-after-transposing-a-datetime-inde), pandas `to_html()` doesn't behave consistently with a datetime index after being transposed.
A simple example:
```
import pandas as pd
import numpy... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/10640/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/10640/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/10641 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/10641/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/10641/comments | https://api.github.com/repos/pandas-dev/pandas/issues/10641/events | https://github.com/pandas-dev/pandas/issues/10641 | 96,142,610 | MDU6SXNzdWU5NjE0MjYxMA== | 10,641 | Loading large STATA file throws "OSError: [Errno 22] Invalid argument" | {
"avatar_url": "https://avatars.githubusercontent.com/u/161965?v=4",
"events_url": "https://api.github.com/users/makmanalp/events{/privacy}",
"followers_url": "https://api.github.com/users/makmanalp/followers",
"following_url": "https://api.github.com/users/makmanalp/following{/other_user}",
"gists_url": "ht... | [
{
"color": "5319e7",
"default": false,
"description": "read_stata, to_stata",
"id": 104865385,
"name": "IO Stata",
"node_id": "MDU6TGFiZWwxMDQ4NjUzODU=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/IO%20Stata"
}
] | closed | false | null | [] | null | 7 | 2015-07-20T19:41:55Z | 2018-09-05T16:27:45Z | 2015-07-20T21:54:30Z | CONTRIBUTOR | null | Hello, this error happens when loading a large (~3.3GB) stata 13 file:
``` python
/Users/makmana/colombia/colombia/datasets.py in <lambda>()
111
112 industry4digit_department = {
--> 113 "read_function": lambda: pd.read_stata("/Users/makmana/ciddata/Subnationals/Atlas/Colombia/beta/output2008_2013.dta"),
... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/10641/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/10641/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/10642 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/10642/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/10642/comments | https://api.github.com/repos/pandas-dev/pandas/issues/10642/events | https://github.com/pandas-dev/pandas/pull/10642 | 96,237,559 | MDExOlB1bGxSZXF1ZXN0NDA0MjU1NDk= | 10,642 | BUG: Fixed typo-related bug to resolve #9266 | {
"avatar_url": "https://avatars.githubusercontent.com/u/1857993?v=4",
"events_url": "https://api.github.com/users/captainsafia/events{/privacy}",
"followers_url": "https://api.github.com/users/captainsafia/followers",
"following_url": "https://api.github.com/users/captainsafia/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": "2015-10-09T18:34:35Z",
"closed_issues": 593,
"created_at": "2015-03-23T10:47:38Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jr... | 2 | 2015-07-21T06:13:46Z | 2015-07-21T17:33:46Z | 2015-07-21T10:53:01Z | CONTRIBUTOR | null | Resubmitting pull request #10576 to resolve issue #9266 .
@jreback — This should be good to merge.
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/10642/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/10642/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/10642.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/10642",
"merged_at": null,
"patch_url": "https://github.com/pandas-dev/pandas/pull/10642.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/10642"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/10643 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/10643/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/10643/comments | https://api.github.com/repos/pandas-dev/pandas/issues/10643/events | https://github.com/pandas-dev/pandas/pull/10643 | 96,237,963 | MDExOlB1bGxSZXF1ZXN0NDA0MjU3MjM= | 10,643 | CLN: Remove duplicate implementations of bind_method; typo in compat | {
"avatar_url": "https://avatars.githubusercontent.com/u/10709573?v=4",
"events_url": "https://api.github.com/users/kawochen/events{/privacy}",
"followers_url": "https://api.github.com/users/kawochen/followers",
"following_url": "https://api.github.com/users/kawochen/following{/other_user}",
"gists_url": "htt... | [
{
"color": "207de5",
"default": false,
"description": null,
"id": 211029535,
"name": "Clean",
"node_id": "MDU6TGFiZWwyMTEwMjk1MzU=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Clean"
}
] | closed | false | null | [] | {
"closed_at": "2015-10-09T18:34:35Z",
"closed_issues": 593,
"created_at": "2015-03-23T10:47:38Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jr... | 1 | 2015-07-21T06:17:08Z | 2015-07-21T11:37:54Z | 2015-07-21T11:37:51Z | CONTRIBUTOR | null | #10566 removed one of the implementations of `bind_method` and fixed a typo
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/10643/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/10643/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/10643.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/10643",
"merged_at": "2015-07-21T11:37:51Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/10643.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/10643"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/10644 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/10644/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/10644/comments | https://api.github.com/repos/pandas-dev/pandas/issues/10644/events | https://github.com/pandas-dev/pandas/pull/10644 | 96,248,884 | MDExOlB1bGxSZXF1ZXN0NDA0MjkzMjk= | 10,644 | BUG: (GH10408, GH10412) in vectorised setting of timestamp columns | {
"avatar_url": "https://avatars.githubusercontent.com/u/138474?v=4",
"events_url": "https://api.github.com/users/schettino72/events{/privacy}",
"followers_url": "https://api.github.com/users/schettino72/followers",
"following_url": "https://api.github.com/users/schettino72/following{/other_user}",
"gists_url... | [
{
"color": "e10c02",
"default": false,
"description": null,
"id": 76811,
"name": "Bug",
"node_id": "MDU6TGFiZWw3NjgxMQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug"
},
{
"color": "AFEEEE",
"default": false,
"description": null,
"id": 211840,
... | closed | false | null | [] | {
"closed_at": "2015-10-09T18:34:35Z",
"closed_issues": 593,
"created_at": "2015-03-23T10:47:38Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jr... | 2 | 2015-07-21T07:26:53Z | 2015-07-24T13:50:22Z | 2015-07-24T13:50:18Z | CONTRIBUTOR | null | closes #10408
closes #10412
Fix setting values with python datetime.date and numpy datetime64.
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/10644/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/10644/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/10644.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/10644",
"merged_at": "2015-07-24T13:50:18Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/10644.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/10644"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/10645 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/10645/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/10645/comments | https://api.github.com/repos/pandas-dev/pandas/issues/10645/events | https://github.com/pandas-dev/pandas/issues/10645 | 96,317,929 | MDU6SXNzdWU5NjMxNzkyOQ== | 10,645 | MultiIndex __contains__()/in operator throws an IndexError for large multiindices | {
"avatar_url": "https://avatars.githubusercontent.com/u/8992201?v=4",
"events_url": "https://api.github.com/users/iyer/events{/privacy}",
"followers_url": "https://api.github.com/users/iyer/followers",
"following_url": "https://api.github.com/users/iyer/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": "0b02e1",
"default": false,
"description": "Related to indexing on s... | closed | false | null | [] | {
"closed_at": "2015-10-09T18:34:35Z",
"closed_issues": 593,
"created_at": "2015-03-23T10:47:38Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jr... | 1 | 2015-07-21T13:43:35Z | 2015-09-10T22:11:55Z | 2015-09-10T22:11:55Z | NONE | null | # For a small multiindex the in operator works
mi = pd.MultiIndex.from_arrays([range(100),range(100)])
(1000001,0) in mi
# For a large multiindex the in operator throws an IndexError
mi = pd.MultiIndex.from_arrays([range(1000000),range(1000000)])
(1000001,0) in mi
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/10645/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/10645/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/10646 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/10646/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/10646/comments | https://api.github.com/repos/pandas-dev/pandas/issues/10646/events | https://github.com/pandas-dev/pandas/issues/10646 | 96,349,615 | MDU6SXNzdWU5NjM0OTYxNQ== | 10,646 | Inconsistency in CSV Import/Export | {
"avatar_url": "https://avatars.githubusercontent.com/u/3419702?v=4",
"events_url": "https://api.github.com/users/groakat/events{/privacy}",
"followers_url": "https://api.github.com/users/groakat/followers",
"following_url": "https://api.github.com/users/groakat/following{/other_user}",
"gists_url": "https:/... | [
{
"color": "0052cc",
"default": false,
"description": null,
"id": 34444536,
"name": "Usage Question",
"node_id": "MDU6TGFiZWwzNDQ0NDUzNg==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Usage%20Question"
},
{
"color": "AD7FA8",
"default": false,
"descript... | 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 | 2015-07-21T15:42:48Z | 2015-07-25T19:01:44Z | 2015-07-21T17:20:08Z | NONE | null | Pandas is not able to export a matrix as csv file and reimport it and keeping the data consistent. Using default arguments for `to_csv`, it will add an additional column for the indeces. Importing with default parameters will treat this column as data, not as index....
```
import numpy as np
import pandas as pd
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/10646/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/10646/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/10647 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/10647/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/10647/comments | https://api.github.com/repos/pandas-dev/pandas/issues/10647/events | https://github.com/pandas-dev/pandas/issues/10647 | 96,377,455 | MDU6SXNzdWU5NjM3NzQ1NQ== | 10,647 | Default behavior of read_csv for data values of NA and NaN | {
"avatar_url": "https://avatars.githubusercontent.com/u/8753876?v=4",
"events_url": "https://api.github.com/users/johne13/events{/privacy}",
"followers_url": "https://api.github.com/users/johne13/followers",
"following_url": "https://api.github.com/users/johne13/following{/other_user}",
"gists_url": "https:/... | [
{
"color": "d7e102",
"default": false,
"description": "np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate",
"id": 2822342,
"name": "Missing-data",
"node_id": "MDU6TGFiZWwyODIyMzQy",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Missing-data"
},
{
"color": "5319e7"... | closed | false | null | [] | {
"closed_at": 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... | 14 | 2015-07-21T17:56:27Z | 2017-11-29T08:01:48Z | 2017-03-13T14:36:26Z | NONE | null | I was surprised to learn that default behavior for reading in a CSV like this:
```
%more foo.txt
x,y
"NA",NA
"foo",foo
```
is the following:
```
In [56]: pd.read_csv('foo.txt')
Out[56]:
x y
0 NaN NaN
1 foo foo
```
I realize this can be changed by using `pd.read_csv('foo.txt', keep_default_na=False)`, b... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/10647/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/10647/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/10648 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/10648/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/10648/comments | https://api.github.com/repos/pandas-dev/pandas/issues/10648/events | https://github.com/pandas-dev/pandas/issues/10648 | 96,378,563 | MDU6SXNzdWU5NjM3ODU2Mw== | 10,648 | to_dense does not preserve dtype in SparseArray | {
"avatar_url": "https://avatars.githubusercontent.com/u/3976804?v=4",
"events_url": "https://api.github.com/users/ebolyen/events{/privacy}",
"followers_url": "https://api.github.com/users/ebolyen/followers",
"following_url": "https://api.github.com/users/ebolyen/following{/other_user}",
"gists_url": "https:/... | [
{
"color": "e10c02",
"default": false,
"description": null,
"id": 76811,
"name": "Bug",
"node_id": "MDU6TGFiZWw3NjgxMQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug"
},
{
"color": "e102d8",
"default": false,
"description": "Unexpected or buggy dtyp... | closed | false | null | [] | {
"closed_at": "2016-05-05T00:34:40Z",
"closed_issues": 306,
"created_at": "2016-02-08T15:29:59Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jr... | 3 | 2015-07-21T18:02:20Z | 2016-04-03T14:24:21Z | 2016-04-03T14:24:21Z | NONE | null | This isn't a huge deal, but it seems a little odd:
``` python
In [1]: import pandas as pd
In [2]: a = pd.SparseArray([True, False, False, False, True], fill_value=False, dtype=bool)
In [3]: a
Out[3]:
[True, False, False, False, True]
Fill: False
IntIndex
Indices: array([0, 4], dtype=int32)
In [4]: a.dtype
Out[4]: ... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/10648/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/10648/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/10649 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/10649/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/10649/comments | https://api.github.com/repos/pandas-dev/pandas/issues/10649/events | https://github.com/pandas-dev/pandas/pull/10649 | 96,426,067 | MDExOlB1bGxSZXF1ZXN0NDA1MTAwMDY= | 10,649 | ENH: allow gzip de-compression for files specified by a url | {
"avatar_url": "https://avatars.githubusercontent.com/u/1334817?v=4",
"events_url": "https://api.github.com/users/mdagost/events{/privacy}",
"followers_url": "https://api.github.com/users/mdagost/followers",
"following_url": "https://api.github.com/users/mdagost/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": "5319e7",
"default": false,
"description": "read_csv... | closed | false | null | [] | {
"closed_at": "2015-10-09T18:34:35Z",
"closed_issues": 593,
"created_at": "2015-03-23T10:47:38Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jr... | 15 | 2015-07-21T22:01:53Z | 2015-07-24T19:27:54Z | 2015-07-24T18:43:40Z | NONE | null | Address #8685 . The file in the test `test_url_gz` currently points to my fork to demonstrate that the tests pass, but should be changed to point to the real pydata master after merging.
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/10649/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/10649/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/10649.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/10649",
"merged_at": "2015-07-24T18:43:40Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/10649.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/10649"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/10650 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/10650/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/10650/comments | https://api.github.com/repos/pandas-dev/pandas/issues/10650/events | https://github.com/pandas-dev/pandas/issues/10650 | 96,464,584 | MDU6SXNzdWU5NjQ2NDU4NA== | 10,650 | Memory error when plotting simple time series | {
"avatar_url": "https://avatars.githubusercontent.com/u/69135?v=4",
"events_url": "https://api.github.com/users/andreabedini/events{/privacy}",
"followers_url": "https://api.github.com/users/andreabedini/followers",
"following_url": "https://api.github.com/users/andreabedini/following{/other_user}",
"gists_u... | [
{
"color": "8AE234",
"default": false,
"description": null,
"id": 2413328,
"name": "Visualization",
"node_id": "MDU6TGFiZWwyNDEzMzI4",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Visualization"
},
{
"color": "009800",
"default": false,
"description": "Du... | closed | false | null | [] | null | 2 | 2015-07-22T03:07:10Z | 2015-07-22T11:30:37Z | 2015-07-22T10:36:31Z | CONTRIBUTOR | null | This crashes:
```
import pandas as pd
index = pd.timedelta_range(start="06:00:01", end="12:00:00", freq='S')
pd.Series(range(index.size), index=index).plot()
```
Traceback at https://gist.github.com/andreabedini/074d529ff63356312ce6
So far I have figured out that `_get_default_locs` gets called with completely bogus... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/10650/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/10650/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/10651 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/10651/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/10651/comments | https://api.github.com/repos/pandas-dev/pandas/issues/10651/events | https://github.com/pandas-dev/pandas/issues/10651 | 96,509,289 | MDU6SXNzdWU5NjUwOTI4OQ== | 10,651 | Confusion around sortedness with MultiIndex | {
"avatar_url": "https://avatars.githubusercontent.com/u/770066?v=4",
"events_url": "https://api.github.com/users/tangobravo/events{/privacy}",
"followers_url": "https://api.github.com/users/tangobravo/followers",
"following_url": "https://api.github.com/users/tangobravo/following{/other_user}",
"gists_url": ... | [
{
"color": "0052cc",
"default": false,
"description": null,
"id": 34444536,
"name": "Usage Question",
"node_id": "MDU6TGFiZWwzNDQ0NDUzNg==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Usage%20Question"
},
{
"color": "207de5",
"default": false,
"descript... | closed | false | null | [] | null | 8 | 2015-07-22T08:35:40Z | 2015-07-27T10:10:39Z | 2015-07-22T12:30:18Z | NONE | null | I find the docs around MultiIndex slicers to be quite confusing. It implies the MultiIndex needs to be lexsorted, and introduces the sortlevel() function but then has a caveat that this doesn't actually ensure sortedness.
There's some more details of my explorations and questions on StackOverflow:
http://stackoverflow... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/10651/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/10651/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/10652 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/10652/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/10652/comments | https://api.github.com/repos/pandas-dev/pandas/issues/10652/events | https://github.com/pandas-dev/pandas/issues/10652 | 96,549,470 | MDU6SXNzdWU5NjU0OTQ3MA== | 10,652 | google-api-python-client Version Check is broken | {
"avatar_url": "https://avatars.githubusercontent.com/u/3489881?v=4",
"events_url": "https://api.github.com/users/fdellavedova/events{/privacy}",
"followers_url": "https://api.github.com/users/fdellavedova/followers",
"following_url": "https://api.github.com/users/fdellavedova/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": "0052cc",
"default": false,
"description": "pandas-gbq compatability... | closed | false | null | [] | null | 1 | 2015-07-22T11:50:00Z | 2015-09-13T20:20:52Z | 2015-09-13T20:20:52Z | NONE | null | Hi All, I cannot use io.gbq due to an issue with the version check of the installed google library.
```
>>> pkg_resources.get_distribution('google-api-python-client').version
'1.2'
```
The [offending line](https://github.com/pydata/pandas/blob/master/pandas/io/gbq.py#L29) executes the version check as follows:
```
>... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/10652/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/10652/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/10653 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/10653/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/10653/comments | https://api.github.com/repos/pandas-dev/pandas/issues/10653/events | https://github.com/pandas-dev/pandas/issues/10653 | 96,586,539 | MDU6SXNzdWU5NjU4NjUzOQ== | 10,653 | API: combine 'coerce' and 'errors' keywords of to_datetime | {
"avatar_url": "https://avatars.githubusercontent.com/u/1020496?v=4",
"events_url": "https://api.github.com/users/jorisvandenbossche/events{/privacy}",
"followers_url": "https://api.github.com/users/jorisvandenbossche/followers",
"following_url": "https://api.github.com/users/jorisvandenbossche/following{/othe... | [
{
"color": "AFEEEE",
"default": false,
"description": null,
"id": 211840,
"name": "Timeseries",
"node_id": "MDU6TGFiZWwyMTE4NDA=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Timeseries"
},
{
"color": "AD7FA8",
"default": false,
"description": null,
... | closed | false | null | [] | {
"closed_at": "2015-10-09T18:34:35Z",
"closed_issues": 593,
"created_at": "2015-03-23T10:47:38Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jr... | 11 | 2015-07-22T14:49:38Z | 2015-08-26T01:55:25Z | 2015-08-26T01:55:25Z | MEMBER | null | From #10636
When parsing an invalid date, there are some possible different actions to take:
- ignore -> just returning the original value unparsed (`errors='ignore'`)
- raise an error (`errors='raise'`)
- coerce / convert to NaN (`coerce=True`)
AFAIK, these three options are just three different options and mutuall... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/10653/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/10653/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/10654 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/10654/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/10654/comments | https://api.github.com/repos/pandas-dev/pandas/issues/10654/events | https://github.com/pandas-dev/pandas/issues/10654 | 96,606,353 | MDU6SXNzdWU5NjYwNjM1Mw== | 10,654 | read_sql/to_sql should accept database URI as con parameter | {
"avatar_url": "https://avatars.githubusercontent.com/u/109167?v=4",
"events_url": "https://api.github.com/users/scls19fr/events{/privacy}",
"followers_url": "https://api.github.com/users/scls19fr/followers",
"following_url": "https://api.github.com/users/scls19fr/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": "5319e7",
"default": false,
"description": "to_sql, ... | closed | false | null | [] | {
"closed_at": "2015-10-09T18:34:35Z",
"closed_issues": 593,
"created_at": "2015-03-23T10:47:38Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jr... | 10 | 2015-07-22T16:14:34Z | 2015-07-27T08:32:22Z | 2015-07-27T08:32:22Z | CONTRIBUTOR | null | Hello,
it will be nice if `read_sql` (and so `read_sql_query` and `read_sql_table` could directly accept database URI as `con` parameter
http://pandas.pydata.org/pandas-docs/stable/generated/pandas.read_sql.html
So we could do
```
import pandas as pd
uri = 'dialect+driver://username:password@host:port/database'
quer... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/10654/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/10654/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/10655 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/10655/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/10655/comments | https://api.github.com/repos/pandas-dev/pandas/issues/10655/events | https://github.com/pandas-dev/pandas/pull/10655 | 96,621,085 | MDExOlB1bGxSZXF1ZXN0NDA1ODk2MzQ= | 10,655 | BUG: to_dense now preserves dtype in SparseArray | {
"avatar_url": "https://avatars.githubusercontent.com/u/3976804?v=4",
"events_url": "https://api.github.com/users/ebolyen/events{/privacy}",
"followers_url": "https://api.github.com/users/ebolyen/followers",
"following_url": "https://api.github.com/users/ebolyen/following{/other_user}",
"gists_url": "https:/... | [
{
"color": "e10c02",
"default": false,
"description": null,
"id": 76811,
"name": "Bug",
"node_id": "MDU6TGFiZWw3NjgxMQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug"
},
{
"color": "e102d8",
"default": false,
"description": "Unexpected or buggy dtyp... | closed | false | null | [] | {
"closed_at": null,
"closed_issues": 786,
"created_at": "2015-01-13T10:53:19Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jreback/followers",
... | 5 | 2015-07-22T17:23:09Z | 2015-11-10T01:21:15Z | 2015-11-10T01:21:15Z | NONE | null | Also fixes values and get_values.
fixes #10648
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/10655/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/10655/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/10655.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/10655",
"merged_at": null,
"patch_url": "https://github.com/pandas-dev/pandas/pull/10655.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/10655"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/10656 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/10656/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/10656/comments | https://api.github.com/repos/pandas-dev/pandas/issues/10656/events | https://github.com/pandas-dev/pandas/pull/10656 | 96,644,016 | MDExOlB1bGxSZXF1ZXN0NDA2MDEzNzA= | 10,656 | BUG: #10652 google-api-python-client minimum version check | {
"avatar_url": "https://avatars.githubusercontent.com/u/3489881?v=4",
"events_url": "https://api.github.com/users/fdellavedova/events{/privacy}",
"followers_url": "https://api.github.com/users/fdellavedova/followers",
"following_url": "https://api.github.com/users/fdellavedova/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": "0052cc",
"default": false,
"description": "pandas-gbq compatability... | closed | false | null | [] | {
"closed_at": "2015-10-09T18:34:35Z",
"closed_issues": 593,
"created_at": "2015-03-23T10:47:38Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jr... | 7 | 2015-07-22T19:20:42Z | 2015-09-13T16:16:13Z | 2015-09-13T16:16:13Z | NONE | null | Fixes [bug](https://github.com/pydata/pandas/issues/10652) with version check for google-api-python-client
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/10656/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/10656/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/10656.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/10656",
"merged_at": null,
"patch_url": "https://github.com/pandas-dev/pandas/pull/10656.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/10656"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/10657 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/10657/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/10657/comments | https://api.github.com/repos/pandas-dev/pandas/issues/10657/events | https://github.com/pandas-dev/pandas/issues/10657 | 96,672,640 | MDU6SXNzdWU5NjY3MjY0MA== | 10,657 | Pandas rendering minor ticks in matplotlib sublots with shared axes | {
"avatar_url": "https://avatars.githubusercontent.com/u/370930?v=4",
"events_url": "https://api.github.com/users/mikepqr/events{/privacy}",
"followers_url": "https://api.github.com/users/mikepqr/followers",
"following_url": "https://api.github.com/users/mikepqr/following{/other_user}",
"gists_url": "https://... | [
{
"color": "8AE234",
"default": false,
"description": null,
"id": 2413328,
"name": "Visualization",
"node_id": "MDU6TGFiZWwyNDEzMzI4",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Visualization"
},
{
"color": "e11d21",
"default": false,
"description": "Fu... | closed | false | null | [] | {
"closed_at": "2015-10-09T18:34:35Z",
"closed_issues": 593,
"created_at": "2015-03-23T10:47:38Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jr... | 9 | 2015-07-22T21:46:10Z | 2015-09-01T12:06:24Z | 2015-09-01T12:06:24Z | NONE | null | When the plot method of a dataframe is passed an `ax` keyword to render to a matplotlib subplot, the minor ticks and their labels are rendered regardless of whether `sharex|y=True`. The major ticks/labels are correctly removed.
Here's a [short notebook](https://gist.github.com/williamsmj/12a0abb2fb98aec67c17) that rep... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/10657/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/10657/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/10658 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/10658/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/10658/comments | https://api.github.com/repos/pandas-dev/pandas/issues/10658/events | https://github.com/pandas-dev/pandas/pull/10658 | 96,677,732 | MDExOlB1bGxSZXF1ZXN0NDA2MTc5MzQ= | 10,658 | BUG: GH9428 promote string dtype to object dtype for empty DataFrame | {
"avatar_url": "https://avatars.githubusercontent.com/u/6031088?v=4",
"events_url": "https://api.github.com/users/ajcr/events{/privacy}",
"followers_url": "https://api.github.com/users/ajcr/followers",
"following_url": "https://api.github.com/users/ajcr/following{/other_user}",
"gists_url": "https://api.gith... | [
{
"color": "e10c02",
"default": false,
"description": null,
"id": 76811,
"name": "Bug",
"node_id": "MDU6TGFiZWw3NjgxMQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug"
},
{
"color": "e102d8",
"default": false,
"description": "Unexpected or buggy dtyp... | closed | false | null | [] | {
"closed_at": "2015-10-09T18:34:35Z",
"closed_issues": 593,
"created_at": "2015-03-23T10:47:38Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jr... | 10 | 2015-07-22T22:13:01Z | 2015-07-27T20:45:02Z | 2015-07-25T14:52:12Z | CONTRIBUTOR | null | Addresses [GH9428](https://github.com/pydata/pandas/issues/9428).
When constructing an empty DataFrame with a string dtype (e.g. `str`, `np.unicode_`, `U5`), the dtype is now promoted to the `object` dtype. This is now consistent with Series and avoids the confusing behaviour described in the original issue.
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/10658/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/10658/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/10658.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/10658",
"merged_at": "2015-07-25T14:52:12Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/10658.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/10658"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/10659 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/10659/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/10659/comments | https://api.github.com/repos/pandas-dev/pandas/issues/10659/events | https://github.com/pandas-dev/pandas/pull/10659 | 96,696,871 | MDExOlB1bGxSZXF1ZXN0NDA2MjYxODk= | 10,659 | BUG: #10565 Series.name lost in rolling_* funcions | {
"avatar_url": "https://avatars.githubusercontent.com/u/1924092?v=4",
"events_url": "https://api.github.com/users/chris-b1/events{/privacy}",
"followers_url": "https://api.github.com/users/chris-b1/followers",
"following_url": "https://api.github.com/users/chris-b1/following{/other_user}",
"gists_url": "http... | [
{
"color": "e10c02",
"default": false,
"description": null,
"id": 76811,
"name": "Bug",
"node_id": "MDU6TGFiZWw3NjgxMQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug"
}
] | closed | false | null | [] | {
"closed_at": "2015-10-09T18:34:35Z",
"closed_issues": 593,
"created_at": "2015-03-23T10:47:38Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jr... | 4 | 2015-07-23T00:21:58Z | 2015-08-17T23:42:53Z | 2015-07-23T11:16:39Z | CONTRIBUTOR | null | Addresses #10565
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/10659/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/10659/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/10659.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/10659",
"merged_at": "2015-07-23T11:16:39Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/10659.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/10659"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/10660 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/10660/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/10660/comments | https://api.github.com/repos/pandas-dev/pandas/issues/10660/events | https://github.com/pandas-dev/pandas/issues/10660 | 96,765,091 | MDU6SXNzdWU5Njc2NTA5MQ== | 10,660 | BUG: to_latex() output broken when the index has a name | {
"avatar_url": "https://avatars.githubusercontent.com/u/8722284?v=4",
"events_url": "https://api.github.com/users/jakbaum/events{/privacy}",
"followers_url": "https://api.github.com/users/jakbaum/followers",
"following_url": "https://api.github.com/users/jakbaum/following{/other_user}",
"gists_url": "https:/... | [
{
"color": "e10c02",
"default": false,
"description": null,
"id": 76811,
"name": "Bug",
"node_id": "MDU6TGFiZWw3NjgxMQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug"
},
{
"color": "006b75",
"default": false,
"description": "to_latex",
"id": 251... | closed | false | null | [] | {
"closed_at": "2015-11-21T13:47:07Z",
"closed_issues": 216,
"created_at": "2015-09-10T14:30:44Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jr... | 11 | 2015-07-23T08:55:09Z | 2015-10-09T13:03:57Z | 2015-10-09T13:03:57Z | NONE | null | Hey folks,
I posted this on [SO](https://stackoverflow.com/questions/31582114/groupby-to-latex-output-broken) and was asked to file a report here as well.
I'm trying to export `pandas.DataFrame.describe()` to `LaTex` using the `to_latex()`-method. This works all fine as long as I don't apply the `groupby()`-method b... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/10660/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/10660/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/10661 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/10661/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/10661/comments | https://api.github.com/repos/pandas-dev/pandas/issues/10661/events | https://github.com/pandas-dev/pandas/issues/10661 | 96,799,993 | MDU6SXNzdWU5Njc5OTk5Mw== | 10,661 | API: Add str/dt accessors to categorical | {
"avatar_url": "https://avatars.githubusercontent.com/u/1696302?v=4",
"events_url": "https://api.github.com/users/sinhrks/events{/privacy}",
"followers_url": "https://api.github.com/users/sinhrks/followers",
"following_url": "https://api.github.com/users/sinhrks/following{/other_user}",
"gists_url": "https:/... | [
{
"color": "AFEEEE",
"default": false,
"description": null,
"id": 211840,
"name": "Timeseries",
"node_id": "MDU6TGFiZWwyMTE4NDA=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Timeseries"
},
{
"color": "AD7FA8",
"default": false,
"description": null,
... | closed | false | null | [] | {
"closed_at": "2015-11-21T13:47:07Z",
"closed_issues": 216,
"created_at": "2015-09-10T14:30:44Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jr... | 18 | 2015-07-23T12:10:44Z | 2017-01-23T19:56:31Z | 2015-11-18T11:46:48Z | MEMBER | null | Accessors should be enabled depending on `categories`. Should care `CategoricalIndex` also.
```
import pandas as pd
s = pd.Series(['A', 'B'], dtype='category')
s.str
# AttributeError: Can only use .str accessor with string values, which use np.object_ dtype in pandas
s = pd.Series([pd.Timestamp('2011-01-01'), pd.Time... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/10661/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/10661/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/10662 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/10662/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/10662/comments | https://api.github.com/repos/pandas-dev/pandas/issues/10662/events | https://github.com/pandas-dev/pandas/pull/10662 | 96,824,596 | MDExOlB1bGxSZXF1ZXN0NDA2NzYxMDQ= | 10,662 | Small doc update for Stata 118 support | {
"avatar_url": "https://avatars.githubusercontent.com/u/2666691?v=4",
"events_url": "https://api.github.com/users/kshedden/events{/privacy}",
"followers_url": "https://api.github.com/users/kshedden/followers",
"following_url": "https://api.github.com/users/kshedden/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"
},
{
"color": "5319e7",
"default": false,
"description": "read_stata, to_stata"... | closed | false | null | [] | {
"closed_at": "2015-10-09T18:34:35Z",
"closed_issues": 593,
"created_at": "2015-03-23T10:47:38Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jr... | 3 | 2015-07-23T14:13:10Z | 2015-11-12T23:44:01Z | 2015-07-24T23:09:30Z | 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/10662/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/10662/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/10662.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/10662",
"merged_at": "2015-07-24T23:09:30Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/10662.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/10662"
} | |
https://api.github.com/repos/pandas-dev/pandas/issues/10663 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/10663/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/10663/comments | https://api.github.com/repos/pandas-dev/pandas/issues/10663/events | https://github.com/pandas-dev/pandas/issues/10663 | 96,849,366 | MDU6SXNzdWU5Njg0OTM2Ng== | 10,663 | pandas.tslib.normalize_date() can put Timestamp into inconsistent state | {
"avatar_url": "https://avatars.githubusercontent.com/u/13470324?v=4",
"events_url": "https://api.github.com/users/zbak/events{/privacy}",
"followers_url": "https://api.github.com/users/zbak/followers",
"following_url": "https://api.github.com/users/zbak/following{/other_user}",
"gists_url": "https://api.git... | [
{
"color": "e10c02",
"default": false,
"description": null,
"id": 76811,
"name": "Bug",
"node_id": "MDU6TGFiZWw3NjgxMQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug"
},
{
"color": "5319e7",
"default": false,
"description": "Timezone data dtype",
... | closed | false | null | [] | {
"closed_at": null,
"closed_issues": 786,
"created_at": "2015-01-13T10:53:19Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jreback/followers",
... | 5 | 2015-07-23T16:13:01Z | 2015-07-24T17:22:08Z | 2015-07-24T17:21:46Z | NONE | null | ### Code and Error description
If I try to normalize a date on daylight saving date day, the normalize_date() can put a Timestamp object into inconsistent state.
``` python
>>> import pandas as pd
>>> original_midnight = pd.Timestamp('20121104', tz='US/Eastern')
>>> original_midday = pd.Timestamp('20121104T120000', 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/10663/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/10663/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/10664 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/10664/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/10664/comments | https://api.github.com/repos/pandas-dev/pandas/issues/10664/events | https://github.com/pandas-dev/pandas/issues/10664 | 97,008,713 | MDU6SXNzdWU5NzAwODcxMw== | 10,664 | to_sql method should accept database URI as con parameter | {
"avatar_url": "https://avatars.githubusercontent.com/u/109167?v=4",
"events_url": "https://api.github.com/users/scls19fr/events{/privacy}",
"followers_url": "https://api.github.com/users/scls19fr/followers",
"following_url": "https://api.github.com/users/scls19fr/following{/other_user}",
"gists_url": "https... | [
{
"color": "009800",
"default": false,
"description": "Duplicate issue or pull request",
"id": 40153326,
"name": "Duplicate Report",
"node_id": "MDU6TGFiZWw0MDE1MzMyNg==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Duplicate%20Report"
},
{
"color": "5319e7",
... | closed | false | null | [] | {
"closed_at": null,
"closed_issues": 2361,
"created_at": "2015-02-26T19:29:05Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/1020496?v=4",
"events_url": "https://api.github.com/users/jorisvandenbossche/events{/privacy}",
"followers_url": "https://api.github.com/users/jorisva... | 1 | 2015-07-24T09:05:20Z | 2015-07-24T09:25:11Z | 2015-07-24T09:25:11Z | CONTRIBUTOR | null | Hello,
This enhancement is quite similar to https://github.com/pydata/pandas/issues/10654
`to_sql` method should accept database URI as con parameter
So we could do
```
import pandas as pd
db_uri = 'dialect+driver://username:password@host:port/database'
query = 'SELECT * FROM table'
df.to_sql("table", db_uri)
```
... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/10664/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/10664/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/10665 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/10665/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/10665/comments | https://api.github.com/repos/pandas-dev/pandas/issues/10665/events | https://github.com/pandas-dev/pandas/issues/10665 | 97,011,645 | MDU6SXNzdWU5NzAxMTY0NQ== | 10,665 | BUG: Series.align(join='left') and join='right' are inverted | {
"avatar_url": "https://avatars.githubusercontent.com/u/832092?v=4",
"events_url": "https://api.github.com/users/gdementen/events{/privacy}",
"followers_url": "https://api.github.com/users/gdementen/followers",
"following_url": "https://api.github.com/users/gdementen/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": "02d7e1",
"default": false,
"description": "Concat, Merge/Join, Stac... | closed | false | null | [] | {
"closed_at": "2015-10-09T18:34:35Z",
"closed_issues": 593,
"created_at": "2015-03-23T10:47:38Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jr... | 3 | 2015-07-24T09:21:46Z | 2015-08-18T10:51:57Z | 2015-08-18T10:51:57Z | CONTRIBUTOR | null | join='left' does a right join and 'right' does a left join
See the notebook for details
https://nbviewer.jupyter.org/gist/gdementen/fa4d388993ee981b5698
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/10665/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/10665/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/10666 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/10666/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/10666/comments | https://api.github.com/repos/pandas-dev/pandas/issues/10666/events | https://github.com/pandas-dev/pandas/pull/10666 | 97,038,013 | MDExOlB1bGxSZXF1ZXN0NDA3Njc5Nzc= | 10,666 | read_sql/to_sql can accept database URI as con parameter | {
"avatar_url": "https://avatars.githubusercontent.com/u/109167?v=4",
"events_url": "https://api.github.com/users/scls19fr/events{/privacy}",
"followers_url": "https://api.github.com/users/scls19fr/followers",
"following_url": "https://api.github.com/users/scls19fr/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": "5319e7",
"default": false,
"description": "to_sql, ... | closed | false | null | [] | {
"closed_at": "2015-10-09T18:34:35Z",
"closed_issues": 593,
"created_at": "2015-03-23T10:47:38Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jr... | 10 | 2015-07-24T11:58:54Z | 2015-07-27T08:32:23Z | 2015-07-27T08:32:22Z | CONTRIBUTOR | null | It should fix https://github.com/pydata/pandas/issues/10654
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/10666/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/10666/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/10666.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/10666",
"merged_at": "2015-07-27T08:32:22Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/10666.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/10666"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/10667 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/10667/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/10667/comments | https://api.github.com/repos/pandas-dev/pandas/issues/10667/events | https://github.com/pandas-dev/pandas/issues/10667 | 97,060,441 | MDU6SXNzdWU5NzA2MDQ0MQ== | 10,667 | PERF difference between concat and merge on simple 1-to-1 index-to-index merge | {
"avatar_url": "https://avatars.githubusercontent.com/u/1020496?v=4",
"events_url": "https://api.github.com/users/jorisvandenbossche/events{/privacy}",
"followers_url": "https://api.github.com/users/jorisvandenbossche/followers",
"following_url": "https://api.github.com/users/jorisvandenbossche/following{/othe... | [
{
"color": "a10c02",
"default": false,
"description": "Memory or execution speed performance",
"id": 8935311,
"name": "Performance",
"node_id": "MDU6TGFiZWw4OTM1MzEx",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Performance"
},
{
"color": "02d7e1",
"default"... | 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 | 2015-07-24T14:04:36Z | 2019-10-13T23:57:44Z | 2019-10-13T23:57:44Z | MEMBER | null | Simple case of concatting two frames with equal (or at least partially overlapping indices) index seems to be quicker when using merge instead of concat:
```
In [98]: df1 = pd.DataFrame(np.random.randn(10000,2), columns=['a', 'b'])
In [99]: df2 = pd.DataFrame(np.random.randn(10000,2), columns=['c', 'd'])
In [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/10667/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/10667/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/10668 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/10668/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/10668/comments | https://api.github.com/repos/pandas-dev/pandas/issues/10668/events | https://github.com/pandas-dev/pandas/issues/10668 | 97,144,060 | MDU6SXNzdWU5NzE0NDA2MA== | 10,668 | Taking first row from each group in groupby sometimes strips tzinfo | {
"avatar_url": "https://avatars.githubusercontent.com/u/5413548?v=4",
"events_url": "https://api.github.com/users/louispotok/events{/privacy}",
"followers_url": "https://api.github.com/users/louispotok/followers",
"following_url": "https://api.github.com/users/louispotok/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": "C4A000",
"default": false,
"description": "pandas testing functions... | closed | false | null | [] | {
"closed_at": null,
"closed_issues": 786,
"created_at": "2015-01-13T10:53:19Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jreback/followers",
... | 8 | 2015-07-24T20:48:54Z | 2017-02-16T16:16:49Z | 2017-02-16T16:16:48Z | CONTRIBUTOR | null | xref #12898 (same fix)
(c.f. http://stackoverflow.com/questions/31617084/how-to-have-groupby-first-not-remove-timezone-info-from-datetime-columns)
Take a dataframe with a column of tz-aware datetime.datetime objects, and group it by a different column, then return the first row from each group. There are some ways to ... | {
"+1": 1,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 1,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/10668/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/10668/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/10669 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/10669/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/10669/comments | https://api.github.com/repos/pandas-dev/pandas/issues/10669/events | https://github.com/pandas-dev/pandas/issues/10669 | 97,146,136 | MDU6SXNzdWU5NzE0NjEzNg== | 10,669 | Can't save pandas dataframe to HDF file | {
"avatar_url": "https://avatars.githubusercontent.com/u/5550345?v=4",
"events_url": "https://api.github.com/users/malapradej/events{/privacy}",
"followers_url": "https://api.github.com/users/malapradej/followers",
"following_url": "https://api.github.com/users/malapradej/following{/other_user}",
"gists_url":... | [
{
"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 | [] | null | 8 | 2015-07-24T21:00:16Z | 2015-07-27T15:05:27Z | 2015-07-25T13:50:13Z | NONE | null | I have been trying for a while to save a pandas dataframe to an HDF5 file. I tried various different phrasings eg. `df.to_hdf` etc. but to no avail. I am running this in a python virtual environment see [here](http://docs.python-guide.org/en/latest/dev/virtualenvs/). Even without the use of the VE it has the same error... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/10669/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/10669/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/10670 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/10670/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/10670/comments | https://api.github.com/repos/pandas-dev/pandas/issues/10670/events | https://github.com/pandas-dev/pandas/issues/10670 | 97,161,687 | MDU6SXNzdWU5NzE2MTY4Nw== | 10,670 | Why is `pandas.read_csv` not the reciprocal of `df.to_csv`? | {
"avatar_url": "https://avatars.githubusercontent.com/u/9484229?v=4",
"events_url": "https://api.github.com/users/StevenCHowell/events{/privacy}",
"followers_url": "https://api.github.com/users/StevenCHowell/followers",
"following_url": "https://api.github.com/users/StevenCHowell/following{/other_user}",
"gi... | [
{
"color": "AD7FA8",
"default": false,
"description": null,
"id": 35818298,
"name": "API Design",
"node_id": "MDU6TGFiZWwzNTgxODI5OA==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/API%20Design"
},
{
"color": "009800",
"default": false,
"description": "D... | closed | false | null | [] | null | 1 | 2015-07-24T22:38:48Z | 2015-07-24T22:41:00Z | 2015-07-24T22:40:32Z | NONE | null | It seems strange to me that `pandas.read_csv` is not a direct reciprocal function to `df.to_csv`. In this illustration, notice how when using all the default settings the original and final DataFrames differ by the "Unnamed" column.
```
In [1]: import pandas as pd
In [2]: orig_df = pd.DataFrame({'AAA' : [4,5,6,7], '... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/10670/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/10670/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/10671 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/10671/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/10671/comments | https://api.github.com/repos/pandas-dev/pandas/issues/10671/events | https://github.com/pandas-dev/pandas/issues/10671 | 97,192,619 | MDU6SXNzdWU5NzE5MjYxOQ== | 10,671 | Sort()ing then selecting columns in a function apply()d to a grouped DataFrame | {
"avatar_url": "https://avatars.githubusercontent.com/u/2998212?v=4",
"events_url": "https://api.github.com/users/TDaltonC/events{/privacy}",
"followers_url": "https://api.github.com/users/TDaltonC/followers",
"following_url": "https://api.github.com/users/TDaltonC/following{/other_user}",
"gists_url": "http... | [
{
"color": "e10c02",
"default": false,
"description": null,
"id": 76811,
"name": "Bug",
"node_id": "MDU6TGFiZWw3NjgxMQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug"
},
{
"color": "729FCF",
"default": false,
"description": null,
"id": 233160,
... | closed | false | null | [] | {
"closed_at": null,
"closed_issues": 2361,
"created_at": "2015-02-26T19:29:05Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/1020496?v=4",
"events_url": "https://api.github.com/users/jorisvandenbossche/events{/privacy}",
"followers_url": "https://api.github.com/users/jorisva... | 5 | 2015-07-25T05:23:51Z | 2018-01-31T15:19:42Z | 2018-01-31T15:19:42Z | NONE | null | This code:
``` python
import pandas as pd
from numpy.random import randn
df = pd.DataFrame(randn(8, 4), columns=['A', 'B', 'C', 'D'])
def function(group):
group.sort(columns = 'C', inplace=True)
group = group[['A', 'B', 'C', 'D']]
return group
df2 = df.groupby(['A']).apply(function)
```
produces 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/10671/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/10671/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/10672 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/10672/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/10672/comments | https://api.github.com/repos/pandas-dev/pandas/issues/10672/events | https://github.com/pandas-dev/pandas/issues/10672 | 97,236,823 | MDU6SXNzdWU5NzIzNjgyMw== | 10,672 | BUG: DataFrame.to_hdf segfault | {
"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": "75507B",
"default": false,
"description": "Library building on vari... | closed | false | null | [] | {
"closed_at": "2015-10-09T18:34:35Z",
"closed_issues": 593,
"created_at": "2015-03-23T10:47:38Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jr... | 10 | 2015-07-25T16:25:03Z | 2015-08-26T01:30:07Z | 2015-08-26T01:30:07Z | CONTRIBUTOR | null | ```
import pandas as pd
# import dask.dataframe as dd
N = 5000
df = pd.DataFrame({'A': [1, 2] * N, 'B': [3, 4] * N, 'C': ['a', 'b'] * N})
df.to_hdf('foo.h5', '/data', format='table', mode='a')
for _ in range(3):
df.to_hdf('foo.h5', '/data', format='table', mode='a', append=True)
```
This actually works when `N`... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/10672/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/10672/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/10673 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/10673/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/10673/comments | https://api.github.com/repos/pandas-dev/pandas/issues/10673/events | https://github.com/pandas-dev/pandas/issues/10673 | 97,247,234 | MDU6SXNzdWU5NzI0NzIzNA== | 10,673 | categorical accessor (and others?) should fail if an unknown attribute is set | {
"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": "AD7FA8",
"default": false,
"description": null,
"id": 35818298,
"name": "API Design",
"node_id": "MDU6TGFiZWwzNTgxODI5OA==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/API%20Design"
},
{
"color": "e11d21",
"default": false,
"description": "C... | closed | false | null | [] | {
"closed_at": "2015-11-21T13:47:07Z",
"closed_issues": 216,
"created_at": "2015-09-10T14:30:44Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jr... | 0 | 2015-07-25T19:04:16Z | 2015-11-14T15:08:07Z | 2015-11-14T15:08:07Z | CONTRIBUTOR | null | ```
In[10]: a = pandas.Series(pandas.Categorical(list("abc")))
In[11]: a.cat.labels = [1,2]
In[12]: a.cat.labels
Traceback (most recent call last):
File "C:\portabel\miniconda\envs\pandas_dev\lib\site-packages\IPython\core\interactiveshell.py", line 2883, in run_code
exec(code_obj, self.user_global_ns, self.user_... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/10673/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/10673/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/10674 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/10674/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/10674/comments | https://api.github.com/repos/pandas-dev/pandas/issues/10674/events | https://github.com/pandas-dev/pandas/pull/10674 | 97,273,445 | MDExOlB1bGxSZXF1ZXN0NDA4NDYyOTE= | 10,674 | API: #10636, changing default of to_datetime to raise, deprecating coerce in favor of errors | {
"avatar_url": "https://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": "AFEEEE",
"default": false,
"description": null,
"id": 211840,
"name": "Timeseries",
"node_id": "MDU6TGFiZWwyMTE4NDA=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Timeseries"
},
{
"color": "AD7FA8",
"default": false,
"description": null,
... | closed | false | null | [] | {
"closed_at": "2015-10-09T18:34:35Z",
"closed_issues": 593,
"created_at": "2015-03-23T10:47:38Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jr... | 7 | 2015-07-26T01:31:52Z | 2015-08-01T00:23:50Z | 2015-07-31T22:35:22Z | CONTRIBUTOR | null | closes #10636
changes `to_timedelta` API as well to similar effect.
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/10674/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/10674/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/10674.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/10674",
"merged_at": "2015-07-31T22:35:22Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/10674.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/10674"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/10675 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/10675/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/10675/comments | https://api.github.com/repos/pandas-dev/pandas/issues/10675/events | https://github.com/pandas-dev/pandas/pull/10675 | 97,322,560 | MDExOlB1bGxSZXF1ZXN0NDA4NTQwMDQ= | 10,675 | BUG: #10645 in using MultiIndex.__contains__ | {
"avatar_url": "https://avatars.githubusercontent.com/u/964251?v=4",
"events_url": "https://api.github.com/users/scari/events{/privacy}",
"followers_url": "https://api.github.com/users/scari/followers",
"following_url": "https://api.github.com/users/scari/following{/other_user}",
"gists_url": "https://api.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 | [] | null | 12 | 2015-07-26T14:26:58Z | 2015-10-12T02:45:53Z | 2015-09-10T11:59:39Z | CONTRIBUTOR | null | This PR fix a BUG #10645
@sinhrks would you review my PR?
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/10675/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/10675/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/10675.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/10675",
"merged_at": null,
"patch_url": "https://github.com/pandas-dev/pandas/pull/10675.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/10675"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/10676 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/10676/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/10676/comments | https://api.github.com/repos/pandas-dev/pandas/issues/10676/events | https://github.com/pandas-dev/pandas/pull/10676 | 97,331,321 | MDExOlB1bGxSZXF1ZXN0NDA4NTU3MDg= | 10,676 | DEPR: add stacklevel to FutureWarnings (GH9584) | {
"avatar_url": "https://avatars.githubusercontent.com/u/1020496?v=4",
"events_url": "https://api.github.com/users/jorisvandenbossche/events{/privacy}",
"followers_url": "https://api.github.com/users/jorisvandenbossche/followers",
"following_url": "https://api.github.com/users/jorisvandenbossche/following{/othe... | [
{
"color": "C4A000",
"default": false,
"description": "pandas testing functions or related to the test suite",
"id": 127685,
"name": "Testing",
"node_id": "MDU6TGFiZWwxMjc2ODU=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Testing"
},
{
"color": "5319e7",
"d... | closed | false | null | [] | {
"closed_at": "2015-10-09T18:34:35Z",
"closed_issues": 593,
"created_at": "2015-03-23T10:47:38Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jr... | 13 | 2015-07-26T16:29:27Z | 2015-09-04T09:33:57Z | 2015-09-04T09:33:57Z | MEMBER | null | Closes #9584
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/10676/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/10676/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/10676.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/10676",
"merged_at": "2015-09-04T09:33:56Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/10676.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/10676"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/10677 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/10677/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/10677/comments | https://api.github.com/repos/pandas-dev/pandas/issues/10677/events | https://github.com/pandas-dev/pandas/issues/10677 | 97,335,845 | MDU6SXNzdWU5NzMzNTg0NQ== | 10,677 | New function pandas.DataFrame.sample not documented as "New in version..." | {
"avatar_url": "https://avatars.githubusercontent.com/u/5987153?v=4",
"events_url": "https://api.github.com/users/jblachly/events{/privacy}",
"followers_url": "https://api.github.com/users/jblachly/followers",
"following_url": "https://api.github.com/users/jblachly/following{/other_user}",
"gists_url": "http... | [] | closed | false | null | [] | null | 1 | 2015-07-26T17:29:08Z | 2015-07-26T17:32:09Z | 2015-07-26T17:32:09Z | NONE | null | http://pandas.pydata.org/pandas-docs/stable/generated/pandas.DataFrame.sample.html
Many functions indicate (e.g.) "New in version 0.13.0"
The addition of DataFrame.sample() in [AFAIK] 0.16.2, which bit me hard today as my dataframes all have a column "sample" so you can see how this totally hosed up all my df.sample ... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/10677/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/10677/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/10678 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/10678/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/10678/comments | https://api.github.com/repos/pandas-dev/pandas/issues/10678/events | https://github.com/pandas-dev/pandas/issues/10678 | 97,336,130 | MDU6SXNzdWU5NzMzNjEzMA== | 10,678 | Hexbin plots does not display x label and xtick labels | {
"avatar_url": "https://avatars.githubusercontent.com/u/9617231?v=4",
"events_url": "https://api.github.com/users/BDannowitz/events{/privacy}",
"followers_url": "https://api.github.com/users/BDannowitz/followers",
"following_url": "https://api.github.com/users/BDannowitz/following{/other_user}",
"gists_url":... | [
{
"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": "2019-01-26T00:51:26Z",
"closed_issues": 2048,
"created_at": "2018-03-29T12:00:12Z",
"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... | 10 | 2015-07-26T17:34:25Z | 2021-10-16T14:03:04Z | 2018-07-04T12:59:41Z | NONE | null | I'm currently using python 2.7, pandas 0.16.2.dev, and ipython version 3.1.0
In brief, it seems that there are cases that the sharex option of pandas.DataFrame.plot(kind='hexbin') defaults to True instead of False. This causes the x label and xtick labels to be invisible.
.
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/10681/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/10681/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/10681.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/10681",
"merged_at": null,
"patch_url": "https://github.com/pandas-dev/pandas/pull/10681.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/10681"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/10682 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/10682/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/10682/comments | https://api.github.com/repos/pandas-dev/pandas/issues/10682/events | https://github.com/pandas-dev/pandas/issues/10682 | 97,372,063 | MDU6SXNzdWU5NzM3MjA2Mw== | 10,682 | Older versions of Stata dta files are not readable | {
"avatar_url": "https://avatars.githubusercontent.com/u/5585221?v=4",
"events_url": "https://api.github.com/users/bashtage/events{/privacy}",
"followers_url": "https://api.github.com/users/bashtage/followers",
"following_url": "https://api.github.com/users/bashtage/following{/other_user}",
"gists_url": "http... | [
{
"color": "0052cc",
"default": false,
"description": "pandas objects compatability with Numpy or Python functions",
"id": 76865106,
"name": "Compat",
"node_id": "MDU6TGFiZWw3Njg2NTEwNg==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Compat"
},
{
"color": "5319e... | 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 | 2015-07-27T02:31:40Z | 2015-07-27T15:13:48Z | 2015-07-27T15:13:47Z | CONTRIBUTOR | null | Checking some older verions, and found that the versions that are not tested cannot be imported using `from_stata` or `StataReader`. For example,
http://fmwww.bc.edu/ec-p/data/wooldridge2k/401ksubs.dta
produces an error when trying to parse the header. This file is version 105. As far as I know, there are on onlin... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/10682/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/10682/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/10683 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/10683/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/10683/comments | https://api.github.com/repos/pandas-dev/pandas/issues/10683/events | https://github.com/pandas-dev/pandas/pull/10683 | 97,372,958 | MDExOlB1bGxSZXF1ZXN0NDA4NjYxOTE= | 10,683 | Fix Visual Studio 2015 compile errors | {
"avatar_url": "https://avatars.githubusercontent.com/u/483428?v=4",
"events_url": "https://api.github.com/users/cgohlke/events{/privacy}",
"followers_url": "https://api.github.com/users/cgohlke/followers",
"following_url": "https://api.github.com/users/cgohlke/following{/other_user}",
"gists_url": "https://... | [
{
"color": "fbca04",
"default": false,
"description": "Windows OS",
"id": 57186974,
"name": "Windows",
"node_id": "MDU6TGFiZWw1NzE4Njk3NA==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Windows"
},
{
"color": "0052cc",
"default": false,
"description": "p... | closed | false | null | [] | {
"closed_at": "2015-10-09T18:34:35Z",
"closed_issues": 593,
"created_at": "2015-03-23T10:47:38Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jr... | 1 | 2015-07-27T02:39:31Z | 2015-07-27T13:10:34Z | 2015-07-27T13:10:34Z | CONTRIBUTOR | null | Together with #10681 this allows building Pandas for Python 3.5b4 using Visual Studio 2015.
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/10683/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/10683/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/10683.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/10683",
"merged_at": null,
"patch_url": "https://github.com/pandas-dev/pandas/pull/10683.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/10683"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/10684 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/10684/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/10684/comments | https://api.github.com/repos/pandas-dev/pandas/issues/10684/events | https://github.com/pandas-dev/pandas/issues/10684 | 97,410,228 | MDU6SXNzdWU5NzQxMDIyOA== | 10,684 | Strong coupling on read_html and automatic conversion results in lost data for incorrectly inferred types | {
"avatar_url": "https://avatars.githubusercontent.com/u/6069479?v=4",
"events_url": "https://api.github.com/users/sixtysecond/events{/privacy}",
"followers_url": "https://api.github.com/users/sixtysecond/followers",
"following_url": "https://api.github.com/users/sixtysecond/following{/other_user}",
"gists_ur... | [
{
"color": "006b75",
"default": false,
"description": "read_html, to_html, Styler.apply, Styler.applymap",
"id": 57395487,
"name": "IO HTML",
"node_id": "MDU6TGFiZWw1NzM5NTQ4Nw==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/IO%20HTML"
}
] | closed | false | null | [] | null | 9 | 2015-07-27T08:20:52Z | 2015-07-28T16:37:16Z | 2015-07-28T16:37:16Z | NONE | null | I am using read_html to read an html table which contains timedelta information in various formats, e.g. "20s" or "20 seconds" for 20 seconds, "5 minutes", "12 hours", "4 days". The default parser incorrectly parses these in 1) converting the values to datetimes, with the time added as a timedelta to the start of the 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/10684/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/10684/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/10685 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/10685/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/10685/comments | https://api.github.com/repos/pandas-dev/pandas/issues/10685/events | https://github.com/pandas-dev/pandas/issues/10685 | 97,450,112 | MDU6SXNzdWU5NzQ1MDExMg== | 10,685 | Assignment using .ix and None incorrectly assigns NaN | {
"avatar_url": "https://avatars.githubusercontent.com/u/799531?v=4",
"events_url": "https://api.github.com/users/dewoller/events{/privacy}",
"followers_url": "https://api.github.com/users/dewoller/followers",
"following_url": "https://api.github.com/users/dewoller/following{/other_user}",
"gists_url": "https... | [
{
"color": "d7e102",
"default": false,
"description": "np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate",
"id": 2822342,
"name": "Missing-data",
"node_id": "MDU6TGFiZWwyODIyMzQy",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Missing-data"
},
{
"color": "0052cc"... | closed | false | null | [] | null | 4 | 2015-07-27T12:19:48Z | 2015-07-27T20:53:47Z | 2015-07-27T12:25:36Z | NONE | null | When I try to initialize a new column with None, NaN is filled in instead. For example:
```
import pandas as pd
df=pd.DataFrame(1, index=['A'], columns=['x'])
df.ix[:,"Grouping"]=None
df
```
results in
```
x Grouping
A 1 NaN
```
Alternatively, if I assign a random number instead of the constant 1, I ge... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/10685/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/10685/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/10686 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/10686/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/10686/comments | https://api.github.com/repos/pandas-dev/pandas/issues/10686/events | https://github.com/pandas-dev/pandas/pull/10686 | 97,633,209 | MDExOlB1bGxSZXF1ZXN0NDA5ODE0Mzc= | 10,686 | BUG: GH10581 where read_msgpack does not respect encoding | {
"avatar_url": "https://avatars.githubusercontent.com/u/10709573?v=4",
"events_url": "https://api.github.com/users/kawochen/events{/privacy}",
"followers_url": "https://api.github.com/users/kawochen/followers",
"following_url": "https://api.github.com/users/kawochen/following{/other_user}",
"gists_url": "htt... | [] | closed | false | null | [] | {
"closed_at": "2015-10-09T18:34:35Z",
"closed_issues": 593,
"created_at": "2015-03-23T10:47:38Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jr... | 18 | 2015-07-28T07:11:55Z | 2015-08-18T11:09:58Z | 2015-08-18T11:09:49Z | CONTRIBUTOR | null | Close #10581 by upgrading to `msgpack` 0.4.6
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/10686/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/10686/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/10686.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/10686",
"merged_at": "2015-08-18T11:09:49Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/10686.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/10686"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/10687 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/10687/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/10687/comments | https://api.github.com/repos/pandas-dev/pandas/issues/10687/events | https://github.com/pandas-dev/pandas/pull/10687 | 97,731,518 | MDExOlB1bGxSZXF1ZXN0NDEwMjMwMzM= | 10,687 | Empty subtypes of Index return their type, rather than Index | {
"avatar_url": "https://avatars.githubusercontent.com/u/5635139?v=4",
"events_url": "https://api.github.com/users/max-sixty/events{/privacy}",
"followers_url": "https://api.github.com/users/max-sixty/followers",
"following_url": "https://api.github.com/users/max-sixty/following{/other_user}",
"gists_url": "h... | [] | closed | false | null | [] | null | 3 | 2015-07-28T15:13:49Z | 2015-07-28T22:15:32Z | 2015-07-28T21:44:23Z | CONTRIBUTOR | null | Resolves #10596
Prior was in #10599 FYI
I think this has a PyTables error which I need to resolve
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/10687/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/10687/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/10687.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/10687",
"merged_at": null,
"patch_url": "https://github.com/pandas-dev/pandas/pull/10687.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/10687"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/10688 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/10688/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/10688/comments | https://api.github.com/repos/pandas-dev/pandas/issues/10688/events | https://github.com/pandas-dev/pandas/issues/10688 | 97,739,423 | MDU6SXNzdWU5NzczOTQyMw== | 10,688 | Summing with missing data appears to be broken in 0.16.2 when all elements are NA | {
"avatar_url": "https://avatars.githubusercontent.com/u/4975865?v=4",
"events_url": "https://api.github.com/users/numpand/events{/privacy}",
"followers_url": "https://api.github.com/users/numpand/followers",
"following_url": "https://api.github.com/users/numpand/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"
},
{
"color": "d7e102",
"default": false,
... | closed | false | null | [] | null | 3 | 2015-07-28T15:46:33Z | 2015-07-29T02:06:32Z | 2015-07-28T21:38:40Z | NONE | null | Summing with missing data appear to be broken in 0.16.2. According to http://pandas.pydata.org/pandas-docs/version/0.16.2/missing_data.html#calculations-with-missing-data
When summing data, NA (missing) values will be treated as zero
=>>> If the data are all NA, the result will be NA <== This returns zero in... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/10688/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/10688/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/10689 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/10689/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/10689/comments | https://api.github.com/repos/pandas-dev/pandas/issues/10689/events | https://github.com/pandas-dev/pandas/issues/10689 | 97,746,047 | MDU6SXNzdWU5Nzc0NjA0Nw== | 10,689 | MAINT: use numpy.nanvar (requires numpy >= 1.8) | {
"avatar_url": "https://avatars.githubusercontent.com/u/537559?v=4",
"events_url": "https://api.github.com/users/jvkersch/events{/privacy}",
"followers_url": "https://api.github.com/users/jvkersch/followers",
"following_url": "https://api.github.com/users/jvkersch/following{/other_user}",
"gists_url": "https... | [
{
"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 | [] | null | 2 | 2015-07-28T16:19:14Z | 2015-07-28T16:44:57Z | 2015-07-28T16:40:26Z | CONTRIBUTOR | null | This came up in #10679.
Numpy 1.8 implements `numpy.nanvar`, which can replace `pandas.core.nanops._nanvar` when the minimum requirement for Numpy is bumped to 1.8 . The implementation of `_nanvar` in #10679 is in fact based on the corresponding implementation in Numpy.
I haven't checked whether other nanops can be r... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/10689/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/10689/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/10690 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/10690/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/10690/comments | https://api.github.com/repos/pandas-dev/pandas/issues/10690/events | https://github.com/pandas-dev/pandas/issues/10690 | 97,772,289 | MDU6SXNzdWU5Nzc3MjI4OQ== | 10,690 | to_html() formatters does not work for objects with 'datetime64[ns]' type | {
"avatar_url": "https://avatars.githubusercontent.com/u/476201?v=4",
"events_url": "https://api.github.com/users/shishirsharma/events{/privacy}",
"followers_url": "https://api.github.com/users/shishirsharma/followers",
"following_url": "https://api.github.com/users/shishirsharma/following{/other_user}",
"gis... | [
{
"color": "AFEEEE",
"default": false,
"description": null,
"id": 211840,
"name": "Timeseries",
"node_id": "MDU6TGFiZWwyMTE4NDA=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Timeseries"
},
{
"color": "006b75",
"default": false,
"description": "read_html... | closed | false | null | [] | {
"closed_at": "2016-10-03T08:52:13Z",
"closed_issues": 733,
"created_at": "2016-03-11T21:24:45Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jr... | 2 | 2015-07-28T18:40:45Z | 2016-07-08T15:16:46Z | 2016-07-08T15:16:46Z | NONE | null | I am using a to_html() to convert a dataframe into a table. i have various datatypes in Dataframe including float, int, datetime and timedelta.
I am using formatters to control outputs, It seems to be working for int and float but not for datetime.
``` python
datetime_formatter = lambda ts: "%s" % ts.strftime("%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/10690/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/10690/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/10691 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/10691/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/10691/comments | https://api.github.com/repos/pandas-dev/pandas/issues/10691/events | https://github.com/pandas-dev/pandas/pull/10691 | 97,782,950 | MDExOlB1bGxSZXF1ZXN0NDEwNTAyMDE= | 10,691 | Allow interpolate() to fill backwards as well as forwards | {
"avatar_url": "https://avatars.githubusercontent.com/u/53048?v=4",
"events_url": "https://api.github.com/users/lmjohns3/events{/privacy}",
"followers_url": "https://api.github.com/users/lmjohns3/followers",
"following_url": "https://api.github.com/users/lmjohns3/following{/other_user}",
"gists_url": "https:... | [
{
"color": "d7e102",
"default": false,
"description": "np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate",
"id": 2822342,
"name": "Missing-data",
"node_id": "MDU6TGFiZWwyODIyMzQy",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Missing-data"
},
{
"color": "AD7FA8"... | closed | false | null | [] | {
"closed_at": "2015-10-09T18:34:35Z",
"closed_issues": 593,
"created_at": "2015-03-23T10:47:38Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jr... | 42 | 2015-07-28T19:26:37Z | 2015-09-15T16:39:18Z | 2015-09-01T12:04:25Z | CONTRIBUTOR | null | closes #9218
closes #10420
**Edit: changed approach, see the rest of the thread**
Currently, interpolate() has a "limit" kwarg that, when set to n,
prevents interpolated values from propagating more than n rows forward.
This change adds a "backward_limit" kwarg that, when set to n, prevents
interpolated values from... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/10691/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/10691/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/10691.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/10691",
"merged_at": "2015-09-01T12:04:25Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/10691.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/10691"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/10692 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/10692/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/10692/comments | https://api.github.com/repos/pandas-dev/pandas/issues/10692/events | https://github.com/pandas-dev/pandas/issues/10692 | 97,792,697 | MDU6SXNzdWU5Nzc5MjY5Nw== | 10,692 | setting with enlargement fails for large DataFrames | {
"avatar_url": "https://avatars.githubusercontent.com/u/13544755?v=4",
"events_url": "https://api.github.com/users/pekaalto/events{/privacy}",
"followers_url": "https://api.github.com/users/pekaalto/followers",
"following_url": "https://api.github.com/users/pekaalto/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": "0b02e1",
"default": false,
"description": "Related to indexing on s... | closed | false | null | [] | {
"closed_at": "2015-10-09T18:34:35Z",
"closed_issues": 593,
"created_at": "2015-03-23T10:47:38Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jr... | 7 | 2015-07-28T20:16:54Z | 2016-06-19T06:14:46Z | 2015-09-10T22:11:55Z | NONE | null | Setting with enlargement seems to fail for DataFrames longer than `10**6 - 1`
`10**6` seems to be the exact treshold for me. That and anything bigger fails. Anything smaller works.
Example:
```
import pandas as pd
#works
X = pd.DataFrame(dict(x=range(10**6-1)))
X.loc[len(X)] = 42
#doesn't work
Y = pd.DataFrame(dic... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/10692/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/10692/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/10693 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/10693/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/10693/comments | https://api.github.com/repos/pandas-dev/pandas/issues/10693/events | https://github.com/pandas-dev/pandas/issues/10693 | 97,812,326 | MDU6SXNzdWU5NzgxMjMyNg== | 10,693 | Add doc note on memory usage of read_sql with chunksize | {
"avatar_url": "https://avatars.githubusercontent.com/u/1020496?v=4",
"events_url": "https://api.github.com/users/jorisvandenbossche/events{/privacy}",
"followers_url": "https://api.github.com/users/jorisvandenbossche/followers",
"following_url": "https://api.github.com/users/jorisvandenbossche/following{/othe... | [
{
"color": "3465A4",
"default": false,
"description": null,
"id": 134699,
"name": "Docs",
"node_id": "MDU6TGFiZWwxMzQ2OTk=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Docs"
},
{
"color": "5319e7",
"default": false,
"description": "to_sql, read_sql, rea... | 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",
... | 2 | 2015-07-28T22:06:54Z | 2019-10-11T11:16:22Z | null | MEMBER | null | As this typically does not give you much memory usage improvement (which is a bit unexpected from the keyword explanation), this is worth a note in the docs.
From some discussion on gitter: https://gitter.im/pydata/pandas?at=55b61bf952d85d450f404be1 (with @litaotao) and https://gitter.im/pydata/pandas?at=554609295edd8... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/10693/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/10693/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/10694 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/10694/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/10694/comments | https://api.github.com/repos/pandas-dev/pandas/issues/10694/events | https://github.com/pandas-dev/pandas/issues/10694 | 97,908,128 | MDU6SXNzdWU5NzkwODEyOA== | 10,694 | BUG: GroupBy.idxmax breaks when grouping by Categorical with unused categories | {
"avatar_url": "https://avatars.githubusercontent.com/u/1020496?v=4",
"events_url": "https://api.github.com/users/jorisvandenbossche/events{/privacy}",
"followers_url": "https://api.github.com/users/jorisvandenbossche/followers",
"following_url": "https://api.github.com/users/jorisvandenbossche/following{/othe... | [
{
"color": "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,
... | open | false | null | [] | null | 5 | 2015-07-29T10:30:15Z | 2020-07-13T20:12:52Z | null | MEMBER | null | From SO: http://stackoverflow.com/questions/31690493/idxmax-doesnt-work-on-seriesgroupby-that-contains-nan
`idxmax` works with a normal dataframe:
```
In [60]: df = pd.DataFrame({'a':list('abab'), 'b':[0,1,2,3]})
In [61]: df.groupby('a').idxmax()
Out[61]:
b
a
a 2
b 3
```
Also when 'a' is a categorical there ar... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/10694/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/10694/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/10695 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/10695/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/10695/comments | https://api.github.com/repos/pandas-dev/pandas/issues/10695/events | https://github.com/pandas-dev/pandas/issues/10695 | 97,915,312 | MDU6SXNzdWU5NzkxNTMxMg== | 10,695 | Slicing with no keys found | {
"avatar_url": "https://avatars.githubusercontent.com/u/1817552?v=4",
"events_url": "https://api.github.com/users/filmackay/events{/privacy}",
"followers_url": "https://api.github.com/users/filmackay/followers",
"following_url": "https://api.github.com/users/filmackay/following{/other_user}",
"gists_url": "h... | [
{
"color": "0b02e1",
"default": false,
"description": "Related to indexing on series/frames, not to indexes themselves",
"id": 2822098,
"name": "Indexing",
"node_id": "MDU6TGFiZWwyODIyMDk4",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Indexing"
},
{
"color": "AD... | closed | false | null | [] | null | 28 | 2015-07-29T11:25:49Z | 2021-06-07T20:37:55Z | 2018-01-18T11:35:49Z | NONE | null | I just upgraded to latest Pandas 0.16, and the new error has hit me (with Pandas 0.15) when slicing with multiple values. (df.ix[[list_of_values]]). I actually think it is more valid to return an empty DataFrame, than to throw an error.
The best I've been able to come up with to reproduce the previous behaviour (fail ... | {
"+1": 2,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 2,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/10695/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/10695/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/10696 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/10696/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/10696/comments | https://api.github.com/repos/pandas-dev/pandas/issues/10696/events | https://github.com/pandas-dev/pandas/issues/10696 | 97,921,853 | MDU6SXNzdWU5NzkyMTg1Mw== | 10,696 | BUG: astype('category', categories=...) failes on a series of categorical type | {
"avatar_url": "https://avatars.githubusercontent.com/u/1020496?v=4",
"events_url": "https://api.github.com/users/jorisvandenbossche/events{/privacy}",
"followers_url": "https://api.github.com/users/jorisvandenbossche/followers",
"following_url": "https://api.github.com/users/jorisvandenbossche/following{/othe... | [
{
"color": "e10c02",
"default": false,
"description": null,
"id": 76811,
"name": "Bug",
"node_id": "MDU6TGFiZWw3NjgxMQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug"
},
{
"color": "e11d21",
"default": false,
"description": "Categorical Data Type",
... | closed | false | null | [] | {
"closed_at": "2018-05-16T03:09:58Z",
"closed_issues": 1645,
"created_at": "2017-10-20T10:17:09Z",
"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... | 8 | 2015-07-29T12:07:01Z | 2017-12-13T14:35:18Z | 2017-12-13T14:35:18Z | MEMBER | null | `s.astype('category', categories=['a', 'b', 'c'])` fails when the series is already of Categorical dtype:
> TypeError: _astype() got an unexpected keyword argument 'categories'
I am not sure if this _should_ work (it would then be equivalent to `set_categories`?), but in any case the current error message is not inf... | {
"+1": 5,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 5,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/10696/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/10696/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/10697 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/10697/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/10697/comments | https://api.github.com/repos/pandas-dev/pandas/issues/10697/events | https://github.com/pandas-dev/pandas/issues/10697 | 97,925,920 | MDU6SXNzdWU5NzkyNTkyMA== | 10,697 | BUG: sorting with tuples and Multi-Index creation | {
"avatar_url": "https://avatars.githubusercontent.com/u/4437159?v=4",
"events_url": "https://api.github.com/users/Alexis-benoist/events{/privacy}",
"followers_url": "https://api.github.com/users/Alexis-benoist/followers",
"following_url": "https://api.github.com/users/Alexis-benoist/following{/other_user}",
... | [
{
"color": "e10c02",
"default": false,
"description": null,
"id": 76811,
"name": "Bug",
"node_id": "MDU6TGFiZWw3NjgxMQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug"
},
{
"color": "0b02e1",
"default": false,
"description": "Related to indexing on s... | closed | false | null | [] | {
"closed_at": "2015-10-09T18:34:35Z",
"closed_issues": 593,
"created_at": "2015-03-23T10:47:38Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jr... | 7 | 2015-07-29T12:37:26Z | 2015-07-30T14:36:19Z | 2015-07-30T14:36:19Z | NONE | null | Hello,
I'm using python 2.7.9 and pandas 0.15.2.
I'm trying to concatenate two DataFrames (to_concat is a list of 2 DataFrames) and I have the following error.
```
File "/Users/alexisbenoist/Documents/CoTH/AFDS/app/core.py", line 67, in train_dataflow
df = pd.concat(to_concat)
File "/Users/alexisbenoist/.virt... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/10697/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/10697/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/10698 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/10698/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/10698/comments | https://api.github.com/repos/pandas-dev/pandas/issues/10698/events | https://github.com/pandas-dev/pandas/issues/10698 | 97,988,683 | MDU6SXNzdWU5Nzk4ODY4Mw== | 10,698 | Loss of series name attributes in pd.concat | {
"avatar_url": "https://avatars.githubusercontent.com/u/12200702?v=4",
"events_url": "https://api.github.com/users/multiloc/events{/privacy}",
"followers_url": "https://api.github.com/users/multiloc/followers",
"following_url": "https://api.github.com/users/multiloc/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": "02d7e1",
"default": false,
"description": "Concat, Merge/Join, Stac... | closed | false | null | [] | {
"closed_at": "2015-10-09T18:34:35Z",
"closed_issues": 593,
"created_at": "2015-03-23T10:47:38Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jr... | 4 | 2015-07-29T17:34:42Z | 2015-09-02T11:54:14Z | 2015-09-02T11:54:14Z | CONTRIBUTOR | null | `pd.concat` nicely preserves name attributes when given a list of series. However, this only works if all series have the name attribute set, otherwise all names are lost:
```
In [1]: import pandas as pd
In [2]: pd.__version__
Out[2]: '0.16.2'
In [3]: foo = pd.Series([1,2], name='foo')
In [4]: bar = pd.Series([1,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/10698/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/10698/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/10699 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/10699/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/10699/comments | https://api.github.com/repos/pandas-dev/pandas/issues/10699/events | https://github.com/pandas-dev/pandas/issues/10699 | 98,017,416 | MDU6SXNzdWU5ODAxNzQxNg== | 10,699 | DateOffsets should allow element-wise addition to Series | {
"avatar_url": "https://avatars.githubusercontent.com/u/1020496?v=4",
"events_url": "https://api.github.com/users/jorisvandenbossche/events{/privacy}",
"followers_url": "https://api.github.com/users/jorisvandenbossche/followers",
"following_url": "https://api.github.com/users/jorisvandenbossche/following{/othe... | [
{
"color": "AFEEEE",
"default": false,
"description": null,
"id": 211840,
"name": "Timeseries",
"node_id": "MDU6TGFiZWwyMTE4NDA=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Timeseries"
},
{
"color": "0052cc",
"default": false,
"description": "DateOffse... | closed | false | null | [] | {
"closed_at": "2015-10-09T18:34:35Z",
"closed_issues": 593,
"created_at": "2015-03-23T10:47:38Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jr... | 2 | 2015-07-29T19:57:58Z | 2015-08-13T13:08:11Z | 2015-08-13T13:08:11Z | MEMBER | null | Adding a DateOffset works for single Timestamps and for DatetimeIndex, but fails on a Series:
```
In [132]: s = pd.Series(pd.date_range('2012-01-01', periods=3))
In [133]: s
Out[133]:
0 2012-01-01
1 2012-01-02
2 2012-01-03
dtype: datetime64[ns]
In [134]: s[0] + pd.DateOffset(months=2)
Out[134]: Timestamp('2012... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/10699/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/10699/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/10700 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/10700/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/10700/comments | https://api.github.com/repos/pandas-dev/pandas/issues/10700/events | https://github.com/pandas-dev/pandas/issues/10700 | 98,104,618 | MDU6SXNzdWU5ODEwNDYxOA== | 10,700 | Default na values list doc is missing the empty string | {
"avatar_url": "https://avatars.githubusercontent.com/u/1025478?v=4",
"events_url": "https://api.github.com/users/frlnx/events{/privacy}",
"followers_url": "https://api.github.com/users/frlnx/followers",
"following_url": "https://api.github.com/users/frlnx/following{/other_user}",
"gists_url": "https://api.g... | [
{
"color": "3465A4",
"default": false,
"description": null,
"id": 134699,
"name": "Docs",
"node_id": "MDU6TGFiZWwxMzQ2OTk=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Docs"
},
{
"color": "d7e102",
"default": false,
"description": "np.nan, pd.NaT, pd.NA... | closed | false | null | [] | {
"closed_at": "2015-10-09T18:34:35Z",
"closed_issues": 593,
"created_at": "2015-03-23T10:47:38Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jr... | 2 | 2015-07-30T07:45:49Z | 2015-09-02T08:52:55Z | 2015-09-02T08:52:40Z | NONE | null | Recreating my original post from here: http://stackoverflow.com/questions/26659941/what-are-the-default-na-values-when-pandas-loads-data/31705571#31705571
This documentation http://pandas.pydata.org/pandas-docs/stable/io.html#na-values states:
> The default NaN recognized values are ['-1.#IND', '1.#QNAN', '1.#IND', '... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/10700/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/10700/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/10701 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/10701/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/10701/comments | https://api.github.com/repos/pandas-dev/pandas/issues/10701/events | https://github.com/pandas-dev/pandas/pull/10701 | 98,121,640 | MDExOlB1bGxSZXF1ZXN0NDEyMTMyMjU= | 10,701 | TST: fix usage of assert_produces_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... | [
{
"color": "C4A000",
"default": false,
"description": "pandas testing functions or related to the test suite",
"id": 127685,
"name": "Testing",
"node_id": "MDU6TGFiZWwxMjc2ODU=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Testing"
}
] | closed | false | null | [] | {
"closed_at": "2015-10-09T18:34:35Z",
"closed_issues": 593,
"created_at": "2015-03-23T10:47:38Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jr... | 1 | 2015-07-30T09:21:07Z | 2015-07-31T07:23:04Z | 2015-07-31T07:23:04Z | MEMBER | null | @jreback I just notices some tests were not using `assert_produces_warning` as a context manager, therefore these would never fail (you could put whatever in there).
I changed it to using `with`, as I don't think there is way to use that function not as a context?
@bashtage I also changed some of your tests. I am not... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/10701/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/10701/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/10701.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/10701",
"merged_at": "2015-07-31T07:23:04Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/10701.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/10701"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/10702 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/10702/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/10702/comments | https://api.github.com/repos/pandas-dev/pandas/issues/10702/events | https://github.com/pandas-dev/pandas/pull/10702 | 98,139,169 | MDExOlB1bGxSZXF1ZXN0NDEyMjA1MTY= | 10,702 | ENH: Add the moment function as DataFrame and Series method WITH namespacing | {
"avatar_url": "https://avatars.githubusercontent.com/u/1181438?v=4",
"events_url": "https://api.github.com/users/Konubinix/events{/privacy}",
"followers_url": "https://api.github.com/users/Konubinix/followers",
"following_url": "https://api.github.com/users/Konubinix/following{/other_user}",
"gists_url": "h... | [
{
"color": "3465A4",
"default": false,
"description": null,
"id": 134699,
"name": "Docs",
"node_id": "MDU6TGFiZWwxMzQ2OTk=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Docs"
},
{
"color": "AD7FA8",
"default": false,
"description": null,
"id": 358182... | closed | false | null | [] | {
"closed_at": "2015-11-21T13:47:07Z",
"closed_issues": 216,
"created_at": "2015-09-10T14:30:44Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jr... | 30 | 2015-07-30T10:47:07Z | 2015-11-15T16:29:49Z | 2015-11-15T16:29:49Z | NONE | null | This makes the usage of those methods more object oriented
Also, delete some trailing whitespaces.
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/10702/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/10702/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/10702.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/10702",
"merged_at": null,
"patch_url": "https://github.com/pandas-dev/pandas/pull/10702.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/10702"
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.