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/25513 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/25513/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/25513/comments | https://api.github.com/repos/pandas-dev/pandas/issues/25513/events | https://github.com/pandas-dev/pandas/issues/25513 | 416,251,532 | MDU6SXNzdWU0MTYyNTE1MzI= | 25,513 | DataFrame.to_json silently ignores index parameter for most orients. | {
"avatar_url": "https://avatars.githubusercontent.com/u/620513?v=4",
"events_url": "https://api.github.com/users/dargueta/events{/privacy}",
"followers_url": "https://api.github.com/users/dargueta/followers",
"following_url": "https://api.github.com/users/dargueta/following{/other_user}",
"gists_url": "https... | [
{
"color": "e10c02",
"default": false,
"description": null,
"id": 76811,
"name": "Bug",
"node_id": "MDU6TGFiZWw3NjgxMQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug"
},
{
"color": "207de5",
"default": false,
"description": "read_json, to_json, json... | 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",
... | 20 | 2019-03-01T19:43:00Z | 2021-09-10T11:48:29Z | null | CONTRIBUTOR | null | *see
https://github.com/pandas-dev/pandas/issues/25513#issuecomment-469264925*
#### Code Sample, a copy-pastable example if possible
```python
from __future__ import print_function
import pandas as pd
df = pd.DataFrame.from_records(
[
{'id': 'abc', 'data': 'qwerty'},
{'id': 'def', ... | {
"+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/25513/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/25513/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/25514 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/25514/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/25514/comments | https://api.github.com/repos/pandas-dev/pandas/issues/25514/events | https://github.com/pandas-dev/pandas/issues/25514 | 416,261,223 | MDU6SXNzdWU0MTYyNjEyMjM= | 25,514 | Display precision doesn't affect complex float numbers | {
"avatar_url": "https://avatars.githubusercontent.com/u/9380980?v=4",
"events_url": "https://api.github.com/users/jay-pee/events{/privacy}",
"followers_url": "https://api.github.com/users/jay-pee/followers",
"following_url": "https://api.github.com/users/jay-pee/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": "2019-07-19T00:34:29Z",
"closed_issues": 1289,
"created_at": "2018-10-23T02:34:15Z",
"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... | 5 | 2019-03-01T20:11:25Z | 2019-04-12T17:08:30Z | 2019-04-12T17:08:30Z | NONE | null | #### Code Sample
```python
import numpy as np
import pandas as pd
pd.set_option("display.precision", 3)
A = np.random.rand(3,3)
df_A = pd.DataFrame(A)
B = np.random.rand(3,3)+1j*np.random.rand(3,3)
df_B = pd.DataFrame(B)
print(df_A)
print(df_B)
```
**Output:**
```
0 1 2
0 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/25514/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/25514/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/25515 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/25515/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/25515/comments | https://api.github.com/repos/pandas-dev/pandas/issues/25515/events | https://github.com/pandas-dev/pandas/issues/25515 | 416,390,599 | MDU6SXNzdWU0MTYzOTA1OTk= | 25,515 | BUG: inappropriate error message for DataFrame.from_dict(OrderedDict(...)) | {
"avatar_url": "https://avatars.githubusercontent.com/u/13159005?v=4",
"events_url": "https://api.github.com/users/simonjayhawkins/events{/privacy}",
"followers_url": "https://api.github.com/users/simonjayhawkins/followers",
"following_url": "https://api.github.com/users/simonjayhawkins/following{/other_user}"... | [
{
"color": "e10c02",
"default": false,
"description": null,
"id": 76811,
"name": "Bug",
"node_id": "MDU6TGFiZWw3NjgxMQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug"
},
{
"color": "ffa0ff",
"default": false,
"description": "Incorrect or improved er... | open | false | null | [] | null | 0 | 2019-03-02T12:05:39Z | 2021-06-27T19:00:47Z | null | MEMBER | null | see also #22705
#### Code Sample, a copy-pastable example if possible
```python
from pandas import DataFrame
from collections import OrderedDict
DataFrame.from_dict(
OrderedDict([('b', 8), ('a', 5), ('a', 6)]))
```
Note: code sample from exisiting test...
https://github.com/pandas-dev/pandas/blob/638dd... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/25515/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/25515/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/25516 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/25516/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/25516/comments | https://api.github.com/repos/pandas-dev/pandas/issues/25516/events | https://github.com/pandas-dev/pandas/pull/25516 | 416,413,018 | MDExOlB1bGxSZXF1ZXN0MjU3Njc0NzAz | 25,516 | STY: use pytest.raises context manager (frame) | {
"avatar_url": "https://avatars.githubusercontent.com/u/13159005?v=4",
"events_url": "https://api.github.com/users/simonjayhawkins/events{/privacy}",
"followers_url": "https://api.github.com/users/simonjayhawkins/followers",
"following_url": "https://api.github.com/users/simonjayhawkins/following{/other_user}"... | [
{
"color": "eb6420",
"default": false,
"description": "Code style, linting, code_checks",
"id": 106935113,
"name": "Code Style",
"node_id": "MDU6TGFiZWwxMDY5MzUxMTM=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Code%20Style"
}
] | closed | false | null | [] | {
"closed_at": "2019-07-19T00:34:29Z",
"closed_issues": 1289,
"created_at": "2018-10-23T02:34:15Z",
"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... | 5 | 2019-03-02T16:22:39Z | 2019-03-05T12:22:36Z | 2019-03-04T18:56:49Z | MEMBER | null | xref #24332 | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/25516/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/25516/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/25516.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/25516",
"merged_at": "2019-03-04T18:56:49Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/25516.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/25516"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/25517 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/25517/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/25517/comments | https://api.github.com/repos/pandas-dev/pandas/issues/25517/events | https://github.com/pandas-dev/pandas/pull/25517 | 416,417,200 | MDExOlB1bGxSZXF1ZXN0MjU3Njc3MjU4 | 25,517 | TST: xfail non-writeable pytables tests with numpy 1.16x | {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jreback/followers",
"following_url": "https://api.github.com/users/jreback/following{/other_user}",
"gists_url": "https://... | [
{
"color": "C4A000",
"default": false,
"description": "pandas testing functions or related to the test suite",
"id": 127685,
"name": "Testing",
"node_id": "MDU6TGFiZWwxMjc2ODU=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Testing"
},
{
"color": "5319e7",
"d... | closed | false | null | [] | {
"closed_at": "2019-03-13T21:33:10Z",
"closed_issues": 127,
"created_at": "2019-01-30T14:20:23Z",
"creator": {
"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/u... | 2 | 2019-03-02T17:02:48Z | 2019-03-11T19:18:19Z | 2019-03-02T21:08:09Z | CONTRIBUTOR | null | closes #25511
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/25517/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/25517/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/25517.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/25517",
"merged_at": "2019-03-02T21:08:09Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/25517.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/25517"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/25518 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/25518/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/25518/comments | https://api.github.com/repos/pandas-dev/pandas/issues/25518/events | https://github.com/pandas-dev/pandas/pull/25518 | 416,461,633 | MDExOlB1bGxSZXF1ZXN0MjU3NzA0Njg2 | 25,518 | Backport PR #25517: TST: xfail non-writeable pytables tests with numpy 1.16x | {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jreback/followers",
"following_url": "https://api.github.com/users/jreback/following{/other_user}",
"gists_url": "https://... | [
{
"color": "C4A000",
"default": false,
"description": "pandas testing functions or related to the test suite",
"id": 127685,
"name": "Testing",
"node_id": "MDU6TGFiZWwxMjc2ODU=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Testing"
}
] | closed | false | null | [] | {
"closed_at": "2019-03-13T21:33:10Z",
"closed_issues": 127,
"created_at": "2019-01-30T14:20:23Z",
"creator": {
"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/u... | 2 | 2019-03-03T01:26:20Z | 2019-03-03T02:09:02Z | 2019-03-03T02:09:01Z | 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/25518/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/25518/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/25518.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/25518",
"merged_at": "2019-03-03T02:09:01Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/25518.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/25518"
} | |
https://api.github.com/repos/pandas-dev/pandas/issues/25519 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/25519/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/25519/comments | https://api.github.com/repos/pandas-dev/pandas/issues/25519/events | https://github.com/pandas-dev/pandas/pull/25519 | 416,463,027 | MDExOlB1bGxSZXF1ZXN0MjU3NzA1Mzkx | 25,519 | Backport PR #25498 on branch 0.24.x (BUG: Fix RecursionError during IntervalTree construction) | {
"avatar_url": "https://avatars.githubusercontent.com/u/39504233?v=4",
"events_url": "https://api.github.com/users/meeseeksmachine/events{/privacy}",
"followers_url": "https://api.github.com/users/meeseeksmachine/followers",
"following_url": "https://api.github.com/users/meeseeksmachine/following{/other_user}"... | [
{
"color": "e10c02",
"default": false,
"description": null,
"id": 76811,
"name": "Bug",
"node_id": "MDU6TGFiZWw3NjgxMQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug"
},
{
"color": "009800",
"default": false,
"description": "Interval data type",
... | closed | false | null | [] | {
"closed_at": "2019-03-13T21:33:10Z",
"closed_issues": 127,
"created_at": "2019-01-30T14:20:23Z",
"creator": {
"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/u... | 0 | 2019-03-03T01:44:51Z | 2019-03-03T02:57:34Z | 2019-03-03T02:57:33Z | NONE | null | Backport PR #25498: BUG: Fix RecursionError during IntervalTree construction | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/25519/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/25519/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/25519.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/25519",
"merged_at": "2019-03-03T02:57:33Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/25519.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/25519"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/25520 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/25520/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/25520/comments | https://api.github.com/repos/pandas-dev/pandas/issues/25520/events | https://github.com/pandas-dev/pandas/pull/25520 | 416,466,781 | MDExOlB1bGxSZXF1ZXN0MjU3NzA3MzU5 | 25,520 | Backport PR #25368 on branch 0.24.x (BUG: Fix potential segfault after pd.Categorical(pd.Series(...), categories=...)) | {
"avatar_url": "https://avatars.githubusercontent.com/u/39504233?v=4",
"events_url": "https://api.github.com/users/meeseeksmachine/events{/privacy}",
"followers_url": "https://api.github.com/users/meeseeksmachine/followers",
"following_url": "https://api.github.com/users/meeseeksmachine/following{/other_user}"... | [
{
"color": "e10c02",
"default": false,
"description": null,
"id": 76811,
"name": "Bug",
"node_id": "MDU6TGFiZWw3NjgxMQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug"
},
{
"color": "e11d21",
"default": false,
"description": "Categorical Data Type",
... | closed | false | null | [] | {
"closed_at": "2019-03-13T21:33:10Z",
"closed_issues": 127,
"created_at": "2019-01-30T14:20:23Z",
"creator": {
"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/u... | 2 | 2019-03-03T02:36:46Z | 2019-03-03T03:44:43Z | 2019-03-03T03:29:58Z | NONE | null | Backport PR #25368: BUG: Fix potential segfault after pd.Categorical(pd.Series(...), categories=...) | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/25520/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/25520/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/25520.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/25520",
"merged_at": "2019-03-03T03:29:58Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/25520.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/25520"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/25521 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/25521/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/25521/comments | https://api.github.com/repos/pandas-dev/pandas/issues/25521/events | https://github.com/pandas-dev/pandas/pull/25521 | 416,468,860 | MDExOlB1bGxSZXF1ZXN0MjU3NzA4MTg0 | 25,521 | BUG-24971 copying blocks also considers ndim | {
"avatar_url": "https://avatars.githubusercontent.com/u/29615021?v=4",
"events_url": "https://api.github.com/users/JustinZhengBC/events{/privacy}",
"followers_url": "https://api.github.com/users/JustinZhengBC/followers",
"following_url": "https://api.github.com/users/JustinZhengBC/following{/other_user}",
"g... | [
{
"color": "02d7e1",
"default": false,
"description": "Concat, Merge/Join, Stack/Unstack, Explode",
"id": 13098779,
"name": "Reshaping",
"node_id": "MDU6TGFiZWwxMzA5ODc3OQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Reshaping"
},
{
"color": "e11d21",
"de... | closed | false | null | [] | {
"closed_at": "2019-07-19T00:34:29Z",
"closed_issues": 1289,
"created_at": "2018-10-23T02:34:15Z",
"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... | 5 | 2019-03-03T03:00:18Z | 2019-03-20T12:27:02Z | 2019-03-20T12:26:56Z | CONTRIBUTOR | null | - [X] closes #24971
- [X] tests added / passed
- [X] passes `git diff upstream/master -u -- "*.py" | flake8 --diff`
- [X] whatsnew entry
The following gives a series containing [1] instead of 1
```
>>> pd.Series(pd.Categorical('A', categories=['A', 'B'])).replace({'A': 1, 'B': 2})
0 [1]
dtype: 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/25521/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/25521/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/25521.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/25521",
"merged_at": "2019-03-20T12:26:55Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/25521.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/25521"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/25522 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/25522/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/25522/comments | https://api.github.com/repos/pandas-dev/pandas/issues/25522/events | https://github.com/pandas-dev/pandas/issues/25522 | 416,528,852 | MDU6SXNzdWU0MTY1Mjg4NTI= | 25,522 | uploading data into dataframe | {
"avatar_url": "https://avatars.githubusercontent.com/u/33746570?v=4",
"events_url": "https://api.github.com/users/eswara3202/events{/privacy}",
"followers_url": "https://api.github.com/users/eswara3202/followers",
"following_url": "https://api.github.com/users/eswara3202/following{/other_user}",
"gists_url"... | [] | 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 | 2019-03-03T15:37:03Z | 2019-03-04T07:48:18Z | 2019-03-03T19:51:44Z | NONE | null | #### Code Sample as entered in jupyter notebook with python 3.7
---------------------------------------------------------------------
import pandas as pd
from sklearn.tree import DecisionTreeClassifier
df = pd.read_csv('tstdatapanda.csv', delimiter=',', encoding="utf-8-sig")
X = df['sensex','nifty']
y = df['La... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/25522/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/25522/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/25523 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/25523/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/25523/comments | https://api.github.com/repos/pandas-dev/pandas/issues/25523/events | https://github.com/pandas-dev/pandas/issues/25523 | 416,537,543 | MDU6SXNzdWU0MTY1Mzc1NDM= | 25,523 | ExcelFile class has no attribute 'encoding'. Is it correct? | {
"avatar_url": "https://avatars.githubusercontent.com/u/48176954?v=4",
"events_url": "https://api.github.com/users/Dimaskuaskus/events{/privacy}",
"followers_url": "https://api.github.com/users/Dimaskuaskus/followers",
"following_url": "https://api.github.com/users/Dimaskuaskus/following{/other_user}",
"gist... | [
{
"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": "009800",
"default": false,
"description": "Duplicat... | closed | false | null | [] | {
"closed_at": null,
"closed_issues": 786,
"created_at": "2015-01-13T10:53:19Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jreback/followers",
... | 3 | 2019-03-03T17:00:27Z | 2021-01-19T18:00:56Z | 2021-01-19T18:00:56Z | NONE | null | #### Code Sample
```python
import os
import pandas as pd
directory = '/Data'
# more than 300 files
for d, dirs, files in os.walk(directory):
# i can not use read_excel function because i do not know how many sheets in each xls
# i use instance of ExcelFile
# in fact it returns xlrd.Book instanc... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/25523/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/25523/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/25524 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/25524/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/25524/comments | https://api.github.com/repos/pandas-dev/pandas/issues/25524/events | https://github.com/pandas-dev/pandas/pull/25524 | 416,543,480 | MDExOlB1bGxSZXF1ZXN0MjU3NzU0MjE0 | 25,524 | DOC:Remove hard-coded examples from _flex_doc_SERIES (#24589) | {
"avatar_url": "https://avatars.githubusercontent.com/u/8767088?v=4",
"events_url": "https://api.github.com/users/danielplawrence/events{/privacy}",
"followers_url": "https://api.github.com/users/danielplawrence/followers",
"following_url": "https://api.github.com/users/danielplawrence/following{/other_user}",... | [
{
"color": "3465A4",
"default": false,
"description": null,
"id": 134699,
"name": "Docs",
"node_id": "MDU6TGFiZWwxMzQ2OTk=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Docs"
}
] | closed | false | null | [] | {
"closed_at": "2019-07-19T00:34:29Z",
"closed_issues": 1289,
"created_at": "2018-10-23T02:34:15Z",
"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... | 7 | 2019-03-03T17:56:04Z | 2019-03-11T11:58:36Z | 2019-03-11T11:58:35Z | CONTRIBUTOR | null | Initial work on #24589
- Removes hard-coded examples from _flex_doc_SERIES
- Adds separate examples for each op (_*_example_SERIES). At this stage I've just copied the examples which were in the _flex_doc_SERIES template (add, sub, mul, div)
- Modifies _make_flex_doc to format the _flex_doc_SERIES template with a... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/25524/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/25524/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/25524.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/25524",
"merged_at": "2019-03-11T11:58:35Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/25524.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/25524"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/25525 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/25525/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/25525/comments | https://api.github.com/repos/pandas-dev/pandas/issues/25525/events | https://github.com/pandas-dev/pandas/pull/25525 | 416,546,516 | MDExOlB1bGxSZXF1ZXN0MjU3NzU2MTEx | 25,525 | DOC: resolve all GL03 docstring validation errors | {
"avatar_url": "https://avatars.githubusercontent.com/u/4970459?v=4",
"events_url": "https://api.github.com/users/jamescobonkerr/events{/privacy}",
"followers_url": "https://api.github.com/users/jamescobonkerr/followers",
"following_url": "https://api.github.com/users/jamescobonkerr/following{/other_user}",
... | [
{
"color": "3465A4",
"default": false,
"description": null,
"id": 134699,
"name": "Docs",
"node_id": "MDU6TGFiZWwxMzQ2OTk=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Docs"
}
] | closed | false | null | [] | {
"closed_at": "2019-07-19T00:34:29Z",
"closed_issues": 1289,
"created_at": "2018-10-23T02:34:15Z",
"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... | 7 | 2019-03-03T18:24:01Z | 2019-03-10T21:08:35Z | 2019-03-10T21:08:26Z | CONTRIBUTOR | null | - [X] closes #25172
- [X] tests added / passed
- [X] passes `git diff upstream/master -u -- "*.py" | flake8 --diff`
- [ ] whatsnew entry
Original number of errors: 95
Remaining errors: 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/25525/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/25525/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/25525.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/25525",
"merged_at": "2019-03-10T21:08:25Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/25525.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/25525"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/25526 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/25526/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/25526/comments | https://api.github.com/repos/pandas-dev/pandas/issues/25526/events | https://github.com/pandas-dev/pandas/pull/25526 | 416,558,488 | MDExOlB1bGxSZXF1ZXN0MjU3NzYzOTEy | 25,526 | DOC: Fixed PeriodArray api ref | {
"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": "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": "2019-07-19T00:34:29Z",
"closed_issues": 1289,
"created_at": "2018-10-23T02:34:15Z",
"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... | 6 | 2019-03-03T20:14:11Z | 2019-03-20T01:55:38Z | 2019-03-20T01:55:34Z | CONTRIBUTOR | null | [ci skip]
DatetimeArray was listed twice. PeriodArray was missed. | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/25526/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/25526/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/25526.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/25526",
"merged_at": "2019-03-20T01:55:34Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/25526.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/25526"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/25527 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/25527/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/25527/comments | https://api.github.com/repos/pandas-dev/pandas/issues/25527/events | https://github.com/pandas-dev/pandas/issues/25527 | 416,562,167 | MDU6SXNzdWU0MTY1NjIxNjc= | 25,527 | Data dependent bug in mode aggregation | {
"avatar_url": "https://avatars.githubusercontent.com/u/2380665?v=4",
"events_url": "https://api.github.com/users/DavidMertz/events{/privacy}",
"followers_url": "https://api.github.com/users/DavidMertz/followers",
"following_url": "https://api.github.com/users/DavidMertz/following{/other_user}",
"gists_url":... | [
{
"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": "207de5",
"default": false,
"description": "Clarification a... | closed | false | null | [] | null | 7 | 2019-03-03T20:46:17Z | 2019-05-07T11:14:41Z | 2019-05-07T11:14:40Z | NONE | null | #### Code Sample, a copy-pastable example if possible
The first line is the problem, the others given for context. My goal in the function this comes from is to remove non-modal ("atypical") items per `key`. The task should, and does, allow multi-modal targets per group (there are other techniques to pick a unique... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/25527/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/25527/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/25528 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/25528/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/25528/comments | https://api.github.com/repos/pandas-dev/pandas/issues/25528/events | https://github.com/pandas-dev/pandas/pull/25528 | 416,580,872 | MDExOlB1bGxSZXF1ZXN0MjU3Nzc3OTQx | 25,528 | DOC: Polishing typos out of doc/source/user_guide/indexing.rst | {
"avatar_url": "https://avatars.githubusercontent.com/u/10225972?v=4",
"events_url": "https://api.github.com/users/leerssej/events{/privacy}",
"followers_url": "https://api.github.com/users/leerssej/followers",
"following_url": "https://api.github.com/users/leerssej/following{/other_user}",
"gists_url": "htt... | [
{
"color": "3465A4",
"default": false,
"description": null,
"id": 134699,
"name": "Docs",
"node_id": "MDU6TGFiZWwxMzQ2OTk=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Docs"
}
] | closed | false | null | [] | {
"closed_at": "2019-07-19T00:34:29Z",
"closed_issues": 1289,
"created_at": "2018-10-23T02:34:15Z",
"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 | 2019-03-03T23:35:36Z | 2019-03-04T18:54:13Z | 2019-03-04T18:54:13Z | CONTRIBUTOR | null | -[x] fixes 5 small (subject verb agreement, articles, formatting, duplicate conjunction) typos in the doc's user_guide _indexing.rst_ file.
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/25528/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/25528/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/25528.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/25528",
"merged_at": "2019-03-04T18:54:13Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/25528.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/25528"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/25529 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/25529/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/25529/comments | https://api.github.com/repos/pandas-dev/pandas/issues/25529/events | https://github.com/pandas-dev/pandas/pull/25529 | 416,583,384 | MDExOlB1bGxSZXF1ZXN0MjU3Nzc5Njk0 | 25,529 | fix segfault when running with cython coverage enabled, xref cython#2879 | {
"avatar_url": "https://avatars.githubusercontent.com/u/8078968?v=4",
"events_url": "https://api.github.com/users/jbrockmendel/events{/privacy}",
"followers_url": "https://api.github.com/users/jbrockmendel/followers",
"following_url": "https://api.github.com/users/jbrockmendel/following{/other_user}",
"gists... | [
{
"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": "2019-07-19T00:34:29Z",
"closed_issues": 1289,
"created_at": "2018-10-23T02:34:15Z",
"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... | 7 | 2019-03-04T00:01:18Z | 2019-03-07T22:01:37Z | 2019-03-04T18:39:42Z | MEMBER | null | We have several functions getting called inside a `with nogil:` block that aren't currently declared as `nogil`. In the future cython should warn in this type of situation (cython#2879). | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/25529/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/25529/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/25529.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/25529",
"merged_at": "2019-03-04T18:39:42Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/25529.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/25529"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/25530 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/25530/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/25530/comments | https://api.github.com/repos/pandas-dev/pandas/issues/25530/events | https://github.com/pandas-dev/pandas/issues/25530 | 416,598,027 | MDU6SXNzdWU0MTY1OTgwMjc= | 25,530 | series.replace bug in .24 - regex not replacing patterns in middle of string (only beginning) | {
"avatar_url": "https://avatars.githubusercontent.com/u/47865634?v=4",
"events_url": "https://api.github.com/users/SigReaver/events{/privacy}",
"followers_url": "https://api.github.com/users/SigReaver/followers",
"following_url": "https://api.github.com/users/SigReaver/following{/other_user}",
"gists_url": "... | [
{
"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 | [] | null | 2 | 2019-03-04T01:58:27Z | 2019-03-07T04:42:16Z | 2019-03-04T02:13:26Z | NONE | null | #### Code Sample, a copy-pastable example if possible
###sample code:
import pandas as pd
import re
s = pd.Series(['hello there', 'well hello then'])
print(s)
'''OUTPUT
0 hello there
1 well hello then
dtype: object
'''
s.replace({'hello' : 'goodbye'}, regex=True, inplace=True)
print(s... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/25530/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/25530/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/25531 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/25531/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/25531/comments | https://api.github.com/repos/pandas-dev/pandas/issues/25531/events | https://github.com/pandas-dev/pandas/pull/25531 | 416,695,709 | MDExOlB1bGxSZXF1ZXN0MjU3ODYwMDI0 | 25,531 | Bug groupby idxmin | {
"avatar_url": "https://avatars.githubusercontent.com/u/7594913?v=4",
"events_url": "https://api.github.com/users/rbenes/events{/privacy}",
"followers_url": "https://api.github.com/users/rbenes/followers",
"following_url": "https://api.github.com/users/rbenes/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,
... | closed | false | null | [] | {
"closed_at": "2019-07-19T00:34:29Z",
"closed_issues": 1289,
"created_at": "2018-10-23T02:34:15Z",
"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... | 13 | 2019-03-04T08:59:34Z | 2019-03-30T19:17:32Z | 2019-03-30T19:17:29Z | CONTRIBUTOR | null | closes #25444
closes #15306
- [x] tests added / passed
- [x] passes `git diff upstream/master -u -- "*.py" | 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/25531/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/25531/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/25531.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/25531",
"merged_at": "2019-03-30T19:17:29Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/25531.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/25531"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/25532 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/25532/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/25532/comments | https://api.github.com/repos/pandas-dev/pandas/issues/25532/events | https://github.com/pandas-dev/pandas/pull/25532 | 416,746,579 | MDExOlB1bGxSZXF1ZXN0MjU3ODk5MDM4 | 25,532 | DOC: fix docstring for pandas.read_parquet | {
"avatar_url": "https://avatars.githubusercontent.com/u/13555446?v=4",
"events_url": "https://api.github.com/users/igblackadder/events{/privacy}",
"followers_url": "https://api.github.com/users/igblackadder/followers",
"following_url": "https://api.github.com/users/igblackadder/following{/other_user}",
"gist... | [
{
"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": "parquet, feather",
... | closed | false | null | [] | {
"closed_at": "2019-07-19T00:34:29Z",
"closed_issues": 1289,
"created_at": "2018-10-23T02:34:15Z",
"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... | 3 | 2019-03-04T11:01:30Z | 2019-04-10T05:28:12Z | 2019-04-10T05:28:12Z | CONTRIBUTOR | null | - [ ] closes #xxxx
- [ ] tests added / passed
- [X] passes `git diff upstream/master -u -- "*.py" | flake8 --diff`
- [ ] whatsnew entry
```
################################################################################
####################### Docstring (pandas.read_parquet) #######################
#########... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/25532/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/25532/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/25532.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/25532",
"merged_at": null,
"patch_url": "https://github.com/pandas-dev/pandas/pull/25532.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/25532"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/25533 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/25533/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/25533/comments | https://api.github.com/repos/pandas-dev/pandas/issues/25533/events | https://github.com/pandas-dev/pandas/pull/25533 | 416,784,287 | MDExOlB1bGxSZXF1ZXN0MjU3OTI4NzU0 | 25,533 | BUG: caught typeError in series.at (#25506) | {
"avatar_url": "https://avatars.githubusercontent.com/u/14317441?v=4",
"events_url": "https://api.github.com/users/jopenmolles/events{/privacy}",
"followers_url": "https://api.github.com/users/jopenmolles/followers",
"following_url": "https://api.github.com/users/jopenmolles/following{/other_user}",
"gists_u... | [
{
"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": "53... | closed | false | null | [] | {
"closed_at": "2019-07-19T00:34:29Z",
"closed_issues": 1289,
"created_at": "2018-10-23T02:34:15Z",
"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... | 5 | 2019-03-04T12:43:55Z | 2019-03-05T21:11:53Z | 2019-03-05T21:11:49Z | CONTRIBUTOR | null | - [x] closes #25506
- [x] tests added / passed
- [x] passes `git diff upstream/master -u -- "*.py" | 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/25533/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/25533/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/25533.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/25533",
"merged_at": "2019-03-05T21:11:49Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/25533.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/25533"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/25534 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/25534/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/25534/comments | https://api.github.com/repos/pandas-dev/pandas/issues/25534/events | https://github.com/pandas-dev/pandas/issues/25534 | 416,808,589 | MDU6SXNzdWU0MTY4MDg1ODk= | 25,534 | DOC: Make the sidebar index more useful in the docs | {
"avatar_url": "https://avatars.githubusercontent.com/u/1520538?v=4",
"events_url": "https://api.github.com/users/dpitch40/events{/privacy}",
"followers_url": "https://api.github.com/users/dpitch40/followers",
"following_url": "https://api.github.com/users/dpitch40/following{/other_user}",
"gists_url": "http... | [] | closed | false | null | [] | null | 1 | 2019-03-04T13:46:03Z | 2019-03-04T14:01:08Z | 2019-03-04T14:01:08Z | NONE | null | My team recently upgraded the version of Pandas we use, and while the improved functionality of the module itself is great, I'm finding the docs annoying to use. Previously the sidebar index showed (if anything) too much; now it shows too little. Compare, for example, the Essential Basic Functionality docs in [0.20.3](... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/25534/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/25534/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/25535 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/25535/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/25535/comments | https://api.github.com/repos/pandas-dev/pandas/issues/25535/events | https://github.com/pandas-dev/pandas/pull/25535 | 416,829,643 | MDExOlB1bGxSZXF1ZXN0MjU3OTY0MzY3 | 25,535 | ENH: Add errors parameter to DataFrame.rename | {
"avatar_url": "https://avatars.githubusercontent.com/u/15815926?v=4",
"events_url": "https://api.github.com/users/MaxVanDeursen/events{/privacy}",
"followers_url": "https://api.github.com/users/MaxVanDeursen/followers",
"following_url": "https://api.github.com/users/MaxVanDeursen/following{/other_user}",
"g... | [
{
"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": "ffa0ff",
"default": false,
"description": "I... | closed | false | null | [] | {
"closed_at": "2019-07-19T00:34:29Z",
"closed_issues": 1289,
"created_at": "2018-10-23T02:34:15Z",
"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... | 6 | 2019-03-04T14:34:08Z | 2019-03-07T10:10:05Z | 2019-03-05T22:15:21Z | CONTRIBUTOR | null | - [X] closes #13473
- [x] tests added / passed
- [X] passes `git diff upstream/master -u -- "*.py" | 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/25535/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/25535/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/25535.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/25535",
"merged_at": "2019-03-05T22:15:19Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/25535.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/25535"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/25536 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/25536/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/25536/comments | https://api.github.com/repos/pandas-dev/pandas/issues/25536/events | https://github.com/pandas-dev/pandas/issues/25536 | 416,944,506 | MDU6SXNzdWU0MTY5NDQ1MDY= | 25,536 | DOC: remove Panel from docs | {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jreback/followers",
"following_url": "https://api.github.com/users/jreback/following{/other_user}",
"gists_url": "https://... | [
{
"color": "3465A4",
"default": false,
"description": null,
"id": 134699,
"name": "Docs",
"node_id": "MDU6TGFiZWwxMzQ2OTk=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Docs"
}
] | closed | false | null | [] | {
"closed_at": "2019-07-19T00:34:29Z",
"closed_issues": 1289,
"created_at": "2018-10-23T02:34:15Z",
"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... | 1 | 2019-03-04T18:55:22Z | 2019-03-10T16:27:26Z | 2019-03-10T16:27:26Z | CONTRIBUTOR | null | this might require multiple PRs. Panel exists in the reference, main docs & in the historical whatsnew notes (these *should* already be code-blocks if its directly referenced) | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/25536/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/25536/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/25537 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/25537/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/25537/comments | https://api.github.com/repos/pandas-dev/pandas/issues/25537/events | https://github.com/pandas-dev/pandas/pull/25537 | 416,953,133 | MDExOlB1bGxSZXF1ZXN0MjU4MDU4OTYx | 25,537 | fix MacPython / pandas-wheels ci failures | {
"avatar_url": "https://avatars.githubusercontent.com/u/13159005?v=4",
"events_url": "https://api.github.com/users/simonjayhawkins/events{/privacy}",
"followers_url": "https://api.github.com/users/simonjayhawkins/followers",
"following_url": "https://api.github.com/users/simonjayhawkins/following{/other_user}"... | [
{
"color": "eb6420",
"default": false,
"description": "Code style, linting, code_checks",
"id": 106935113,
"name": "Code Style",
"node_id": "MDU6TGFiZWwxMDY5MzUxMTM=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Code%20Style"
}
] | closed | false | null | [] | {
"closed_at": "2019-07-19T00:34:29Z",
"closed_issues": 1289,
"created_at": "2018-10-23T02:34:15Z",
"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... | 6 | 2019-03-04T19:19:00Z | 2019-03-05T12:22:14Z | 2019-03-05T10:24:47Z | MEMBER | null | https://github.com/pandas-dev/pandas/pull/25483#issuecomment-469366672
@jreback : the regex is getting a bit unreadable.. this may suggest that a more (user friendly|consistent) error message should be raised by `safe_sort`? | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/25537/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/25537/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/25537.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/25537",
"merged_at": "2019-03-05T10:24:47Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/25537.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/25537"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/25538 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/25538/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/25538/comments | https://api.github.com/repos/pandas-dev/pandas/issues/25538/events | https://github.com/pandas-dev/pandas/pull/25538 | 417,026,437 | MDExOlB1bGxSZXF1ZXN0MjU4MTE2MTkw | 25,538 | DOC: Polishing typos out of doc/source/user_guide/indexing.rst | {
"avatar_url": "https://avatars.githubusercontent.com/u/10225972?v=4",
"events_url": "https://api.github.com/users/leerssej/events{/privacy}",
"followers_url": "https://api.github.com/users/leerssej/followers",
"following_url": "https://api.github.com/users/leerssej/following{/other_user}",
"gists_url": "htt... | [] | closed | false | null | [] | null | 0 | 2019-03-04T22:41:40Z | 2019-03-04T22:45:43Z | 2019-03-04T22:45:43Z | CONTRIBUTOR | null | ✅ fixes typos in Indexing and Selecting Data doc:
- subject verb agreements
- extra conjunctions
- adds articles
- fixes formatting as code markup
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/25538/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/25538/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/25538.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/25538",
"merged_at": null,
"patch_url": "https://github.com/pandas-dev/pandas/pull/25538.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/25538"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/25539 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/25539/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/25539/comments | https://api.github.com/repos/pandas-dev/pandas/issues/25539/events | https://github.com/pandas-dev/pandas/issues/25539 | 417,065,297 | MDU6SXNzdWU0MTcwNjUyOTc= | 25,539 | read_excel only loading first 11 rows | {
"avatar_url": "https://avatars.githubusercontent.com/u/25407248?v=4",
"events_url": "https://api.github.com/users/ksap1/events{/privacy}",
"followers_url": "https://api.github.com/users/ksap1/followers",
"following_url": "https://api.github.com/users/ksap1/following{/other_user}",
"gists_url": "https://api.... | [
{
"color": "207de5",
"default": false,
"description": "Clarification about behavior needed to assess issue",
"id": 307649777,
"name": "Needs Info",
"node_id": "MDU6TGFiZWwzMDc2NDk3Nzc=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Needs%20Info"
}
] | closed | false | null | [] | null | 4 | 2019-03-05T01:04:09Z | 2019-03-07T00:04:48Z | 2019-03-07T00:04:47Z | NONE | null |
```python
# data = read_excel(data.xlsx, nrows=100)
```
#### Problem description
I'm currently trying to open a 46 MB xlsx file with around 1700 rows and 26 columns. Everytime I load the dataset through read_excel, the DataFrame only contains 11 rows. I've tried this on multiple ipython notebooks with the s... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/25539/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/25539/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/25540 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/25540/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/25540/comments | https://api.github.com/repos/pandas-dev/pandas/issues/25540/events | https://github.com/pandas-dev/pandas/pull/25540 | 417,144,386 | MDExOlB1bGxSZXF1ZXN0MjU4MjA0NzYy | 25,540 | BUG: Fix #25481 by fixing the error message in TypeError | {
"avatar_url": "https://avatars.githubusercontent.com/u/13381361?v=4",
"events_url": "https://api.github.com/users/Bharat123rox/events{/privacy}",
"followers_url": "https://api.github.com/users/Bharat123rox/followers",
"following_url": "https://api.github.com/users/Bharat123rox/following{/other_user}",
"gist... | [
{
"color": "ffa0ff",
"default": false,
"description": "Incorrect or improved errors from pandas",
"id": 42670965,
"name": "Error Reporting",
"node_id": "MDU6TGFiZWw0MjY3MDk2NQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Error%20Reporting"
}
] | closed | false | null | [] | {
"closed_at": "2019-07-19T00:34:29Z",
"closed_issues": 1289,
"created_at": "2018-10-23T02:34:15Z",
"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... | 5 | 2019-03-05T06:50:22Z | 2019-03-10T21:59:17Z | 2019-03-10T21:59:15Z | CONTRIBUTOR | null | BUG: Fix #25481 by fixing the error message in TypeError
- [x] closes #25481
- [x] tests added / passed
- [x] passes `git diff upstream/master -u -- "*.py" | 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/25540/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/25540/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/25540.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/25540",
"merged_at": "2019-03-10T21:59:14Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/25540.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/25540"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/25541 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/25541/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/25541/comments | https://api.github.com/repos/pandas-dev/pandas/issues/25541/events | https://github.com/pandas-dev/pandas/pull/25541 | 417,166,162 | MDExOlB1bGxSZXF1ZXN0MjU4MjIxNTM1 | 25,541 | ENH: to_datetime support iso week year (16607) | {
"avatar_url": "https://avatars.githubusercontent.com/u/3838378?v=4",
"events_url": "https://api.github.com/users/RjLi13/events{/privacy}",
"followers_url": "https://api.github.com/users/RjLi13/followers",
"following_url": "https://api.github.com/users/RjLi13/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": "0052cc",
"default": false,
"description": "pandas ob... | closed | false | null | [] | {
"closed_at": "2019-07-19T00:34:29Z",
"closed_issues": 1289,
"created_at": "2018-10-23T02:34:15Z",
"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... | 13 | 2019-03-05T08:03:21Z | 2019-03-19T04:03:13Z | 2019-03-18T12:35:48Z | CONTRIBUTOR | null | - [x] closes #16607
- [x] tests added / passed
- [x] passes `git diff upstream/master -u -- "*.py" | flake8 --diff`
- [x] whatsnew entry
I messed up the rebase of the old PR #24844 and started this again on a clean state. Reviewers please review on this PR!
#### From old PR
I found the issue stagnant, but ... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/25541/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/25541/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/25541.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/25541",
"merged_at": "2019-03-18T12:35:48Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/25541.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/25541"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/25542 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/25542/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/25542/comments | https://api.github.com/repos/pandas-dev/pandas/issues/25542/events | https://github.com/pandas-dev/pandas/issues/25542 | 417,194,473 | MDU6SXNzdWU0MTcxOTQ0NzM= | 25,542 | Error when calculating variance of series of ndarrays | {
"avatar_url": "https://avatars.githubusercontent.com/u/21138534?v=4",
"events_url": "https://api.github.com/users/MakGre/events{/privacy}",
"followers_url": "https://api.github.com/users/MakGre/followers",
"following_url": "https://api.github.com/users/MakGre/following{/other_user}",
"gists_url": "https://a... | [
{
"color": "4E9A06",
"default": false,
"description": null,
"id": 76812,
"name": "Enhancement",
"node_id": "MDU6TGFiZWw3NjgxMg==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Enhancement"
},
{
"color": "ffa0ff",
"default": false,
"description": "Incorrec... | open | false | null | [] | null | 2 | 2019-03-05T09:18:36Z | 2021-06-27T19:01:50Z | null | NONE | null | #### Code Sample, a copy-pastable example if possible
```python
import numpy as np
import pandas as pd
# np.__version__ is 1.14.5
# pd.__version__ is 0.24.1
# create list of dicts with ndarrays
ll = []
for ii in range(2):
dd = {0: np.ones(2)}
ll += [dd]
# create data frame
df = pd.DataFrame(ll... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/25542/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/25542/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/25543 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/25543/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/25543/comments | https://api.github.com/repos/pandas-dev/pandas/issues/25543/events | https://github.com/pandas-dev/pandas/issues/25543 | 417,219,225 | MDU6SXNzdWU0MTcyMTkyMjU= | 25,543 | Pandas eval/query doesn't match whole words | {
"avatar_url": "https://avatars.githubusercontent.com/u/7690659?v=4",
"events_url": "https://api.github.com/users/ClaudiuCreanga/events{/privacy}",
"followers_url": "https://api.github.com/users/ClaudiuCreanga/followers",
"following_url": "https://api.github.com/users/ClaudiuCreanga/following{/other_user}",
... | [] | closed | false | null | [] | null | 1 | 2019-03-05T10:14:39Z | 2019-03-05T14:01:27Z | 2019-03-05T14:01:27Z | NONE | null | This here works when looking for whole words with \b
```python
# Your code here
df = pd.DataFrame({'b' : ['hif das', 'foodas', 'fat', 'cat']})
df[df.b.str.contains(r'\bdas\b')]
```
But this doesn't work:
```python
df[df.eval('b.str.contains(r"\bdas\b")', engine="python", parser="python")]
df.query('b.str.conta... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/25543/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/25543/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/25544 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/25544/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/25544/comments | https://api.github.com/repos/pandas-dev/pandas/issues/25544/events | https://github.com/pandas-dev/pandas/issues/25544 | 417,278,328 | MDU6SXNzdWU0MTcyNzgzMjg= | 25,544 | Pandas TimeDelta instantiation returns different object for same value | {
"avatar_url": "https://avatars.githubusercontent.com/u/4055489?v=4",
"events_url": "https://api.github.com/users/Dgomzi/events{/privacy}",
"followers_url": "https://api.github.com/users/Dgomzi/followers",
"following_url": "https://api.github.com/users/Dgomzi/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": "5319e7",
"default": false,
"description": "Timedelta data type",
... | 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",
... | 6 | 2019-03-05T12:38:58Z | 2020-05-03T21:46:02Z | 2020-05-03T21:46:02Z | NONE | null | ```python
pd.Timedelta(3,unit= 'M')
Out[26]: Timedelta('91 days 07:27:18')
pd.Timedelta('3M')
Out[27]: Timedelta('0 days 00:03:00')
```
#### Problem description
I tried instantiating Timedelta object using '3M' which returns Timedelta object with 3 minutes rather than 3Months
#### Output of ``pd.show_versio... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/25544/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/25544/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/25545 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/25545/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/25545/comments | https://api.github.com/repos/pandas-dev/pandas/issues/25545/events | https://github.com/pandas-dev/pandas/issues/25545 | 417,290,087 | MDU6SXNzdWU0MTcyOTAwODc= | 25,545 | Plotting: secondary y axis can not be set to log scale | {
"avatar_url": "https://avatars.githubusercontent.com/u/5310424?v=4",
"events_url": "https://api.github.com/users/johan12345/events{/privacy}",
"followers_url": "https://api.github.com/users/johan12345/followers",
"following_url": "https://api.github.com/users/johan12345/following{/other_user}",
"gists_url":... | [
{
"color": "8AE234",
"default": false,
"description": null,
"id": 2413328,
"name": "Visualization",
"node_id": "MDU6TGFiZWwyNDEzMzI4",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Visualization"
}
] | closed | false | null | [] | {
"closed_at": null,
"closed_issues": 786,
"created_at": "2015-01-13T10:53:19Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jreback/followers",
... | 2 | 2019-03-05T13:09:01Z | 2019-03-07T20:42:29Z | 2019-03-07T20:42:29Z | CONTRIBUTOR | null | #### Code Sample, a copy-pastable example if possible
```python
import pandas as pd
import numpy as np
import matplotlib.pyplot as plt
pd.Series(np.random.random(1000)).plot(logy=True)
pd.Series(np.random.random(1000)).plot(secondary_y=True, logy=True)
plt.show()
```
#### Problem description
When I pl... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/25545/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/25545/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/25546 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/25546/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/25546/comments | https://api.github.com/repos/pandas-dev/pandas/issues/25546/events | https://github.com/pandas-dev/pandas/issues/25546 | 417,299,623 | MDU6SXNzdWU0MTcyOTk2MjM= | 25,546 | Iso date timezone is not decoded in Series.read_json | {
"avatar_url": "https://avatars.githubusercontent.com/u/4245508?v=4",
"events_url": "https://api.github.com/users/jbarotin/events{/privacy}",
"followers_url": "https://api.github.com/users/jbarotin/followers",
"following_url": "https://api.github.com/users/jbarotin/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": "207de5",
"default": false,
"description": "read_json, to_json, json... | closed | false | null | [] | {
"closed_at": "2019-07-19T00:34:29Z",
"closed_issues": 1289,
"created_at": "2018-10-23T02:34:15Z",
"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... | 3 | 2019-03-05T13:30:47Z | 2019-05-07T04:19:24Z | 2019-05-07T04:19:24Z | NONE | null | #### Problem description
If I'm trying to load json data thought the Series.read_json considering the following command line :
```python
pd.read_json('{"2019-01-01T11:00:00.000Z":88.352985054,"2019-01-01T12:00:00.000Z":90.091719896,"2019-01-01T13:00:00.000Z":15}', typ='series', orient='index').index
```
I've g... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/25546/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/25546/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/25547 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/25547/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/25547/comments | https://api.github.com/repos/pandas-dev/pandas/issues/25547/events | https://github.com/pandas-dev/pandas/issues/25547 | 417,314,586 | MDU6SXNzdWU0MTczMTQ1ODY= | 25,547 | pd.concat removes column names when not using index | {
"avatar_url": "https://avatars.githubusercontent.com/u/11860098?v=4",
"events_url": "https://api.github.com/users/david-cortes/events{/privacy}",
"followers_url": "https://api.github.com/users/david-cortes/followers",
"following_url": "https://api.github.com/users/david-cortes/following{/other_user}",
"gist... | [] | closed | false | null | [] | null | 2 | 2019-03-05T14:04:38Z | 2019-03-05T15:31:10Z | 2019-03-05T15:31:10Z | CONTRIBUTOR | null | If I merge two data frames by columns ignoring the indexes, it seems the column names get lost on the resulting object, being replaced instead by integers. Example:
```python
import numpy as np, pandas as pd
np.random.seed(1)
df1 = pd.DataFrame(np.random.random(size = (10,5)), columns = ['col1', 'col2', 'col3', '... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/25547/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/25547/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/25548 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/25548/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/25548/comments | https://api.github.com/repos/pandas-dev/pandas/issues/25548/events | https://github.com/pandas-dev/pandas/issues/25548 | 417,316,299 | MDU6SXNzdWU0MTczMTYyOTk= | 25,548 | Inconsistent behaviour when assigning to series? | {
"avatar_url": "https://avatars.githubusercontent.com/u/4977570?v=4",
"events_url": "https://api.github.com/users/mwiebusch78/events{/privacy}",
"followers_url": "https://api.github.com/users/mwiebusch78/followers",
"following_url": "https://api.github.com/users/mwiebusch78/following{/other_user}",
"gists_ur... | [
{
"color": "e10c02",
"default": false,
"description": null,
"id": 76811,
"name": "Bug",
"node_id": "MDU6TGFiZWw3NjgxMQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug"
},
{
"color": "0b02e1",
"default": false,
"description": "Related to indexing on s... | open | false | null | [] | null | 3 | 2019-03-05T14:08:26Z | 2021-06-27T19:03:17Z | null | NONE | null | I noticed that `.loc` and `__setitem__` behave very differently when assigning one series to a sub-range of another series:
```python
>>> s = pd.Series(0.0, index=list('abcd'))
>>> s1 = pd.Series(1.0, index=list('ab'))
>>> s2 = pd.Series(2.0, index=list('xy'))
>>> s[['a', 'b']] = s2
>>> s # names of s2 are ign... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/25548/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/25548/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/25549 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/25549/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/25549/comments | https://api.github.com/repos/pandas-dev/pandas/issues/25549/events | https://github.com/pandas-dev/pandas/issues/25549 | 417,323,373 | MDU6SXNzdWU0MTczMjMzNzM= | 25,549 | DOC: more specific str.split() explanation | {
"avatar_url": "https://avatars.githubusercontent.com/u/16627482?v=4",
"events_url": "https://api.github.com/users/RuMcClu/events{/privacy}",
"followers_url": "https://api.github.com/users/RuMcClu/followers",
"following_url": "https://api.github.com/users/RuMcClu/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": "5319e7",
"default": false,
"description": "String extension data... | closed | false | null | [] | {
"closed_at": null,
"closed_issues": 1203,
"created_at": "2021-06-09T18:28:42Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jreback/followers",... | 3 | 2019-03-05T14:23:28Z | 2021-11-04T00:40:28Z | 2021-11-04T00:40:28Z | NONE | null | In the docs we see:

but in fact the default behaviour of `str.split()` is more complicated than using `str.split(" ")` as detailed in the [python 3 documentation](https://docs.py... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/25549/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/25549/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/25550 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/25550/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/25550/comments | https://api.github.com/repos/pandas-dev/pandas/issues/25550/events | https://github.com/pandas-dev/pandas/pull/25550 | 417,336,262 | MDExOlB1bGxSZXF1ZXN0MjU4MzU0NjI2 | 25,550 | TST/CLN: Remove more Panel tests | {
"avatar_url": "https://avatars.githubusercontent.com/u/13159005?v=4",
"events_url": "https://api.github.com/users/simonjayhawkins/events{/privacy}",
"followers_url": "https://api.github.com/users/simonjayhawkins/followers",
"following_url": "https://api.github.com/users/simonjayhawkins/following{/other_user}"... | [
{
"color": "C4A000",
"default": false,
"description": "pandas testing functions or related to the test suite",
"id": 127685,
"name": "Testing",
"node_id": "MDU6TGFiZWwxMjc2ODU=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Testing"
},
{
"color": "207de5",
"d... | closed | false | null | [] | {
"closed_at": "2019-07-19T00:34:29Z",
"closed_issues": 1289,
"created_at": "2018-10-23T02:34:15Z",
"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... | 4 | 2019-03-05T14:50:16Z | 2019-03-05T19:19:42Z | 2019-03-05T18:44:11Z | MEMBER | null | cc @jbrockmendel | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/25550/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/25550/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/25550.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/25550",
"merged_at": "2019-03-05T18:44:11Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/25550.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/25550"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/25551 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/25551/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/25551/comments | https://api.github.com/repos/pandas-dev/pandas/issues/25551/events | https://github.com/pandas-dev/pandas/pull/25551 | 417,398,340 | MDExOlB1bGxSZXF1ZXN0MjU4NDAzNzkw | 25,551 | Document the behavior of `axis=None` with `style.background_gradient` | {
"avatar_url": "https://avatars.githubusercontent.com/u/4560057?v=4",
"events_url": "https://api.github.com/users/joelostblom/events{/privacy}",
"followers_url": "https://api.github.com/users/joelostblom/followers",
"following_url": "https://api.github.com/users/joelostblom/following{/other_user}",
"gists_ur... | [
{
"color": "3465A4",
"default": false,
"description": null,
"id": 134699,
"name": "Docs",
"node_id": "MDU6TGFiZWwxMzQ2OTk=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Docs"
}
] | closed | false | null | [] | {
"closed_at": "2019-07-19T00:34:29Z",
"closed_issues": 1289,
"created_at": "2018-10-23T02:34:15Z",
"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... | 4 | 2019-03-05T16:53:45Z | 2019-03-07T02:21:14Z | 2019-03-07T02:21:08Z | CONTRIBUTOR | null | Add docstring entry for using `axis=None`with `style.background_gradient`, which was added in #21259. Also reword to be in numerical order and consistent with how `highlight_max` and `highligh_min` defines column-wise and row-wise.
- [x] tests added / passed
- [x] passes `git diff upstream/master -u -- "*.py" | fla... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/25551/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/25551/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/25551.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/25551",
"merged_at": "2019-03-07T02:21:08Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/25551.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/25551"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/25552 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/25552/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/25552/comments | https://api.github.com/repos/pandas-dev/pandas/issues/25552/events | https://github.com/pandas-dev/pandas/issues/25552 | 417,432,931 | MDU6SXNzdWU0MTc0MzI5MzE= | 25,552 | Design of DataFrame.where() is potentially counter-intuitive | {
"avatar_url": "https://avatars.githubusercontent.com/u/1811791?v=4",
"events_url": "https://api.github.com/users/scwilkinson/events{/privacy}",
"followers_url": "https://api.github.com/users/scwilkinson/followers",
"following_url": "https://api.github.com/users/scwilkinson/following{/other_user}",
"gists_ur... | [] | closed | false | null | [] | null | 5 | 2019-03-05T18:17:52Z | 2019-03-05T21:28:40Z | 2019-03-05T21:28:40Z | NONE | null | #### Code Sample
```python
>>> s = pd.Series(range(5))
>>> s.where(s > 1, 10)
0 10
1 10
2 2
3 3
4 4
dtype: int64
```
#### Problem description
This is a purely design-related issue!
I think that the behavior of the `DataFrame.where()` is potentially confusing, and can easily be misunder... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/25552/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/25552/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/25553 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/25553/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/25553/comments | https://api.github.com/repos/pandas-dev/pandas/issues/25553/events | https://github.com/pandas-dev/pandas/pull/25553 | 417,443,019 | MDExOlB1bGxSZXF1ZXN0MjU4NDM5NjAy | 25,553 | BUG: in error message raised when invalid axis parameter | {
"avatar_url": "https://avatars.githubusercontent.com/u/13159005?v=4",
"events_url": "https://api.github.com/users/simonjayhawkins/events{/privacy}",
"followers_url": "https://api.github.com/users/simonjayhawkins/followers",
"following_url": "https://api.github.com/users/simonjayhawkins/following{/other_user}"... | [
{
"color": "ffa0ff",
"default": false,
"description": "Incorrect or improved errors from pandas",
"id": 42670965,
"name": "Error Reporting",
"node_id": "MDU6TGFiZWw0MjY3MDk2NQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Error%20Reporting"
}
] | closed | false | null | [] | {
"closed_at": "2019-07-19T00:34:29Z",
"closed_issues": 1289,
"created_at": "2018-10-23T02:34:15Z",
"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... | 5 | 2019-03-05T18:30:15Z | 2019-03-07T09:50:08Z | 2019-03-06T22:35:56Z | MEMBER | null | - [x] closes #25555
- [x] tests added / passed
- [x] passes `git diff upstream/master -u -- "*.py" | flake8 --diff`
- [x] whatsnew entry
I don't think there is currently an issue for this. will open new and then add whatsnew. | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/25553/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/25553/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/25553.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/25553",
"merged_at": "2019-03-06T22:35:55Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/25553.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/25553"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/25554 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/25554/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/25554/comments | https://api.github.com/repos/pandas-dev/pandas/issues/25554/events | https://github.com/pandas-dev/pandas/pull/25554 | 417,445,493 | MDExOlB1bGxSZXF1ZXN0MjU4NDQxNTM2 | 25,554 | DEPS: Bump numpy to 1.13.3 | {
"avatar_url": "https://avatars.githubusercontent.com/u/33685575?v=4",
"events_url": "https://api.github.com/users/h-vetinari/events{/privacy}",
"followers_url": "https://api.github.com/users/h-vetinari/followers",
"following_url": "https://api.github.com/users/h-vetinari/following{/other_user}",
"gists_url"... | [
{
"color": "d93f0b",
"default": false,
"description": "Required and optional dependencies",
"id": 527603109,
"name": "Dependencies",
"node_id": "MDU6TGFiZWw1Mjc2MDMxMDk=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Dependencies"
}
] | closed | false | null | [] | {
"closed_at": "2019-07-19T00:34:29Z",
"closed_issues": 1289,
"created_at": "2018-10-23T02:34:15Z",
"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... | 24 | 2019-03-05T18:37:00Z | 2019-03-28T17:50:31Z | 2019-03-28T12:48:15Z | CONTRIBUTOR | null | #25227 is trying to add `pyproject.toml` which is necessary for the whole `pip`-machinery to work smoothly post v.19.0. However, this seems to be running into problems with a numpy version bump, and mood there was to bump numpy requirement to 1.13.x.
The bare minimum for the bump is implemented in that PR, but a ver... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/25554/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/25554/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/25554.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/25554",
"merged_at": "2019-03-28T12:48:15Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/25554.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/25554"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/25555 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/25555/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/25555/comments | https://api.github.com/repos/pandas-dev/pandas/issues/25555/events | https://github.com/pandas-dev/pandas/issues/25555 | 417,451,243 | MDU6SXNzdWU0MTc0NTEyNDM= | 25,555 | BUG: in error message raised when invalid axis parameter | {
"avatar_url": "https://avatars.githubusercontent.com/u/13159005?v=4",
"events_url": "https://api.github.com/users/simonjayhawkins/events{/privacy}",
"followers_url": "https://api.github.com/users/simonjayhawkins/followers",
"following_url": "https://api.github.com/users/simonjayhawkins/following{/other_user}"... | [
{
"color": "ffa0ff",
"default": false,
"description": "Incorrect or improved errors from pandas",
"id": 42670965,
"name": "Error Reporting",
"node_id": "MDU6TGFiZWw0MjY3MDk2NQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Error%20Reporting"
}
] | closed | false | null | [] | {
"closed_at": "2019-07-19T00:34:29Z",
"closed_issues": 1289,
"created_at": "2018-10-23T02:34:15Z",
"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... | 1 | 2019-03-05T18:52:40Z | 2019-03-06T22:35:55Z | 2019-03-06T22:35:55Z | MEMBER | null | #### Code Sample, a copy-pastable example if possible
```python
import numpy as np
from pandas import DataFrame
df = DataFrame(np.random.randn(6, 4))
df.dropna(axis=3)
```
#### Problem description
0.25.0.dev0+198.gd10bbce34
```python-traceback
Traceback (most recent call last):
File "<stdin>", line 1, ... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/25555/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/25555/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/25556 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/25556/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/25556/comments | https://api.github.com/repos/pandas-dev/pandas/issues/25556/events | https://github.com/pandas-dev/pandas/pull/25556 | 417,483,635 | MDExOlB1bGxSZXF1ZXN0MjU4NDcxMTE3 | 25,556 | BUG: Handle readonly arrays in period_array | {
"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": "eb6420",
"default": false,
"description": "Period data type",
"id": 60635328,
"name": "Period",
"node_id": "MDU6TGFiZWw2MDYzNTMyOA==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Period"
}
] | closed | false | null | [] | {
"closed_at": "2019-03-13T21:33:10Z",
"closed_issues": 127,
"created_at": "2019-01-30T14:20:23Z",
"creator": {
"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/u... | 5 | 2019-03-05T20:18:48Z | 2019-03-07T14:25:00Z | 2019-03-07T14:24:56Z | CONTRIBUTOR | null | Closes #25403
~@jbrockmendel suggested changing the def from `object[:]` to `ndarray[object]`. This unfortunately had the same runtime error about readonly buffers. So as a workaround for now (until Cython has const memoryviews), how about unsetting and then `re-setting` the writability of the input array?~ | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/25556/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/25556/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/25556.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/25556",
"merged_at": "2019-03-07T14:24:56Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/25556.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/25556"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/25557 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/25557/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/25557/comments | https://api.github.com/repos/pandas-dev/pandas/issues/25557/events | https://github.com/pandas-dev/pandas/issues/25557 | 417,512,990 | MDU6SXNzdWU0MTc1MTI5OTA= | 25,557 | BUG: ValueError in Series.divmod | {
"avatar_url": "https://avatars.githubusercontent.com/u/8767088?v=4",
"events_url": "https://api.github.com/users/danielplawrence/events{/privacy}",
"followers_url": "https://api.github.com/users/danielplawrence/followers",
"following_url": "https://api.github.com/users/danielplawrence/following{/other_user}",... | [
{
"color": "e10c02",
"default": false,
"description": null,
"id": 76811,
"name": "Bug",
"node_id": "MDU6TGFiZWw3NjgxMQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug"
},
{
"color": "006b75",
"default": false,
"description": "Arithmetic, Comparison, ... | closed | false | null | [] | {
"closed_at": "2019-07-19T00:34:29Z",
"closed_issues": 1289,
"created_at": "2018-10-23T02:34:15Z",
"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... | 1 | 2019-03-05T21:37:46Z | 2019-03-20T12:28:44Z | 2019-03-20T12:28:44Z | CONTRIBUTOR | null | #### Code Sample, a copy-pastable example if possible
```python
import pandas as pd
import numpy as np
a = pd.Series([1, 1, 1, np.nan], index=['a', 'b', 'c', 'd'])
b = pd.Series([1, np.nan, 1, np.nan], index=['a', 'b', 'd', 'e'])
##Working:
divmod(a,b)
##Fails:
a.divmod(b)
```
#### Problem descriptio... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/25557/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/25557/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/25558 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/25558/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/25558/comments | https://api.github.com/repos/pandas-dev/pandas/issues/25558/events | https://github.com/pandas-dev/pandas/pull/25558 | 417,579,526 | MDExOlB1bGxSZXF1ZXN0MjU4NTQ2NDA5 | 25,558 | TST: Skip IntervalTree construction overflow test on 32bit | {
"avatar_url": "https://avatars.githubusercontent.com/u/5332445?v=4",
"events_url": "https://api.github.com/users/jschendel/events{/privacy}",
"followers_url": "https://api.github.com/users/jschendel/followers",
"following_url": "https://api.github.com/users/jschendel/following{/other_user}",
"gists_url": "h... | [
{
"color": "C4A000",
"default": false,
"description": "pandas testing functions or related to the test suite",
"id": 127685,
"name": "Testing",
"node_id": "MDU6TGFiZWwxMjc2ODU=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Testing"
},
{
"color": "009800",
"d... | closed | false | null | [] | {
"closed_at": "2019-03-13T21:33:10Z",
"closed_issues": 127,
"created_at": "2019-01-30T14:20:23Z",
"creator": {
"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/u... | 2 | 2019-03-06T01:28:15Z | 2019-03-06T18:01:26Z | 2019-03-06T04:17:06Z | MEMBER | null | - [X] xref https://github.com/pandas-dev/pandas/pull/25498#issuecomment-469672734
- [X] tests added / passed
- [X] passes `git diff upstream/master -u -- "*.py" | flake8 --diff`
Skipping this test as it's failing on 32bit due to #23440. Note that this is consistent with #23442 where a few other tests that are bei... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/25558/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/25558/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/25558.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/25558",
"merged_at": "2019-03-06T04:17:06Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/25558.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/25558"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/25559 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/25559/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/25559/comments | https://api.github.com/repos/pandas-dev/pandas/issues/25559/events | https://github.com/pandas-dev/pandas/pull/25559 | 417,581,038 | MDExOlB1bGxSZXF1ZXN0MjU4NTQ3NTE5 | 25,559 | DOC: Small fixes to 0.24.2 whatsnew | {
"avatar_url": "https://avatars.githubusercontent.com/u/5332445?v=4",
"events_url": "https://api.github.com/users/jschendel/events{/privacy}",
"followers_url": "https://api.github.com/users/jschendel/followers",
"following_url": "https://api.github.com/users/jschendel/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": "2019-03-13T21:33:10Z",
"closed_issues": 127,
"created_at": "2019-01-30T14:20:23Z",
"creator": {
"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/u... | 3 | 2019-03-06T01:34:53Z | 2019-03-06T18:01:06Z | 2019-03-06T09:13:12Z | MEMBER | null | A few small things I noticed reading over the whatsnew entries.
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/25559/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/25559/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/25559.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/25559",
"merged_at": "2019-03-06T09:13:12Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/25559.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/25559"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/25560 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/25560/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/25560/comments | https://api.github.com/repos/pandas-dev/pandas/issues/25560/events | https://github.com/pandas-dev/pandas/issues/25560 | 417,601,233 | MDU6SXNzdWU0MTc2MDEyMzM= | 25,560 | IOError: File "/home/jasims/Documents/sample.csv" does not exist | {
"avatar_url": "https://avatars.githubusercontent.com/u/35897183?v=4",
"events_url": "https://api.github.com/users/Pabla007/events{/privacy}",
"followers_url": "https://api.github.com/users/Pabla007/followers",
"following_url": "https://api.github.com/users/Pabla007/following{/other_user}",
"gists_url": "htt... | [] | 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 | 2019-03-06T03:07:42Z | 2019-03-06T16:18:17Z | 2019-03-06T12:51:17Z | NONE | null | #### Code Sample, a copy-pastable example if possible
```python code
import ipywidgets as widgets
import fileplot
path=widgets.Text(
value=raw_input("Enter the Path Csv File You Want to Plot here : "),
#placeholder="File Path",
#descrition="String:",
#disabled=False
)
button=widgets.... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/25560/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/25560/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/25561 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/25561/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/25561/comments | https://api.github.com/repos/pandas-dev/pandas/issues/25561/events | https://github.com/pandas-dev/pandas/pull/25561 | 417,615,392 | MDExOlB1bGxSZXF1ZXN0MjU4NTcyODky | 25,561 | Backport PR #25558 on branch 0.24.x (TST: Skip IntervalTree construction overflow test on 32bit) | {
"avatar_url": "https://avatars.githubusercontent.com/u/39504233?v=4",
"events_url": "https://api.github.com/users/meeseeksmachine/events{/privacy}",
"followers_url": "https://api.github.com/users/meeseeksmachine/followers",
"following_url": "https://api.github.com/users/meeseeksmachine/following{/other_user}"... | [
{
"color": "C4A000",
"default": false,
"description": "pandas testing functions or related to the test suite",
"id": 127685,
"name": "Testing",
"node_id": "MDU6TGFiZWwxMjc2ODU=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Testing"
},
{
"color": "009800",
"d... | closed | false | null | [] | {
"closed_at": "2019-03-13T21:33:10Z",
"closed_issues": 127,
"created_at": "2019-01-30T14:20:23Z",
"creator": {
"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/u... | 2 | 2019-03-06T04:17:34Z | 2019-03-06T09:15:41Z | 2019-03-06T09:15:41Z | NONE | null | Backport PR #25558: TST: Skip IntervalTree construction overflow test on 32bit | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/25561/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/25561/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/25561.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/25561",
"merged_at": "2019-03-06T09:15:41Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/25561.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/25561"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/25562 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/25562/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/25562/comments | https://api.github.com/repos/pandas-dev/pandas/issues/25562/events | https://github.com/pandas-dev/pandas/issues/25562 | 417,642,701 | MDU6SXNzdWU0MTc2NDI3MDE= | 25,562 | value error when multiply two large numbers | {
"avatar_url": "https://avatars.githubusercontent.com/u/13763031?v=4",
"events_url": "https://api.github.com/users/RosyRomance/events{/privacy}",
"followers_url": "https://api.github.com/users/RosyRomance/followers",
"following_url": "https://api.github.com/users/RosyRomance/following{/other_user}",
"gists_u... | [
{
"color": "207de5",
"default": false,
"description": "Clarification about behavior needed to assess issue",
"id": 307649777,
"name": "Needs Info",
"node_id": "MDU6TGFiZWwzMDc2NDk3Nzc=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Needs%20Info"
}
] | closed | false | null | [] | null | 5 | 2019-03-06T06:24:04Z | 2019-10-07T21:54:13Z | 2019-10-07T21:41:27Z | NONE | null | #### Code Sample, a copy-pastable example if possible
```python
# Your code here
```
#### Problem description
data
Out[24]:
code volume
0 000559 7400
1 000559 3500
2 002415 4000
3 002415 5200
4 600622 4300
5 000559 9340
6 000559 9200
7 600622 3700
8 ... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/25562/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/25562/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/25563 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/25563/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/25563/comments | https://api.github.com/repos/pandas-dev/pandas/issues/25563/events | https://github.com/pandas-dev/pandas/pull/25563 | 417,696,851 | MDExOlB1bGxSZXF1ZXN0MjU4NjM0ODQ3 | 25,563 | Backport PR #25559 on branch 0.24.x (DOC: Small fixes to 0.24.2 whatsnew) | {
"avatar_url": "https://avatars.githubusercontent.com/u/39504233?v=4",
"events_url": "https://api.github.com/users/meeseeksmachine/events{/privacy}",
"followers_url": "https://api.github.com/users/meeseeksmachine/followers",
"following_url": "https://api.github.com/users/meeseeksmachine/following{/other_user}"... | [] | closed | false | null | [] | {
"closed_at": "2019-03-13T21:33:10Z",
"closed_issues": 127,
"created_at": "2019-01-30T14:20:23Z",
"creator": {
"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/u... | 2 | 2019-03-06T09:13:38Z | 2019-03-06T09:50:44Z | 2019-03-06T09:16:57Z | NONE | null | Backport PR #25559: DOC: Small fixes to 0.24.2 whatsnew | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/25563/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/25563/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/25563.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/25563",
"merged_at": "2019-03-06T09:16:57Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/25563.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/25563"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/25564 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/25564/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/25564/comments | https://api.github.com/repos/pandas-dev/pandas/issues/25564/events | https://github.com/pandas-dev/pandas/issues/25564 | 417,710,594 | MDU6SXNzdWU0MTc3MTA1OTQ= | 25,564 | BUG: Incorrect Parsing During Selecting Data of a Complex Object | {
"avatar_url": "https://avatars.githubusercontent.com/u/35133294?v=4",
"events_url": "https://api.github.com/users/bqzz/events{/privacy}",
"followers_url": "https://api.github.com/users/bqzz/followers",
"following_url": "https://api.github.com/users/bqzz/following{/other_user}",
"gists_url": "https://api.git... | [
{
"color": "207de5",
"default": false,
"description": "Clarification about behavior needed to assess issue",
"id": 307649777,
"name": "Needs Info",
"node_id": "MDU6TGFiZWwzMDc2NDk3Nzc=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Needs%20Info"
}
] | closed | false | null | [] | null | 2 | 2019-03-06T09:45:22Z | 2019-03-06T14:34:58Z | 2019-03-06T14:34:57Z | NONE | null | #### Code Sample, a copy-pastable example if possible
```python
import pandas as pd
import networkx as nx
# Create a graph object with 2 edges and 3 nodes
dg1 = nx.DiGraph()
dg1.add_edge(1,2)
dg1.add_edge(3,2)
# Create a graph object with 2 edges and 3 nodes
dg2 = nx.DiGraph()
dg2.add_edge(1,2)
dg2.add... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/25564/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/25564/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/25565 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/25565/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/25565/comments | https://api.github.com/repos/pandas-dev/pandas/issues/25565/events | https://github.com/pandas-dev/pandas/issues/25565 | 417,729,277 | MDU6SXNzdWU0MTc3MjkyNzc= | 25,565 | Applying numpy functions on .values ranges from 20x faster than pandas functions to similar timing | {
"avatar_url": "https://avatars.githubusercontent.com/u/12891830?v=4",
"events_url": "https://api.github.com/users/jxrossel/events{/privacy}",
"followers_url": "https://api.github.com/users/jxrossel/followers",
"following_url": "https://api.github.com/users/jxrossel/following{/other_user}",
"gists_url": "htt... | [
{
"color": "a10c02",
"default": false,
"description": "Memory or execution speed performance",
"id": 8935311,
"name": "Performance",
"node_id": "MDU6TGFiZWw4OTM1MzEx",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Performance"
},
{
"color": "006b75",
"default"... | closed | false | null | [] | null | 5 | 2019-03-06T10:26:28Z | 2019-03-07T12:31:01Z | 2019-03-06T11:54:53Z | NONE | null | I've made a simple 10'000 row Series of random floats and run some numpy vs pandas functions on it. The timings are given below (using the Ipython console):
```
import pandas as pd
import numpy as np
randSeries = pd.Series( data=np.random.ranf( 10000 ) )
# Min
%timeit randSeries.min( skipna=False )
# 74.2 ... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/25565/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/25565/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/25566 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/25566/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/25566/comments | https://api.github.com/repos/pandas-dev/pandas/issues/25566/events | https://github.com/pandas-dev/pandas/issues/25566 | 417,748,859 | MDU6SXNzdWU0MTc3NDg4NTk= | 25,566 | pandas.cut() behaving unexpectedly | {
"avatar_url": "https://avatars.githubusercontent.com/u/23405644?v=4",
"events_url": "https://api.github.com/users/codeprimate123/events{/privacy}",
"followers_url": "https://api.github.com/users/codeprimate123/followers",
"following_url": "https://api.github.com/users/codeprimate123/following{/other_user}",
... | [] | closed | false | null | [] | null | 2 | 2019-03-06T11:10:30Z | 2019-03-06T15:34:16Z | 2019-03-06T15:34:16Z | NONE | null | ```
In: df.shape
Out: (125298, 6)
In: len(interval_index)
Out: 8958
In: len(df['position_start'])
Out: 125298
In: pd.cut(df['position_start'], interval_index)
---------------------------------------------------------------------------
ValueError Traceback (most recent call... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/25566/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/25566/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/25567 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/25567/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/25567/comments | https://api.github.com/repos/pandas-dev/pandas/issues/25567/events | https://github.com/pandas-dev/pandas/pull/25567 | 417,749,290 | MDExOlB1bGxSZXF1ZXN0MjU4Njc2MTg1 | 25,567 | DEPR: remove Panel-specific parts of core.indexing | {
"avatar_url": "https://avatars.githubusercontent.com/u/13159005?v=4",
"events_url": "https://api.github.com/users/simonjayhawkins/events{/privacy}",
"followers_url": "https://api.github.com/users/simonjayhawkins/followers",
"following_url": "https://api.github.com/users/simonjayhawkins/following{/other_user}"... | [
{
"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"
}
] | closed | false | null | [] | {
"closed_at": "2019-07-19T00:34:29Z",
"closed_issues": 1289,
"created_at": "2018-10-23T02:34:15Z",
"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... | 12 | 2019-03-06T11:11:38Z | 2019-05-30T16:48:39Z | 2019-05-30T13:15:19Z | MEMBER | null | follow-on from #25550 | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/25567/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/25567/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/25567.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/25567",
"merged_at": "2019-05-30T13:15:19Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/25567.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/25567"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/25568 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/25568/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/25568/comments | https://api.github.com/repos/pandas-dev/pandas/issues/25568/events | https://github.com/pandas-dev/pandas/pull/25568 | 417,830,306 | MDExOlB1bGxSZXF1ZXN0MjU4NzQwNDQ3 | 25,568 | BLD: Fixed pip install with no numpy | {
"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": "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": "2019-03-13T21:33:10Z",
"closed_issues": 127,
"created_at": "2019-01-30T14:20:23Z",
"creator": {
"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/u... | 6 | 2019-03-06T14:26:47Z | 2019-09-12T19:23:00Z | 2019-03-06T22:39:50Z | CONTRIBUTOR | null | Closes #25193
Still testing this locally and on https://github.com/pandas-dev/pandas-ci/pull/6 | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/25568/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/25568/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/25568.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/25568",
"merged_at": "2019-03-06T22:39:50Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/25568.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/25568"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/25569 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/25569/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/25569/comments | https://api.github.com/repos/pandas-dev/pandas/issues/25569/events | https://github.com/pandas-dev/pandas/pull/25569 | 417,837,512 | MDExOlB1bGxSZXF1ZXN0MjU4NzQ2MDU2 | 25,569 | REF: add custom Exception for safe_sort | {
"avatar_url": "https://avatars.githubusercontent.com/u/13159005?v=4",
"events_url": "https://api.github.com/users/simonjayhawkins/events{/privacy}",
"followers_url": "https://api.github.com/users/simonjayhawkins/followers",
"following_url": "https://api.github.com/users/simonjayhawkins/following{/other_user}"... | [
{
"color": "ffa0ff",
"default": false,
"description": "Incorrect or improved errors from pandas",
"id": 42670965,
"name": "Error Reporting",
"node_id": "MDU6TGFiZWw0MjY3MDk2NQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Error%20Reporting"
}
] | closed | false | null | [] | null | 15 | 2019-03-06T14:41:27Z | 2019-03-29T12:31:18Z | 2019-03-29T12:31:18Z | MEMBER | null | xref https://github.com/pandas-dev/pandas/pull/25537#issuecomment-469425015
custom `Exception` added primarily to allow more targeted testing, but also to distinguish sort failures and bad input to `safe_sort` | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/25569/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/25569/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/25569.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/25569",
"merged_at": null,
"patch_url": "https://github.com/pandas-dev/pandas/pull/25569.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/25569"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/25570 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/25570/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/25570/comments | https://api.github.com/repos/pandas-dev/pandas/issues/25570/events | https://github.com/pandas-dev/pandas/issues/25570 | 417,843,165 | MDU6SXNzdWU0MTc4NDMxNjU= | 25,570 | to_string() not easily reversible for multi-index DataFrames | {
"avatar_url": "https://avatars.githubusercontent.com/u/39696536?v=4",
"events_url": "https://api.github.com/users/randolf-scholz/events{/privacy}",
"followers_url": "https://api.github.com/users/randolf-scholz/followers",
"following_url": "https://api.github.com/users/randolf-scholz/following{/other_user}",
... | [
{
"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": "ededed",
"default": false,
"description": "__repr__... | open | false | null | [] | null | 8 | 2019-03-06T14:52:19Z | 2021-06-27T19:38:44Z | null | NONE | null | #### Code Sample, a copy-pastable example if possible
```python
import pandas
import numpy as np
from itertools import product
df1 = pandas.DataFrame(product(['a', 'b'], range(3)), columns=['idx1', 'idx2'])
df2 = pandas.DataFrame(np.random.rand(6, 2), columns=['col1', 'col2'])
df = pandas.concat([df1, df2], a... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/25570/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/25570/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/25571 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/25571/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/25571/comments | https://api.github.com/repos/pandas-dev/pandas/issues/25571/events | https://github.com/pandas-dev/pandas/issues/25571 | 417,863,419 | MDU6SXNzdWU0MTc4NjM0MTk= | 25,571 | tricky timestamp conversion | {
"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": "207de5",
"default": false,
"description": "Clarifica... | closed | false | null | [] | null | 20 | 2019-03-06T15:28:44Z | 2020-05-29T16:30:50Z | 2019-10-20T23:47:22Z | NONE | null | Hello there, its me the bug hunter again :)
I have this massive 200 million rows dataset, and I encountered some very annoying behavior. I wonder if this is a bug.
I load my csv using
```
mylog = pd.read_csv('/mydata.csv',
names = ['mydatetime', 'var2', 'var3', 'var4'],
... | {
"+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/25571/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/25571/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/25572 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/25572/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/25572/comments | https://api.github.com/repos/pandas-dev/pandas/issues/25572/events | https://github.com/pandas-dev/pandas/issues/25572 | 417,888,169 | MDU6SXNzdWU0MTc4ODgxNjk= | 25,572 | How to convert pandas dataframe to a database table? | {
"avatar_url": "https://avatars.githubusercontent.com/u/48290839?v=4",
"events_url": "https://api.github.com/users/lexmi7/events{/privacy}",
"followers_url": "https://api.github.com/users/lexmi7/followers",
"following_url": "https://api.github.com/users/lexmi7/following{/other_user}",
"gists_url": "https://a... | [
{
"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 | 3 | 2019-03-06T16:14:14Z | 2019-03-06T16:25:21Z | 2019-03-06T16:15:44Z | NONE | null | I am using plpython to create functions in postgresql. Is it possible to use DataFrame.to_sql() within postgresql to convert a dataframe to a table ? Here I want to convert df into a database table
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/25572/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/25572/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/25573 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/25573/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/25573/comments | https://api.github.com/repos/pandas-dev/pandas/issues/25573/events | https://github.com/pandas-dev/pandas/pull/25573 | 417,930,666 | MDExOlB1bGxSZXF1ZXN0MjU4ODE3ODEx | 25,573 | BUG: Using categorical dtype in read_json | {
"avatar_url": "https://avatars.githubusercontent.com/u/1708680?v=4",
"events_url": "https://api.github.com/users/anki-code/events{/privacy}",
"followers_url": "https://api.github.com/users/anki-code/followers",
"following_url": "https://api.github.com/users/anki-code/following{/other_user}",
"gists_url": "h... | [
{
"color": "207de5",
"default": false,
"description": "read_json, to_json, json_normalize",
"id": 49379259,
"name": "IO JSON",
"node_id": "MDU6TGFiZWw0OTM3OTI1OQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/IO%20JSON"
},
{
"color": "e11d21",
"default": fa... | closed | false | null | [] | null | 4 | 2019-03-06T17:45:14Z | 2019-03-07T11:48:50Z | 2019-03-07T11:48:50Z | NONE | null | Pandas `read_json` ignores `category` dtype. This fix is need to using `category` in `read_json`.
Example: `pd.read_json(filename, lines=True, dtype={'ColumnName':'category'})`.
fyi #21892
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/25573/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/25573/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/25573.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/25573",
"merged_at": null,
"patch_url": "https://github.com/pandas-dev/pandas/pull/25573.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/25573"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/25574 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/25574/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/25574/comments | https://api.github.com/repos/pandas-dev/pandas/issues/25574/events | https://github.com/pandas-dev/pandas/pull/25574 | 417,965,540 | MDExOlB1bGxSZXF1ZXN0MjU4ODQ1MzI1 | 25,574 | minor typo error | {
"avatar_url": "https://avatars.githubusercontent.com/u/25738473?v=4",
"events_url": "https://api.github.com/users/kapilepatel/events{/privacy}",
"followers_url": "https://api.github.com/users/kapilepatel/followers",
"following_url": "https://api.github.com/users/kapilepatel/following{/other_user}",
"gists_u... | [
{
"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": "2019-07-19T00:34:29Z",
"closed_issues": 1289,
"created_at": "2018-10-23T02:34:15Z",
"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 | 2019-03-06T19:15:20Z | 2019-03-06T21:26:52Z | 2019-03-06T21:26:47Z | CONTRIBUTOR | null | Changed from '**his** can be an expensive operation...' to '**this** can be an expensive operation...'
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/25574/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/25574/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/25574.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/25574",
"merged_at": "2019-03-06T21:26:47Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/25574.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/25574"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/25575 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/25575/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/25575/comments | https://api.github.com/repos/pandas-dev/pandas/issues/25575/events | https://github.com/pandas-dev/pandas/issues/25575 | 417,968,489 | MDU6SXNzdWU0MTc5Njg0ODk= | 25,575 | Snap drops name from datetimeindex | {
"avatar_url": "https://avatars.githubusercontent.com/u/16157159?v=4",
"events_url": "https://api.github.com/users/danielwlogan/events{/privacy}",
"followers_url": "https://api.github.com/users/danielwlogan/followers",
"following_url": "https://api.github.com/users/danielwlogan/following{/other_user}",
"gist... | [
{
"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": "2019-07-19T00:34:29Z",
"closed_issues": 1289,
"created_at": "2018-10-23T02:34:15Z",
"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... | 4 | 2019-03-06T19:22:37Z | 2019-03-13T15:28:32Z | 2019-03-13T15:28:32Z | NONE | null | #### Code Sample, a copy-pastable example if possible
```python
import pandas as pd
dti = pd.DatetimeIndex([], name='my_dti', freq='H')
print(dti.round('D')) # Name is preserved
print(dti.snap('D')) # Name is lost
```
#### Problem description
The DatetimeIndex.snap method loses the name of the Datet... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/25575/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/25575/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/25576 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/25576/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/25576/comments | https://api.github.com/repos/pandas-dev/pandas/issues/25576/events | https://github.com/pandas-dev/pandas/pull/25576 | 418,009,643 | MDExOlB1bGxSZXF1ZXN0MjU4ODgwMjkw | 25,576 | CLN: typing/mypy cleanup: Small fixes to make stubgen happy | {
"avatar_url": "https://avatars.githubusercontent.com/u/115951?v=4",
"events_url": "https://api.github.com/users/Naddiseo/events{/privacy}",
"followers_url": "https://api.github.com/users/Naddiseo/followers",
"following_url": "https://api.github.com/users/Naddiseo/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": "2019-07-19T00:34:29Z",
"closed_issues": 1289,
"created_at": "2018-10-23T02:34:15Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/j... | 8 | 2019-03-06T21:08:31Z | 2019-03-09T04:05:28Z | 2019-03-08T21:52:27Z | CONTRIBUTOR | null | No code changes, just moved a few comments, and fixed a few broken types.
This patch allows stubgen to run over the pandas codebase without generating errors | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/25576/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/25576/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/25576.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/25576",
"merged_at": "2019-03-08T21:52:27Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/25576.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/25576"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/25577 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/25577/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/25577/comments | https://api.github.com/repos/pandas-dev/pandas/issues/25577/events | https://github.com/pandas-dev/pandas/pull/25577 | 418,013,291 | MDExOlB1bGxSZXF1ZXN0MjU4ODgzMTcz | 25,577 | DOC: Generalize "rename" documentation | {
"avatar_url": "https://avatars.githubusercontent.com/u/15815926?v=4",
"events_url": "https://api.github.com/users/MaxVanDeursen/events{/privacy}",
"followers_url": "https://api.github.com/users/MaxVanDeursen/followers",
"following_url": "https://api.github.com/users/MaxVanDeursen/following{/other_user}",
"g... | [
{
"color": "3465A4",
"default": false,
"description": null,
"id": 134699,
"name": "Docs",
"node_id": "MDU6TGFiZWwxMzQ2OTk=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Docs"
}
] | closed | false | null | [] | null | 12 | 2019-03-06T21:17:57Z | 2019-05-12T21:27:09Z | 2019-05-12T21:27:09Z | CONTRIBUTOR | null | In this pull request, the documentation of the rename function of NDFrame is generalized over all its children using the function: DataFrame, Series and Panel. These three classes now use the Substitute decorator to add the generic part of the documentation to their own, using the same decorator to replace class specif... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 2,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 2,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/25577/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/25577/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/25577.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/25577",
"merged_at": null,
"patch_url": "https://github.com/pandas-dev/pandas/pull/25577.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/25577"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/25578 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/25578/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/25578/comments | https://api.github.com/repos/pandas-dev/pandas/issues/25578/events | https://github.com/pandas-dev/pandas/pull/25578 | 418,042,727 | MDExOlB1bGxSZXF1ZXN0MjU4OTA2OTQ2 | 25,578 | Backport PR #25568 on branch 0.24.x (BLD: Fixed pip install with no numpy) | {
"avatar_url": "https://avatars.githubusercontent.com/u/39504233?v=4",
"events_url": "https://api.github.com/users/meeseeksmachine/events{/privacy}",
"followers_url": "https://api.github.com/users/meeseeksmachine/followers",
"following_url": "https://api.github.com/users/meeseeksmachine/following{/other_user}"... | [
{
"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": "2019-03-13T21:33:10Z",
"closed_issues": 127,
"created_at": "2019-01-30T14:20:23Z",
"creator": {
"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/u... | 2 | 2019-03-06T22:40:01Z | 2019-03-07T14:27:21Z | 2019-03-07T14:27:21Z | NONE | null | Backport PR #25568: BLD: Fixed pip install with no numpy | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/25578/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/25578/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/25578.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/25578",
"merged_at": "2019-03-07T14:27:21Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/25578.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/25578"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/25579 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/25579/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/25579/comments | https://api.github.com/repos/pandas-dev/pandas/issues/25579/events | https://github.com/pandas-dev/pandas/pull/25579 | 418,053,677 | MDExOlB1bGxSZXF1ZXN0MjU4OTE1Njgx | 25,579 | fix minor typos in dsintro.rst | {
"avatar_url": "https://avatars.githubusercontent.com/u/36384768?v=4",
"events_url": "https://api.github.com/users/lemonez/events{/privacy}",
"followers_url": "https://api.github.com/users/lemonez/followers",
"following_url": "https://api.github.com/users/lemonez/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": "2019-07-19T00:34:29Z",
"closed_issues": 1289,
"created_at": "2018-10-23T02:34:15Z",
"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... | 4 | 2019-03-06T23:15:45Z | 2019-03-07T02:22:27Z | 2019-03-07T02:22:20Z | CONTRIBUTOR | null | - [ ] closes #xxxx
- [ ] tests added / passed
- [ ] passes `git diff upstream/master -u -- "*.py" | 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/25579/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/25579/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/25579.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/25579",
"merged_at": "2019-03-07T02:22:20Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/25579.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/25579"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/25580 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/25580/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/25580/comments | https://api.github.com/repos/pandas-dev/pandas/issues/25580/events | https://github.com/pandas-dev/pandas/issues/25580 | 418,089,474 | MDU6SXNzdWU0MTgwODk0NzQ= | 25,580 | Int64 series resampling | {
"avatar_url": "https://avatars.githubusercontent.com/u/9533119?v=4",
"events_url": "https://api.github.com/users/callumstew/events{/privacy}",
"followers_url": "https://api.github.com/users/callumstew/followers",
"following_url": "https://api.github.com/users/callumstew/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": "207de5",
"default": false,
"description": "resample method",
"i... | closed | false | null | [] | {
"closed_at": "2019-03-13T21:33:10Z",
"closed_issues": 127,
"created_at": "2019-01-30T14:20:23Z",
"creator": {
"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/u... | 0 | 2019-03-07T01:44:24Z | 2019-03-11T16:09:27Z | 2019-03-11T16:09:27Z | NONE | null | #### Code Sample, a copy-pastable example if possible
```python
>>> import pandas as pd
>>> index = pd.date_range('1/1/2000', periods=9, freq='T')
>>> series = pd.Series(range(9), index=index, dtype='Int64')
>>> series.resample('3T').sum()
AttributeError: 'IntegerArray' object has no attribute 's... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/25580/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/25580/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/25581 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/25581/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/25581/comments | https://api.github.com/repos/pandas-dev/pandas/issues/25581/events | https://github.com/pandas-dev/pandas/issues/25581 | 418,099,788 | MDU6SXNzdWU0MTgwOTk3ODg= | 25,581 | Inconsistent behavior when using GroupBy and pandas.Series.mode | {
"avatar_url": "https://avatars.githubusercontent.com/u/42198131?v=4",
"events_url": "https://api.github.com/users/jointfull/events{/privacy}",
"followers_url": "https://api.github.com/users/jointfull/followers",
"following_url": "https://api.github.com/users/jointfull/following{/other_user}",
"gists_url": "... | [
{
"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": "0e8a16",
"default": true,
"description": null,
"id": 7... | open | false | null | [] | null | 4 | 2019-03-07T02:30:31Z | 2021-07-11T08:24:44Z | null | NONE | null | #### Code Sample
```python
import pandas
# Works great
df1 = pandas.DataFrame([[20,'A'],[20,'B'],[10,'C']])
gb1 = df1.groupby(0).agg(pandas.Series.mode)
display(gb1)
# Exception: Must produce aggregated value
df2 = pandas.DataFrame([[20,'A'],[20,'B'],[30,'C']])
gb2 = df2.groupby(0).agg(pandas.Series.mode... | {
"+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/25581/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/25581/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/25582 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/25582/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/25582/comments | https://api.github.com/repos/pandas-dev/pandas/issues/25582/events | https://github.com/pandas-dev/pandas/issues/25582 | 418,117,197 | MDU6SXNzdWU0MTgxMTcxOTc= | 25,582 | str.extract output assignment behavior inconsisent and broken in some cases | {
"avatar_url": "https://avatars.githubusercontent.com/u/25716039?v=4",
"events_url": "https://api.github.com/users/Fealthas/events{/privacy}",
"followers_url": "https://api.github.com/users/Fealthas/followers",
"following_url": "https://api.github.com/users/Fealthas/following{/other_user}",
"gists_url": "htt... | [
{
"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 | [] | null | 4 | 2019-03-07T03:53:18Z | 2019-03-07T04:23:05Z | 2019-03-07T04:13:53Z | NONE | null | ```python
import pandas as pd
aval = ['A','B','C']
bval = ['[0-10)','[10-20)','[20-30)']
df = pd.DataFrame({'A':aval, 'B':bval})
#case1
#df.loc[:,'num'] = df['B'].str.extract( r'^\[([0-9]{1,2})' )#fails
#case2
#df['num'] = df['B'].str.extract( r'^\[([0-9]{1,2})' )#works
#case3
df.loc[:,'num']=''
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/25582/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/25582/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/25583 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/25583/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/25583/comments | https://api.github.com/repos/pandas-dev/pandas/issues/25583/events | https://github.com/pandas-dev/pandas/issues/25583 | 418,126,175 | MDU6SXNzdWU0MTgxMjYxNzU= | 25,583 | test | {
"avatar_url": "https://avatars.githubusercontent.com/u/46395275?v=4",
"events_url": "https://api.github.com/users/Chajii/events{/privacy}",
"followers_url": "https://api.github.com/users/Chajii/followers",
"following_url": "https://api.github.com/users/Chajii/following{/other_user}",
"gists_url": "https://a... | [] | closed | false | null | [] | null | 0 | 2019-03-07T04:41:17Z | 2019-03-07T14:22:53Z | 2019-03-07T14:22:53Z | NONE | null | #### Code Sample, a copy-pastable example if possible
```python
# Your code here
```
#### Problem description
[this should explain **why** the current behaviour is a problem and why the expected output is a better solution.]
**Note**: We receive a lot of issues on our GitHub tracker, so it is very possibl... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/25583/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/25583/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/25584 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/25584/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/25584/comments | https://api.github.com/repos/pandas-dev/pandas/issues/25584/events | https://github.com/pandas-dev/pandas/pull/25584 | 418,174,094 | MDExOlB1bGxSZXF1ZXN0MjU5MDA3NzY3 | 25,584 | BUG: Redefine IndexOpsMixin.size, fix #25580. | {
"avatar_url": "https://avatars.githubusercontent.com/u/7144772?v=4",
"events_url": "https://api.github.com/users/sighingnow/events{/privacy}",
"followers_url": "https://api.github.com/users/sighingnow/followers",
"following_url": "https://api.github.com/users/sighingnow/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": "6138b5",
"default": false,
"description": "Extending pandas with cu... | closed | false | null | [] | {
"closed_at": "2019-03-13T21:33:10Z",
"closed_issues": 127,
"created_at": "2019-01-30T14:20:23Z",
"creator": {
"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/u... | 17 | 2019-03-07T07:55:45Z | 2019-03-12T04:55:11Z | 2019-03-11T16:09:27Z | CONTRIBUTOR | null |
- [x] closes #25580
- [x] tests added / passed
- [x] passes `git diff upstream/master -u -- "*.py" | 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/25584/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/25584/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/25584.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/25584",
"merged_at": "2019-03-11T16:09:27Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/25584.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/25584"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/25585 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/25585/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/25585/comments | https://api.github.com/repos/pandas-dev/pandas/issues/25585/events | https://github.com/pandas-dev/pandas/pull/25585 | 418,193,110 | MDExOlB1bGxSZXF1ZXN0MjU5MDIyMTUw | 25,585 | BUG: Preserve name in DatetimeIndex.snap | {
"avatar_url": "https://avatars.githubusercontent.com/u/7144772?v=4",
"events_url": "https://api.github.com/users/sighingnow/events{/privacy}",
"followers_url": "https://api.github.com/users/sighingnow/followers",
"following_url": "https://api.github.com/users/sighingnow/following{/other_user}",
"gists_url":... | [
{
"color": "e10c02",
"default": false,
"description": null,
"id": 76811,
"name": "Bug",
"node_id": "MDU6TGFiZWw3NjgxMQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug"
},
{
"color": "AFEEEE",
"default": false,
"description": null,
"id": 211840,
... | closed | false | null | [] | {
"closed_at": "2019-07-19T00:34:29Z",
"closed_issues": 1289,
"created_at": "2018-10-23T02:34:15Z",
"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... | 3 | 2019-03-07T08:51:33Z | 2019-03-14T02:26:58Z | 2019-03-13T15:28:32Z | CONTRIBUTOR | null | Use self.name to construct the result of `DatetimeIndex.snap`, fix #25575.
- [x] closes #25575
- [x] tests added / passed
- [x] passes `git diff upstream/master -u -- "*.py" | 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/25585/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/25585/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/25585.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/25585",
"merged_at": "2019-03-13T15:28:32Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/25585.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/25585"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/25586 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/25586/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/25586/comments | https://api.github.com/repos/pandas-dev/pandas/issues/25586/events | https://github.com/pandas-dev/pandas/pull/25586 | 418,214,943 | MDExOlB1bGxSZXF1ZXN0MjU5MDM5MDEz | 25,586 | BUG: secondary y axis could not be set to log scale (#25545) | {
"avatar_url": "https://avatars.githubusercontent.com/u/5310424?v=4",
"events_url": "https://api.github.com/users/johan12345/events{/privacy}",
"followers_url": "https://api.github.com/users/johan12345/followers",
"following_url": "https://api.github.com/users/johan12345/following{/other_user}",
"gists_url":... | [
{
"color": "8AE234",
"default": false,
"description": null,
"id": 2413328,
"name": "Visualization",
"node_id": "MDU6TGFiZWwyNDEzMzI4",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Visualization"
}
] | closed | false | null | [] | {
"closed_at": "2019-03-13T21:33:10Z",
"closed_issues": 127,
"created_at": "2019-01-30T14:20:23Z",
"creator": {
"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/u... | 7 | 2019-03-07T09:44:11Z | 2019-03-08T11:21:39Z | 2019-03-07T20:42:30Z | CONTRIBUTOR | null | - [x] closes #25545
- [x] tests added / passed
- [x] passes `git diff upstream/master -u -- "*.py" | 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/25586/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/25586/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/25586.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/25586",
"merged_at": "2019-03-07T20:42:29Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/25586.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/25586"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/25587 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/25587/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/25587/comments | https://api.github.com/repos/pandas-dev/pandas/issues/25587/events | https://github.com/pandas-dev/pandas/issues/25587 | 418,217,969 | MDU6SXNzdWU0MTgyMTc5Njk= | 25,587 | plotting dtype "UInt32" fails | {
"avatar_url": "https://avatars.githubusercontent.com/u/886074?v=4",
"events_url": "https://api.github.com/users/teto/events{/privacy}",
"followers_url": "https://api.github.com/users/teto/followers",
"following_url": "https://api.github.com/users/teto/following{/other_user}",
"gists_url": "https://api.githu... | [
{
"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": "6138b5",
"default": false,
"description": "Ex... | closed | false | null | [] | {
"closed_at": "2019-07-19T00:34:29Z",
"closed_issues": 1289,
"created_at": "2018-10-23T02:34:15Z",
"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... | 4 | 2019-03-07T09:51:04Z | 2019-03-18T02:58:40Z | 2019-03-15T11:06:06Z | NONE | null | #### Code Sample, a copy-pastable example if possible
```python
import pandas as pd
s = pd.Series([ 4, 5, 3 ,2 ], dtype="UInt32")
s.astype("int32").plot() # succeeds
s.plot() # fails
```
fails with
```
Traceback (most recent call last):
File "test_plot.py", line 7, in <module>
s.plot()
File ... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/25587/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/25587/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/25588 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/25588/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/25588/comments | https://api.github.com/repos/pandas-dev/pandas/issues/25588/events | https://github.com/pandas-dev/pandas/pull/25588 | 418,269,713 | MDExOlB1bGxSZXF1ZXN0MjU5MDgxNjc5 | 25,588 | BUG: Fix _binop for operators for serials which has more than one returns (divmod/rdivmod). | {
"avatar_url": "https://avatars.githubusercontent.com/u/7144772?v=4",
"events_url": "https://api.github.com/users/sighingnow/events{/privacy}",
"followers_url": "https://api.github.com/users/sighingnow/followers",
"following_url": "https://api.github.com/users/sighingnow/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": "006b75",
"default": false,
"description": "Arithmetic, Comparison, ... | closed | false | null | [] | {
"closed_at": "2019-07-19T00:34:29Z",
"closed_issues": 1289,
"created_at": "2018-10-23T02:34:15Z",
"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... | 6 | 2019-03-07T11:49:30Z | 2019-03-20T12:51:11Z | 2019-03-20T12:28:45Z | CONTRIBUTOR | null | When for binary operator returns more than one `Series` as result, instantiate `Series` for every element in the result tuple.
- [x] closes #25557
- [x] tests added / passed
- [x] passes `git diff upstream/master -u -- "*.py" | 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/25588/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/25588/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/25588.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/25588",
"merged_at": "2019-03-20T12:28:44Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/25588.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/25588"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/25589 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/25589/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/25589/comments | https://api.github.com/repos/pandas-dev/pandas/issues/25589/events | https://github.com/pandas-dev/pandas/pull/25589 | 418,294,545 | MDExOlB1bGxSZXF1ZXN0MjU5MTAxMjc2 | 25,589 | TST: add test for groupby on list of empty list | {
"avatar_url": "https://avatars.githubusercontent.com/u/13159005?v=4",
"events_url": "https://api.github.com/users/simonjayhawkins/events{/privacy}",
"followers_url": "https://api.github.com/users/simonjayhawkins/followers",
"following_url": "https://api.github.com/users/simonjayhawkins/following{/other_user}"... | [
{
"color": "C4A000",
"default": false,
"description": "pandas testing functions or related to the test suite",
"id": 127685,
"name": "Testing",
"node_id": "MDU6TGFiZWwxMjc2ODU=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Testing"
},
{
"color": "729FCF",
"d... | closed | false | null | [] | {
"closed_at": "2019-07-19T00:34:29Z",
"closed_issues": 1289,
"created_at": "2018-10-23T02:34:15Z",
"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... | 3 | 2019-03-07T12:55:21Z | 2019-03-08T08:25:39Z | 2019-03-07T21:59:40Z | MEMBER | null | - [x] closes #5289
- [x] tests added / passed
- [x] passes `git diff upstream/master -u -- "*.py" | flake8 --diff`
- [ n/a] 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/25589/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/25589/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/25589.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/25589",
"merged_at": "2019-03-07T21:59:40Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/25589.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/25589"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/25590 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/25590/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/25590/comments | https://api.github.com/repos/pandas-dev/pandas/issues/25590/events | https://github.com/pandas-dev/pandas/pull/25590 | 418,323,388 | MDExOlB1bGxSZXF1ZXN0MjU5MTIzNjY3 | 25,590 | BUG: Cast ExtensionArray to numpy ndarray before plot | {
"avatar_url": "https://avatars.githubusercontent.com/u/7144772?v=4",
"events_url": "https://api.github.com/users/sighingnow/events{/privacy}",
"followers_url": "https://api.github.com/users/sighingnow/followers",
"following_url": "https://api.github.com/users/sighingnow/following{/other_user}",
"gists_url":... | [
{
"color": "8AE234",
"default": false,
"description": null,
"id": 2413328,
"name": "Visualization",
"node_id": "MDU6TGFiZWwyNDEzMzI4",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Visualization"
},
{
"color": "6138b5",
"default": false,
"description": "Ex... | closed | false | null | [] | {
"closed_at": "2019-07-19T00:34:29Z",
"closed_issues": 1289,
"created_at": "2018-10-23T02:34:15Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/j... | 9 | 2019-03-07T13:59:34Z | 2019-03-15T11:11:46Z | 2019-03-15T11:06:06Z | CONTRIBUTOR | null | Cast `ExtensionArray`(eg. `IntegerArray`) to `np.ndarray` before send to matplotlib to plot, fixes #25587.
- [x] closes #25587
- [x] tests added / passed
- [x] passes `git diff upstream/master -u -- "*.py" | flake8 --diff`
- [x] whatsnew entry
| {
"+1": 1,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 1,
"laugh": 0,
"rocket": 0,
"total_count": 2,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/25590/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/25590/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/25590.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/25590",
"merged_at": "2019-03-15T11:06:06Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/25590.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/25590"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/25591 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/25591/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/25591/comments | https://api.github.com/repos/pandas-dev/pandas/issues/25591/events | https://github.com/pandas-dev/pandas/pull/25591 | 418,337,645 | MDExOlB1bGxSZXF1ZXN0MjU5MTMzMTA1 | 25,591 | Backport PR #25556 on branch 0.24.x (BUG: Handle readonly arrays in period_array) | {
"avatar_url": "https://avatars.githubusercontent.com/u/39504233?v=4",
"events_url": "https://api.github.com/users/meeseeksmachine/events{/privacy}",
"followers_url": "https://api.github.com/users/meeseeksmachine/followers",
"following_url": "https://api.github.com/users/meeseeksmachine/following{/other_user}"... | [] | closed | false | null | [] | {
"closed_at": "2019-03-13T21:33:10Z",
"closed_issues": 127,
"created_at": "2019-01-30T14:20:23Z",
"creator": {
"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/u... | 2 | 2019-03-07T14:25:36Z | 2019-03-07T15:36:01Z | 2019-03-07T15:36:01Z | NONE | null | Backport PR #25556: BUG: Handle readonly arrays in period_array | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/25591/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/25591/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/25591.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/25591",
"merged_at": "2019-03-07T15:36:01Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/25591.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/25591"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/25592 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/25592/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/25592/comments | https://api.github.com/repos/pandas-dev/pandas/issues/25592/events | https://github.com/pandas-dev/pandas/pull/25592 | 418,355,049 | MDExOlB1bGxSZXF1ZXN0MjU5MTQ2NDI3 | 25,592 | BUG: fix usage of na_sentinel with sort=True in factorize() | {
"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": "e11d21",
"default": false,
"description": "Functionality that used to work in a prior pandas version",
"id": 32815646,
"name": "Regression",
"node_id": "MDU6TGFiZWwzMjgxNTY0Ng==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Regression"
},
{
"color": ... | closed | false | null | [] | {
"closed_at": "2019-03-13T21:33:10Z",
"closed_issues": 127,
"created_at": "2019-01-30T14:20:23Z",
"creator": {
"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/u... | 21 | 2019-03-07T14:59:36Z | 2019-03-12T20:39:28Z | 2019-03-12T20:25:26Z | MEMBER | null | Closes https://github.com/pandas-dev/pandas/issues/25409
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/25592/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/25592/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/25592.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/25592",
"merged_at": "2019-03-12T20:25:26Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/25592.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/25592"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/25593 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/25593/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/25593/comments | https://api.github.com/repos/pandas-dev/pandas/issues/25593/events | https://github.com/pandas-dev/pandas/issues/25593 | 418,387,288 | MDU6SXNzdWU0MTgzODcyODg= | 25,593 | Add extras_require for tests dependencies in setup.py | {
"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": "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": "d93f0b",
"d... | closed | false | null | [] | {
"closed_at": "2019-07-19T00:34:29Z",
"closed_issues": 1289,
"created_at": "2018-10-23T02:34:15Z",
"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... | 0 | 2019-03-07T16:01:45Z | 2019-06-26T12:18:55Z | 2019-06-26T12:18:55Z | CONTRIBUTOR | null | I'm having to duplicate this in https://github.com/pandas-dev/pandas-ci/pull/6. Would be good to put this in one place (hypothesis, pytest). | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/25593/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/25593/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/25594 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/25594/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/25594/comments | https://api.github.com/repos/pandas-dev/pandas/issues/25594/events | https://github.com/pandas-dev/pandas/issues/25594 | 418,394,930 | MDU6SXNzdWU0MTgzOTQ5MzA= | 25,594 | Adding multiple columns with loc fails | {
"avatar_url": "https://avatars.githubusercontent.com/u/6740194?v=4",
"events_url": "https://api.github.com/users/impact27/events{/privacy}",
"followers_url": "https://api.github.com/users/impact27/followers",
"following_url": "https://api.github.com/users/impact27/following{/other_user}",
"gists_url": "http... | [
{
"color": "0b02e1",
"default": false,
"description": "Related to indexing on series/frames, not to indexes themselves",
"id": 2822098,
"name": "Indexing",
"node_id": "MDU6TGFiZWwyODIyMDk4",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Indexing"
},
{
"color": "0e... | closed | false | null | [] | {
"closed_at": null,
"closed_issues": 1203,
"created_at": "2021-06-09T18:28:42Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jreback/followers",... | 2 | 2019-03-07T16:17:18Z | 2021-07-28T06:39:51Z | 2021-07-28T06:39:51Z | NONE | null | #### Code Sample, a copy-pastable example if possible
```python
import pandas as pd
df = pd.DataFrame(index=[1, 2], columns = list('ab'))
# Single assignment on existing column
df.loc[1, 'a'] = 1
# Multiple assignment on existing column
df.loc[2, ['a', 'b']] = [1, 2]
# Single assignment on new column
... | {
"+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/25594/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/25594/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/25595 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/25595/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/25595/comments | https://api.github.com/repos/pandas-dev/pandas/issues/25595/events | https://github.com/pandas-dev/pandas/pull/25595 | 418,404,930 | MDExOlB1bGxSZXF1ZXN0MjU5MTg1NDE0 | 25,595 | BUG: support EAs in nargsort without warning | {
"avatar_url": "https://avatars.githubusercontent.com/u/1020496?v=4",
"events_url": "https://api.github.com/users/jorisvandenbossche/events{/privacy}",
"followers_url": "https://api.github.com/users/jorisvandenbossche/followers",
"following_url": "https://api.github.com/users/jorisvandenbossche/following{/othe... | [
{
"color": "eb6420",
"default": false,
"description": "Non-arithmetic algos: value_counts, factorize, sorting, isin, clip, shift, diff",
"id": 57296398,
"name": "Algos",
"node_id": "MDU6TGFiZWw1NzI5NjM5OA==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Algos"
},
{
... | closed | false | null | [] | {
"closed_at": "2019-07-19T00:34:29Z",
"closed_issues": 1289,
"created_at": "2018-10-23T02:34:15Z",
"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... | 7 | 2019-03-07T16:37:43Z | 2019-06-08T20:25:09Z | 2019-06-08T20:25:08Z | MEMBER | null | Closes https://github.com/pandas-dev/pandas/issues/25439
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/25595/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/25595/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/25595.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/25595",
"merged_at": null,
"patch_url": "https://github.com/pandas-dev/pandas/pull/25595.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/25595"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/25596 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/25596/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/25596/comments | https://api.github.com/repos/pandas-dev/pandas/issues/25596/events | https://github.com/pandas-dev/pandas/issues/25596 | 418,445,886 | MDU6SXNzdWU0MTg0NDU4ODY= | 25,596 | pandas.DataFrame.sum() returns wrong type for subclassed pandas DataFrame | {
"avatar_url": "https://avatars.githubusercontent.com/u/26231806?v=4",
"events_url": "https://api.github.com/users/MaximilianHahn/events{/privacy}",
"followers_url": "https://api.github.com/users/MaximilianHahn/followers",
"following_url": "https://api.github.com/users/MaximilianHahn/following{/other_user}",
... | [
{
"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"
}
] | closed | false | null | [] | {
"closed_at": "2020-07-28T18:13:47Z",
"closed_issues": 2378,
"created_at": "2019-12-02T12:52:48Z",
"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... | 4 | 2019-03-07T18:12:01Z | 2020-01-24T01:07:44Z | 2020-01-24T01:07:44Z | NONE | null | #### Code Sample, a copy-pastable example if possible
```python
# the following code is obtained from the documentation
# https://pandas.pydata.org/pandas-docs/stable/development/extending.html
import pandas as pd
class SubclassedSeries(pd.Series):
@property
def _constructor(self):
retur... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 1,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 1,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/25596/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/25596/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/25597 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/25597/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/25597/comments | https://api.github.com/repos/pandas-dev/pandas/issues/25597/events | https://github.com/pandas-dev/pandas/pull/25597 | 418,470,643 | MDExOlB1bGxSZXF1ZXN0MjU5MjM2Nzgw | 25,597 | STY: use pytest.raises context manager (io.sql) | {
"avatar_url": "https://avatars.githubusercontent.com/u/13159005?v=4",
"events_url": "https://api.github.com/users/simonjayhawkins/events{/privacy}",
"followers_url": "https://api.github.com/users/simonjayhawkins/followers",
"following_url": "https://api.github.com/users/simonjayhawkins/following{/other_user}"... | [
{
"color": "FCE94F",
"default": false,
"description": "Internal refactoring of code",
"id": 127681,
"name": "Refactor",
"node_id": "MDU6TGFiZWwxMjc2ODE=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Refactor"
},
{
"color": "C4A000",
"default": false,
"de... | closed | false | null | [] | {
"closed_at": "2019-07-19T00:34:29Z",
"closed_issues": 1289,
"created_at": "2018-10-23T02:34:15Z",
"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 | 2019-03-07T19:16:49Z | 2019-03-10T21:28:06Z | 2019-03-09T16:34:40Z | MEMBER | null | xref #24332 | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/25597/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/25597/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/25597.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/25597",
"merged_at": "2019-03-09T16:34:40Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/25597.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/25597"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/25598 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/25598/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/25598/comments | https://api.github.com/repos/pandas-dev/pandas/issues/25598/events | https://github.com/pandas-dev/pandas/pull/25598 | 418,485,055 | MDExOlB1bGxSZXF1ZXN0MjU5MjQ4MDYy | 25,598 | DOC: Fix typo in tz_localize | {
"avatar_url": "https://avatars.githubusercontent.com/u/12344924?v=4",
"events_url": "https://api.github.com/users/calebbraun/events{/privacy}",
"followers_url": "https://api.github.com/users/calebbraun/followers",
"following_url": "https://api.github.com/users/calebbraun/following{/other_user}",
"gists_url"... | [
{
"color": "3465A4",
"default": false,
"description": null,
"id": 134699,
"name": "Docs",
"node_id": "MDU6TGFiZWwxMzQ2OTk=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Docs"
}
] | closed | false | null | [] | {
"closed_at": "2019-07-19T00:34:29Z",
"closed_issues": 1289,
"created_at": "2018-10-23T02:34:15Z",
"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... | 3 | 2019-03-07T19:53:04Z | 2019-03-07T20:51:16Z | 2019-03-07T20:40:40Z | CONTRIBUTOR | null | Fixes a typo in the documentation for `tz_localize`. | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/25598/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/25598/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/25598.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/25598",
"merged_at": "2019-03-07T20:40:39Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/25598.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/25598"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/25599 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/25599/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/25599/comments | https://api.github.com/repos/pandas-dev/pandas/issues/25599/events | https://github.com/pandas-dev/pandas/pull/25599 | 418,503,801 | MDExOlB1bGxSZXF1ZXN0MjU5MjYyODc4 | 25,599 | Backport PR #25586 on branch 0.24.x (BUG: secondary y axis could not be set to log scale (#25545)) | {
"avatar_url": "https://avatars.githubusercontent.com/u/39504233?v=4",
"events_url": "https://api.github.com/users/meeseeksmachine/events{/privacy}",
"followers_url": "https://api.github.com/users/meeseeksmachine/followers",
"following_url": "https://api.github.com/users/meeseeksmachine/following{/other_user}"... | [
{
"color": "8AE234",
"default": false,
"description": null,
"id": 2413328,
"name": "Visualization",
"node_id": "MDU6TGFiZWwyNDEzMzI4",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Visualization"
}
] | closed | false | null | [] | {
"closed_at": "2019-03-13T21:33:10Z",
"closed_issues": 127,
"created_at": "2019-01-30T14:20:23Z",
"creator": {
"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/u... | 2 | 2019-03-07T20:42:39Z | 2019-03-08T07:22:13Z | 2019-03-08T07:22:13Z | NONE | null | Backport PR #25586: BUG: secondary y axis could not be set to log scale (#25545) | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/25599/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/25599/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/25599.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/25599",
"merged_at": "2019-03-08T07:22:13Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/25599.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/25599"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/25600 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/25600/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/25600/comments | https://api.github.com/repos/pandas-dev/pandas/issues/25600/events | https://github.com/pandas-dev/pandas/issues/25600 | 418,533,941 | MDU6SXNzdWU0MTg1MzM5NDE= | 25,600 | Nightly build with cython coverage enabled | {
"avatar_url": "https://avatars.githubusercontent.com/u/8078968?v=4",
"events_url": "https://api.github.com/users/jbrockmendel/events{/privacy}",
"followers_url": "https://api.github.com/users/jbrockmendel/followers",
"following_url": "https://api.github.com/users/jbrockmendel/following{/other_user}",
"gists... | [
{
"color": "a2bca7",
"default": false,
"description": "Continuous Integration",
"id": 48070600,
"name": "CI",
"node_id": "MDU6TGFiZWw0ODA3MDYwMA==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/CI"
}
] | open | false | null | [] | null | 3 | 2019-03-07T22:02:08Z | 2019-07-16T22:17:58Z | null | MEMBER | null | xref #25529 | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/25600/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/25600/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/25601 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/25601/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/25601/comments | https://api.github.com/repos/pandas-dev/pandas/issues/25601/events | https://github.com/pandas-dev/pandas/issues/25601 | 418,636,766 | MDU6SXNzdWU0MTg2MzY3NjY= | 25,601 | Typing Master Tracker | {
"avatar_url": "https://avatars.githubusercontent.com/u/609873?v=4",
"events_url": "https://api.github.com/users/WillAyd/events{/privacy}",
"followers_url": "https://api.github.com/users/WillAyd/followers",
"following_url": "https://api.github.com/users/WillAyd/following{/other_user}",
"gists_url": "https://... | [
{
"color": "fbca04",
"default": false,
"description": "High level tracker for similar issues",
"id": 183784729,
"name": "Master Tracker",
"node_id": "MDU6TGFiZWwxODM3ODQ3Mjk=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Master%20Tracker"
},
{
"color": "ea91a4",... | closed | false | null | [] | null | 12 | 2019-03-08T05:23:48Z | 2019-09-18T20:20:27Z | 2019-09-18T20:20:27Z | MEMBER | null | Per pandas-dev chat today opening up a master tracker for TODOs to improve typing.
- Convert existing type hints to Python 3 syntax (#25790)
- Configure CI for type checking (assuming mypy?)
- Define base typing module for pandas (array_like, dt_like, etc...) (#25791)
- Various PRs to start adding types (by modu... | {
"+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/25601/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/25601/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/25602 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/25602/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/25602/comments | https://api.github.com/repos/pandas-dev/pandas/issues/25602/events | https://github.com/pandas-dev/pandas/pull/25602 | 418,700,334 | MDExOlB1bGxSZXF1ZXN0MjU5NDEwOTEz | 25,602 | BUG: Fix to_string output when using header keyword arg (#16718) | {
"avatar_url": "https://avatars.githubusercontent.com/u/17545360?v=4",
"events_url": "https://api.github.com/users/tomneep/events{/privacy}",
"followers_url": "https://api.github.com/users/tomneep/followers",
"following_url": "https://api.github.com/users/tomneep/following{/other_user}",
"gists_url": "https:... | [
{
"color": "ededed",
"default": false,
"description": "__repr__ of pandas objects, to_string",
"id": 13101118,
"name": "Output-Formatting",
"node_id": "MDU6TGFiZWwxMzEwMTExOA==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Output-Formatting"
},
{
"color": "006b7... | closed | false | null | [] | {
"closed_at": "2019-07-19T00:34:29Z",
"closed_issues": 1289,
"created_at": "2018-10-23T02:34:15Z",
"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... | 4 | 2019-03-08T09:19:08Z | 2019-03-14T09:18:26Z | 2019-03-12T17:03:16Z | CONTRIBUTOR | null | Also affects to_latex midrule position
- [x] closes #16718
- [x] tests added / passed
- [x] passes `git diff upstream/master -u -- "*.py" | flake8 --diff`
- [x] whatsnew entry
Fixes the 4th example in the above issue. | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/25602/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/25602/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/25602.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/25602",
"merged_at": "2019-03-12T17:03:15Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/25602.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/25602"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/25603 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/25603/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/25603/comments | https://api.github.com/repos/pandas-dev/pandas/issues/25603/events | https://github.com/pandas-dev/pandas/pull/25603 | 418,701,297 | MDExOlB1bGxSZXF1ZXN0MjU5NDExNjMy | 25,603 | STY: use pytest.raises context manager (generic) | {
"avatar_url": "https://avatars.githubusercontent.com/u/13159005?v=4",
"events_url": "https://api.github.com/users/simonjayhawkins/events{/privacy}",
"followers_url": "https://api.github.com/users/simonjayhawkins/followers",
"following_url": "https://api.github.com/users/simonjayhawkins/following{/other_user}"... | [
{
"color": "C4A000",
"default": false,
"description": "pandas testing functions or related to the test suite",
"id": 127685,
"name": "Testing",
"node_id": "MDU6TGFiZWwxMjc2ODU=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Testing"
},
{
"color": "eb6420",
"d... | closed | false | null | [] | {
"closed_at": "2019-07-19T00:34:29Z",
"closed_issues": 1289,
"created_at": "2018-10-23T02:34:15Z",
"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... | 3 | 2019-03-08T09:21:45Z | 2019-03-10T21:25:44Z | 2019-03-09T16:29:33Z | MEMBER | null | xref #24332 | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/25603/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/25603/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/25603.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/25603",
"merged_at": "2019-03-09T16:29:33Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/25603.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/25603"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/25604 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/25604/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/25604/comments | https://api.github.com/repos/pandas-dev/pandas/issues/25604/events | https://github.com/pandas-dev/pandas/issues/25604 | 418,717,121 | MDU6SXNzdWU0MTg3MTcxMjE= | 25,604 | Series.to_json() >> pd.read_json() busted | {
"avatar_url": "https://avatars.githubusercontent.com/u/13104819?v=4",
"events_url": "https://api.github.com/users/mzoll/events{/privacy}",
"followers_url": "https://api.github.com/users/mzoll/followers",
"following_url": "https://api.github.com/users/mzoll/following{/other_user}",
"gists_url": "https://api.... | [] | closed | false | null | [] | null | 1 | 2019-03-08T10:03:28Z | 2019-03-08T10:24:53Z | 2019-03-08T10:24:34Z | NONE | null | #### Code Sample, a copy-pastable example if possible
```python
import pandas as pd
import numpy as np
s = pd.Series( np.arange(100), index= np.arange(100) )
pd.read_json(s.to_json()) # >> ValueError: If using all scalar values, you must pass an index
pd.read_json(s.to_json(orient="split"), orient="split")... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/25604/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/25604/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/25605 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/25605/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/25605/comments | https://api.github.com/repos/pandas-dev/pandas/issues/25605/events | https://github.com/pandas-dev/pandas/issues/25605 | 418,738,726 | MDU6SXNzdWU0MTg3Mzg3MjY= | 25,605 | CI: Use the latest pep8speaks and remove custom configuration | {
"avatar_url": "https://avatars.githubusercontent.com/u/10058240?v=4",
"events_url": "https://api.github.com/users/datapythonista/events{/privacy}",
"followers_url": "https://api.github.com/users/datapythonista/followers",
"following_url": "https://api.github.com/users/datapythonista/following{/other_user}",
... | [
{
"color": "a2bca7",
"default": false,
"description": "Continuous Integration",
"id": 48070600,
"name": "CI",
"node_id": "MDU6TGFiZWw0ODA3MDYwMA==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/CI"
},
{
"color": "0e8a16",
"default": true,
"description": n... | closed | false | null | [] | {
"closed_at": "2019-07-19T00:34:29Z",
"closed_issues": 1289,
"created_at": "2018-10-23T02:34:15Z",
"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 | 2019-03-08T10:59:07Z | 2019-04-28T15:30:22Z | 2019-04-28T15:30:22Z | MEMBER | null | Until now, pep8speaks used independent settings, and not the setuptools standard `setup.cfg`. This has been addressed in the latest version of pep8speaks, and we shouldn't need to repeat our configuration anymore: https://github.com/pandas-dev/pandas/blob/master/.pep8speaks.yml#L10
More info about the problem can be... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/25605/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/25605/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/25606 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/25606/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/25606/comments | https://api.github.com/repos/pandas-dev/pandas/issues/25606/events | https://github.com/pandas-dev/pandas/issues/25606 | 418,745,879 | MDU6SXNzdWU0MTg3NDU4Nzk= | 25,606 | Scatter plot incorrect when 2 columns have the same name | {
"avatar_url": "https://avatars.githubusercontent.com/u/5793?v=4",
"events_url": "https://api.github.com/users/lebigot/events{/privacy}",
"followers_url": "https://api.github.com/users/lebigot/followers",
"following_url": "https://api.github.com/users/lebigot/following{/other_user}",
"gists_url": "https://ap... | [
{
"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 | [] | null | 4 | 2019-03-08T11:19:37Z | 2019-03-13T16:11:59Z | 2019-03-13T05:25:26Z | CONTRIBUTOR | null | ```python
s1 = pd.Series(range(5), name="x")
s2 = pd.Series(range(10, 15), name="x") # The following would work with "y" instead
pd.concat([s1, s2], axis=1).plot.scatter(x=0, y=1)
```
#### Problem description
The first column should be plotted against the second one.
Instead, it is as if the two columns wer... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/25606/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/25606/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/25607 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/25607/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/25607/comments | https://api.github.com/repos/pandas-dev/pandas/issues/25607/events | https://github.com/pandas-dev/pandas/pull/25607 | 418,782,255 | MDExOlB1bGxSZXF1ZXN0MjU5NDcyMTg5 | 25,607 | Allows loc to create multiple new index | {
"avatar_url": "https://avatars.githubusercontent.com/u/6740194?v=4",
"events_url": "https://api.github.com/users/impact27/events{/privacy}",
"followers_url": "https://api.github.com/users/impact27/followers",
"following_url": "https://api.github.com/users/impact27/following{/other_user}",
"gists_url": "http... | [
{
"color": "0b02e1",
"default": false,
"description": "Related to indexing on series/frames, not to indexes themselves",
"id": 2822098,
"name": "Indexing",
"node_id": "MDU6TGFiZWwyODIyMDk4",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Indexing"
}
] | closed | false | null | [] | null | 7 | 2019-03-08T13:15:35Z | 2019-04-20T17:43:37Z | 2019-04-20T17:43:37Z | NONE | null | - [x] closes #25594
- [x] tests added / passed
- [x] passes `git diff upstream/master -u -- "*.py" | flake8 --diff`
- [x] whatsnew entry
Starting in 0.21.0, using .loc or [] with a list with one or more missing labels, is deprecated. In the doc, only getting is shown:
https://pandas.pydata.org/pandas-docs/stable... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/25607/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/25607/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/25607.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/25607",
"merged_at": null,
"patch_url": "https://github.com/pandas-dev/pandas/pull/25607.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/25607"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/25608 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/25608/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/25608/comments | https://api.github.com/repos/pandas-dev/pandas/issues/25608/events | https://github.com/pandas-dev/pandas/issues/25608 | 418,881,702 | MDU6SXNzdWU0MTg4ODE3MDI= | 25,608 | BUG: User-facing AssertionError with DataFrame.to_html(classes=<invalid type>) | {
"avatar_url": "https://avatars.githubusercontent.com/u/13159005?v=4",
"events_url": "https://api.github.com/users/simonjayhawkins/events{/privacy}",
"followers_url": "https://api.github.com/users/simonjayhawkins/followers",
"following_url": "https://api.github.com/users/simonjayhawkins/following{/other_user}"... | [
{
"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": "006b... | closed | false | null | [] | {
"closed_at": "2019-07-19T00:34:29Z",
"closed_issues": 1289,
"created_at": "2018-10-23T02:34:15Z",
"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... | 3 | 2019-03-08T17:24:31Z | 2019-03-10T21:36:39Z | 2019-03-10T21:36:39Z | MEMBER | null | #### Code Sample, a copy-pastable example if possible
```python
import pandas as pd
pd.DataFrame().to_html(classes=True)
```
#### Problem description
```python-traceback
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "C:\Users\simon\OneDrive\code\pandas-simonjayhawkins\pand... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/25608/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/25608/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/25609 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/25609/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/25609/comments | https://api.github.com/repos/pandas-dev/pandas/issues/25609/events | https://github.com/pandas-dev/pandas/issues/25609 | 418,891,766 | MDU6SXNzdWU0MTg4OTE3NjY= | 25,609 | Remove makePanel Calls in Docs | {
"avatar_url": "https://avatars.githubusercontent.com/u/609873?v=4",
"events_url": "https://api.github.com/users/WillAyd/events{/privacy}",
"followers_url": "https://api.github.com/users/WillAyd/followers",
"following_url": "https://api.github.com/users/WillAyd/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": "5319e7",
"default": false,
"description": "Functionality to remo... | closed | false | null | [] | {
"closed_at": "2019-07-19T00:34:29Z",
"closed_issues": 1289,
"created_at": "2018-10-23T02:34:15Z",
"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... | 1 | 2019-03-08T17:52:18Z | 2019-03-10T16:24:56Z | 2019-03-10T16:24:56Z | MEMBER | null | As a follow up to #25231 some exceptions are getting raised when building the docs as a result of calls to makePanel lingering around. Here's at least one section where this is occurring:
http://pandas-docs.github.io/pandas-docs-travis/getting_started/dsintro.html#deprecate-panel
Would want to remove these refere... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/25609/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/25609/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/25610 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/25610/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/25610/comments | https://api.github.com/repos/pandas-dev/pandas/issues/25610/events | https://github.com/pandas-dev/pandas/issues/25610 | 418,967,013 | MDU6SXNzdWU0MTg5NjcwMTM= | 25,610 | DataFrameGroupBy.ffill with Duplicate Column Labels ValueError | {
"avatar_url": "https://avatars.githubusercontent.com/u/13507008?v=4",
"events_url": "https://api.github.com/users/datatravelgit/events{/privacy}",
"followers_url": "https://api.github.com/users/datatravelgit/followers",
"following_url": "https://api.github.com/users/datatravelgit/following{/other_user}",
"g... | [
{
"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": "d7e102",
"default": false,
"description": "np.nan, pd.NaT,... | closed | false | null | [] | {
"closed_at": "2020-12-26T13:57:50Z",
"closed_issues": 1768,
"created_at": "2020-05-29T23:47:32Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/j... | 3 | 2019-03-08T21:37:20Z | 2020-09-13T22:18:22Z | 2020-09-13T22:18:22Z | NONE | null | #### Code Sample, a copy-pastable example if possible
```python
import pandas as pd
import numpy as np
df1 = pd.DataFrame({'field1': [1, 2, 3, 4],
'field2': [1, 2, 3, 4],
'field3': [1, 2, 3, 4]
})
df2 = pd.DataFrame({'field1': [1, 2, np.nan, 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/25610/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/25610/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/25611 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/25611/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/25611/comments | https://api.github.com/repos/pandas-dev/pandas/issues/25611/events | https://github.com/pandas-dev/pandas/issues/25611 | 418,991,436 | MDU6SXNzdWU0MTg5OTE0MzY= | 25,611 | Timestamp incorrectly handles datetime64 with exotic units | {
"avatar_url": "https://avatars.githubusercontent.com/u/271982?v=4",
"events_url": "https://api.github.com/users/cbarrick/events{/privacy}",
"followers_url": "https://api.github.com/users/cbarrick/followers",
"following_url": "https://api.github.com/users/cbarrick/following{/other_user}",
"gists_url": "https... | [
{
"color": "e10c02",
"default": false,
"description": null,
"id": 76811,
"name": "Bug",
"node_id": "MDU6TGFiZWw3NjgxMQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug"
},
{
"color": "AFEEEE",
"default": false,
"description": null,
"id": 211840,
... | open | false | null | [] | {
"closed_at": null,
"closed_issues": 786,
"created_at": "2015-01-13T10:53:19Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jreback/followers",
... | 5 | 2019-03-08T23:04:07Z | 2020-03-02T23:25:16Z | null | NONE | null | #### Code Sample, a copy-pastable example if possible
```python
>>> pd.Timestamp(np.datetime64('2019-01-01', '6h'))
Timestamp('1978-03-02 20:00:00')
```
#### Problem description
The `pd.Timestamp` constructor gives the wrong result when converting a `np.datetime64` that uses multiples of a standard unit. In 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/25611/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/25611/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/25612 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/25612/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/25612/comments | https://api.github.com/repos/pandas-dev/pandas/issues/25612/events | https://github.com/pandas-dev/pandas/pull/25612 | 418,998,684 | MDExOlB1bGxSZXF1ZXN0MjU5NjM5NzY5 | 25,612 | DOC: Remove makePanel from docs (#25609) | {
"avatar_url": "https://avatars.githubusercontent.com/u/25773476?v=4",
"events_url": "https://api.github.com/users/ArtificialQualia/events{/privacy}",
"followers_url": "https://api.github.com/users/ArtificialQualia/followers",
"following_url": "https://api.github.com/users/ArtificialQualia/following{/other_use... | [
{
"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": "2019-07-19T00:34:29Z",
"closed_issues": 1289,
"created_at": "2018-10-23T02:34:15Z",
"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... | 5 | 2019-03-08T23:36:43Z | 2019-03-10T16:25:03Z | 2019-03-10T16:24:56Z | CONTRIBUTOR | null | - [x] closes #25609
- [ ] tests added / passed
- [x] passes `git diff upstream/master -u -- "*.py" | flake8 --diff`
- [ ] whatsnew entry
As described in #25609, I removed the tm.makePanel() calls from the docs, along with some of the surrounding sections (a few "Deprecate Panel" sections). I did not replace thes... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/25612/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/25612/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/25612.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/25612",
"merged_at": "2019-03-10T16:24:56Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/25612.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/25612"
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.