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/13504 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/13504/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/13504/comments | https://api.github.com/repos/pandas-dev/pandas/issues/13504/events | https://github.com/pandas-dev/pandas/pull/13504 | 161,986,731 | MDExOlB1bGxSZXF1ZXN0NzUwMDA0MjQ= | 13,504 | BUG: Fix bug with symmetric difference of two equal MultiIndexes GH12490 | {
"avatar_url": "https://avatars.githubusercontent.com/u/2871757?v=4",
"events_url": "https://api.github.com/users/lstout/events{/privacy}",
"followers_url": "https://api.github.com/users/lstout/followers",
"following_url": "https://api.github.com/users/lstout/following{/other_user}",
"gists_url": "https://ap... | [
{
"color": "e10c02",
"default": false,
"description": null,
"id": 76811,
"name": "Bug",
"node_id": "MDU6TGFiZWw3NjgxMQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug"
},
{
"color": "0b02e1",
"default": false,
"description": "Related to indexing on s... | closed | false | null | [] | null | 4 | 2016-06-23T18:08:16Z | 2016-11-16T22:23:17Z | 2016-11-16T22:23:17Z | NONE | null | - [x] closes #13490
- [x] tests added / passed
- [x] passes `git diff upstream/master | flake8 --diff`
- [x] whatsnew entry
Fixes a bug where the symmetric difference of two equal MultiIndexes would raise a TypeError. MultiIndex used to use the `Index.symmetric_difference`. With this PR it it's own implementation that... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/13504/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/13504/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/13504.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/13504",
"merged_at": null,
"patch_url": "https://github.com/pandas-dev/pandas/pull/13504.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/13504"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/13505 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/13505/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/13505/comments | https://api.github.com/repos/pandas-dev/pandas/issues/13505/events | https://github.com/pandas-dev/pandas/issues/13505 | 162,019,261 | MDU6SXNzdWUxNjIwMTkyNjE= | 13,505 | read_csv EmptyDataError when using a buffer and selecting an index column | {
"avatar_url": "https://avatars.githubusercontent.com/u/15304285?v=4",
"events_url": "https://api.github.com/users/meowser/events{/privacy}",
"followers_url": "https://api.github.com/users/meowser/followers",
"following_url": "https://api.github.com/users/meowser/following{/other_user}",
"gists_url": "https:... | [
{
"color": "5319e7",
"default": false,
"description": "read_csv, to_csv",
"id": 47229171,
"name": "IO CSV",
"node_id": "MDU6TGFiZWw0NzIyOTE3MQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/IO%20CSV"
}
] | closed | false | null | [] | null | 2 | 2016-06-23T20:46:24Z | 2016-06-27T15:09:46Z | 2016-06-27T15:09:46Z | NONE | null | I am trying to read_csv from a csv buffer object while selecting an index column, but I am recieving an EmptyDataError. I can read the plain file and select an index_col no problem, but for some reason the buffer object is not achieving the same results. I pasted my code below.
```
import pandas as pd
from six import ... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/13505/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/13505/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/13506 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/13506/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/13506/comments | https://api.github.com/repos/pandas-dev/pandas/issues/13506/events | https://github.com/pandas-dev/pandas/issues/13506 | 162,038,438 | MDU6SXNzdWUxNjIwMzg0Mzg= | 13,506 | API/ENH: unprotected Categorical | {
"avatar_url": "https://avatars.githubusercontent.com/u/7279321?v=4",
"events_url": "https://api.github.com/users/adbull/events{/privacy}",
"followers_url": "https://api.github.com/users/adbull/followers",
"following_url": "https://api.github.com/users/adbull/following{/other_user}",
"gists_url": "https://ap... | [
{
"color": "4E9A06",
"default": false,
"description": null,
"id": 76812,
"name": "Enhancement",
"node_id": "MDU6TGFiZWw3NjgxMg==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Enhancement"
},
{
"color": "e11d21",
"default": false,
"description": "Categori... | open | false | null | [] | null | 0 | 2016-06-23T22:32:53Z | 2021-05-01T22:31:03Z | null | CONTRIBUTOR | null | xref #8640 #12699 #13361 #13410
There's been discussion of a few overlapping uses of `Categorical`:
1. as 'true' categorical data with a known set of values
2. as 'lazy' categorical data which adds new categories as needed
3. as an interned string data type, with no particular categorical interpretation
Option 1 is ... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/13506/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/13506/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/13507 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/13507/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/13507/comments | https://api.github.com/repos/pandas-dev/pandas/issues/13507/events | https://github.com/pandas-dev/pandas/pull/13507 | 162,044,348 | MDExOlB1bGxSZXF1ZXN0NzUwNDI4NTI= | 13,507 | mmap error is not always returned in English | {
"avatar_url": "https://avatars.githubusercontent.com/u/6215361?v=4",
"events_url": "https://api.github.com/users/nparley/events{/privacy}",
"followers_url": "https://api.github.com/users/nparley/followers",
"following_url": "https://api.github.com/users/nparley/following{/other_user}",
"gists_url": "https:/... | [
{
"color": "0052cc",
"default": false,
"description": "pandas objects compatability with Numpy or Python functions",
"id": 76865106,
"name": "Compat",
"node_id": "MDU6TGFiZWw3Njg2NTEwNg==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Compat"
}
] | closed | false | null | [] | {
"closed_at": "2016-10-03T08:52:13Z",
"closed_issues": 733,
"created_at": "2016-03-11T21:24:45Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jr... | 1 | 2016-06-23T23:17:34Z | 2016-06-23T23:59:45Z | 2016-06-23T23:59:45Z | CONTRIBUTOR | null | Fixes a build error from https://github.com/pydata/pandas/pull/12946 caused by mmap error being returned in Italian when `LOCALE_OVERRIDE="it_IT.UTF-8"`. The test fails with:
`AssertionError: "Invalid argument" does not match "[Errno 22] Argomento non valido"`
``` python
msg = "Invalid argument"
tm.as... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/13507/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/13507/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/13507.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/13507",
"merged_at": null,
"patch_url": "https://github.com/pandas-dev/pandas/pull/13507.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/13507"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/13508 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/13508/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/13508/comments | https://api.github.com/repos/pandas-dev/pandas/issues/13508/events | https://github.com/pandas-dev/pandas/issues/13508 | 162,194,004 | MDU6SXNzdWUxNjIxOTQwMDQ= | 13,508 | Use \multirow \multicolumn in latex output | {
"avatar_url": "https://avatars.githubusercontent.com/u/143389?v=4",
"events_url": "https://api.github.com/users/wiso/events{/privacy}",
"followers_url": "https://api.github.com/users/wiso/followers",
"following_url": "https://api.github.com/users/wiso/following{/other_user}",
"gists_url": "https://api.githu... | [
{
"color": "4E9A06",
"default": false,
"description": null,
"id": 76812,
"name": "Enhancement",
"node_id": "MDU6TGFiZWw3NjgxMg==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Enhancement"
},
{
"color": "006b75",
"default": false,
"description": "to_latex... | closed | false | null | [] | {
"closed_at": "2017-05-06T10:20:19Z",
"closed_issues": 987,
"created_at": "2016-02-08T15:30:21Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jr... | 0 | 2016-06-24T17:30:57Z | 2017-03-03T09:17:29Z | 2017-03-03T09:16:46Z | NONE | null | It would be nice to have `\multicolumn` and `\multirow` in the `to_latex` output when using multilayer indexes or columns.
| {
"+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/13508/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/13508/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/13509 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/13509/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/13509/comments | https://api.github.com/repos/pandas-dev/pandas/issues/13509/events | https://github.com/pandas-dev/pandas/issues/13509 | 162,239,059 | MDU6SXNzdWUxNjIyMzkwNTk= | 13,509 | BUG: Float64Index getitem raises error with tuple-like values | {
"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": "0b02e1",
"default": false,
"description": "Related to indexing on s... | 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... | 3 | 2016-06-24T22:02:53Z | 2016-08-26T20:21:02Z | 2016-08-26T20:21:02Z | MEMBER | null | So when you have a Series with the combination of a Float64Index and tuple values, getitem/`[]` gives an error:
```
In [46]: s = pd.Series([1,2,3], index=[0.0,0.1,0.2])
In [47]: s[0.0]
Out[47]: 1
In [48]: s = pd.Series([(1,1),(2,2),(3,3)], index=[0.0,0.1,0.2])
In [49]: s[0.0]
...
TypeError: len() of unsized object
... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/13509/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/13509/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/13510 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/13510/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/13510/comments | https://api.github.com/repos/pandas-dev/pandas/issues/13510/events | https://github.com/pandas-dev/pandas/pull/13510 | 162,239,741 | MDExOlB1bGxSZXF1ZXN0NzUxODA0NDQ= | 13,510 | BUG: date_range closed keyword with timezone aware start/end (GH12684) | {
"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": "AFEEEE",
"default": false,
"description": null,
"id": 211840,
... | 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 | 2016-06-24T22:08:11Z | 2016-06-29T12:16:23Z | 2016-06-29T12:16:22Z | MEMBER | null | closes #12684
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/13510/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/13510/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/13510.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/13510",
"merged_at": "2016-06-29T12:16:22Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/13510.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/13510"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/13511 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/13511/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/13511/comments | https://api.github.com/repos/pandas-dev/pandas/issues/13511/events | https://github.com/pandas-dev/pandas/issues/13511 | 162,273,646 | MDU6SXNzdWUxNjIyNzM2NDY= | 13,511 | NaN label in MultiIndex is assigned a non NaN value when writing to excel file | {
"avatar_url": "https://avatars.githubusercontent.com/u/2924816?v=4",
"events_url": "https://api.github.com/users/mpuels/events{/privacy}",
"followers_url": "https://api.github.com/users/mpuels/followers",
"following_url": "https://api.github.com/users/mpuels/following{/other_user}",
"gists_url": "https://ap... | [
{
"color": "e10c02",
"default": false,
"description": null,
"id": 76811,
"name": "Bug",
"node_id": "MDU6TGFiZWw3NjgxMQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug"
},
{
"color": "bfe5bf",
"default": false,
"description": "read_excel, to_excel",
... | 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... | 4 | 2016-06-25T09:54:49Z | 2016-07-25T15:07:00Z | 2016-07-25T15:07:00Z | CONTRIBUTOR | null | Given a DataFrame which has a MultiIndex. When a label of the MultiIndex has the value NaN and the DataFrame is written to an excel file, the label will have a value which is not NaN in the excel file.
#### Code Sample, a copy-pastable example if possible
```
df = pd.DataFrame({'c1': [1,1,2,2],
'c2'... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/13511/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/13511/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/13512 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/13512/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/13512/comments | https://api.github.com/repos/pandas-dev/pandas/issues/13512/events | https://github.com/pandas-dev/pandas/pull/13512 | 162,288,623 | MDExOlB1bGxSZXF1ZXN0NzUyMDg0Nzc= | 13,512 | To numeric enhance | {
"avatar_url": "https://avatars.githubusercontent.com/u/6215361?v=4",
"events_url": "https://api.github.com/users/nparley/events{/privacy}",
"followers_url": "https://api.github.com/users/nparley/followers",
"following_url": "https://api.github.com/users/nparley/following{/other_user}",
"gists_url": "https:/... | [] | closed | false | null | [] | null | 1 | 2016-06-25T16:27:22Z | 2016-06-27T06:42:30Z | 2016-06-27T06:42:30Z | CONTRIBUTOR | null | This is a test PR copy of #13425 to test travis - do not 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/13512/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/13512/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/13512.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/13512",
"merged_at": null,
"patch_url": "https://github.com/pandas-dev/pandas/pull/13512.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/13512"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/13513 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/13513/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/13513/comments | https://api.github.com/repos/pandas-dev/pandas/issues/13513/events | https://github.com/pandas-dev/pandas/pull/13513 | 162,308,805 | MDExOlB1bGxSZXF1ZXN0NzUyMTk0NTQ= | 13,513 | ENH: add time-window capability to .rolling | {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jreback/followers",
"following_url": "https://api.github.com/users/jreback/following{/other_user}",
"gists_url": "https://... | [
{
"color": "4E9A06",
"default": false,
"description": null,
"id": 76812,
"name": "Enhancement",
"node_id": "MDU6TGFiZWw3NjgxMg==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Enhancement"
},
{
"color": "AFEEEE",
"default": false,
"description": null,
... | 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... | 71 | 2016-06-26T02:15:05Z | 2020-09-18T11:02:50Z | 2016-07-20T17:23:59Z | CONTRIBUTOR | null | xref #13327
closes #936
This [notebook shows the usecase](http://nbviewer.jupyter.org/gist/jreback/186d09a99902a17a095d99ac6a5e4cd3)
- implement lint checking for cython (currently only for windows.pyx), xref #12995
This implements time-ware windows, IOW, to a `.rolling()` you can now pass a ragged / sparse timeseri... | {
"+1": 4,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 4,
"laugh": 0,
"rocket": 0,
"total_count": 8,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/13513/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/13513/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/13513.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/13513",
"merged_at": null,
"patch_url": "https://github.com/pandas-dev/pandas/pull/13513.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/13513"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/13514 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/13514/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/13514/comments | https://api.github.com/repos/pandas-dev/pandas/issues/13514/events | https://github.com/pandas-dev/pandas/pull/13514 | 162,312,131 | MDExOlB1bGxSZXF1ZXN0NzUyMjEzMDM= | 13,514 | BUG/PERF: Sort mixed-int in Py3, fix Index.difference | {
"avatar_url": "https://avatars.githubusercontent.com/u/9507544?v=4",
"events_url": "https://api.github.com/users/pijucha/events{/privacy}",
"followers_url": "https://api.github.com/users/pijucha/followers",
"following_url": "https://api.github.com/users/pijucha/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": "a1... | 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... | 29 | 2016-06-26T04:33:36Z | 2016-07-19T14:50:49Z | 2016-07-19T01:52:00Z | CONTRIBUTOR | null | - [x] fixes some issues from #13432
- [x] closes #12044
- [x] closes #12814
- [x] tests added / passed
- [x] passes `git diff upstream/master | flake8 --diff`
- [x] whatsnew entry
---
1. Added an internal `safe_sort` to safely sort mixed-integer
arrays in Python3.
2. Changed Index.difference and Index.symmetric_dif... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/13514/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/13514/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/13514.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/13514",
"merged_at": null,
"patch_url": "https://github.com/pandas-dev/pandas/pull/13514.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/13514"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/13515 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/13515/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/13515/comments | https://api.github.com/repos/pandas-dev/pandas/issues/13515/events | https://github.com/pandas-dev/pandas/pull/13515 | 162,325,220 | MDExOlB1bGxSZXF1ZXN0NzUyMjgzMjg= | 13,515 | Force rebuilding of python files in PR | {
"avatar_url": "https://avatars.githubusercontent.com/u/6215361?v=4",
"events_url": "https://api.github.com/users/nparley/events{/privacy}",
"followers_url": "https://api.github.com/users/nparley/followers",
"following_url": "https://api.github.com/users/nparley/following{/other_user}",
"gists_url": "https:/... | [
{
"color": "75507B",
"default": false,
"description": "Library building on various platforms",
"id": 129350,
"name": "Build",
"node_id": "MDU6TGFiZWwxMjkzNTA=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Build"
}
] | closed | false | null | [] | {
"closed_at": "2016-10-03T08:52:13Z",
"closed_issues": 733,
"created_at": "2016-03-11T21:24:45Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jr... | 11 | 2016-06-26T12:14:51Z | 2016-06-27T13:04:04Z | 2016-06-27T13:04:03Z | CONTRIBUTOR | null | Force the rebuilding of cython files in PR as can't rely on the git history
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/13515/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/13515/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/13515.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/13515",
"merged_at": null,
"patch_url": "https://github.com/pandas-dev/pandas/pull/13515.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/13515"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/13516 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/13516/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/13516/comments | https://api.github.com/repos/pandas-dev/pandas/issues/13516/events | https://github.com/pandas-dev/pandas/pull/13516 | 162,333,020 | MDExOlB1bGxSZXF1ZXN0NzUyMzI3MzY= | 13,516 | BUG: Can't store callables using __setitem__ | {
"avatar_url": "https://avatars.githubusercontent.com/u/1621449?v=4",
"events_url": "https://api.github.com/users/evanpw/events{/privacy}",
"followers_url": "https://api.github.com/users/evanpw/followers",
"following_url": "https://api.github.com/users/evanpw/following{/other_user}",
"gists_url": "https://ap... | [
{
"color": "e10c02",
"default": false,
"description": null,
"id": 76811,
"name": "Bug",
"node_id": "MDU6TGFiZWw3NjgxMQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug"
},
{
"color": "0b02e1",
"default": false,
"description": "Related to indexing on s... | 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... | 5 | 2016-06-26T15:40:42Z | 2016-07-01T14:18:43Z | 2016-07-01T14:18:37Z | CONTRIBUTOR | null | - [X] closes #13299
- [X] tests added / passed
- [X] passes `git diff upstream/master | flake8 --diff`
- [X] whatsnew entry
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/13516/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/13516/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/13516.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/13516",
"merged_at": "2016-07-01T14:18:37Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/13516.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/13516"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/13517 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/13517/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/13517/comments | https://api.github.com/repos/pandas-dev/pandas/issues/13517/events | https://github.com/pandas-dev/pandas/issues/13517 | 162,336,083 | MDU6SXNzdWUxNjIzMzYwODM= | 13,517 | Index.map should allow dict as argument | {
"avatar_url": "https://avatars.githubusercontent.com/u/1621449?v=4",
"events_url": "https://api.github.com/users/evanpw/events{/privacy}",
"followers_url": "https://api.github.com/users/evanpw/followers",
"following_url": "https://api.github.com/users/evanpw/following{/other_user}",
"gists_url": "https://ap... | [
{
"color": "4E9A06",
"default": false,
"description": null,
"id": 76812,
"name": "Enhancement",
"node_id": "MDU6TGFiZWw3NjgxMg==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Enhancement"
},
{
"color": "e102d8",
"default": false,
"description": "Unexpect... | closed | false | null | [] | null | 2 | 2016-06-26T16:45:45Z | 2019-06-28T16:27:52Z | 2019-06-28T16:27:51Z | CONTRIBUTOR | null | Series.map works when passed a dict, but Index.map doesn't:
``` .python
>>> s = pd.Series(['a', 'b', 'c', 'd'], index=['a', 'b', 'c', 'd'])
>>> d = {'a': 0, 'b': 1, 'c': 2, 'd': 3}
>>> s.map(d)
a 0
b 1
c 2
d 3
dtype: int64
>>> s.index.map(d)
Traceback (most recent call last):
File "<stdin>", line 1, 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/13517/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/13517/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/13518 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/13518/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/13518/comments | https://api.github.com/repos/pandas-dev/pandas/issues/13518/events | https://github.com/pandas-dev/pandas/pull/13518 | 162,337,536 | MDExOlB1bGxSZXF1ZXN0NzUyMzUyMDY= | 13,518 | ENH: Allow dict as the argument to Index.map (GH13517) | {
"avatar_url": "https://avatars.githubusercontent.com/u/1621449?v=4",
"events_url": "https://api.github.com/users/evanpw/events{/privacy}",
"followers_url": "https://api.github.com/users/evanpw/followers",
"following_url": "https://api.github.com/users/evanpw/following{/other_user}",
"gists_url": "https://ap... | [
{
"color": "4E9A06",
"default": false,
"description": null,
"id": 76812,
"name": "Enhancement",
"node_id": "MDU6TGFiZWw3NjgxMg==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Enhancement"
},
{
"color": "0b02e1",
"default": false,
"description": "Related ... | closed | false | null | [] | null | 4 | 2016-06-26T17:22:49Z | 2016-11-16T22:23:39Z | 2016-11-16T22:23:39Z | CONTRIBUTOR | null | - [X] closes #13517
- [X] tests added / passed
- [X] passes `git diff upstream/master | flake8 --diff`
- [X] whatsnew entry
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/13518/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/13518/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/13518.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/13518",
"merged_at": null,
"patch_url": "https://github.com/pandas-dev/pandas/pull/13518.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/13518"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/13519 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/13519/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/13519/comments | https://api.github.com/repos/pandas-dev/pandas/issues/13519/events | https://github.com/pandas-dev/pandas/issues/13519 | 162,348,541 | MDU6SXNzdWUxNjIzNDg1NDE= | 13,519 | groupby + shift drops group columns when as_index is False | {
"avatar_url": "https://avatars.githubusercontent.com/u/4710853?v=4",
"events_url": "https://api.github.com/users/tjader/events{/privacy}",
"followers_url": "https://api.github.com/users/tjader/followers",
"following_url": "https://api.github.com/users/tjader/following{/other_user}",
"gists_url": "https://ap... | [
{
"color": "e10c02",
"default": false,
"description": null,
"id": 76811,
"name": "Bug",
"node_id": "MDU6TGFiZWw3NjgxMQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug"
},
{
"color": "729FCF",
"default": false,
"description": null,
"id": 233160,
... | open | false | null | [] | {
"closed_at": null,
"closed_issues": 786,
"created_at": "2015-01-13T10:53:19Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jreback/followers",
... | 7 | 2016-06-26T21:23:52Z | 2021-05-01T22:32:16Z | null | NONE | null | Using groupby + shift seems to have changed behaviour in 0.17 and 0.18 compared to 0.16.
With as_index=False, I would expect the columns that the groupby is made over to remain in the output dataframe, but they are no longer present.
#### Code Sample, a copy-pastable example if possible
``` python
>>>import pandas as ... | {
"+1": 3,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 3,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/13519/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/13519/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/13520 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/13520/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/13520/comments | https://api.github.com/repos/pandas-dev/pandas/issues/13520/events | https://github.com/pandas-dev/pandas/issues/13520 | 162,463,522 | MDU6SXNzdWUxNjI0NjM1MjI= | 13,520 | DOC: better warning on chained resample(...) | {
"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": "207de5",
"default": false,
"description": "resample method",
"id": 74975453,
"name": "Resample",
"node_id": "MDU6TGFiZWw3NDk3NTQ1Mw==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Resample"
},
{
"color": "5319e7",
"default": false,
"descripti... | 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... | 5 | 2016-06-27T14:19:57Z | 2016-07-19T13:15:22Z | 2016-07-19T13:15:22Z | CONTRIBUTOR | null | #### Code Sample, a copy-pastable example if possible
``` python
In [49]: df = pd.DataFrame({'a': 1.}, index=pd.date_range('2014-01-01', '2015-12-31'))
In [50]: df.resample('M').pct_change()
FutureWarning: .resample() is now a deferred operation
use .resample(...).mean() instead of .resample(...)
if __name__ == '__... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/13520/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/13520/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/13521 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/13521/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/13521/comments | https://api.github.com/repos/pandas-dev/pandas/issues/13521/events | https://github.com/pandas-dev/pandas/issues/13521 | 162,542,320 | MDU6SXNzdWUxNjI1NDIzMjA= | 13,521 | DataFrame.query() could be vulnerable to SQL injections like attacks if the user doesn't know what they are doing | {
"avatar_url": "https://avatars.githubusercontent.com/u/5765379?v=4",
"events_url": "https://api.github.com/users/ChristianKleineidam/events{/privacy}",
"followers_url": "https://api.github.com/users/ChristianKleineidam/followers",
"following_url": "https://api.github.com/users/ChristianKleineidam/following{/o... | [
{
"color": "0052cc",
"default": false,
"description": "pandas objects compatability with Numpy or Python functions",
"id": 76865106,
"name": "Compat",
"node_id": "MDU6TGFiZWw3Njg2NTEwNg==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Compat"
}
] | closed | false | null | [] | {
"closed_at": 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... | 7 | 2016-06-27T20:35:29Z | 2020-03-03T13:02:32Z | 2016-06-28T23:02:33Z | NONE | null | Currently DataFrame.query() takes a string to query a database in a way that's quite similar to how an SQL query reads data from a database. If a user writes code that uses pythons standard string replacement or that uses regex, the code is vunerable in a similar way to how SQL queries that are build with string replac... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/13521/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/13521/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/13522 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/13522/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/13522/comments | https://api.github.com/repos/pandas-dev/pandas/issues/13522/events | https://github.com/pandas-dev/pandas/issues/13522 | 162,569,194 | MDU6SXNzdWUxNjI1NjkxOTQ= | 13,522 | Assigning a string index as a column once can make further assignments affect both index and column. | {
"avatar_url": "https://avatars.githubusercontent.com/u/4710853?v=4",
"events_url": "https://api.github.com/users/tjader/events{/privacy}",
"followers_url": "https://api.github.com/users/tjader/followers",
"following_url": "https://api.github.com/users/tjader/following{/other_user}",
"gists_url": "https://ap... | [
{
"color": "e10c02",
"default": false,
"description": null,
"id": 76811,
"name": "Bug",
"node_id": "MDU6TGFiZWw3NjgxMQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug"
},
{
"color": "0b02e1",
"default": false,
"description": "Related to indexing on s... | closed | false | null | [] | {
"closed_at": "2016-10-03T08:52:13Z",
"closed_issues": 733,
"created_at": "2016-03-11T21:24:45Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jr... | 1 | 2016-06-27T23:14:37Z | 2016-08-17T22:03:59Z | 2016-08-17T22:03:59Z | NONE | null | If you assign the dataframe's index to as a column as well, without resetting the index, any subsequent assignments on the column seem to affect both the column as well as the index.
The behaviour is there for Index, Int64Index, and Float64Index but not DatetimeIndex.
#### Code Sample, a copy-pastable example if possib... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/13522/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/13522/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/13523 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/13523/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/13523/comments | https://api.github.com/repos/pandas-dev/pandas/issues/13523/events | https://github.com/pandas-dev/pandas/issues/13523 | 162,647,540 | MDU6SXNzdWUxNjI2NDc1NDA= | 13,523 | COMPAT: statsmodels 0.8 release | {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jreback/followers",
"following_url": "https://api.github.com/users/jreback/following{/other_user}",
"gists_url": "https://... | [
{
"color": "0052cc",
"default": false,
"description": "pandas objects compatability with Numpy or Python functions",
"id": 76865106,
"name": "Compat",
"node_id": "MDU6TGFiZWw3Njg2NTEwNg==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Compat"
}
] | closed | false | null | [] | {
"closed_at": null,
"closed_issues": 2361,
"created_at": "2015-02-26T19:29:05Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/1020496?v=4",
"events_url": "https://api.github.com/users/jorisvandenbossche/events{/privacy}",
"followers_url": "https://api.github.com/users/jorisva... | 10 | 2016-06-28T09:59:04Z | 2017-03-23T22:36:58Z | 2017-03-23T13:39:59Z | CONTRIBUTOR | null | https://groups.google.com/forum/m/?pli=1#!topic/pystatsmodels/VT24vE45oog
is out in pre release - would be nice to test with pandas (master and release) and report any issues
should also add to the ci once released
https://github.com/statsmodels/statsmodels/
| {
"+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/13523/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/13523/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/13524 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/13524/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/13524/comments | https://api.github.com/repos/pandas-dev/pandas/issues/13524/events | https://github.com/pandas-dev/pandas/issues/13524 | 162,698,328 | MDU6SXNzdWUxNjI2OTgzMjg= | 13,524 | Appending Pandas dataframes in for loop results in ValueError | {
"avatar_url": "https://avatars.githubusercontent.com/u/15664307?v=4",
"events_url": "https://api.github.com/users/lvphj/events{/privacy}",
"followers_url": "https://api.github.com/users/lvphj/followers",
"following_url": "https://api.github.com/users/lvphj/following{/other_user}",
"gists_url": "https://api.... | [
{
"color": "e10c02",
"default": false,
"description": null,
"id": 76811,
"name": "Bug",
"node_id": "MDU6TGFiZWw3NjgxMQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug"
},
{
"color": "e11d21",
"default": false,
"description": "Categorical Data Type",
... | 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... | 13 | 2016-06-28T14:22:02Z | 2016-09-07T13:18:27Z | 2016-09-07T13:18:27Z | NONE | null | I recently posted this on StackOverflow. It seems to be a bug so I am posting here as well.
I want to generate a dataframe that is created by appended several separate dataframes generated in a for loop. Each individual dataframe consists of a name column, a range of integers and a column identifying a category to whi... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/13524/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/13524/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/13525 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/13525/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/13525/comments | https://api.github.com/repos/pandas-dev/pandas/issues/13525/events | https://github.com/pandas-dev/pandas/pull/13525 | 162,724,953 | MDExOlB1bGxSZXF1ZXN0NzU1MDU0MDM= | 13,525 | Fixes a missing ".reshape" call | {
"avatar_url": "https://avatars.githubusercontent.com/u/662606?v=4",
"events_url": "https://api.github.com/users/andyljones/events{/privacy}",
"followers_url": "https://api.github.com/users/andyljones/followers",
"following_url": "https://api.github.com/users/andyljones/following{/other_user}",
"gists_url": ... | [
{
"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": "02d7e1",
"default": false,
"description": "Concat, M... | 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 | 2016-06-28T16:08:09Z | 2016-07-21T16:47:34Z | 2016-07-06T21:31:17Z | NONE | null | closes https://github.com/pydata/pandas/issues/13287
Currently, some 2D arrays can go into [_possibly_infer_to_datetimelike](https://github.com/andyljones/pandas/blob/59b9e835d49036cabad19cf2c53140ac9f2eb465/pandas/core/common.py#L1133-L1222) and come out 1D. The issue is that the input is ravelled [at one point](http... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/13525/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/13525/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/13525.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/13525",
"merged_at": null,
"patch_url": "https://github.com/pandas-dev/pandas/pull/13525.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/13525"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/13526 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/13526/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/13526/comments | https://api.github.com/repos/pandas-dev/pandas/issues/13526/events | https://github.com/pandas-dev/pandas/pull/13526 | 162,764,976 | MDExOlB1bGxSZXF1ZXN0NzU1MzQ3MDE= | 13,526 | Cython cache diff compare | {
"avatar_url": "https://avatars.githubusercontent.com/u/6215361?v=4",
"events_url": "https://api.github.com/users/nparley/events{/privacy}",
"followers_url": "https://api.github.com/users/nparley/followers",
"following_url": "https://api.github.com/users/nparley/following{/other_user}",
"gists_url": "https:/... | [
{
"color": "75507B",
"default": false,
"description": "Library building on various platforms",
"id": 129350,
"name": "Build",
"node_id": "MDU6TGFiZWwxMjkzNTA=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Build"
}
] | closed | false | null | [] | {
"closed_at": "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... | 9 | 2016-06-28T19:21:03Z | 2016-07-03T23:25:04Z | 2016-07-03T23:24:49Z | CONTRIBUTOR | null | As talked about in #13425 with @gfyoung and @jreback this PR does cython caching by comparing the pyx files and not relying on the git history.
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/13526/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/13526/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/13526.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/13526",
"merged_at": null,
"patch_url": "https://github.com/pandas-dev/pandas/pull/13526.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/13526"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/13527 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/13527/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/13527/comments | https://api.github.com/repos/pandas-dev/pandas/issues/13527/events | https://github.com/pandas-dev/pandas/issues/13527 | 162,804,239 | MDU6SXNzdWUxNjI4MDQyMzk= | 13,527 | Cannot get pandas.DataFrame.from_dict() to work with variable dict.values() length | {
"avatar_url": "https://avatars.githubusercontent.com/u/9138356?v=4",
"events_url": "https://api.github.com/users/akshayparopkari/events{/privacy}",
"followers_url": "https://api.github.com/users/akshayparopkari/followers",
"following_url": "https://api.github.com/users/akshayparopkari/following{/other_user}",... | [
{
"color": "02d7e1",
"default": false,
"description": "Concat, Merge/Join, Stack/Unstack, Explode",
"id": 13098779,
"name": "Reshaping",
"node_id": "MDU6TGFiZWwxMzA5ODc3OQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Reshaping"
},
{
"color": "0052cc",
"de... | closed | false | null | [] | {
"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 | 2016-06-28T22:42:54Z | 2016-06-29T19:17:57Z | 2016-06-28T22:58:58Z | NONE | null | ### Code Sample
I am trying to get a DataFrame from dict whose values are of variable length. However, I get a `ValueError`.
```
In [1]: import numpy as np
In [2]: import pandas as pd
In [3]: x_dict = {"A{}".format(i): np.random.randint(1, 25, data) for i, data in enumerate([5, 10, 15, 20])}
In [4]: x_dict
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/13527/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/13527/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/13528 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/13528/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/13528/comments | https://api.github.com/repos/pandas-dev/pandas/issues/13528/events | https://github.com/pandas-dev/pandas/pull/13528 | 162,824,885 | MDExOlB1bGxSZXF1ZXN0NzU1Nzc2MTk= | 13,528 | DOC: update brief documentation on visualization projects | {
"avatar_url": "https://avatars.githubusercontent.com/u/295428?v=4",
"events_url": "https://api.github.com/users/cswarth/events{/privacy}",
"followers_url": "https://api.github.com/users/cswarth/followers",
"following_url": "https://api.github.com/users/cswarth/following{/other_user}",
"gists_url": "https://... | [
{
"color": "3465A4",
"default": false,
"description": null,
"id": 134699,
"name": "Docs",
"node_id": "MDU6TGFiZWwxMzQ2OTk=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Docs"
}
] | closed | false | null | [] | {
"closed_at": "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 | 2016-06-29T01:54:32Z | 2016-06-29T10:16:18Z | 2016-06-29T10:15:56Z | CONTRIBUTOR | null | - [ X] passes `git diff upstream/master | flake8 --diff`
Minor Documentaion change to note that Vincent project has intentionally been abandoned and is not longer maintained. Add a pointer to IPython Vega successor.
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/13528/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/13528/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/13528.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/13528",
"merged_at": "2016-06-29T10:15:56Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/13528.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/13528"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/13529 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/13529/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/13529/comments | https://api.github.com/repos/pandas-dev/pandas/issues/13529/events | https://github.com/pandas-dev/pandas/issues/13529 | 162,881,697 | MDU6SXNzdWUxNjI4ODE2OTc= | 13,529 | FloatingPointError on ewm().std() | {
"avatar_url": "https://avatars.githubusercontent.com/u/456541?v=4",
"events_url": "https://api.github.com/users/chrism2671/events{/privacy}",
"followers_url": "https://api.github.com/users/chrism2671/followers",
"following_url": "https://api.github.com/users/chrism2671/following{/other_user}",
"gists_url": ... | [
{
"color": "0052cc",
"default": false,
"description": null,
"id": 34444536,
"name": "Usage Question",
"node_id": "MDU6TGFiZWwzNDQ0NDUzNg==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Usage%20Question"
},
{
"color": "006b75",
"default": false,
"descript... | closed | false | null | [] | null | 3 | 2016-06-29T09:36:16Z | 2016-06-29T12:28:54Z | 2016-06-29T11:17:32Z | NONE | null | I'm not sure if this is a bug, but I'm pretty sure I shouldn't be seeing these warnings. Any clarification would be a real help, as I need to ensure the accuracy of the calculations in all circumstances (including situations where the deviation is effectively zero)
Paste-ready code:
```
import traceback
import warnin... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/13529/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/13529/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/13530 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/13530/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/13530/comments | https://api.github.com/repos/pandas-dev/pandas/issues/13530/events | https://github.com/pandas-dev/pandas/issues/13530 | 162,932,173 | MDU6SXNzdWUxNjI5MzIxNzM= | 13,530 | groupby on single col df results in ValueError on Master, works on 0.18.1 | {
"avatar_url": "https://avatars.githubusercontent.com/u/2933165?v=4",
"events_url": "https://api.github.com/users/alan-wong/events{/privacy}",
"followers_url": "https://api.github.com/users/alan-wong/followers",
"following_url": "https://api.github.com/users/alan-wong/following{/other_user}",
"gists_url": "h... | [
{
"color": "729FCF",
"default": false,
"description": null,
"id": 233160,
"name": "Groupby",
"node_id": "MDU6TGFiZWwyMzMxNjA=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Groupby"
}
] | 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... | 5 | 2016-06-29T13:57:43Z | 2016-07-05T08:40:12Z | 2016-07-05T08:39:35Z | NONE | null | On 0.18.1 the following works without error
```
df = pd.DataFrame({'a':list('abssbab')})
df.groupby('a').count()
```
this results in an empty df:
```
Out[255]:
Empty DataFrame
Columns: []
Index: [a, b, s]
```
On Master it results in an error see related: https://github.com/pydata/pandas/issues/13393
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/13530/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/13530/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/13531 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/13531/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/13531/comments | https://api.github.com/repos/pandas-dev/pandas/issues/13531/events | https://github.com/pandas-dev/pandas/issues/13531 | 162,945,037 | MDU6SXNzdWUxNjI5NDUwMzc= | 13,531 | read_gbq should offer an option to save to dataset | {
"avatar_url": "https://avatars.githubusercontent.com/u/18690?v=4",
"events_url": "https://api.github.com/users/iros/events{/privacy}",
"followers_url": "https://api.github.com/users/iros/followers",
"following_url": "https://api.github.com/users/iros/following{/other_user}",
"gists_url": "https://api.github... | [
{
"color": "009800",
"default": false,
"description": "Duplicate issue or pull request",
"id": 40153326,
"name": "Duplicate Report",
"node_id": "MDU6TGFiZWw0MDE1MzMyNg==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Duplicate%20Report"
},
{
"color": "0052cc",
... | closed | false | null | [] | null | 6 | 2016-06-29T14:48:23Z | 2016-09-11T16:48:44Z | 2016-09-11T16:48:39Z | NONE | null | Right now `read_gbq` runs a query and retrieves the results into a data_frame. If one wants to also save it into a dataset table, one then has to call `to_gbq` which would stream the results back.
The `bq` command line tool has an option to pass a destination dataset table immediately on query to store the results.
`... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/13531/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/13531/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/13532 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/13532/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/13532/comments | https://api.github.com/repos/pandas-dev/pandas/issues/13532/events | https://github.com/pandas-dev/pandas/pull/13532 | 163,004,538 | MDExOlB1bGxSZXF1ZXN0NzU3MDUxMDc= | 13,532 | DOC: update sphinx requirements for doc building | {
"avatar_url": "https://avatars.githubusercontent.com/u/1020496?v=4",
"events_url": "https://api.github.com/users/jorisvandenbossche/events{/privacy}",
"followers_url": "https://api.github.com/users/jorisvandenbossche/followers",
"following_url": "https://api.github.com/users/jorisvandenbossche/following{/othe... | [
{
"color": "3465A4",
"default": false,
"description": null,
"id": 134699,
"name": "Docs",
"node_id": "MDU6TGFiZWwxMzQ2OTk=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Docs"
}
] | closed | false | null | [] | {
"closed_at": "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... | 8 | 2016-06-29T19:16:49Z | 2016-07-04T10:37:53Z | 2016-07-04T10:37:52Z | MEMBER | null | Simplified the version requirement for sphinx (>= 1.3.2). In principle >= 1.2.2 but < 1.3.0 also works, but left it out for simplicity.
@cswarth Do you have other things that you find unclear about the requirements for the doc build environment?
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/13532/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/13532/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/13532.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/13532",
"merged_at": "2016-07-04T10:37:52Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/13532.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/13532"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/13533 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/13533/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/13533/comments | https://api.github.com/repos/pandas-dev/pandas/issues/13533/events | https://github.com/pandas-dev/pandas/pull/13533 | 163,062,416 | MDExOlB1bGxSZXF1ZXN0NzU3NDc1Mjc= | 13,533 | Update documentation for rename | {
"avatar_url": "https://avatars.githubusercontent.com/u/50109?v=4",
"events_url": "https://api.github.com/users/gliptak/events{/privacy}",
"followers_url": "https://api.github.com/users/gliptak/followers",
"following_url": "https://api.github.com/users/gliptak/following{/other_user}",
"gists_url": "https://a... | [
{
"color": "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": "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... | 5 | 2016-06-30T01:26:49Z | 2016-06-30T22:59:17Z | 2016-06-30T22:59:11Z | CONTRIBUTOR | null | - [x] closes #13473
- [ ] tests added / passed
- [x] passes `git diff upstream/master | flake8 --diff`
- [ ] whatsnew entry
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/13533/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/13533/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/13533.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/13533",
"merged_at": "2016-06-30T22:59:11Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/13533.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/13533"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/13534 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/13534/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/13534/comments | https://api.github.com/repos/pandas-dev/pandas/issues/13534/events | https://github.com/pandas-dev/pandas/pull/13534 | 163,074,460 | MDExOlB1bGxSZXF1ZXN0NzU3NTU3MjA= | 13,534 | DOC: Update old Google Code and SourceForge links | {
"avatar_url": "https://avatars.githubusercontent.com/u/2073530?v=4",
"events_url": "https://api.github.com/users/proinsias/events{/privacy}",
"followers_url": "https://api.github.com/users/proinsias/followers",
"following_url": "https://api.github.com/users/proinsias/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"
}
] | 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... | 4 | 2016-06-30T03:38:02Z | 2016-07-05T08:38:32Z | 2016-07-05T08:38:26Z | 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/13534/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/13534/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/13534.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/13534",
"merged_at": "2016-07-05T08:38:26Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/13534.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/13534"
} | |
https://api.github.com/repos/pandas-dev/pandas/issues/13535 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/13535/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/13535/comments | https://api.github.com/repos/pandas-dev/pandas/issues/13535/events | https://github.com/pandas-dev/pandas/issues/13535 | 163,149,374 | MDU6SXNzdWUxNjMxNDkzNzQ= | 13,535 | Document pandas.DataFrame.to_stata data_label | {
"avatar_url": "https://avatars.githubusercontent.com/u/19708351?v=4",
"events_url": "https://api.github.com/users/frehoy/events{/privacy}",
"followers_url": "https://api.github.com/users/frehoy/followers",
"following_url": "https://api.github.com/users/frehoy/following{/other_user}",
"gists_url": "https://a... | [
{
"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": "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... | 6 | 2016-06-30T12:06:29Z | 2016-07-19T01:59:54Z | 2016-07-19T01:59:54Z | NONE | null | I work with Pandas and Stata and found the DataFrame.to_stata() method very valuable. I would like to be able to assign variable labels in my .dta files but the data_label parameter of the DataFrame.to_stata() method is not documented so I do not know in which format to supply my variable labels.
I tried a dictionary... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/13535/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/13535/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/13536 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/13536/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/13536/comments | https://api.github.com/repos/pandas-dev/pandas/issues/13536/events | https://github.com/pandas-dev/pandas/issues/13536 | 163,162,429 | MDU6SXNzdWUxNjMxNjI0Mjk= | 13,536 | ENH: Support Stata variable labels | {
"avatar_url": "https://avatars.githubusercontent.com/u/1312546?v=4",
"events_url": "https://api.github.com/users/TomAugspurger/events{/privacy}",
"followers_url": "https://api.github.com/users/TomAugspurger/followers",
"following_url": "https://api.github.com/users/TomAugspurger/following{/other_user}",
"gi... | [
{
"color": "4E9A06",
"default": false,
"description": null,
"id": 76812,
"name": "Enhancement",
"node_id": "MDU6TGFiZWw3NjgxMg==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Enhancement"
},
{
"color": "5319e7",
"default": false,
"description": "read_sta... | closed | false | null | [] | {
"closed_at": "2016-10-03T08:52:13Z",
"closed_issues": 733,
"created_at": "2016-03-11T21:24:45Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jr... | 0 | 2016-06-30T13:14:56Z | 2016-07-19T01:59:54Z | 2016-07-19T01:59:54Z | CONTRIBUTOR | null | xref https://github.com/pydata/pandas/issues/13535#issuecomment-229652201
cc @frehoy
> It seems that is is almost implemented here.
>
> See
> https://github.com/pydata/pandas/blob/master/pandas/io/stata.py#L2057
>
> and
>
> https://github.com/pydata/pandas/blob/master/pandas/io/stata.py#L2134
>
> As you can see, ... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/13536/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/13536/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/13537 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/13537/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/13537/comments | https://api.github.com/repos/pandas-dev/pandas/issues/13537/events | https://github.com/pandas-dev/pandas/issues/13537 | 163,172,958 | MDU6SXNzdWUxNjMxNzI5NTg= | 13,537 | Plot expressions | {
"avatar_url": "https://avatars.githubusercontent.com/u/143389?v=4",
"events_url": "https://api.github.com/users/wiso/events{/privacy}",
"followers_url": "https://api.github.com/users/wiso/followers",
"following_url": "https://api.github.com/users/wiso/following{/other_user}",
"gists_url": "https://api.githu... | [
{
"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"
}
] | 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 | 2016-06-30T14:01:26Z | 2016-07-01T07:31:13Z | 2016-07-01T02:25:00Z | NONE | null | It would be nice to have the possibility to plot expressions. Suppose I have a dataframe with three columns: col1, col2, col3. Now I can do:
```
df.plot.scatter(x='col1', y='col2')
```
it would be nice to be able to plot expressions directly:
```
df.plot.scatter(x='col1 ** 2', y = 'col2 / sqrt(col3)')
```
and also ... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/13537/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/13537/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/13538 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/13538/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/13538/comments | https://api.github.com/repos/pandas-dev/pandas/issues/13538/events | https://github.com/pandas-dev/pandas/issues/13538 | 163,174,912 | MDU6SXNzdWUxNjMxNzQ5MTI= | 13,538 | bug in bool type series logical AND operation | {
"avatar_url": "https://avatars.githubusercontent.com/u/2013465?v=4",
"events_url": "https://api.github.com/users/stsouko/events{/privacy}",
"followers_url": "https://api.github.com/users/stsouko/followers",
"following_url": "https://api.github.com/users/stsouko/following{/other_user}",
"gists_url": "https:/... | [
{
"color": "e10c02",
"default": false,
"description": null,
"id": 76811,
"name": "Bug",
"node_id": "MDU6TGFiZWw3NjgxMQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug"
}
] | closed | false | null | [] | {
"closed_at": "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... | 3 | 2016-06-30T14:10:25Z | 2016-08-25T10:20:52Z | 2016-08-25T10:20:52Z | NONE | null | #### Code Sample, a copy-pastable example if possible
```
s1=pd.Series([True,False,True,True])
s2=pd.Series([True,True,False])
s1.index=pd.MultiIndex.from_tuples( [(0, 2), (1, 1), (1, 2), (2, 1)],names=['st', 'at'])
s2.index=pd.Index([0,1,2], name='st')
ds1=pd.DataFrame(s1)
ds2=pd.DataFrame(s2)
s3=pd.Series([True,F... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/13538/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/13538/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/13539 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/13539/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/13539/comments | https://api.github.com/repos/pandas-dev/pandas/issues/13539/events | https://github.com/pandas-dev/pandas/issues/13539 | 163,233,958 | MDU6SXNzdWUxNjMyMzM5NTg= | 13,539 | partial slicing FAILS with a datetimeindex | {
"avatar_url": "https://avatars.githubusercontent.com/u/8282510?v=4",
"events_url": "https://api.github.com/users/randomgambit/events{/privacy}",
"followers_url": "https://api.github.com/users/randomgambit/followers",
"following_url": "https://api.github.com/users/randomgambit/following{/other_user}",
"gists... | [
{
"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": "0b02e1",
"default": false,
"description": "Related t... | 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 | 2016-06-30T18:33:52Z | 2016-07-01T12:42:26Z | 2016-07-01T11:45:42Z | NONE | null | Hi,
I have a simple dataframe with a multiindex.
```
stats.index.names
Out[67]: FrozenList([u'day', u'category'])
```
day is a time variable, category is a string.
```
stats.index.inferred_type
Out[69]: 'mixed'
stats.index.dtype_str
Out[68]: 'object'
```
if I type
```
idx=pd.IndexSlice
stats.loc[idx['2015-01-01... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/13539/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/13539/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/13540 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/13540/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/13540/comments | https://api.github.com/repos/pandas-dev/pandas/issues/13540/events | https://github.com/pandas-dev/pandas/issues/13540 | 163,287,624 | MDU6SXNzdWUxNjMyODc2MjQ= | 13,540 | [Feature Request] Pandas.Series.info | {
"avatar_url": "https://avatars.githubusercontent.com/u/8196363?v=4",
"events_url": "https://api.github.com/users/dragonator4/events{/privacy}",
"followers_url": "https://api.github.com/users/dragonator4/followers",
"following_url": "https://api.github.com/users/dragonator4/following{/other_user}",
"gists_ur... | [
{
"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 | [] | {
"closed_at": null,
"closed_issues": 2361,
"created_at": "2015-02-26T19:29:05Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/1020496?v=4",
"events_url": "https://api.github.com/users/jorisvandenbossche/events{/privacy}",
"followers_url": "https://api.github.com/users/jorisva... | 3 | 2016-06-30T23:19:12Z | 2016-07-01T01:24:57Z | 2016-06-30T23:42:41Z | NONE | null | It would be great if Pandas Series got an info method, like Pandas DataFrame. My main interest is to find out memory usage.
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/13540/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/13540/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/13541 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/13541/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/13541/comments | https://api.github.com/repos/pandas-dev/pandas/issues/13541/events | https://github.com/pandas-dev/pandas/issues/13541 | 163,379,393 | MDU6SXNzdWUxNjMzNzkzOTM= | 13,541 | CLN: unused parameters in cum_* functions | {
"avatar_url": "https://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": "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": "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 | 2016-07-01T11:47:48Z | 2016-07-03T23:23:08Z | 2016-07-03T23:23:08Z | CONTRIBUTOR | null | xref #13167
cc @gfyoung
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/13541/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/13541/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/13542 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/13542/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/13542/comments | https://api.github.com/repos/pandas-dev/pandas/issues/13542/events | https://github.com/pandas-dev/pandas/issues/13542 | 163,383,935 | MDU6SXNzdWUxNjMzODM5MzU= | 13,542 | BUG: groupby.transform fails with incompatible size | {
"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": "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": "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... | 4 | 2016-07-01T12:17:55Z | 2016-08-15T17:52:44Z | 2016-08-15T17:52:44Z | CONTRIBUTOR | null | #### Code Sample, a copy-pastable example if possible
``` python
np.random.seed(12345)
panel = pd.Panel(np.random.randn(125,200,10))
panel.iloc[:,:,0] = np.round(panel.iloc[:,:,0])
panel.iloc[:,:,1] = np.round(panel.iloc[:,:,1])
x = panel
cols = [0,1]
_x = x.swapaxes(0, 2).to_frame()
numeric_cols = []
for df_col 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/13542/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/13542/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/13543 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/13543/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/13543/comments | https://api.github.com/repos/pandas-dev/pandas/issues/13543/events | https://github.com/pandas-dev/pandas/issues/13543 | 163,390,998 | MDU6SXNzdWUxNjMzOTA5OTg= | 13,543 | BUG: groupby.transform passing `Series` to transformation | {
"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": "729FCF",
"default": false,
"description": null,
"id": 233160,
"name": "Groupby",
"node_id": "MDU6TGFiZWwyMzMxNjA=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Groupby"
},
{
"color": "0052cc",
"default": false,
"description": null,
"id": ... | closed | false | null | [] | {
"closed_at": "2017-05-06T10:20:19Z",
"closed_issues": 987,
"created_at": "2016-02-08T15:30:21Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jr... | 11 | 2016-07-01T13:01:41Z | 2017-03-25T18:40:39Z | 2017-03-25T18:40:39Z | CONTRIBUTOR | null | #### Code Sample, a copy-pastable example if possible
``` python
np.random.seed(12345)
panel = pd.Panel(np.random.randn(125,200,10))
panel.iloc[:,:,0] = np.round(panel.iloc[:,:,0])
panel.iloc[:,:,1] = np.round(panel.iloc[:,:,1])
x = panel
cols = [0,1]
_x = x.swapaxes(0, 2).to_frame()
numeric_cols = []
for df_col 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/13543/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/13543/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/13544 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/13544/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/13544/comments | https://api.github.com/repos/pandas-dev/pandas/issues/13544/events | https://github.com/pandas-dev/pandas/issues/13544 | 163,442,516 | MDU6SXNzdWUxNjM0NDI1MTY= | 13,544 | Plot area legend rendered incorrectly when moved out of the plot | {
"avatar_url": "https://avatars.githubusercontent.com/u/66145?v=4",
"events_url": "https://api.github.com/users/jldiaz/events{/privacy}",
"followers_url": "https://api.github.com/users/jldiaz/followers",
"following_url": "https://api.github.com/users/jldiaz/following{/other_user}",
"gists_url": "https://api.... | [
{
"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": "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... | 6 | 2016-07-01T17:42:19Z | 2017-03-04T11:11:14Z | 2017-03-04T07:28:01Z | NONE | null | #### Code Sample, a copy-pastable example if possible
In area plots, the handles in the legend are made with filled rectangles, as for example in:
``` python
df = pd.DataFrame(np.random.rand(20, 5), columns=['A', 'B', 'C', 'D', 'E'])
df.plot(kind='area', linewidth=0.1)
```

... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/13544/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/13544/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/13545 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/13545/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/13545/comments | https://api.github.com/repos/pandas-dev/pandas/issues/13545/events | https://github.com/pandas-dev/pandas/issues/13545 | 163,455,909 | MDU6SXNzdWUxNjM0NTU5MDk= | 13,545 | Support converters across multiple Excel spreadsheets | {
"avatar_url": "https://avatars.githubusercontent.com/u/270691?v=4",
"events_url": "https://api.github.com/users/stefan-pdx/events{/privacy}",
"followers_url": "https://api.github.com/users/stefan-pdx/followers",
"following_url": "https://api.github.com/users/stefan-pdx/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": "AD7FA8",
"default": false,
"descript... | closed | false | null | [] | null | 3 | 2016-07-01T19:01:47Z | 2016-07-06T21:00:05Z | 2016-07-06T21:00:05Z | NONE | null | Hi,
When using `pd.read_excel(..., sheetname=None, converters={...})` to load all data in an Excel workbook, the columns specified in `converters` gets applied to any matching column names across _all_ spreadsheets. I have a use case where I would like to use different converter functions for columns of the same name ... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/13545/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/13545/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/13546 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/13546/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/13546/comments | https://api.github.com/repos/pandas-dev/pandas/issues/13546/events | https://github.com/pandas-dev/pandas/issues/13546 | 163,463,592 | MDU6SXNzdWUxNjM0NjM1OTI= | 13,546 | TypeError bug in core/base.py when used with memory profilers. | {
"avatar_url": "https://avatars.githubusercontent.com/u/2631566?v=4",
"events_url": "https://api.github.com/users/ericmjl/events{/privacy}",
"followers_url": "https://api.github.com/users/ericmjl/followers",
"following_url": "https://api.github.com/users/ericmjl/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"
}
] | 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 | 2016-07-01T19:52:07Z | 2016-07-02T14:19:33Z | 2016-07-01T19:54:56Z | NONE | null | I have been trying to use some memory profiling tools, to profile my code. With two different memory profilers, both of which use `sys.getsizeof(obj)`, `pandas` has been the cause of a `TypeError` returned. I am posting below an example using the [`memory-tools`](https://github.com/maxzheng/memory-tools) package.
#### ... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/13546/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/13546/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/13547 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/13547/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/13547/comments | https://api.github.com/repos/pandas-dev/pandas/issues/13547/events | https://github.com/pandas-dev/pandas/issues/13547 | 163,464,119 | MDU6SXNzdWUxNjM0NjQxMTk= | 13,547 | HDFStore.append_to_multiple() with a MultiIndex DataFrame leads to duplicate entries | {
"avatar_url": "https://avatars.githubusercontent.com/u/453745?v=4",
"events_url": "https://api.github.com/users/chrisaycock/events{/privacy}",
"followers_url": "https://api.github.com/users/chrisaycock/followers",
"following_url": "https://api.github.com/users/chrisaycock/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": "5319e7",
"default": false,
"description": "read_hdf, HDFStore",
... | open | false | null | [] | {
"closed_at": null,
"closed_issues": 786,
"created_at": "2015-01-13T10:53:19Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jreback/followers",
... | 1 | 2016-07-01T19:55:16Z | 2019-10-21T19:34:18Z | null | CONTRIBUTOR | null | http://stackoverflow.com/questions/38152606/pandas-hdfstore-append-to-multiple-with-pandas-multiindex
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/13547/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/13547/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/13548 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/13548/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/13548/comments | https://api.github.com/repos/pandas-dev/pandas/issues/13548/events | https://github.com/pandas-dev/pandas/issues/13548 | 163,492,161 | MDU6SXNzdWUxNjM0OTIxNjE= | 13,548 | Indexing and slicing datetime columns using strings | {
"avatar_url": "https://avatars.githubusercontent.com/u/334435?v=4",
"events_url": "https://api.github.com/users/bbirand/events{/privacy}",
"followers_url": "https://api.github.com/users/bbirand/followers",
"following_url": "https://api.github.com/users/bbirand/following{/other_user}",
"gists_url": "https://... | [
{
"color": "0b02e1",
"default": false,
"description": "Related to indexing on series/frames, not to indexes themselves",
"id": 2822098,
"name": "Indexing",
"node_id": "MDU6TGFiZWwyODIyMDk4",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Indexing"
},
{
"color": "AD... | closed | false | null | [] | {
"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 | 2016-07-02T00:08:39Z | 2016-08-01T09:59:34Z | 2016-07-03T23:35:44Z | NONE | null | I deal with DateTime columns extensively. Using strings to slice and select items is extremely useful, but it requires a DatetimeIndex.
I think it would be great to include the same functionality for any column.
Consider this DF:
```
>>> a = pd.DataFrame([pd.to_datetime('2016-4-3 15:32:04'), pd.to_datetime('2016-4-9... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/13548/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/13548/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/13549 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/13549/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/13549/comments | https://api.github.com/repos/pandas-dev/pandas/issues/13549/events | https://github.com/pandas-dev/pandas/issues/13549 | 163,512,470 | MDU6SXNzdWUxNjM1MTI0NzA= | 13,549 | Codec `utf-16` aliases do not work in read_csv with c engine | {
"avatar_url": "https://avatars.githubusercontent.com/u/1579723?v=4",
"events_url": "https://api.github.com/users/Anaphory/events{/privacy}",
"followers_url": "https://api.github.com/users/Anaphory/followers",
"following_url": "https://api.github.com/users/Anaphory/following{/other_user}",
"gists_url": "http... | [
{
"color": "444444",
"default": false,
"description": "Unicode strings",
"id": 36380025,
"name": "Unicode",
"node_id": "MDU6TGFiZWwzNjM4MDAyNQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Unicode"
},
{
"color": "5319e7",
"default": false,
"description... | 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... | 4 | 2016-07-02T10:28:39Z | 2016-08-22T20:47:18Z | 2016-08-22T20:47:18Z | NONE | null | #### Code Sample, a copy-pastable example if possible
```
import pandas
path = "test.csv"
pandas.DataFrame({"A": [0,1], "B": [2,3]}).to_csv(
path, encoding="utf-16")
for encoding in ["utf-16","utf_16","UTF_16","UTF-16"]:
try:
pandas.io.parsers.read_csv(
path,
engine='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/13549/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/13549/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/13550 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/13550/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/13550/comments | https://api.github.com/repos/pandas-dev/pandas/issues/13550/events | https://github.com/pandas-dev/pandas/pull/13550 | 163,537,960 | MDExOlB1bGxSZXF1ZXN0NzYwNzU4NzA= | 13,550 | Removed unnecessary params in cum_func | {
"avatar_url": "https://avatars.githubusercontent.com/u/9273653?v=4",
"events_url": "https://api.github.com/users/gfyoung/events{/privacy}",
"followers_url": "https://api.github.com/users/gfyoung/followers",
"following_url": "https://api.github.com/users/gfyoung/following{/other_user}",
"gists_url": "https:/... | [
{
"color": "0052cc",
"default": false,
"description": "pandas objects compatability with Numpy or Python functions",
"id": 76865106,
"name": "Compat",
"node_id": "MDU6TGFiZWw3Njg2NTEwNg==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Compat"
}
] | closed | false | null | [] | {
"closed_at": "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... | 9 | 2016-07-02T22:24:08Z | 2016-07-03T23:23:09Z | 2016-07-03T23:23:09Z | MEMBER | null | Picks up from #13167 by properly removing the parameters and ensuring that `numpy` compatibility has been maintained. The current test suite does a good job of checking that already, so no tests were added.
Closes #13541.
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/13550/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/13550/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/13550.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/13550",
"merged_at": null,
"patch_url": "https://github.com/pandas-dev/pandas/pull/13550.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/13550"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/13551 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/13551/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/13551/comments | https://api.github.com/repos/pandas-dev/pandas/issues/13551/events | https://github.com/pandas-dev/pandas/pull/13551 | 163,542,988 | MDExOlB1bGxSZXF1ZXN0NzYwNzg2NDQ= | 13,551 | BUG: Fix .to_excel() for MultiIndex containing a NaN value #13511 | {
"avatar_url": "https://avatars.githubusercontent.com/u/2924816?v=4",
"events_url": "https://api.github.com/users/mpuels/events{/privacy}",
"followers_url": "https://api.github.com/users/mpuels/followers",
"following_url": "https://api.github.com/users/mpuels/following{/other_user}",
"gists_url": "https://ap... | [
{
"color": "e10c02",
"default": false,
"description": null,
"id": 76811,
"name": "Bug",
"node_id": "MDU6TGFiZWw3NjgxMQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug"
},
{
"color": "bfe5bf",
"default": false,
"description": "read_excel, to_excel",
... | closed | false | null | [] | {
"closed_at": "2016-10-03T08:52:13Z",
"closed_issues": 733,
"created_at": "2016-03-11T21:24:45Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jr... | 11 | 2016-07-03T01:46:10Z | 2016-07-25T15:07:12Z | 2016-07-25T15:07:00Z | CONTRIBUTOR | null | - [X] closes #13511
- [X] tests added / passed
- [X] passes `git diff upstream/master | flake8 --diff`
- [X] whatsnew entry
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/13551/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/13551/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/13551.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/13551",
"merged_at": "2016-07-25T15:07:00Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/13551.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/13551"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/13552 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/13552/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/13552/comments | https://api.github.com/repos/pandas-dev/pandas/issues/13552/events | https://github.com/pandas-dev/pandas/pull/13552 | 163,551,041 | MDExOlB1bGxSZXF1ZXN0NzYwODI4ODg= | 13,552 | Fix missing not in format._put_lines | {
"avatar_url": "https://avatars.githubusercontent.com/u/4816153?v=4",
"events_url": "https://api.github.com/users/limx0/events{/privacy}",
"followers_url": "https://api.github.com/users/limx0/followers",
"following_url": "https://api.github.com/users/limx0/following{/other_user}",
"gists_url": "https://api.g... | [
{
"color": "ededed",
"default": false,
"description": "__repr__ of pandas objects, to_string",
"id": 13101118,
"name": "Output-Formatting",
"node_id": "MDU6TGFiZWwxMzEwMTExOA==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Output-Formatting"
}
] | closed | false | null | [] | null | 4 | 2016-07-03T07:22:19Z | 2016-08-17T08:10:04Z | 2016-08-17T08:10:03Z | NONE | 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/13552/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/13552/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/13552.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/13552",
"merged_at": null,
"patch_url": "https://github.com/pandas-dev/pandas/pull/13552.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/13552"
} | |
https://api.github.com/repos/pandas-dev/pandas/issues/13553 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/13553/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/13553/comments | https://api.github.com/repos/pandas-dev/pandas/issues/13553/events | https://github.com/pandas-dev/pandas/pull/13553 | 163,562,690 | MDExOlB1bGxSZXF1ZXN0NzYwODkyNjE= | 13,553 | TST: Move `test_crosstab_margins` to `TestPivotTable` | {
"avatar_url": "https://avatars.githubusercontent.com/u/5356517?v=4",
"events_url": "https://api.github.com/users/yui-knk/events{/privacy}",
"followers_url": "https://api.github.com/users/yui-knk/followers",
"following_url": "https://api.github.com/users/yui-knk/following{/other_user}",
"gists_url": "https:/... | [
{
"color": "C4A000",
"default": false,
"description": "pandas testing functions or related to the test suite",
"id": 127685,
"name": "Testing",
"node_id": "MDU6TGFiZWwxMjc2ODU=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Testing"
}
] | closed | false | null | [] | {
"closed_at": "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... | 3 | 2016-07-03T13:39:28Z | 2016-07-04T16:01:16Z | 2016-07-04T16:01:16Z | CONTRIBUTOR | null | This test case assert `pivot_table` method.
So it should be defined on `TestPivotTable`.
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/13553/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/13553/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/13553.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/13553",
"merged_at": "2016-07-04T16:01:16Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/13553.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/13553"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/13554 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/13554/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/13554/comments | https://api.github.com/repos/pandas-dev/pandas/issues/13554/events | https://github.com/pandas-dev/pandas/pull/13554 | 163,566,355 | MDExOlB1bGxSZXF1ZXN0NzYwOTEzNTE= | 13,554 | BUG: pivot_table always returns a DataFrame | {
"avatar_url": "https://avatars.githubusercontent.com/u/5356517?v=4",
"events_url": "https://api.github.com/users/yui-knk/events{/privacy}",
"followers_url": "https://api.github.com/users/yui-knk/followers",
"following_url": "https://api.github.com/users/yui-knk/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": "2017-05-06T10:20:19Z",
"closed_issues": 987,
"created_at": "2016-02-08T15:30:21Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jr... | 11 | 2016-07-03T15:16:08Z | 2017-04-18T22:37:28Z | 2017-04-18T22:37:28Z | CONTRIBUTOR | null | - [x] closes #4386
- [x] tests added / passed
- [x] passes `git diff upstream/master | flake8 --diff`
- [x] whatsnew entry
Before this commit, if
- `values` is not list like
- `columns` is `None`
- `aggfunc` is not instance of `list`
`pivot_table` returns a `Series`.
This commit adds checking for `column... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/13554/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/13554/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/13554.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/13554",
"merged_at": null,
"patch_url": "https://github.com/pandas-dev/pandas/pull/13554.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/13554"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/13555 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/13555/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/13555/comments | https://api.github.com/repos/pandas-dev/pandas/issues/13555/events | https://github.com/pandas-dev/pandas/issues/13555 | 163,570,574 | MDU6SXNzdWUxNjM1NzA1NzQ= | 13,555 | Modules operation on DataFrame return -0 result. | {
"avatar_url": "https://avatars.githubusercontent.com/u/10204255?v=4",
"events_url": "https://api.github.com/users/amolkahat/events{/privacy}",
"followers_url": "https://api.github.com/users/amolkahat/followers",
"following_url": "https://api.github.com/users/amolkahat/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"
}
] | closed | false | null | [] | null | 2 | 2016-07-03T17:02:27Z | 2016-07-03T23:31:29Z | 2016-07-03T23:31:29Z | CONTRIBUTOR | null | #### Code Sample, a copy-pastable example if possible
import pandas as pd
import numpy as np
dates = pd.date_range('20160101', periods=12)
df = pd.DataFrame(np.random.randn(12, 4), index=dates, columns=list('ABCD'))
df.sort_index(axis=1, ascending=False) % df.sort_index(axis=1, ascending=True)
Output : -
... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/13555/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/13555/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/13556 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/13556/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/13556/comments | https://api.github.com/repos/pandas-dev/pandas/issues/13556/events | https://github.com/pandas-dev/pandas/issues/13556 | 163,594,358 | MDU6SXNzdWUxNjM1OTQzNTg= | 13,556 | Unexpected behavior -- crosstab with dropna=False | {
"avatar_url": "https://avatars.githubusercontent.com/u/12767881?v=4",
"events_url": "https://api.github.com/users/cotterman/events{/privacy}",
"followers_url": "https://api.github.com/users/cotterman/followers",
"following_url": "https://api.github.com/users/cotterman/following{/other_user}",
"gists_url": "... | [
{
"color": "02d7e1",
"default": false,
"description": "Concat, Merge/Join, Stack/Unstack, Explode",
"id": 13098779,
"name": "Reshaping",
"node_id": "MDU6TGFiZWwxMzA5ODc3OQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Reshaping"
},
{
"color": "009800",
"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 | 2016-07-04T02:43:34Z | 2016-07-04T07:55:26Z | 2016-07-04T03:00:19Z | NONE | null | ### Summary of issue
By the name of it, I expected using the 'dropna=False' option with crosstab would have given me results that include rows for which my column value is missing. However, I instead found that missing values continue to be ignored.
#### Code Sample
```
df = pd.DataFrame({'geography': ['tropic', '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/13556/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/13556/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/13557 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/13557/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/13557/comments | https://api.github.com/repos/pandas-dev/pandas/issues/13557/events | https://github.com/pandas-dev/pandas/issues/13557 | 163,595,549 | MDU6SXNzdWUxNjM1OTU1NDk= | 13,557 | to_frame() broken by RangeIndex | {
"avatar_url": "https://avatars.githubusercontent.com/u/5253102?v=4",
"events_url": "https://api.github.com/users/gdbaldw/events{/privacy}",
"followers_url": "https://api.github.com/users/gdbaldw/followers",
"following_url": "https://api.github.com/users/gdbaldw/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": "ededed",
"default": false,
"description": "__repr__ of pandas objec... | 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 | 2016-07-04T03:01:38Z | 2016-07-05T08:41:26Z | 2016-07-05T00:09:13Z | NONE | null | #### Code Sample, a copy-pastable example if possible
In [1]: import pandas as pd
In [2]: import numpy as np
In [3]: p = pd.Panel(np.arange(512).reshape((8,8,8)))
In [4]: p.to_frame()
Out[4]: <repr(<pandas.core.frame.DataFrame at 0x7fcd99f25590>) failed: TypeError: data type "major" not understood>
In [5]: p.axes
... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/13557/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/13557/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/13558 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/13558/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/13558/comments | https://api.github.com/repos/pandas-dev/pandas/issues/13558/events | https://github.com/pandas-dev/pandas/issues/13558 | 163,612,677 | MDU6SXNzdWUxNjM2MTI2Nzc= | 13,558 | Dont do selection by callable if not wanted | {
"avatar_url": "https://avatars.githubusercontent.com/u/9327071?v=4",
"events_url": "https://api.github.com/users/Chaoste/events{/privacy}",
"followers_url": "https://api.github.com/users/Chaoste/followers",
"following_url": "https://api.github.com/users/Chaoste/following{/other_user}",
"gists_url": "https:/... | [
{
"color": "0b02e1",
"default": false,
"description": "Related to indexing on series/frames, not to indexes themselves",
"id": 2822098,
"name": "Indexing",
"node_id": "MDU6TGFiZWwyODIyMDk4",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Indexing"
},
{
"color": "AD... | closed | false | null | [] | {
"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... | 7 | 2016-07-04T06:45:31Z | 2016-07-05T11:07:47Z | 2016-07-05T11:07:47Z | NONE | null | #### Copy-pastable Code Sample
``` python
import pandas as pd
import pandas.util.testing as tm
class myClass1:
def __call__(self):
return "Result 1"
def __str__(self):
return "Class 1"
class myClass2:
def __call__(self):
return "Result 2"
def __str__(self):
return "Cla... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/13558/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/13558/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/13559 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/13559/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/13559/comments | https://api.github.com/repos/pandas-dev/pandas/issues/13559/events | https://github.com/pandas-dev/pandas/pull/13559 | 163,644,116 | MDExOlB1bGxSZXF1ZXN0NzYxNDAyMDY= | 13,559 | TST: confirm bug in partial string multi-index slicing is fixed (GH12685) | {
"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": "C4A000",
"default": false,
"description": "pandas testing functions... | closed | false | null | [] | {
"closed_at": "2016-10-03T08:52:13Z",
"closed_issues": 733,
"created_at": "2016-03-11T21:24:45Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jr... | 1 | 2016-07-04T10:04:22Z | 2016-07-05T08:37:18Z | 2016-07-05T08:37:18Z | MEMBER | null | Closes #12685
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/13559/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/13559/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/13559.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/13559",
"merged_at": "2016-07-05T08:37:17Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/13559.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/13559"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/13560 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/13560/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/13560/comments | https://api.github.com/repos/pandas-dev/pandas/issues/13560/events | https://github.com/pandas-dev/pandas/pull/13560 | 163,708,408 | MDExOlB1bGxSZXF1ZXN0NzYxODUwMzM= | 13,560 | Update gotchas.rst | {
"avatar_url": "https://avatars.githubusercontent.com/u/1721104?v=4",
"events_url": "https://api.github.com/users/PaulMest/events{/privacy}",
"followers_url": "https://api.github.com/users/PaulMest/followers",
"following_url": "https://api.github.com/users/PaulMest/following{/other_user}",
"gists_url": "http... | [
{
"color": "3465A4",
"default": false,
"description": null,
"id": 134699,
"name": "Docs",
"node_id": "MDU6TGFiZWwxMzQ2OTk=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Docs"
}
] | closed | false | null | [] | {
"closed_at": "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 | 2016-07-04T16:31:16Z | 2016-07-05T10:40:45Z | 2016-07-05T10:40:45Z | CONTRIBUTOR | null | Removed redundant words
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/13560/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/13560/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/13560.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/13560",
"merged_at": null,
"patch_url": "https://github.com/pandas-dev/pandas/pull/13560.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/13560"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/13561 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/13561/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/13561/comments | https://api.github.com/repos/pandas-dev/pandas/issues/13561/events | https://github.com/pandas-dev/pandas/pull/13561 | 163,750,785 | MDExOlB1bGxSZXF1ZXN0NzYyMDQ5MDQ= | 13,561 | TST: Add tests for single group | {
"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": "729FCF",
"d... | 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... | 3 | 2016-07-04T23:19:43Z | 2016-07-05T08:39:35Z | 2016-07-05T08:39:35Z | MEMBER | null | - [x] closes #13530
- [x] tests added / passed
- [x] passes `git diff upstream/master | flake8 --diff`
| {
"+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/13561/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/13561/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/13561.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/13561",
"merged_at": "2016-07-05T08:39:35Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/13561.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/13561"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/13562 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/13562/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/13562/comments | https://api.github.com/repos/pandas-dev/pandas/issues/13562/events | https://github.com/pandas-dev/pandas/issues/13562 | 163,753,218 | MDU6SXNzdWUxNjM3NTMyMTg= | 13,562 | RLS: 0.18.2 | {
"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": "006b75",
"default": false,
"description": null,
"id": 131473665,
"name": "Release",
"node_id": "MDU6TGFiZWwxMzE0NzM2NjU=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Release"
}
] | closed | false | null | [] | {
"closed_at": "2016-07-09T16:39:11Z",
"closed_issues": 1,
"created_at": "2016-07-08T13:31:33Z",
"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.co... | 12 | 2016-07-05T00:13:43Z | 2016-07-11T22:22:16Z | 2016-07-09T16:38:59Z | MEMBER | null | It is two months since 0.18.1 is released, and there are already quite a lot of changes in master, so it is time to think about a next release.
Currently, the release is targeted to be 0.18.2.
Personally, I think current master has already more new features and slight API changes than would be expected from a bug-fix... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/13562/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/13562/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/13563 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/13563/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/13563/comments | https://api.github.com/repos/pandas-dev/pandas/issues/13563/events | https://github.com/pandas-dev/pandas/issues/13563 | 163,753,406 | MDU6SXNzdWUxNjM3NTM0MDY= | 13,563 | Deprecation of Panel ? | {
"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": "AD7FA8",
"default": false,
"description": null,
"id": 35818298,
"name": "API Design",
"node_id": "MDU6TGFiZWwzNTgxODI5OA==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/API%20Design"
},
{
"color": "5319e7",
"default": false,
"description": "F... | closed | false | null | [] | null | 10 | 2016-07-05T00:18:14Z | 2018-12-02T22:56:04Z | 2017-04-07T19:10:25Z | MEMBER | null | This is a topic that has come up recently (https://github.com/pydata/pandas/issues/10000, https://github.com/pydata/pandas/issues/8906, pandas-dev mailing list discussion), let's make this an issue to track the discussion about it.
- https://github.com/pydata/pandas/issues/8906#issuecomment-152613473 experience of the ... | {
"+1": 5,
"-1": 1,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 6,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/13563/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/13563/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/13564 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/13564/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/13564/comments | https://api.github.com/repos/pandas-dev/pandas/issues/13564/events | https://github.com/pandas-dev/pandas/issues/13564 | 163,753,660 | MDU6SXNzdWUxNjM3NTM2NjA= | 13,564 | Deprecation of Panel4D/PanelND | {
"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": "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"
},
{
"color": "207de5",
"default": f... | 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 | 2016-07-05T00:23:38Z | 2016-07-25T23:34:18Z | 2016-07-25T23:34:18Z | MEMBER | null | Related to https://github.com/pydata/pandas/issues/13563 (deprecation of Panels), we could/should also deprecate Panel4D / PanelND.
(xref https://github.com/pydata/pandas/issues/5049)
Deprecating Panel4D/ND could probably be done sooner than deprecating Panels (e.g. actually deprecating in 0.19.0 ?)
| {
"+1": 3,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 3,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/13564/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/13564/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/13565 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/13565/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/13565/comments | https://api.github.com/repos/pandas-dev/pandas/issues/13565/events | https://github.com/pandas-dev/pandas/issues/13565 | 163,825,964 | MDU6SXNzdWUxNjM4MjU5NjQ= | 13,565 | Call unique() on a timezone aware datetime series returns non timezone aware result | {
"avatar_url": "https://avatars.githubusercontent.com/u/8334424?v=4",
"events_url": "https://api.github.com/users/paulgueltekin/events{/privacy}",
"followers_url": "https://api.github.com/users/paulgueltekin/followers",
"following_url": "https://api.github.com/users/paulgueltekin/following{/other_user}",
"gi... | [
{
"color": "3465A4",
"default": false,
"description": null,
"id": 134699,
"name": "Docs",
"node_id": "MDU6TGFiZWwxMzQ2OTk=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Docs"
},
{
"color": "0052cc",
"default": false,
"description": null,
"id": 344445... | closed | false | null | [] | {
"closed_at": "2016-10-03T08:52:13Z",
"closed_issues": 733,
"created_at": "2016-03-11T21:24:45Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jr... | 11 | 2016-07-05T11:08:23Z | 2016-08-29T12:29:04Z | 2016-08-29T12:29:04Z | NONE | null | Call unique() on a timezone aware datetime series returns non timezone aware result.
#### Code Sample
import pandas as pd
import pytz
import datetime
In [242]: ts = pd.Series([datetime.datetime(2011,2,11,20,0,0,0,pytz.utc), datetime.datetime(2011,2,11,20,0,0,0,pytz.utc), datetime.datetime(2011,2,11,21,0,0,0,pytz.utc... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/13565/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/13565/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/13566 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/13566/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/13566/comments | https://api.github.com/repos/pandas-dev/pandas/issues/13566/events | https://github.com/pandas-dev/pandas/issues/13566 | 163,829,304 | MDU6SXNzdWUxNjM4MjkzMDQ= | 13,566 | Test failures on 32-bit Linux | {
"avatar_url": "https://avatars.githubusercontent.com/u/67612?v=4",
"events_url": "https://api.github.com/users/matthew-brett/events{/privacy}",
"followers_url": "https://api.github.com/users/matthew-brett/followers",
"following_url": "https://api.github.com/users/matthew-brett/following{/other_user}",
"gist... | [
{
"color": "006b75",
"default": false,
"description": "Arithmetic, Comparison, and Logical operations",
"id": 47223669,
"name": "Numeric Operations",
"node_id": "MDU6TGFiZWw0NzIyMzY2OQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Numeric%20Operations"
},
{
"c... | closed | false | null | [] | {
"closed_at": "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... | 4 | 2016-07-05T11:29:17Z | 2016-07-21T16:47:01Z | 2016-07-09T18:16:40Z | CONTRIBUTOR | null | Testing 32-bit Manylinux1 wheels for Pandas 0.18.1 gives the following errors:
```
======================================================================
ERROR: test_read_dta12 (pandas.io.tests.test_stata.TestStata)
----------------------------------------------------------------------
Traceback (most recent call last... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/13566/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/13566/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/13567 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/13567/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/13567/comments | https://api.github.com/repos/pandas-dev/pandas/issues/13567/events | https://github.com/pandas-dev/pandas/pull/13567 | 163,865,336 | MDExOlB1bGxSZXF1ZXN0NzYyODQ0Njg= | 13,567 | BUG: Datetime64Formatter not respecting ``formatter`` | {
"avatar_url": "https://avatars.githubusercontent.com/u/6108231?v=4",
"events_url": "https://api.github.com/users/haleemur/events{/privacy}",
"followers_url": "https://api.github.com/users/haleemur/followers",
"following_url": "https://api.github.com/users/haleemur/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": "ededed",
"default": false,
"description": "__repr__ ... | 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... | 3 | 2016-07-05T14:32:16Z | 2016-07-08T15:17:39Z | 2016-07-08T15:16:46Z | CONTRIBUTOR | null | - [x] closes #10690
- [x] tests added / passed
- [x] passes `git diff upstream/master | flake8 --diff`
- [x] whatsnew entry
the Datetime64Formatter class did not accept a `formatter` argument, so custom formatters passed in through `df.to_string` or `df.to_html` were silently ignored.
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/13567/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/13567/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/13567.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/13567",
"merged_at": null,
"patch_url": "https://github.com/pandas-dev/pandas/pull/13567.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/13567"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/13568 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/13568/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/13568/comments | https://api.github.com/repos/pandas-dev/pandas/issues/13568/events | https://github.com/pandas-dev/pandas/issues/13568 | 163,873,741 | MDU6SXNzdWUxNjM4NzM3NDE= | 13,568 | Apply on selected columns of a groupby object - stopped working with 0.18.1 | {
"avatar_url": "https://avatars.githubusercontent.com/u/4418382?v=4",
"events_url": "https://api.github.com/users/tpietruszka/events{/privacy}",
"followers_url": "https://api.github.com/users/tpietruszka/followers",
"following_url": "https://api.github.com/users/tpietruszka/following{/other_user}",
"gists_ur... | [
{
"color": "e10c02",
"default": false,
"description": null,
"id": 76811,
"name": "Bug",
"node_id": "MDU6TGFiZWw3NjgxMQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug"
},
{
"color": "729FCF",
"default": false,
"description": null,
"id": 233160,
... | closed | false | null | [] | {
"closed_at": "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... | 4 | 2016-07-05T15:06:42Z | 2016-07-11T15:03:02Z | 2016-07-11T15:02:25Z | NONE | null | #### Code Sample
``` python
>>> import pandas as pd
>>> import numpy as np
>>>
>>> df = pd.DataFrame({'A' : ['foo', 'bar', 'foo', 'bar',
... 'foo', 'bar', 'foo', 'foo'],
... 'B' : ['one', 'one', 'two', 'three',
... 'two', 'two', 'one', 'three']... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/13568/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/13568/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/13569 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/13569/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/13569/comments | https://api.github.com/repos/pandas-dev/pandas/issues/13569/events | https://github.com/pandas-dev/pandas/issues/13569 | 163,902,948 | MDU6SXNzdWUxNjM5MDI5NDg= | 13,569 | frame and columns can get out of sync | {
"avatar_url": "https://avatars.githubusercontent.com/u/980054?v=4",
"events_url": "https://api.github.com/users/dsm054/events{/privacy}",
"followers_url": "https://api.github.com/users/dsm054/followers",
"following_url": "https://api.github.com/users/dsm054/following{/other_user}",
"gists_url": "https://api... | [
{
"color": "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": "0e... | closed | false | null | [] | {
"closed_at": "2021-07-02T07:59:17Z",
"closed_issues": 2396,
"created_at": "2020-11-11T19:05:43Z",
"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... | 2 | 2016-07-05T17:24:18Z | 2021-05-17T15:17:29Z | 2021-05-17T15:17:29Z | CONTRIBUTOR | null | When using `.loc` to expand a column, the dataframe and the constituent Series can get out of sync. This led to a strange issue in some legacy code I inherited. Because of the copy/view issues I wouldn't have written this particular code myself, but it still cost me some time tracking down what was happening:
```
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/13569/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/13569/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/13570 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/13570/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/13570/comments | https://api.github.com/repos/pandas-dev/pandas/issues/13570/events | https://github.com/pandas-dev/pandas/issues/13570 | 163,930,974 | MDU6SXNzdWUxNjM5MzA5NzQ= | 13,570 | Test failure with matplotlib 1.5.2rc2 on Debian | {
"avatar_url": "https://avatars.githubusercontent.com/u/397223?v=4",
"events_url": "https://api.github.com/users/olebole/events{/privacy}",
"followers_url": "https://api.github.com/users/olebole/followers",
"following_url": "https://api.github.com/users/olebole/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": "8AE234",
"d... | 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... | 9 | 2016-07-05T19:48:28Z | 2016-07-14T08:44:19Z | 2016-07-14T08:44:19Z | NONE | null | When running the test suite after the package was built, we get the following failure:
```
ERROR: test_plot (pandas.tests.test_graphics.TestDataFramePlots)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/$BUILD/debian/tmp/usr/lib/python2.7/dist-package... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/13570/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/13570/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/13571 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/13571/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/13571/comments | https://api.github.com/repos/pandas-dev/pandas/issues/13571/events | https://github.com/pandas-dev/pandas/pull/13571 | 163,951,811 | MDExOlB1bGxSZXF1ZXN0NzYzNDY3MzQ= | 13,571 | BUG: read_csv throws UnicodeDecodeError with unicode aliases | {
"avatar_url": "https://avatars.githubusercontent.com/u/10804060?v=4",
"events_url": "https://api.github.com/users/nateGeorge/events{/privacy}",
"followers_url": "https://api.github.com/users/nateGeorge/followers",
"following_url": "https://api.github.com/users/nateGeorge/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": "444444",
"default": false,
"description": "Unicode strings",
"i... | 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... | 19 | 2016-07-05T21:32:40Z | 2016-08-21T20:47:08Z | 2016-08-19T23:07:50Z | CONTRIBUTOR | null | Rebased as PR https://github.com/pydata/pandas/pull/14060
---
- [x] closes #13549
- [x] tests added / passed
- [x] passes `git diff upstream/master | flake8 --diff`
- [x] whatsnew entry
-read_csv with engine=c throws error when encoding=UTF_16 (anything other than utf-16)
-improved nosetests and moved to in pandas/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/13571/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/13571/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/13571.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/13571",
"merged_at": null,
"patch_url": "https://github.com/pandas-dev/pandas/pull/13571.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/13571"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/13572 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/13572/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/13572/comments | https://api.github.com/repos/pandas-dev/pandas/issues/13572/events | https://github.com/pandas-dev/pandas/issues/13572 | 164,063,406 | MDU6SXNzdWUxNjQwNjM0MDY= | 13,572 | Not possible to find first element in non-monotonic DateTimeIndex if string is used | {
"avatar_url": "https://avatars.githubusercontent.com/u/4710853?v=4",
"events_url": "https://api.github.com/users/tjader/events{/privacy}",
"followers_url": "https://api.github.com/users/tjader/followers",
"following_url": "https://api.github.com/users/tjader/following{/other_user}",
"gists_url": "https://ap... | [
{
"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": "0e8a16",
"default": true,
"description": null,
"... | closed | false | null | [] | {
"closed_at": null,
"closed_issues": 786,
"created_at": "2015-01-13T10:53:19Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jreback/followers",
... | 7 | 2016-07-06T12:23:22Z | 2019-06-28T16:32:00Z | 2019-06-28T16:32:00Z | NONE | null | There is an inconsistency when you look for dates in a DateTimeIndex if you query using strings and the index is non-monotonic. The first element in the index cannot be found in this way, but if you manually convert it to a timestamp object, or if you look for elements other than the first, then the lookup is successfu... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/13572/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/13572/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/13573 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/13573/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/13573/comments | https://api.github.com/repos/pandas-dev/pandas/issues/13573/events | https://github.com/pandas-dev/pandas/pull/13573 | 164,077,386 | MDExOlB1bGxSZXF1ZXN0NzY0MzMzMTQ= | 13,573 | Remove test plot line blarg | {
"avatar_url": "https://avatars.githubusercontent.com/u/397223?v=4",
"events_url": "https://api.github.com/users/olebole/events{/privacy}",
"followers_url": "https://api.github.com/users/olebole/followers",
"following_url": "https://api.github.com/users/olebole/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": "ffa0ff",
"default": false,
"description": "In... | closed | false | null | [] | {
"closed_at": null,
"closed_issues": 2361,
"created_at": "2015-02-26T19:29:05Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/1020496?v=4",
"events_url": "https://api.github.com/users/jorisvandenbossche/events{/privacy}",
"followers_url": "https://api.github.com/users/jorisva... | 3 | 2016-07-06T13:38:00Z | 2016-07-13T18:05:54Z | 2016-07-13T15:41:44Z | NONE | null | Superceded by #13641
---
- [x] closes #13570
- [x] tests passed
- [x] passes `git diff upstream/master | flake8 --diff`
- [X] whatsnew entry
The "blarg" argument is propagated to matplotlib and there it raises an
AttributeError (and not a TypeError).
However, since the test doesn't seem to have a rationale, it is re... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/13573/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/13573/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/13573.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/13573",
"merged_at": null,
"patch_url": "https://github.com/pandas-dev/pandas/pull/13573.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/13573"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/13574 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/13574/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/13574/comments | https://api.github.com/repos/pandas-dev/pandas/issues/13574/events | https://github.com/pandas-dev/pandas/pull/13574 | 164,177,163 | MDExOlB1bGxSZXF1ZXN0NzY1MDQwNjk= | 13,574 | Fix bug in contains when looking up a string in a non-monotonic datet… | {
"avatar_url": "https://avatars.githubusercontent.com/u/4710853?v=4",
"events_url": "https://api.github.com/users/tjader/events{/privacy}",
"followers_url": "https://api.github.com/users/tjader/followers",
"following_url": "https://api.github.com/users/tjader/following{/other_user}",
"gists_url": "https://ap... | [
{
"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": "0b02e1",
"default": false,
"description": "Related t... | 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... | 3 | 2016-07-06T21:21:25Z | 2016-07-16T23:04:06Z | 2016-07-16T23:04:06Z | NONE | null | - [ ] closes #13572
- [x] tests added / passed
pandas.tests.indexes.test_datetimelike.TestDatetimeIndex:test_contains
- [ ] passes `git diff upstream/master | flake8 --diff`
- [ ] whatsnew entry
…ime index and the object in question is first in the index.
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/13574/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/13574/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/13574.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/13574",
"merged_at": null,
"patch_url": "https://github.com/pandas-dev/pandas/pull/13574.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/13574"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/13575 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/13575/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/13575/comments | https://api.github.com/repos/pandas-dev/pandas/issues/13575/events | https://github.com/pandas-dev/pandas/pull/13575 | 164,240,865 | MDExOlB1bGxSZXF1ZXN0NzY1NDY0NzM= | 13,575 | ENH: Adding additional keywords to read_html for #13461 | {
"avatar_url": "https://avatars.githubusercontent.com/u/2158394?v=4",
"events_url": "https://api.github.com/users/gte620v/events{/privacy}",
"followers_url": "https://api.github.com/users/gte620v/followers",
"following_url": "https://api.github.com/users/gte620v/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": "006b75",
"default": false,
"description": "read_htm... | 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... | 15 | 2016-07-07T06:47:15Z | 2016-07-21T14:21:03Z | 2016-07-21T14:16:50Z | CONTRIBUTOR | null | - [x] closes #13461
- [x] tests added / passed
- [x] passes `git diff upstream/master | flake8 --diff`
- [x] whatsnew entry
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/13575/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/13575/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/13575.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/13575",
"merged_at": "2016-07-21T14:16:49Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/13575.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/13575"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/13576 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/13576/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/13576/comments | https://api.github.com/repos/pandas-dev/pandas/issues/13576/events | https://github.com/pandas-dev/pandas/issues/13576 | 164,244,521 | MDU6SXNzdWUxNjQyNDQ1MjE= | 13,576 | BUG: python and c engines for read_csv treat blank spaces differently, when using converters | {
"avatar_url": "https://avatars.githubusercontent.com/u/2158394?v=4",
"events_url": "https://api.github.com/users/gte620v/events{/privacy}",
"followers_url": "https://api.github.com/users/gte620v/followers",
"following_url": "https://api.github.com/users/gte620v/following{/other_user}",
"gists_url": "https:/... | [
{
"color": "e10c02",
"default": false,
"description": null,
"id": 76811,
"name": "Bug",
"node_id": "MDU6TGFiZWw3NjgxMQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug"
},
{
"color": "009800",
"default": false,
"description": "Duplicate issue or pull ... | closed | false | null | [] | {
"closed_at": 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... | 7 | 2016-07-07T07:15:51Z | 2016-07-08T09:56:54Z | 2016-07-08T09:56:41Z | CONTRIBUTOR | null | #### Code Sample, a copy-pastable example if possible
```
In [109]:
data = np.array([[ 'c1', 'c2'],
[ '', 0.285],
[ 10.1, 0.285]], dtype=object)
In [110]:
pd.DataFrame(data).to_csv('test.csv',header=False,index=False)
In [111]:
!cat test.csv
Out[111]:
c1,c2
,0.285
10.1,0.285
In [113]... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/13576/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/13576/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/13577 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/13577/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/13577/comments | https://api.github.com/repos/pandas-dev/pandas/issues/13577/events | https://github.com/pandas-dev/pandas/issues/13577 | 164,262,241 | MDU6SXNzdWUxNjQyNjIyNDE= | 13,577 | GbqConnector should be able to fetch default credentials on Google Compute Engine | {
"avatar_url": "https://avatars.githubusercontent.com/u/7199752?v=4",
"events_url": "https://api.github.com/users/mhaseebtariq/events{/privacy}",
"followers_url": "https://api.github.com/users/mhaseebtariq/followers",
"following_url": "https://api.github.com/users/mhaseebtariq/following{/other_user}",
"gists... | [
{
"color": "0052cc",
"default": false,
"description": "pandas-gbq compatability",
"id": 57351315,
"name": "IO Google",
"node_id": "MDU6TGFiZWw1NzM1MTMxNQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/IO%20Google"
}
] | 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 | 2016-07-07T09:04:06Z | 2016-08-18T10:49:30Z | 2016-08-18T10:49:30Z | CONTRIBUTOR | null | https://github.com/pydata/pandas/blob/master/pandas/io/gbq.py
```
class GbqConnector(object):
...
def get_user_account_credentials(self):
...
...
```
Google Compute Engine and Google Dataproc etc. already have default application credentials on them. Therefore, there is no need of running `OAuth2W... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/13577/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/13577/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/13578 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/13578/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/13578/comments | https://api.github.com/repos/pandas-dev/pandas/issues/13578/events | https://github.com/pandas-dev/pandas/pull/13578 | 164,265,331 | MDExOlB1bGxSZXF1ZXN0NzY1NjM0MzM= | 13,578 | Default credentials for Google Compute Engine (#13577) | {
"avatar_url": "https://avatars.githubusercontent.com/u/7199752?v=4",
"events_url": "https://api.github.com/users/mhaseebtariq/events{/privacy}",
"followers_url": "https://api.github.com/users/mhaseebtariq/followers",
"following_url": "https://api.github.com/users/mhaseebtariq/following{/other_user}",
"gists... | [
{
"color": "0052cc",
"default": false,
"description": "pandas-gbq compatability",
"id": 57351315,
"name": "IO Google",
"node_id": "MDU6TGFiZWw1NzM1MTMxNQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/IO%20Google"
}
] | 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 | 2016-07-07T09:20:00Z | 2016-07-11T08:36:47Z | 2016-07-10T20:18:41Z | CONTRIBUTOR | null | - [x] closes #13577
- [x] passed all existing tests for GbqConnector
- [x] passes `git diff upstream/master | flake8 --diff`
- [x] whatsnew entry
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/13578/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/13578/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/13578.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/13578",
"merged_at": null,
"patch_url": "https://github.com/pandas-dev/pandas/pull/13578.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/13578"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/13579 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/13579/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/13579/comments | https://api.github.com/repos/pandas-dev/pandas/issues/13579/events | https://github.com/pandas-dev/pandas/pull/13579 | 164,328,360 | MDExOlB1bGxSZXF1ZXN0NzY2MDg5NTg= | 13,579 | CLN: move plotting funcs to pd.plotting | {
"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": "8AE234",
"default": false,
"description": null,
"id": 2413328,
"name": "Visualization",
"node_id": "MDU6TGFiZWwyNDEzMzI4",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Visualization"
},
{
"color": "207de5",
"default": false,
"description": nul... | 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 | 2016-07-07T14:51:30Z | 2019-10-25T16:37:24Z | 2017-04-14T23:54:36Z | MEMBER | null | Rebased in #16005
---
- [x] closes #12548
- [x] tests added / passed
- [x] passes `git diff upstream/master | flake8 --diff`
- [x] whatsnew entry
cleanup `tools/plotting` as `plotting` subpackage. Because the differences are being huge, would like to split 3 part if base direction is OK:
~~1. Move plotti... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/13579/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/13579/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/13579.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/13579",
"merged_at": null,
"patch_url": "https://github.com/pandas-dev/pandas/pull/13579.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/13579"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/13580 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/13580/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/13580/comments | https://api.github.com/repos/pandas-dev/pandas/issues/13580/events | https://github.com/pandas-dev/pandas/issues/13580 | 164,391,824 | MDU6SXNzdWUxNjQzOTE4MjQ= | 13,580 | InStr Comparison between two values on the same row in the same DataFrame | {
"avatar_url": "https://avatars.githubusercontent.com/u/15171389?v=4",
"events_url": "https://api.github.com/users/vlstrode/events{/privacy}",
"followers_url": "https://api.github.com/users/vlstrode/followers",
"following_url": "https://api.github.com/users/vlstrode/following{/other_user}",
"gists_url": "htt... | [
{
"color": "0052cc",
"default": false,
"description": null,
"id": 34444536,
"name": "Usage Question",
"node_id": "MDU6TGFiZWwzNDQ0NDUzNg==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Usage%20Question"
},
{
"color": "5319e7",
"default": false,
"descript... | closed | false | null | [] | {
"closed_at": 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 | 2016-07-07T19:47:21Z | 2016-07-11T12:02:16Z | 2016-07-09T05:30:47Z | NONE | null | Enhancement Request:
- InStr Comparison between two values on the same row in the same DataFrame
Would be great if pandas would enable some 'instr' functionality between two columns.
For instance, being able to tell when the contents of one value exist in another:
- Excel does this in the following manner:
`=inst... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/13580/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/13580/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/13581 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/13581/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/13581/comments | https://api.github.com/repos/pandas-dev/pandas/issues/13581/events | https://github.com/pandas-dev/pandas/pull/13581 | 164,405,207 | MDExOlB1bGxSZXF1ZXN0NzY2NjM2ODQ= | 13,581 | BUG: DatetimeIndex - Period shows ununderstandable error | {
"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": "ffa0ff",
"default": false,
"description": "Incorrect or improved errors from pandas",
"id": 42670965,
"name": "Error Reporting",
"node_id": "MDU6TGFiZWw0MjY3MDk2NQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Error%20Reporting"
},
{
"color": "eb64... | 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 | 2016-07-07T20:55:22Z | 2016-07-10T21:03:00Z | 2016-07-10T21:02:56Z | MEMBER | null | - [x] closes #13078
- [x] tests added / passed
- [x] passes `git diff upstream/master | flake8 --diff`
- [x] whatsnew entry
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/13581/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/13581/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/13581.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/13581",
"merged_at": null,
"patch_url": "https://github.com/pandas-dev/pandas/pull/13581.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/13581"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/13582 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/13582/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/13582/comments | https://api.github.com/repos/pandas-dev/pandas/issues/13582/events | https://github.com/pandas-dev/pandas/issues/13582 | 164,417,568 | MDU6SXNzdWUxNjQ0MTc1Njg= | 13,582 | Checking for NaT in PeriodIndex doesn't work with None, pd.NaT | {
"avatar_url": "https://avatars.githubusercontent.com/u/4710853?v=4",
"events_url": "https://api.github.com/users/tjader/events{/privacy}",
"followers_url": "https://api.github.com/users/tjader/followers",
"following_url": "https://api.github.com/users/tjader/following{/other_user}",
"gists_url": "https://ap... | [
{
"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": "eb6420"... | closed | false | null | [] | {
"closed_at": "2016-10-03T08:52:13Z",
"closed_issues": 733,
"created_at": "2016-03-11T21:24:45Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jr... | 1 | 2016-07-07T22:02:16Z | 2016-07-15T00:30:34Z | 2016-07-15T00:30:34Z | NONE | null | #### Code Sample, a copy-pastable example if possible
``` python
>>> None in pd.period_range('2015-01-01', periods=1, freq='D').insert(0, pd.NaT)
False
```
Incorrect behavior for `pd.NaT, None, float('nan'), np.nan`
#### Expected Output
``` python
>>> None in pd.period_range('2015-01-01', periods=1, freq='D').insert... | {
"+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/13582/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/13582/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/13583 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/13583/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/13583/comments | https://api.github.com/repos/pandas-dev/pandas/issues/13583/events | https://github.com/pandas-dev/pandas/pull/13583 | 164,426,159 | MDExOlB1bGxSZXF1ZXN0NzY2NzkzNTM= | 13,583 | BUG: Block/DTI doesnt handle tzlocal properly | {
"avatar_url": "https://avatars.githubusercontent.com/u/1696302?v=4",
"events_url": "https://api.github.com/users/sinhrks/events{/privacy}",
"followers_url": "https://api.github.com/users/sinhrks/followers",
"following_url": "https://api.github.com/users/sinhrks/following{/other_user}",
"gists_url": "https:/... | [
{
"color": "e10c02",
"default": false,
"description": null,
"id": 76811,
"name": "Bug",
"node_id": "MDU6TGFiZWw3NjgxMQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug"
},
{
"color": "02d7e1",
"default": false,
"description": "Concat, Merge/Join, Stac... | 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 | 2016-07-07T23:02:00Z | 2016-07-10T22:05:12Z | 2016-07-10T22:05:03Z | MEMBER | null | - [x] tests added / passed
- [x] passes `git diff upstream/master | flake8 --diff`
- [x] whatsnew entry
Unable to concatenate `Series` with `tzlocal`
```
s = pd.Series([pd.Timestamp('2011-01-01', tz=dateutil.tz.tzlocal())])
s
#0 2011-01-01 00:00:00+09:00
# dtype: datetime64[ns, tzlocal()]
pd.concat([s, s])
# Unkno... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/13583/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/13583/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/13583.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/13583",
"merged_at": null,
"patch_url": "https://github.com/pandas-dev/pandas/pull/13583.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/13583"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/13584 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/13584/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/13584/comments | https://api.github.com/repos/pandas-dev/pandas/issues/13584/events | https://github.com/pandas-dev/pandas/pull/13584 | 164,441,108 | MDExOlB1bGxSZXF1ZXN0NzY2ODk2MTU= | 13,584 | COMPAT: 32-bit compat fixes mainly in testing | {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jreback/followers",
"following_url": "https://api.github.com/users/jreback/following{/other_user}",
"gists_url": "https://... | [
{
"color": "C4A000",
"default": false,
"description": "pandas testing functions or related to the test suite",
"id": 127685,
"name": "Testing",
"node_id": "MDU6TGFiZWwxMjc2ODU=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Testing"
},
{
"color": "0052cc",
"d... | closed | false | null | [] | {
"closed_at": "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... | 8 | 2016-07-08T01:18:22Z | 2016-07-09T18:16:40Z | 2016-07-09T18:16:40Z | CONTRIBUTOR | null | closes #13566
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/13584/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/13584/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/13584.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/13584",
"merged_at": null,
"patch_url": "https://github.com/pandas-dev/pandas/pull/13584.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/13584"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/13585 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/13585/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/13585/comments | https://api.github.com/repos/pandas-dev/pandas/issues/13585/events | https://github.com/pandas-dev/pandas/pull/13585 | 164,493,985 | MDExOlB1bGxSZXF1ZXN0NzY3MjU4Mjc= | 13,585 | BUG: groupby apply on selected columns yielding scalar (GH13568) | {
"avatar_url": "https://avatars.githubusercontent.com/u/1020496?v=4",
"events_url": "https://api.github.com/users/jorisvandenbossche/events{/privacy}",
"followers_url": "https://api.github.com/users/jorisvandenbossche/followers",
"following_url": "https://api.github.com/users/jorisvandenbossche/following{/othe... | [
{
"color": "e10c02",
"default": false,
"description": null,
"id": 76811,
"name": "Bug",
"node_id": "MDU6TGFiZWw3NjgxMQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug"
},
{
"color": "729FCF",
"default": false,
"description": null,
"id": 233160,
... | closed | false | null | [] | {
"closed_at": "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... | 6 | 2016-07-08T09:35:57Z | 2016-07-11T15:02:25Z | 2016-07-11T15:02:25Z | MEMBER | null | - [x] closes #13568
- [x] tests added / passed
- [x] passes `git diff upstream/master | flake8 --diff`
- [x] whatsnew entry
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/13585/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/13585/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/13585.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/13585",
"merged_at": "2016-07-11T15:02:24Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/13585.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/13585"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/13586 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/13586/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/13586/comments | https://api.github.com/repos/pandas-dev/pandas/issues/13586/events | https://github.com/pandas-dev/pandas/pull/13586 | 164,503,870 | MDExOlB1bGxSZXF1ZXN0NzY3MzMwMzc= | 13,586 | RLS: switch master from 0.18.2 to 0.19.0 | {
"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": "006b75",
"default": false,
"description": null,
"id": 131473665,
"name": "Release",
"node_id": "MDU6TGFiZWwxMzE0NzM2NjU=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Release"
}
] | 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... | 4 | 2016-07-08T10:35:11Z | 2016-07-08T15:08:26Z | 2016-07-08T15:08:02Z | MEMBER | null | xref #13562
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/13586/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/13586/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/13586.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/13586",
"merged_at": "2016-07-08T15:08:02Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/13586.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/13586"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/13587 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/13587/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/13587/comments | https://api.github.com/repos/pandas-dev/pandas/issues/13587/events | https://github.com/pandas-dev/pandas/issues/13587 | 164,553,546 | MDU6SXNzdWUxNjQ1NTM1NDY= | 13,587 | Logical comparison operators and mathematical operators are applied inconsistently for series. | {
"avatar_url": "https://avatars.githubusercontent.com/u/7705100?v=4",
"events_url": "https://api.github.com/users/RobertasA/events{/privacy}",
"followers_url": "https://api.github.com/users/RobertasA/followers",
"following_url": "https://api.github.com/users/RobertasA/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": "Arithmetic, Comparison, ... | closed | false | null | [] | null | 1 | 2016-07-08T15:18:17Z | 2016-07-12T10:21:21Z | 2016-07-12T10:21:21Z | NONE | null | In series all logical operators are by position (iloc) while all mathematical operators are by location (loc).
This is probably similar to https://github.com/pydata/pandas/issues/4581.
e.g.
`import pandas as pd`
`a = pd.Series([1, 4], index=[0, 1])`
`b = pd.Series([3, 7], index=[1, 0])`
`a>b`
Gives
`0 False`
`1 ... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/13587/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/13587/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/13588 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/13588/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/13588/comments | https://api.github.com/repos/pandas-dev/pandas/issues/13588/events | https://github.com/pandas-dev/pandas/pull/13588 | 164,599,368 | MDExOlB1bGxSZXF1ZXN0NzY4MDE4NTE= | 13,588 | DOC: Add Fedora and Centos install instructions | {
"avatar_url": "https://avatars.githubusercontent.com/u/230335?v=4",
"events_url": "https://api.github.com/users/mscherer/events{/privacy}",
"followers_url": "https://api.github.com/users/mscherer/followers",
"following_url": "https://api.github.com/users/mscherer/following{/other_user}",
"gists_url": "https... | [
{
"color": "3465A4",
"default": false,
"description": null,
"id": 134699,
"name": "Docs",
"node_id": "MDU6TGFiZWwxMzQ2OTk=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Docs"
}
] | closed | false | null | [] | {
"closed_at": "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... | 4 | 2016-07-08T19:24:13Z | 2016-07-24T18:13:43Z | 2016-07-24T18:13:43Z | CONTRIBUTOR | null | Since Fedora and Centos use a different tools than OpenSuse, and
have their own packages in official repositories, it is better
to point to them than the one from OpenSuse.
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/13588/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/13588/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/13588.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/13588",
"merged_at": "2016-07-24T18:13:43Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/13588.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/13588"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/13589 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/13589/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/13589/comments | https://api.github.com/repos/pandas-dev/pandas/issues/13589/events | https://github.com/pandas-dev/pandas/issues/13589 | 164,599,929 | MDU6SXNzdWUxNjQ1OTk5Mjk= | 13,589 | Series.sort_index does not accept kwargs kind and na_position. | {
"avatar_url": "https://avatars.githubusercontent.com/u/2002703?v=4",
"events_url": "https://api.github.com/users/IamJeffG/events{/privacy}",
"followers_url": "https://api.github.com/users/IamJeffG/followers",
"following_url": "https://api.github.com/users/IamJeffG/following{/other_user}",
"gists_url": "http... | [
{
"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": "eb6420",
"default": false,
"description": "Non-arit... | closed | false | null | [] | {
"closed_at": "2017-05-06T10:20:19Z",
"closed_issues": 987,
"created_at": "2016-02-08T15:30:21Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jr... | 3 | 2016-07-08T19:27:36Z | 2016-12-04T20:32:42Z | 2016-12-04T20:32:42Z | CONTRIBUTOR | null | The sort_index method on DataFrame and NDFrame takes kwargs `kind` and `na_position`, but `Series` does not currently support it. (In addition their shared docstring says Series would support it.)
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/13589/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/13589/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/13590 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/13590/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/13590/comments | https://api.github.com/repos/pandas-dev/pandas/issues/13590/events | https://github.com/pandas-dev/pandas/pull/13590 | 164,652,042 | MDExOlB1bGxSZXF1ZXN0NzY4Mzg3MjM= | 13,590 | DEPR: Remove legacy offsets | {
"avatar_url": "https://avatars.githubusercontent.com/u/1696302?v=4",
"events_url": "https://api.github.com/users/sinhrks/events{/privacy}",
"followers_url": "https://api.github.com/users/sinhrks/followers",
"following_url": "https://api.github.com/users/sinhrks/following{/other_user}",
"gists_url": "https:/... | [
{
"color": "0052cc",
"default": false,
"description": "DateOffsets",
"id": 53181044,
"name": "Frequency",
"node_id": "MDU6TGFiZWw1MzE4MTA0NA==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Frequency"
},
{
"color": "5319e7",
"default": false,
"description... | closed | false | null | [] | {
"closed_at": "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... | 3 | 2016-07-09T05:56:57Z | 2016-07-19T01:30:42Z | 2016-07-19T01:30:42Z | MEMBER | null | - [x] tests added / passed
- [x] passes `git diff upstream/master | flake8 --diff`
- [x] whatsnew entry
Follow-up of #10951. Remove legacy offsets deprecated in 0.17.0.
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/13590/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/13590/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/13590.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/13590",
"merged_at": null,
"patch_url": "https://github.com/pandas-dev/pandas/pull/13590.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/13590"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/13591 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/13591/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/13591/comments | https://api.github.com/repos/pandas-dev/pandas/issues/13591/events | https://github.com/pandas-dev/pandas/issues/13591 | 164,657,422 | MDU6SXNzdWUxNjQ2NTc0MjI= | 13,591 | Non expected result from to_msgpack with Python 2 and read_msgpack Python 3 | {
"avatar_url": "https://avatars.githubusercontent.com/u/8209940?v=4",
"events_url": "https://api.github.com/users/VelizarVESSELINOV/events{/privacy}",
"followers_url": "https://api.github.com/users/VelizarVESSELINOV/followers",
"following_url": "https://api.github.com/users/VelizarVESSELINOV/following{/other_u... | [
{
"color": "e10c02",
"default": false,
"description": null,
"id": 76811,
"name": "Bug",
"node_id": "MDU6TGFiZWw3NjgxMQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug"
},
{
"color": "5319e7",
"default": false,
"description": "String extension data ty... | closed | false | null | [] | {
"closed_at": null,
"closed_issues": 786,
"created_at": "2015-01-13T10:53:19Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jreback/followers",
... | 1 | 2016-07-09T08:30:49Z | 2019-10-12T23:51:05Z | 2019-10-12T23:51:05Z | NONE | null | #### Code Sample, a copy-pastable example if possible
Step 1. Run the code with Python 2 and Python 3
``` python
from sys import version
from pandas import DataFrame
print(version)
vers = version[0]
file_name = 'foobar'
data = {'a': [1], 'b': [2]}
dtf = DataFrame(data=data)
dtf.to_msgpack(file_name + '_py{}.msg'.f... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/13591/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/13591/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/13592 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/13592/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/13592/comments | https://api.github.com/repos/pandas-dev/pandas/issues/13592/events | https://github.com/pandas-dev/pandas/pull/13592 | 164,664,985 | MDExOlB1bGxSZXF1ZXN0NzY4NDU4NzQ= | 13,592 | BUG: Series/Index contains NaT with object dtype comparison incorrect | {
"avatar_url": "https://avatars.githubusercontent.com/u/1696302?v=4",
"events_url": "https://api.github.com/users/sinhrks/events{/privacy}",
"followers_url": "https://api.github.com/users/sinhrks/followers",
"following_url": "https://api.github.com/users/sinhrks/following{/other_user}",
"gists_url": "https:/... | [
{
"color": "e10c02",
"default": false,
"description": null,
"id": 76811,
"name": "Bug",
"node_id": "MDU6TGFiZWw3NjgxMQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug"
},
{
"color": "d7e102",
"default": false,
"description": "np.nan, pd.NaT, pd.NA, d... | 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... | 5 | 2016-07-09T12:26:50Z | 2016-07-11T01:37:13Z | 2016-07-11T01:37:09Z | MEMBER | null | - [x] closes #9005
- [x] tests added / passed
- [x] passes `git diff upstream/master | flake8 --diff`
- [x] whatsnew entry
`Series` and `Index` compares `NaT == NaT` as `True` if it has `object` dtype.
```
pd.Series([pd.NaT])
#0 NaT
# dtype: datetime64[ns]
# OK
pd.Series([pd.NaT]) == pd.NaT
#0 False
# dtype: ... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/13592/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/13592/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/13592.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/13592",
"merged_at": "2016-07-11T01:37:08Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/13592.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/13592"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/13593 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/13593/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/13593/comments | https://api.github.com/repos/pandas-dev/pandas/issues/13593/events | https://github.com/pandas-dev/pandas/pull/13593 | 164,670,547 | MDExOlB1bGxSZXF1ZXN0NzY4NDg4MTA= | 13,593 | DEPR: rename Timestamp.offset to .freq | {
"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": "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-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... | 3 | 2016-07-09T15:02:31Z | 2016-07-10T22:09:47Z | 2016-07-10T21:39:51Z | MEMBER | null | - [x] closes #12160
- [x] tests added / passed
- [x] passes `git diff upstream/master | flake8 --diff`
- [x] whatsnew entry
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/13593/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/13593/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/13593.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/13593",
"merged_at": null,
"patch_url": "https://github.com/pandas-dev/pandas/pull/13593.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/13593"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/13594 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/13594/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/13594/comments | https://api.github.com/repos/pandas-dev/pandas/issues/13594/events | https://github.com/pandas-dev/pandas/pull/13594 | 164,670,762 | MDExOlB1bGxSZXF1ZXN0NzY4NDg5MjM= | 13,594 | CLN: Initialization coincides with mapping, hence with uniqueness check | {
"avatar_url": "https://avatars.githubusercontent.com/u/1224492?v=4",
"events_url": "https://api.github.com/users/toobaz/events{/privacy}",
"followers_url": "https://api.github.com/users/toobaz/followers",
"following_url": "https://api.github.com/users/toobaz/following{/other_user}",
"gists_url": "https://ap... | [
{
"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": "20... | 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... | 3 | 2016-07-09T15:07:20Z | 2016-07-15T00:21:58Z | 2016-07-15T00:21:47Z | MEMBER | null | - [x] tests added / passed
- [x] passes `git diff upstream/master | flake8 --diff`
Rebased version of https://github.com/pydata/pandas/pull/10229 which was [actually not](https://github.com/pydata/pandas/pull/10229#issuecomment-131470116) fixed by https://github.com/pydata/pandas/pull/10199.
Nothing particular releva... | {
"+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/13594/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/13594/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/13594.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/13594",
"merged_at": null,
"patch_url": "https://github.com/pandas-dev/pandas/pull/13594.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/13594"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/13595 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/13595/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/13595/comments | https://api.github.com/repos/pandas-dev/pandas/issues/13595/events | https://github.com/pandas-dev/pandas/issues/13595 | 164,670,890 | MDU6SXNzdWUxNjQ2NzA4OTA= | 13,595 | Series.argmax() fails with np.inf | {
"avatar_url": "https://avatars.githubusercontent.com/u/1224492?v=4",
"events_url": "https://api.github.com/users/toobaz/events{/privacy}",
"followers_url": "https://api.github.com/users/toobaz/followers",
"following_url": "https://api.github.com/users/toobaz/following{/other_user}",
"gists_url": "https://ap... | [
{
"color": "e10c02",
"default": false,
"description": null,
"id": 76811,
"name": "Bug",
"node_id": "MDU6TGFiZWw3NjgxMQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug"
}
] | closed | false | null | [] | {
"closed_at": "2017-10-28T18:54:27Z",
"closed_issues": 764,
"created_at": "2017-03-23T13:26:25Z",
"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 | 2016-07-09T15:10:42Z | 2017-08-15T22:44:55Z | 2017-08-15T22:44:55Z | MEMBER | null | #### Code Sample, a copy-pastable example if possible
```
In [3]: s = pd.Series([1, 2, np.inf])
In [4]: s.argmax()
Out[4]: 1
In [5]: s.argmax(skipna=False)
Out[5]: nan
```
#### Expected Output
2 in both cases.
#### output of `pd.show_versions()`
In [6]: pd.show_versions()
```
INSTALLED VERSIONS
-----------------... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/13595/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/13595/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/13596 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/13596/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/13596/comments | https://api.github.com/repos/pandas-dev/pandas/issues/13596/events | https://github.com/pandas-dev/pandas/issues/13596 | 164,671,093 | MDU6SXNzdWUxNjQ2NzEwOTM= | 13,596 | MultiIndex values cache changes but don't preserve them on .copy() | {
"avatar_url": "https://avatars.githubusercontent.com/u/1224492?v=4",
"events_url": "https://api.github.com/users/toobaz/events{/privacy}",
"followers_url": "https://api.github.com/users/toobaz/followers",
"following_url": "https://api.github.com/users/toobaz/following{/other_user}",
"gists_url": "https://ap... | [
{
"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": "00... | 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 | 2016-07-09T15:15:53Z | 2016-07-09T16:49:44Z | 2016-07-09T16:48:34Z | MEMBER | null | #### Code Sample, a copy-pastable example if possible
```
In [2]: mi = pd.MultiIndex.from_product([[1,2], ['a', 'b']])
In [3]: mi.values
Out[3]: array([(1, 'a'), (1, 'b'), (2, 'a'), (2, 'b')], dtype=object)
In [4]: mi.values[0] = (3, 'c')
In [5]: mi.values
Out[5]: array([(3, 'c'), (1, 'b'), (2, 'a'), (2, 'b')], dt... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/13596/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/13596/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/13597 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/13597/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/13597/comments | https://api.github.com/repos/pandas-dev/pandas/issues/13597/events | https://github.com/pandas-dev/pandas/issues/13597 | 164,671,224 | MDU6SXNzdWUxNjQ2NzEyMjQ= | 13,597 | KeyError when indexing the MultiIndex of a DataFrame with ":" as first field | {
"avatar_url": "https://avatars.githubusercontent.com/u/1224492?v=4",
"events_url": "https://api.github.com/users/toobaz/events{/privacy}",
"followers_url": "https://api.github.com/users/toobaz/followers",
"following_url": "https://api.github.com/users/toobaz/following{/other_user}",
"gists_url": "https://ap... | [
{
"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 | [] | {
"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 | 2016-07-09T15:19:16Z | 2016-07-11T13:20:06Z | 2016-07-09T16:45:06Z | MEMBER | null | #### Code Sample, a copy-pastable example if possible
```
In [2]: df = pd.DataFrame(index=pd.MultiIndex.from_tuples([['a', 'b', 'c']]), columns=[1, 2])
In [3]: df.loc['a', 'b', 'c']
Out[3]:
1 NaN
2 NaN
Name: (a, b, c), dtype: object
In [4]: df.loc['a', 'b', :]
Out[4]:
1 2
c NaN NaN
In [5]: df.loc[... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/13597/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/13597/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/13598 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/13598/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/13598/comments | https://api.github.com/repos/pandas-dev/pandas/issues/13598/events | https://github.com/pandas-dev/pandas/issues/13598 | 164,671,341 | MDU6SXNzdWUxNjQ2NzEzNDE= | 13,598 | Series.str.zfill() doesn't check type | {
"avatar_url": "https://avatars.githubusercontent.com/u/1224492?v=4",
"events_url": "https://api.github.com/users/toobaz/events{/privacy}",
"followers_url": "https://api.github.com/users/toobaz/followers",
"following_url": "https://api.github.com/users/toobaz/following{/other_user}",
"gists_url": "https://ap... | [
{
"color": "e10c02",
"default": false,
"description": null,
"id": 76811,
"name": "Bug",
"node_id": "MDU6TGFiZWw3NjgxMQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug"
},
{
"color": "ffa0ff",
"default": false,
"description": "Incorrect or improved er... | 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... | 6 | 2016-07-09T15:22:08Z | 2016-07-19T01:11:27Z | 2016-07-19T01:11:18Z | MEMBER | null | #### Code Sample, a copy-pastable example if possible
```
In [5]: pd.Series(['a', 'b']).str.zfill('hi')
Out[5]:
0 NaN
1 NaN
dtype: float64
```
#### Expected Output
A `ValueError`.
#### output of `pd.show_versions()`
```
In [3]: pd.show_versions()
INSTALLED VERSIONS
------------------
commit: a63bd12529ff309d... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/13598/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/13598/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/13599 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/13599/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/13599/comments | https://api.github.com/repos/pandas-dev/pandas/issues/13599/events | https://github.com/pandas-dev/pandas/issues/13599 | 164,671,428 | MDU6SXNzdWUxNjQ2NzE0Mjg= | 13,599 | MultiIndex.from_arrays() does not check lenghts | {
"avatar_url": "https://avatars.githubusercontent.com/u/1224492?v=4",
"events_url": "https://api.github.com/users/toobaz/events{/privacy}",
"followers_url": "https://api.github.com/users/toobaz/followers",
"following_url": "https://api.github.com/users/toobaz/following{/other_user}",
"gists_url": "https://ap... | [
{
"color": "ffa0ff",
"default": false,
"description": "Incorrect or improved errors from pandas",
"id": 42670965,
"name": "Error Reporting",
"node_id": "MDU6TGFiZWw0MjY3MDk2NQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Error%20Reporting"
},
{
"color": "207d... | 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... | 5 | 2016-07-09T15:24:31Z | 2016-07-20T22:25:22Z | 2016-07-20T22:25:22Z | MEMBER | null | #### Code Sample, a copy-pastable example if possible
```
In [2]: pd.MultiIndex.from_arrays([[1,2,3], ['a', 'b']])
Out[2]:
MultiIndex(levels=[[1, 2, 3], ['a', 'b']],
labels=[[0, 1, 2], [0, 1]])
In [3]: pd.MultiIndex.from_arrays([[1,2,3], ['a', 'b']]).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/13599/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/13599/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/13600 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/13600/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/13600/comments | https://api.github.com/repos/pandas-dev/pandas/issues/13600/events | https://github.com/pandas-dev/pandas/pull/13600 | 164,671,618 | MDExOlB1bGxSZXF1ZXN0NzY4NDkzNjQ= | 13,600 | ERR: Fix TimeDelta to Timedelta | {
"avatar_url": "https://avatars.githubusercontent.com/u/5356517?v=4",
"events_url": "https://api.github.com/users/yui-knk/events{/privacy}",
"followers_url": "https://api.github.com/users/yui-knk/followers",
"following_url": "https://api.github.com/users/yui-knk/following{/other_user}",
"gists_url": "https:/... | [
{
"color": "3465A4",
"default": false,
"description": null,
"id": 134699,
"name": "Docs",
"node_id": "MDU6TGFiZWwxMzQ2OTk=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Docs"
},
{
"color": "ffa0ff",
"default": false,
"description": "Incorrect or improved... | closed | false | null | [] | {
"closed_at": "2016-10-03T08:52:13Z",
"closed_issues": 733,
"created_at": "2016-03-11T21:24:45Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jr... | 0 | 2016-07-09T15:29:16Z | 2016-07-09T23:47:27Z | 2016-07-09T17:01:59Z | CONTRIBUTOR | null | - [ ] closes #xxxx
- [ ] tests added / passed
- [ ] passes `git diff upstream/master | flake8 --diff`
- [ ] whatsnew entry
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/13600/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/13600/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/13600.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/13600",
"merged_at": "2016-07-09T17:01:59Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/13600.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/13600"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/13601 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/13601/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/13601/comments | https://api.github.com/repos/pandas-dev/pandas/issues/13601/events | https://github.com/pandas-dev/pandas/issues/13601 | 164,671,642 | MDU6SXNzdWUxNjQ2NzE2NDI= | 13,601 | Assigning array of >1 dim to index produces inconsistent index | {
"avatar_url": "https://avatars.githubusercontent.com/u/1224492?v=4",
"events_url": "https://api.github.com/users/toobaz/events{/privacy}",
"followers_url": "https://api.github.com/users/toobaz/followers",
"following_url": "https://api.github.com/users/toobaz/following{/other_user}",
"gists_url": "https://ap... | [
{
"color": "ffa0ff",
"default": false,
"description": "Incorrect or improved errors from pandas",
"id": 42670965,
"name": "Error Reporting",
"node_id": "MDU6TGFiZWw0MjY3MDk2NQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Error%20Reporting"
},
{
"color": "e996... | closed | false | null | [] | {
"closed_at": "2020-01-30T12:18:05Z",
"closed_issues": 2207,
"created_at": "2012-09-13T02:13:00Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4",
"events_url": "https://api.github.com/users/wesm/events{/privacy}",
"followers_url": "https://api.github.com/users/wesm... | 1 | 2016-07-09T15:29:56Z | 2020-01-09T21:17:06Z | 2020-01-09T21:17:06Z | MEMBER | null | #### Code Sample, a copy-pastable example if possible
```
In [3]: s = pd.Series(0, range(4))
In [4]: s.index = np.array([[2,3]]*4)
In [5]: s
Out[5]: ---------------------------------------------------------------------------
TypeError Traceback (most recent call last)
/home/nobackup/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/13601/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/13601/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/13602 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/13602/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/13602/comments | https://api.github.com/repos/pandas-dev/pandas/issues/13602/events | https://github.com/pandas-dev/pandas/pull/13602 | 164,687,337 | MDExOlB1bGxSZXF1ZXN0NzY4NTgwMDA= | 13,602 | CLN: Removed coerce param in pd.to_timedelta and pd.to_datetime | {
"avatar_url": "https://avatars.githubusercontent.com/u/9273653?v=4",
"events_url": "https://api.github.com/users/gfyoung/events{/privacy}",
"followers_url": "https://api.github.com/users/gfyoung/followers",
"following_url": "https://api.github.com/users/gfyoung/following{/other_user}",
"gists_url": "https:/... | [
{
"color": "5319e7",
"default": false,
"description": "Timedelta data type",
"id": 49597148,
"name": "Timedelta",
"node_id": "MDU6TGFiZWw0OTU5NzE0OA==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Timedelta"
},
{
"color": "5319e7",
"default": false,
"des... | closed | false | null | [] | {
"closed_at": "2017-05-06T10:20:19Z",
"closed_issues": 987,
"created_at": "2016-02-08T15:30:21Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jr... | 27 | 2016-07-09T21:51:53Z | 2016-10-15T20:08:03Z | 2016-10-15T19:58:27Z | MEMBER | null | Deprecated back in `v0.17.0` <a href="https://github.com/pydata/pandas/commit/987b7e7e586b8df1d127406c69e0a9094a1a5322">here</a>. Seems appropriate to carry though now.
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/13602/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/13602/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/13602.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/13602",
"merged_at": null,
"patch_url": "https://github.com/pandas-dev/pandas/pull/13602.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/13602"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/13603 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/13603/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/13603/comments | https://api.github.com/repos/pandas-dev/pandas/issues/13603/events | https://github.com/pandas-dev/pandas/issues/13603 | 164,687,563 | MDU6SXNzdWUxNjQ2ODc1NjM= | 13,603 | Checking for any NaT-like objects in a TimedeltaIndex always returns True | {
"avatar_url": "https://avatars.githubusercontent.com/u/4710853?v=4",
"events_url": "https://api.github.com/users/tjader/events{/privacy}",
"followers_url": "https://api.github.com/users/tjader/followers",
"following_url": "https://api.github.com/users/tjader/following{/other_user}",
"gists_url": "https://ap... | [
{
"color": "e10c02",
"default": false,
"description": null,
"id": 76811,
"name": "Bug",
"node_id": "MDU6TGFiZWw3NjgxMQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug"
},
{
"color": "0b02e1",
"default": false,
"description": "Related to indexing on s... | closed | false | null | [] | {
"closed_at": "2016-10-03T08:52:13Z",
"closed_issues": 733,
"created_at": "2016-03-11T21:24:45Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jr... | 0 | 2016-07-09T21:57:45Z | 2016-07-19T01:14:14Z | 2016-07-19T01:14:14Z | NONE | null | #### Code Sample, a copy-pastable example if possible
``` python
>>> None in pd.to_timedelta(range(5), unit='d') + pd.offsets.Hour(1)
True
```
Returns `True` for any one of `[pd.NaT, None, float('nan'), np.nan]`
#### Expected Output
``` python
>>> None in pd.to_timedelta(range(5), unit='d') + pd.offsets.Hour(1)
Fals... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/13603/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/13603/timeline | null | null | null |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.