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/25813 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/25813/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/25813/comments | https://api.github.com/repos/pandas-dev/pandas/issues/25813/events | https://github.com/pandas-dev/pandas/pull/25813 | 423,541,026 | MDExOlB1bGxSZXF1ZXN0MjYzMDkyNjE4 | 25,813 | BUG: Fix bug when using df.query with "str.contains()" | {
"avatar_url": "https://avatars.githubusercontent.com/u/11439447?v=4",
"events_url": "https://api.github.com/users/dtpc/events{/privacy}",
"followers_url": "https://api.github.com/users/dtpc/followers",
"following_url": "https://api.github.com/users/dtpc/following{/other_user}",
"gists_url": "https://api.git... | [
{
"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": "37... | closed | false | null | [] | null | 6 | 2019-03-21T01:36:14Z | 2019-05-19T18:28:30Z | 2019-05-19T18:28:30Z | NONE | null | - [x] tests added / passed
- [x] passes `git diff upstream/master -u -- "*.py" | flake8 --diff`
- [x] whatsnew entry
Fixes bug in on line 588 of `pandas/core/computation/expr.py`: `AttributeError: 'dict' object has no attribute 'append'`
Also addresses the specific example in #22172
Example:
```python
impo... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/25813/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/25813/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/25813.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/25813",
"merged_at": null,
"patch_url": "https://github.com/pandas-dev/pandas/pull/25813.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/25813"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/25814 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/25814/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/25814/comments | https://api.github.com/repos/pandas-dev/pandas/issues/25814/events | https://github.com/pandas-dev/pandas/issues/25814 | 423,565,289 | MDU6SXNzdWU0MjM1NjUyODk= | 25,814 | Cannot use categorical IntervalIndex as index when creating pivot_table | {
"avatar_url": "https://avatars.githubusercontent.com/u/13047435?v=4",
"events_url": "https://api.github.com/users/peterpanmj/events{/privacy}",
"followers_url": "https://api.github.com/users/peterpanmj/followers",
"following_url": "https://api.github.com/users/peterpanmj/following{/other_user}",
"gists_url"... | [
{
"color": "02d7e1",
"default": false,
"description": "Concat, Merge/Join, Stack/Unstack, Explode",
"id": 13098779,
"name": "Reshaping",
"node_id": "MDU6TGFiZWwxMzA5ODc3OQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Reshaping"
},
{
"color": "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... | 1 | 2019-03-21T04:07:16Z | 2019-06-13T20:41:44Z | 2019-06-13T20:41:44Z | CONTRIBUTOR | null | #### Code Sample, a copy-pastable example if possible
```python
df = pd.DataFrame({"A":[1, 1, 2, 2], "B":[1,2,3,4]})
df['C'] = pd.cut(df['A'],[0,2])
df.pivot_table(index='C', values='B', aggfunc=np.sum)
```
#### Problem description
Cannot use IntervalIndex as index when creating pivot_table. It works fine o... | {
"+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/25814/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/25814/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/25815 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/25815/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/25815/comments | https://api.github.com/repos/pandas-dev/pandas/issues/25815/events | https://github.com/pandas-dev/pandas/issues/25815 | 423,584,278 | MDU6SXNzdWU0MjM1ODQyNzg= | 25,815 | wrong aggregated results when pivot_table index is ordered categorical data | {
"avatar_url": "https://avatars.githubusercontent.com/u/13047435?v=4",
"events_url": "https://api.github.com/users/peterpanmj/events{/privacy}",
"followers_url": "https://api.github.com/users/peterpanmj/followers",
"following_url": "https://api.github.com/users/peterpanmj/following{/other_user}",
"gists_url"... | [
{
"color": "02d7e1",
"default": false,
"description": "Concat, Merge/Join, Stack/Unstack, Explode",
"id": 13098779,
"name": "Reshaping",
"node_id": "MDU6TGFiZWwxMzA5ODc3OQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Reshaping"
},
{
"color": "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... | 8 | 2019-03-21T06:12:15Z | 2019-11-25T15:17:19Z | 2019-07-09T21:29:23Z | CONTRIBUTOR | null | #### Code Sample, a copy-pastable example if possible
```python
import pandas as pd
import numpy as np
_c = np.arange(5,0,-1)
df = pd.DataFrame(np.stack([_c]*3).T, columns=['A', 'B', 'C'])
df["D"] = pd.Series(["A","B","B","A", "A"])
df["E"] = pd.cut(x=df["A"],bins=[0,3,6,10])
print(pd.pivot_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/25815/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/25815/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/25816 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/25816/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/25816/comments | https://api.github.com/repos/pandas-dev/pandas/issues/25816/events | https://github.com/pandas-dev/pandas/issues/25816 | 423,584,531 | MDU6SXNzdWU0MjM1ODQ1MzE= | 25,816 | Series.replace throws TypeError only on large dataset | {
"avatar_url": "https://avatars.githubusercontent.com/u/1487820?v=4",
"events_url": "https://api.github.com/users/yidatao/events{/privacy}",
"followers_url": "https://api.github.com/users/yidatao/followers",
"following_url": "https://api.github.com/users/yidatao/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": "01a886",
"default": false,
"description": "replace method",
"id... | open | false | null | [] | null | 4 | 2019-03-21T06:13:36Z | 2019-11-02T02:13:56Z | null | NONE | null | #### Code Sample, a copy-pastable example if possible
```python
d = 1000000
df = pd.DataFrame({'A': np.random.randint(1,100,d)})
mapvalue = {i: i+1 for i in range(d)}
res = df['A'].replace(mapvalue)
```
#### Problem description
This throws "_TypeError: Cannot compare types 'ndarray(dtype=int32)' and 'int'... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/25816/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/25816/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/25817 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/25817/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/25817/comments | https://api.github.com/repos/pandas-dev/pandas/issues/25817/events | https://github.com/pandas-dev/pandas/pull/25817 | 423,590,505 | MDExOlB1bGxSZXF1ZXN0MjYzMTMwMjk3 | 25,817 | TST: Remove compat.PY2 and compat.PY3 flags from tests | {
"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": "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-21T06:46:57Z | 2019-03-21T14:58:04Z | 2019-03-21T11:23:46Z | MEMBER | null | - [X] xref #25725
- [X] tests added / passed
- [X] passes `git diff upstream/master -u -- "*.py" | flake8 --diff`
These flags become trivial after dropping Python 2. There are still some Python 2 specific things that can be removed from the tests but this should eliminate a lot of the low hanging fruit.
Can sp... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/25817/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/25817/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/25817.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/25817",
"merged_at": "2019-03-21T11:23:46Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/25817.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/25817"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/25818 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/25818/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/25818/comments | https://api.github.com/repos/pandas-dev/pandas/issues/25818/events | https://github.com/pandas-dev/pandas/issues/25818 | 423,601,855 | MDU6SXNzdWU0MjM2MDE4NTU= | 25,818 | sort_index for MultiIndex DataFrame silently fill NaN for index column | {
"avatar_url": "https://avatars.githubusercontent.com/u/47309306?v=4",
"events_url": "https://api.github.com/users/dddping/events{/privacy}",
"followers_url": "https://api.github.com/users/dddping/followers",
"following_url": "https://api.github.com/users/dddping/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": null,
"id": 71268330,... | open | false | null | [] | null | 0 | 2019-03-21T07:36:55Z | 2021-06-27T20:35:39Z | null | NONE | null | #### Code Sample
```python
mi = pd.MultiIndex.from_tuples([['A0', 'B0'],['A0', 'B1'],
['A1', 'B0'],['A1', 'B1'],['A3', np.nan] ], names=['ia','ib'])
df = pd.DataFrame(np.arange(10).reshape(5,2), mi,columns=['bar', 'foo'])
df2=df.copy()
df2.index.set_levels(['B1','B0'],level=1,inplace=True)
... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/25818/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/25818/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/25819 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/25819/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/25819/comments | https://api.github.com/repos/pandas-dev/pandas/issues/25819/events | https://github.com/pandas-dev/pandas/issues/25819 | 423,661,882 | MDU6SXNzdWU0MjM2NjE4ODI= | 25,819 | Slow read_parquet in version 0.24.1 vs 0.23.3 | {
"avatar_url": "https://avatars.githubusercontent.com/u/23156370?v=4",
"events_url": "https://api.github.com/users/alokgogate/events{/privacy}",
"followers_url": "https://api.github.com/users/alokgogate/followers",
"following_url": "https://api.github.com/users/alokgogate/following{/other_user}",
"gists_url"... | [] | closed | false | null | [] | null | 5 | 2019-03-21T10:32:27Z | 2019-03-22T09:54:44Z | 2019-03-22T09:54:43Z | NONE | null | Below is my code:
import pandas as pd
df = pd.read_parquet("/data/train.parquet"
The time taken to read this file (size 8GB) is about 3 min with pandas version 0.24.1. This took less than 1 min with pandas version 0.23.3.
Any clue as to why this may happen?
Thanks!
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/25819/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/25819/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/25820 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/25820/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/25820/comments | https://api.github.com/repos/pandas-dev/pandas/issues/25820/events | https://github.com/pandas-dev/pandas/pull/25820 | 423,693,483 | MDExOlB1bGxSZXF1ZXN0MjYzMjA3MDE5 | 25,820 | [PERF] Get rid of MultiIndex conversion in IntervalIndex.is_monotonic methods | {
"avatar_url": "https://avatars.githubusercontent.com/u/14367887?v=4",
"events_url": "https://api.github.com/users/makbigc/events{/privacy}",
"followers_url": "https://api.github.com/users/makbigc/followers",
"following_url": "https://api.github.com/users/makbigc/following{/other_user}",
"gists_url": "https:... | [
{
"color": "a10c02",
"default": false,
"description": "Memory or execution speed performance",
"id": 8935311,
"name": "Performance",
"node_id": "MDU6TGFiZWw4OTM1MzEx",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Performance"
},
{
"color": "009800",
"default"... | 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-21T11:56:57Z | 2019-04-22T02:41:40Z | 2019-04-21T16:02:26Z | CONTRIBUTOR | null | - xref #24813
- passes `git diff upstream/master -u -- "*.py" | flake8 --diff`
```
All benchmarks:
before after ratio
[85572de5] [445fbe56]
<master> <GH24813-inc-dec>
- 261±6ns 134±3ns 0.51 index_object.IntervalIndexMethod.time_monoton... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/25820/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/25820/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/25820.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/25820",
"merged_at": "2019-04-21T16:02:26Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/25820.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/25820"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/25821 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/25821/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/25821/comments | https://api.github.com/repos/pandas-dev/pandas/issues/25821/events | https://github.com/pandas-dev/pandas/issues/25821 | 423,717,987 | MDU6SXNzdWU0MjM3MTc5ODc= | 25,821 | pandas read_sql con use sqlalchemy engine slow much than pymysql connection | {
"avatar_url": "https://avatars.githubusercontent.com/u/8348554?v=4",
"events_url": "https://api.github.com/users/sparo-jack/events{/privacy}",
"followers_url": "https://api.github.com/users/sparo-jack/followers",
"following_url": "https://api.github.com/users/sparo-jack/following{/other_user}",
"gists_url":... | [
{
"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-21T13:02:27Z | 2019-12-11T08:51:13Z | 2019-03-26T05:37:52Z | NONE | null | #### Code Sample, a copy-pastable example if possible
```python
import pandas as pd
import pymysql
import time
from sqlalchemy import create_engine
from sqlalchemy.orm import sessionmaker
connect = pymysql.Connect(
host=host,
port=port,
user=user,
passwd=passwd,
db=db,
charset='... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/25821/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/25821/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/25822 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/25822/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/25822/comments | https://api.github.com/repos/pandas-dev/pandas/issues/25822/events | https://github.com/pandas-dev/pandas/pull/25822 | 423,732,815 | MDExOlB1bGxSZXF1ZXN0MjYzMjM3OTY4 | 25,822 | Implement --with-debugging-symbols switch in setup.py | {
"avatar_url": "https://avatars.githubusercontent.com/u/45396231?v=4",
"events_url": "https://api.github.com/users/vnlitvinov/events{/privacy}",
"followers_url": "https://api.github.com/users/vnlitvinov/followers",
"following_url": "https://api.github.com/users/vnlitvinov/following{/other_user}",
"gists_url"... | [
{
"color": "75507B",
"default": false,
"description": "Library building on various platforms",
"id": 129350,
"name": "Build",
"node_id": "MDU6TGFiZWwxMjkzNTA=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Build"
}
] | closed | false | null | [] | {
"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-21T13:36:56Z | 2019-03-28T14:30:52Z | 2019-03-21T15:12:09Z | CONTRIBUTOR | null | - [x] closes N/A
- [x] tests added / passed
- [x] passes `git diff upstream/master -u -- "*.py" | flake8 --diff`
- [ ] whatsnew entry
This implements a switch that enables building Pandas with debugging symbols - useful for debugging or profiling native parts of the code. | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/25822/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/25822/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/25822.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/25822",
"merged_at": "2019-03-21T15:12:09Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/25822.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/25822"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/25823 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/25823/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/25823/comments | https://api.github.com/repos/pandas-dev/pandas/issues/25823/events | https://github.com/pandas-dev/pandas/issues/25823 | 423,772,697 | MDU6SXNzdWU0MjM3NzI2OTc= | 25,823 | Logical operations on np.bool_ using pandas.eval raises TypeError | {
"avatar_url": "https://avatars.githubusercontent.com/u/14063748?v=4",
"events_url": "https://api.github.com/users/james-mchugh/events{/privacy}",
"followers_url": "https://api.github.com/users/james-mchugh/followers",
"following_url": "https://api.github.com/users/james-mchugh/following{/other_user}",
"gist... | [
{
"color": "0e8a16",
"default": true,
"description": null,
"id": 717120670,
"name": "good first issue",
"node_id": "MDU6TGFiZWw3MTcxMjA2NzA=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/good%20first%20issue"
},
{
"color": "cdea3c",
"default": false,
"de... | open | false | null | [] | null | 6 | 2019-03-21T14:54:32Z | 2021-06-27T20:38:34Z | null | NONE | null | #### Code Sample, a copy-pastable example if possible
```python
# Your code here
import pandas as pd
event = pd.Series({"a": "hello"})
pd.eval("event.str.match('hello').a") # returns numpy.bool_(True)
pd.eval("event.str.match('hello').a and event.str.match('hello').a") # raises TypeError
```
#### Problem de... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/25823/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/25823/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/25824 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/25824/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/25824/comments | https://api.github.com/repos/pandas-dev/pandas/issues/25824/events | https://github.com/pandas-dev/pandas/issues/25824 | 423,892,361 | MDU6SXNzdWU0MjM4OTIzNjE= | 25,824 | Core dump when converting to category with duplicate column names | {
"avatar_url": "https://avatars.githubusercontent.com/u/449558?v=4",
"events_url": "https://api.github.com/users/amueller/events{/privacy}",
"followers_url": "https://api.github.com/users/amueller/followers",
"following_url": "https://api.github.com/users/amueller/following{/other_user}",
"gists_url": "https... | [
{
"color": "009800",
"default": false,
"description": "Duplicate issue or pull request",
"id": 40153326,
"name": "Duplicate Report",
"node_id": "MDU6TGFiZWw0MDE1MzMyNg==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Duplicate%20Report"
}
] | closed | false | null | [] | {
"closed_at": null,
"closed_issues": 2361,
"created_at": "2015-02-26T19:29:05Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/1020496?v=4",
"events_url": "https://api.github.com/users/jorisvandenbossche/events{/privacy}",
"followers_url": "https://api.github.com/users/jorisva... | 3 | 2019-03-21T18:59:07Z | 2019-03-22T15:19:54Z | 2019-03-21T21:10:49Z | NONE | null | #### Code Sample, a copy-pastable example if possible
```python
import pandas as pd
import numpy as np
X = np.random.normal(size=(100, 2))
X_df = pd.DataFrame(X, columns=[0, 0])
X_df[0] = X_df[0].astype('category')
```
#### Problem description
Stack overflow in the Python interpreter
#### Expected Outpu... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/25824/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/25824/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/25825 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/25825/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/25825/comments | https://api.github.com/repos/pandas-dev/pandas/issues/25825/events | https://github.com/pandas-dev/pandas/issues/25825 | 423,921,969 | MDU6SXNzdWU0MjM5MjE5Njk= | 25,825 | Plotting pd.Series object does not show year correctly | {
"avatar_url": "https://avatars.githubusercontent.com/u/33427623?v=4",
"events_url": "https://api.github.com/users/matias6942/events{/privacy}",
"followers_url": "https://api.github.com/users/matias6942/followers",
"following_url": "https://api.github.com/users/matias6942/following{/other_user}",
"gists_url"... | [
{
"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-21T20:15:51Z | 2019-03-22T19:11:59Z | 2019-03-22T19:11:59Z | NONE | null | I am graphing the results of the measurements of a humidity sensor over time.
I'm using Python 3.7.1 and Pandas 0.24.2.
I have a list called dateTimeList with date and time strings:
```
dateTimeList = ['15.3.2019 11:44:27', '15.3.2019 12:44:33', '15.3.2019 13:44:39']
```
I wrote this code where `index` is 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/25825/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/25825/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/25826 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/25826/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/25826/comments | https://api.github.com/repos/pandas-dev/pandas/issues/25826/events | https://github.com/pandas-dev/pandas/pull/25826 | 423,952,259 | MDExOlB1bGxSZXF1ZXN0MjYzNDEyNjIz | 25,826 | WIP, MAINT: upstream timedelta64 changes | {
"avatar_url": "https://avatars.githubusercontent.com/u/7903078?v=4",
"events_url": "https://api.github.com/users/tylerjereddy/events{/privacy}",
"followers_url": "https://api.github.com/users/tylerjereddy/followers",
"following_url": "https://api.github.com/users/tylerjereddy/following{/other_user}",
"gists... | [
{
"color": "5319e7",
"default": false,
"description": "Timedelta data type",
"id": 49597148,
"name": "Timedelta",
"node_id": "MDU6TGFiZWw0OTU5NzE0OA==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Timedelta"
},
{
"color": "0052cc",
"default": false,
"des... | 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-21T21:34:11Z | 2019-03-22T19:48:49Z | 2019-03-22T19:46:59Z | CONTRIBUTOR | null | **Background:** In NumPy, I've been working to expand the operations supported for `np.timedelta64` (`m8`) operands, adding support for modulus, floordiv and divmod operations. Historically, we've allowed casting from integer and bool types to `m8`, which may seem innocent enough, but is arguably sloppy from a units pe... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/25826/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/25826/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/25826.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/25826",
"merged_at": "2019-03-22T19:46:59Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/25826.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/25826"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/25827 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/25827/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/25827/comments | https://api.github.com/repos/pandas-dev/pandas/issues/25827/events | https://github.com/pandas-dev/pandas/pull/25827 | 423,991,368 | MDExOlB1bGxSZXF1ZXN0MjYzNDQzODM1 | 25,827 | CI: exclude asv env directory from isort and tailing whitespace checks | {
"avatar_url": "https://avatars.githubusercontent.com/u/440095?v=4",
"events_url": "https://api.github.com/users/qwhelan/events{/privacy}",
"followers_url": "https://api.github.com/users/qwhelan/followers",
"following_url": "https://api.github.com/users/qwhelan/following{/other_user}",
"gists_url": "https://... | [
{
"color": "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... | 3 | 2019-03-21T23:58:41Z | 2019-03-22T11:22:37Z | 2019-03-22T11:22:34Z | CONTRIBUTOR | null | When running `ci/code_checks.sh` on a local repository that has also been used to run `asv` benchmarks, a couple of the checks recurse into the `asv_bench/env` directory created for running benchmark environments. This massively increases the runtime and leads to linting errors on non-pandas packages, which is not info... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/25827/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/25827/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/25827.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/25827",
"merged_at": "2019-03-22T11:22:34Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/25827.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/25827"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/25828 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/25828/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/25828/comments | https://api.github.com/repos/pandas-dev/pandas/issues/25828/events | https://github.com/pandas-dev/pandas/issues/25828 | 424,027,761 | MDU6SXNzdWU0MjQwMjc3NjE= | 25,828 | Use Substitution Decorator for CustomBusinessMonthEnd | {
"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": "0e8a16",
"default": true,
"description": null,
"id": 7171206... | 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-22T03:09:20Z | 2019-03-26T19:59:07Z | 2019-03-26T17:09:37Z | MEMBER | null | This is a follow up to https://github.com/pandas-dev/pandas/pull/21093/files#r188805397 which wasn't working with Py27. Now that that is a thing of the past we should be able to use the more idiomatic Substitution approach to generating this docstring
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/25828/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/25828/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/25829 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/25829/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/25829/comments | https://api.github.com/repos/pandas-dev/pandas/issues/25829/events | https://github.com/pandas-dev/pandas/pull/25829 | 424,035,485 | MDExOlB1bGxSZXF1ZXN0MjYzNDc3NDA5 | 25,829 | #25790 Updating type hints to Python3 syntax in pandas/core/array | {
"avatar_url": "https://avatars.githubusercontent.com/u/1430066?v=4",
"events_url": "https://api.github.com/users/gwrome/events{/privacy}",
"followers_url": "https://api.github.com/users/gwrome/followers",
"following_url": "https://api.github.com/users/gwrome/following{/other_user}",
"gists_url": "https://ap... | [
{
"color": "ea91a4",
"default": false,
"description": "type annotations, mypy/pyright type checking",
"id": 1280988427,
"name": "Typing",
"node_id": "MDU6TGFiZWwxMjgwOTg4NDI3",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Typing"
}
] | 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-22T03:50:01Z | 2019-03-31T14:46:08Z | 2019-03-30T19:21:17Z | CONTRIBUTOR | null | - [x] addresses the other half of #25790
- [x] pandas/tests/arrays/ tests passed
- [x] passes `git diff upstream/master -u -- "*.py" | flake8 --diff` | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/25829/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/25829/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/25829.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/25829",
"merged_at": "2019-03-30T19:21:17Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/25829.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/25829"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/25830 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/25830/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/25830/comments | https://api.github.com/repos/pandas-dev/pandas/issues/25830/events | https://github.com/pandas-dev/pandas/issues/25830 | 424,038,351 | MDU6SXNzdWU0MjQwMzgzNTE= | 25,830 | bug!!when `json_normalize` string has `null` | {
"avatar_url": "https://avatars.githubusercontent.com/u/5196740?v=4",
"events_url": "https://api.github.com/users/gitbobo/events{/privacy}",
"followers_url": "https://api.github.com/users/gitbobo/followers",
"following_url": "https://api.github.com/users/gitbobo/following{/other_user}",
"gists_url": "https:/... | [
{
"color": "0052cc",
"default": false,
"description": null,
"id": 34444536,
"name": "Usage Question",
"node_id": "MDU6TGFiZWwzNDQ0NDUzNg==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Usage%20Question"
}
] | closed | false | null | [] | null | 2 | 2019-03-22T04:05:58Z | 2019-03-23T02:12:00Z | 2019-03-23T01:14:18Z | NONE | null | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/25830/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/25830/timeline | null | null | null | |
https://api.github.com/repos/pandas-dev/pandas/issues/25831 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/25831/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/25831/comments | https://api.github.com/repos/pandas-dev/pandas/issues/25831/events | https://github.com/pandas-dev/pandas/issues/25831 | 424,073,964 | MDU6SXNzdWU0MjQwNzM5NjQ= | 25,831 | Can't sort DataFrame when level=[] and sort_remaining=False | {
"avatar_url": "https://avatars.githubusercontent.com/u/1175502?v=4",
"events_url": "https://api.github.com/users/dlsun/events{/privacy}",
"followers_url": "https://api.github.com/users/dlsun/followers",
"following_url": "https://api.github.com/users/dlsun/following{/other_user}",
"gists_url": "https://api.g... | [
{
"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": null,
"id": 71268330,... | open | false | {
"avatar_url": "https://avatars.githubusercontent.com/u/38671637?v=4",
"events_url": "https://api.github.com/users/YuRenee/events{/privacy}",
"followers_url": "https://api.github.com/users/YuRenee/followers",
"following_url": "https://api.github.com/users/YuRenee/following{/other_user}",
"gists_url": "https:... | [
{
"avatar_url": "https://avatars.githubusercontent.com/u/38671637?v=4",
"events_url": "https://api.github.com/users/YuRenee/events{/privacy}",
"followers_url": "https://api.github.com/users/YuRenee/followers",
"following_url": "https://api.github.com/users/YuRenee/following{/other_user}",
"gists... | {
"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-22T07:08:00Z | 2021-06-27T20:39:05Z | null | NONE | null | #### Code Sample
```python
import pandas as pd
# Create a DataFrame with a MultiIndex.
df = pd.DataFrame({
"a": [0, 2, 1],
"b": [3, 0, 2],
"c": [0, 0, 1]
}).set_index(["a", "b"])
# This works.
df.sort_index(level=[], sort_remaining=True)
# This throws an IndexError: list index out of rang... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/25831/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/25831/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/25832 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/25832/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/25832/comments | https://api.github.com/repos/pandas-dev/pandas/issues/25832/events | https://github.com/pandas-dev/pandas/issues/25832 | 424,129,329 | MDU6SXNzdWU0MjQxMjkzMjk= | 25,832 | python3.7 pip install pandas==0.22.0 error | {
"avatar_url": "https://avatars.githubusercontent.com/u/7699602?v=4",
"events_url": "https://api.github.com/users/nankaimy/events{/privacy}",
"followers_url": "https://api.github.com/users/nankaimy/followers",
"following_url": "https://api.github.com/users/nankaimy/following{/other_user}",
"gists_url": "http... | [
{
"color": "75507B",
"default": false,
"description": "Library building on various platforms",
"id": 129350,
"name": "Build",
"node_id": "MDU6TGFiZWwxMjkzNTA=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Build"
}
] | closed | false | null | [] | null | 1 | 2019-03-22T10:00:48Z | 2019-03-22T11:21:51Z | 2019-03-22T11:21:44Z | NONE | null | #### Code Sample, a copy-pastable example if possible
```python
# Your code here
pip install pandas==0.22.0
```
#### Problem description
----------------------------------------
Command "c:\myprogram\anaconda37\python.exe c:\myprogram\anaconda37\lib\site-packages\pip install --ignore-installed --no-user --pr... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/25832/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/25832/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/25833 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/25833/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/25833/comments | https://api.github.com/repos/pandas-dev/pandas/issues/25833/events | https://github.com/pandas-dev/pandas/issues/25833 | 424,140,800 | MDU6SXNzdWU0MjQxNDA4MDA= | 25,833 | RecursionError with self referencing column in str(df) on DataFrame | {
"avatar_url": "https://avatars.githubusercontent.com/u/35496930?v=4",
"events_url": "https://api.github.com/users/Doom312/events{/privacy}",
"followers_url": "https://api.github.com/users/Doom312/followers",
"following_url": "https://api.github.com/users/Doom312/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... | open | false | null | [] | null | 1 | 2019-03-22T10:28:59Z | 2020-09-22T04:05:45Z | null | NONE | null | ```python
# Your code here
b = a = pd.Series(
[2, 1, 3],
index=[2, 1, 3],
)
# display(b)
a['Hi'] = b
print(str(a))
```
This raises
```python
RecursionError: maximum recursion depth exceeded in __instancecheck__
```
It is annoying when this happens in interactive mode.
#### Expected Output
... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/25833/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/25833/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/25834 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/25834/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/25834/comments | https://api.github.com/repos/pandas-dev/pandas/issues/25834/events | https://github.com/pandas-dev/pandas/issues/25834 | 424,210,763 | MDU6SXNzdWU0MjQyMTA3NjM= | 25,834 | Writing empty DataFrame to HDF file | {
"avatar_url": "https://avatars.githubusercontent.com/u/20497083?v=4",
"events_url": "https://api.github.com/users/vss888/events{/privacy}",
"followers_url": "https://api.github.com/users/vss888/followers",
"following_url": "https://api.github.com/users/vss888/following{/other_user}",
"gists_url": "https://a... | [
{
"color": "009800",
"default": false,
"description": "Duplicate issue or pull request",
"id": 40153326,
"name": "Duplicate Report",
"node_id": "MDU6TGFiZWw0MDE1MzMyNg==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Duplicate%20Report"
},
{
"color": "5319e7",
... | closed | false | null | [] | null | 1 | 2019-03-22T13:32:11Z | 2019-03-22T15:39:49Z | 2019-03-22T15:39:48Z | NONE | null | I am not able to save empy DataFrames to HDF files.
#### Code Sample #1
```python
import pandas as pd
df = pd.DataFrame(columns=['x','y'])
df.to_hdf('temp.h5', 'xxx')
df2 = pd.read_hdf('temp.h5', 'xxx')
```
#### Output #1
```
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File ... | {
"+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/25834/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/25834/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/25835 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/25835/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/25835/comments | https://api.github.com/repos/pandas-dev/pandas/issues/25835/events | https://github.com/pandas-dev/pandas/issues/25835 | 424,225,099 | MDU6SXNzdWU0MjQyMjUwOTk= | 25,835 | MAC OS: sum over empy series with object dtype gives False | {
"avatar_url": "https://avatars.githubusercontent.com/u/15340151?v=4",
"events_url": "https://api.github.com/users/mlangiu/events{/privacy}",
"followers_url": "https://api.github.com/users/mlangiu/followers",
"following_url": "https://api.github.com/users/mlangiu/following{/other_user}",
"gists_url": "https:... | [
{
"color": "009800",
"default": false,
"description": "Duplicate issue or pull request",
"id": 40153326,
"name": "Duplicate Report",
"node_id": "MDU6TGFiZWw0MDE1MzMyNg==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Duplicate%20Report"
}
] | closed | false | null | [] | {
"closed_at": null,
"closed_issues": 2361,
"created_at": "2015-02-26T19:29:05Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/1020496?v=4",
"events_url": "https://api.github.com/users/jorisvandenbossche/events{/privacy}",
"followers_url": "https://api.github.com/users/jorisva... | 3 | 2019-03-22T14:03:49Z | 2019-03-25T19:36:53Z | 2019-03-22T16:31:05Z | NONE | null | #### Code Sample, a copy-pastable example if possible
```python
import pandas
pandas.Series(dtype='O').sum()
```
#### Problem description
Performing the above code segment with pandas 0.24.2 gives me
- (numpy.bool_) `False` on a Mac with homebrew python 3.6.4
- (int) `0` on a Windows 10 with Anaconda pyt... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/25835/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/25835/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/25836 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/25836/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/25836/comments | https://api.github.com/repos/pandas-dev/pandas/issues/25836/events | https://github.com/pandas-dev/pandas/pull/25836 | 424,239,320 | MDExOlB1bGxSZXF1ZXN0MjYzNjM2MTAw | 25,836 | Safe version of ascii macros, add missing tolower_ascii | {
"avatar_url": "https://avatars.githubusercontent.com/u/45396231?v=4",
"events_url": "https://api.github.com/users/vnlitvinov/events{/privacy}",
"followers_url": "https://api.github.com/users/vnlitvinov/followers",
"following_url": "https://api.github.com/users/vnlitvinov/following{/other_user}",
"gists_url"... | [
{
"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... | 3 | 2019-03-22T14:33:42Z | 2019-03-25T11:05:54Z | 2019-03-22T16:18:38Z | CONTRIBUTOR | null | - [x] fixes a warning introduced in #23981
- [x] tests added / passed
- [x] passes `git diff upstream/master -u -- "*.py" | flake8 --diff`
- [ ] whatsnew entry
Using unparenthesized macro parameters is dangerous, so wrap `c` in braces.
Example warning fixed by adding `tolower_ascii()`:
```
In file included... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/25836/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/25836/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/25836.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/25836",
"merged_at": "2019-03-22T16:18:38Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/25836.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/25836"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/25837 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/25837/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/25837/comments | https://api.github.com/repos/pandas-dev/pandas/issues/25837/events | https://github.com/pandas-dev/pandas/issues/25837 | 424,267,989 | MDU6SXNzdWU0MjQyNjc5ODk= | 25,837 | to_msgpack converts tuples of length 1 to str iff no object(str) columns are present. | {
"avatar_url": "https://avatars.githubusercontent.com/u/1257580?v=4",
"events_url": "https://api.github.com/users/TyberiusPrime/events{/privacy}",
"followers_url": "https://api.github.com/users/TyberiusPrime/followers",
"following_url": "https://api.github.com/users/TyberiusPrime/following{/other_user}",
"gi... | [] | closed | false | null | [] | null | 2 | 2019-03-22T15:31:02Z | 2019-12-11T13:28:32Z | 2019-12-11T13:28:32Z | NONE | null | #### Code Sample, a copy-pastable example if possible
```python
import pandas as pd
from pandas.testing import assert_frame_equal
for name, df in [
("mixed len tuples", pd.DataFrame({"x": [("one",), ("two", "three")]})),
("len(1) tuples", pd.DataFrame({"x": [("one",), ("two",)]})),
(
"le... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/25837/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/25837/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/25838 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/25838/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/25838/comments | https://api.github.com/repos/pandas-dev/pandas/issues/25838/events | https://github.com/pandas-dev/pandas/issues/25838 | 424,281,384 | MDU6SXNzdWU0MjQyODEzODQ= | 25,838 | ENH: keep='random' option for .duplicated and .drop_duplicates | {
"avatar_url": "https://avatars.githubusercontent.com/u/10999118?v=4",
"events_url": "https://api.github.com/users/dylanjaide/events{/privacy}",
"followers_url": "https://api.github.com/users/dylanjaide/followers",
"following_url": "https://api.github.com/users/dylanjaide/following{/other_user}",
"gists_url"... | [
{
"color": "4E9A06",
"default": false,
"description": null,
"id": 76812,
"name": "Enhancement",
"node_id": "MDU6TGFiZWw3NjgxMg==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Enhancement"
},
{
"color": "fc6feb",
"default": false,
"description": "duplicat... | closed | false | null | [] | null | 3 | 2019-03-22T15:58:22Z | 2021-03-02T09:35:15Z | 2020-04-03T03:17:53Z | NONE | null | #### Enhancement description
The present implementation of `df.duplicated()` (and hence `df.drop_duplicates()`) only has two options for users that wish to keep exactly one from each set of duplicates (`'first'` and `'last'`). In some use cases, if the data is already ordered in some way, these options can potential... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/25838/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/25838/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/25839 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/25839/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/25839/comments | https://api.github.com/repos/pandas-dev/pandas/issues/25839/events | https://github.com/pandas-dev/pandas/issues/25839 | 424,403,835 | MDU6SXNzdWU0MjQ0MDM4MzU= | 25,839 | df.to_hdf5() in table append mode very slow with data_columns=True, append=True, index=False | {
"avatar_url": "https://avatars.githubusercontent.com/u/2701562?v=4",
"events_url": "https://api.github.com/users/dragoljub/events{/privacy}",
"followers_url": "https://api.github.com/users/dragoljub/followers",
"following_url": "https://api.github.com/users/dragoljub/following{/other_user}",
"gists_url": "h... | [
{
"color": "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": "5319e7",
"default"... | open | false | null | [] | null | 2 | 2019-03-22T21:19:16Z | 2020-04-29T02:02:37Z | null | NONE | null | #### Code Sample, a copy-pastable example if possible
```python
import numpy as np
import pandas as pd
df = pd.DataFrame(np.random.randint(123,456, size=(300,225)), columns=['COL'+str(i) for i in range(225)])
df.loc[:,:'COL10'] = df.loc[:,:'COL10'].astype(str)
df.loc[:,'COL11':'COL20'] = df.loc[:,'COL11':'COL... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/25839/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/25839/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/25840 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/25840/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/25840/comments | https://api.github.com/repos/pandas-dev/pandas/issues/25840/events | https://github.com/pandas-dev/pandas/pull/25840 | 424,408,262 | MDExOlB1bGxSZXF1ZXN0MjYzNzY5MjE3 | 25,840 | Remove chainmap_impl compat code | {
"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... | 3 | 2019-03-22T21:34:27Z | 2019-03-23T21:37:04Z | 2019-03-23T20:08:42Z | MEMBER | null | Also avoid having a dependency in `compat` on `core`. | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/25840/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/25840/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/25840.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/25840",
"merged_at": "2019-03-23T20:08:42Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/25840.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/25840"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/25841 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/25841/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/25841/comments | https://api.github.com/repos/pandas-dev/pandas/issues/25841/events | https://github.com/pandas-dev/pandas/pull/25841 | 424,410,922 | MDExOlB1bGxSZXF1ZXN0MjYzNzcxMzEz | 25,841 | Remove compat code in tseries | {
"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... | [] | closed | false | null | [] | null | 0 | 2019-03-22T21:43:52Z | 2019-09-17T18:55:10Z | 2019-03-22T22:17:42Z | MEMBER | 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/25841/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/25841/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/25841.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/25841",
"merged_at": null,
"patch_url": "https://github.com/pandas-dev/pandas/pull/25841.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/25841"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/25842 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/25842/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/25842/comments | https://api.github.com/repos/pandas-dev/pandas/issues/25842/events | https://github.com/pandas-dev/pandas/issues/25842 | 424,415,067 | MDU6SXNzdWU0MjQ0MTUwNjc= | 25,842 | Usage Question: How to add/reindex leading and trailing dates | {
"avatar_url": "https://avatars.githubusercontent.com/u/7839615?v=4",
"events_url": "https://api.github.com/users/coler-j/events{/privacy}",
"followers_url": "https://api.github.com/users/coler-j/followers",
"following_url": "https://api.github.com/users/coler-j/following{/other_user}",
"gists_url": "https:/... | [
{
"color": "0052cc",
"default": false,
"description": null,
"id": 34444536,
"name": "Usage Question",
"node_id": "MDU6TGFiZWwzNDQ0NDUzNg==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Usage%20Question"
}
] | closed | false | null | [] | null | 1 | 2019-03-22T21:59:04Z | 2019-03-23T02:04:13Z | 2019-03-23T02:04:07Z | NONE | null | #### Code Sample, a copy-pastable example if possible
```
df = pd.DataFrame.from_records(data=data, coerce_float=False, index=['date'])
# date field a datetime.datetime values
account_id amount
date
2018-01-01 1 100.0
2018-01-01 1 50.0
2018-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/25842/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/25842/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/25843 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/25843/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/25843/comments | https://api.github.com/repos/pandas-dev/pandas/issues/25843/events | https://github.com/pandas-dev/pandas/issues/25843 | 424,438,022 | MDU6SXNzdWU0MjQ0MzgwMjI= | 25,843 | DataFrame (and Series?) constructor ignores request for naive datetime64 dtype when passed datetime64 objects with timezone | {
"avatar_url": "https://avatars.githubusercontent.com/u/247555?v=4",
"events_url": "https://api.github.com/users/tswast/events{/privacy}",
"followers_url": "https://api.github.com/users/tswast/followers",
"following_url": "https://api.github.com/users/tswast/following{/other_user}",
"gists_url": "https://api... | [
{
"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": "e11d21",
"default": false,
"description": "Functiona... | 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-22T23:53:09Z | 2019-04-21T16:37:05Z | 2019-04-21T16:37:05Z | CONTRIBUTOR | null | I can reproduces this in pandas (development version, 0.24.0+, but not 0.23.4) with this minimal example:
```
import datetime
import pandas as pd
import pytz
dates = [
datetime.datetime(2019, 1, 1, 12, tzinfo=pytz.utc),
datetime.datetime(2018, 4, 1, 17, 13, tzinfo=pytz.utc),
]
df = pd.DataFra... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/25843/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/25843/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/25844 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/25844/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/25844/comments | https://api.github.com/repos/pandas-dev/pandas/issues/25844/events | https://github.com/pandas-dev/pandas/pull/25844 | 424,454,950 | MDExOlB1bGxSZXF1ZXN0MjYzODA0MjQ4 | 25,844 | MyPy CI Configuration | {
"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": "ea91a4",
"default": false,
"description": "type annotations, mypy/pyright type checking",
"id": 1280988427,
"name": "Typing",
"node_id": "MDU6TGFiZWwxMjgwOTg4NDI3",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Typing"
}
] | 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... | 15 | 2019-03-23T02:44:14Z | 2020-01-16T00:34:37Z | 2019-03-26T15:45:07Z | MEMBER | null | - [X] closes #14468
I think this is the minimal amount of work required to get MyPy configured for CI. Note that the list of files is the only [documented](https://mypy.readthedocs.io/en/latest/running_mypy.html#reading-a-list-of-files-from-a-file) way to whitelist things that I could find (see also https://github.c... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/25844/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/25844/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/25844.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/25844",
"merged_at": "2019-03-26T15:45:06Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/25844.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/25844"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/25845 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/25845/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/25845/comments | https://api.github.com/repos/pandas-dev/pandas/issues/25845/events | https://github.com/pandas-dev/pandas/pull/25845 | 424,462,461 | MDExOlB1bGxSZXF1ZXN0MjYzODA5MTA2 | 25,845 | CLN: Remove redundant definitions in pandas.compat (filter, map, range, etc.) | {
"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": "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... | 3 | 2019-03-23T04:36:02Z | 2019-03-23T20:14:38Z | 2019-03-23T20:13:30Z | MEMBER | null | - [X] xref #25725
- [X] tests added / passed
- [X] passes `git diff upstream/master -u -- "*.py" | flake8 --diff`
Some more low hanging fruit in the Python 2 removal process. This should remove all references to the following functions in `pandas.compat` which are redundantly defined for Python 3:
- `filter`
... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/25845/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/25845/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/25845.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/25845",
"merged_at": "2019-03-23T20:13:30Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/25845.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/25845"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/25846 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/25846/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/25846/comments | https://api.github.com/repos/pandas-dev/pandas/issues/25846/events | https://github.com/pandas-dev/pandas/issues/25846 | 424,473,612 | MDU6SXNzdWU0MjQ0NzM2MTI= | 25,846 | reset_index() error after crosstab | {
"avatar_url": "https://avatars.githubusercontent.com/u/31654102?v=4",
"events_url": "https://api.github.com/users/MichaelSchroter/events{/privacy}",
"followers_url": "https://api.github.com/users/MichaelSchroter/followers",
"following_url": "https://api.github.com/users/MichaelSchroter/following{/other_user}"... | [
{
"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-23T07:29:15Z | 2020-01-21T04:23:19Z | 2020-01-21T04:23:18Z | NONE | null | Hi All,
I have a pandas dataframe which I constructed after doing a crosstab. When I try to `reset_index()` it gives me an error. Saying `TypeError: cannot insert an item into a CategoricalIndex that is not already an existing category` this happens sometimes and does not happen sometimes. The pandas dataframe was c... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/25846/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/25846/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/25847 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/25847/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/25847/comments | https://api.github.com/repos/pandas-dev/pandas/issues/25847/events | https://github.com/pandas-dev/pandas/issues/25847 | 424,475,957 | MDU6SXNzdWU0MjQ0NzU5NTc= | 25,847 | read_csv and dates: different date formats within the same column (one row month-day-year, anoher day-month-year) | {
"avatar_url": "https://avatars.githubusercontent.com/u/20935452?v=4",
"events_url": "https://api.github.com/users/garfieldthecat/events{/privacy}",
"followers_url": "https://api.github.com/users/garfieldthecat/followers",
"following_url": "https://api.github.com/users/garfieldthecat/following{/other_user}",
... | [] | closed | false | null | [] | null | 4 | 2019-03-23T08:02:59Z | 2019-03-23T13:54:44Z | 2019-03-23T13:51:55Z | NONE | null | #### Code Sample:
```python
import numpy as np
import pandas as pd
df=pd.DataFrame()
df['day'] =np.arange(1,32)
df['day']=df['day'].apply(lambda x: "{:0>2d}".format(x) )
df['month']='01'
df['year']='2018'
df['date']=df['day']+'/'+df['month']+'/'+df['year']
df.to_csv('mydates.csv', index=False)
#same res... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/25847/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/25847/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/25848 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/25848/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/25848/comments | https://api.github.com/repos/pandas-dev/pandas/issues/25848/events | https://github.com/pandas-dev/pandas/issues/25848 | 424,477,016 | MDU6SXNzdWU0MjQ0NzcwMTY= | 25,848 | read_csv : using day first 23x to 35x slower than setting the format explicitly | {
"avatar_url": "https://avatars.githubusercontent.com/u/20935452?v=4",
"events_url": "https://api.github.com/users/garfieldthecat/events{/privacy}",
"followers_url": "https://api.github.com/users/garfieldthecat/followers",
"following_url": "https://api.github.com/users/garfieldthecat/following{/other_user}",
... | [
{
"color": "AFEEEE",
"default": false,
"description": null,
"id": 211840,
"name": "Timeseries",
"node_id": "MDU6TGFiZWwyMTE4NDA=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Timeseries"
},
{
"color": "a10c02",
"default": false,
"description": "Memory or... | closed | false | null | [] | {
"closed_at": "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-23T08:19:03Z | 2019-05-14T17:13:01Z | 2019-05-14T17:13:01Z | NONE | null | #### Code Sample: create a small csv with dates, then imports it and times the import
```python
import numpy as np
import pandas as pd
import time
import timeit
start_time=time.time()
n=int(100e3)
out =pd.DataFrame()
out['day']=np.random.randint(1,12,n)
out['month']=np.random.randint(1,12,n)
out['year']=np... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/25848/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/25848/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/25849 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/25849/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/25849/comments | https://api.github.com/repos/pandas-dev/pandas/issues/25849/events | https://github.com/pandas-dev/pandas/issues/25849 | 424,526,337 | MDU6SXNzdWU0MjQ1MjYzMzc= | 25,849 | ImportError: cannot import name 'register_extension_dtype' | {
"avatar_url": "https://avatars.githubusercontent.com/u/38726809?v=4",
"events_url": "https://api.github.com/users/hmmerino/events{/privacy}",
"followers_url": "https://api.github.com/users/hmmerino/followers",
"following_url": "https://api.github.com/users/hmmerino/following{/other_user}",
"gists_url": "htt... | [
{
"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-23T17:44:17Z | 2019-03-24T00:56:05Z | 2019-03-24T00:56:04Z | NONE | null | #### Code Sample
I'm using /anaconda3/bin/python
3.6.8 |Anaconda, Inc.| (default, Dec 29 2018, 19:04:46)
pandas 0.24.2
```python
import pandas as pd
```
#### Problem description
when running "import pandas as pd" I get:
-----------------------------------------------------------------... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/25849/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/25849/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/25850 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/25850/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/25850/comments | https://api.github.com/repos/pandas-dev/pandas/issues/25850/events | https://github.com/pandas-dev/pandas/issues/25850 | 424,530,111 | MDU6SXNzdWU0MjQ1MzAxMTE= | 25,850 | Assignment to DataFrame not working but dtypes changed | {
"avatar_url": "https://avatars.githubusercontent.com/u/24696644?v=4",
"events_url": "https://api.github.com/users/crazywkb/events{/privacy}",
"followers_url": "https://api.github.com/users/crazywkb/followers",
"following_url": "https://api.github.com/users/crazywkb/following{/other_user}",
"gists_url": "htt... | [
{
"color": "0052cc",
"default": false,
"description": null,
"id": 34444536,
"name": "Usage Question",
"node_id": "MDU6TGFiZWwzNDQ0NDUzNg==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Usage%20Question"
}
] | closed | false | null | [] | null | 1 | 2019-03-23T18:22:26Z | 2019-03-23T21:55:55Z | 2019-03-23T21:55:55Z | NONE | null | #### Code Sample
```python
# python version
# Python 3.7.2 (default, Feb 21 2019, 17:35:59) [MSC v.1915 64 bit (AMD64)] :: Anaconda, Inc. on win32
import pandas as pd
import numpy as np
dataset = [[[i for i in range(5)], ] for i in range(5)]
dataset = pd.DataFrame(dataset, columns=['test']) # generate a 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/25850/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/25850/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/25851 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/25851/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/25851/comments | https://api.github.com/repos/pandas-dev/pandas/issues/25851/events | https://github.com/pandas-dev/pandas/issues/25851 | 424,536,065 | MDU6SXNzdWU0MjQ1MzYwNjU= | 25,851 | Fix PyDateTime_CheckExact checks as proxy for Timestamp checks in cython files | {
"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": "AFEEEE",
"default": false,
"description": null,
"id": 211840,
"name": "Timeseries",
"node_id": "MDU6TGFiZWwyMTE4NDA=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Timeseries"
},
{
"color": "fbca04",
"default": false,
"description": "Related t... | 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-23T19:27:58Z | 2019-04-05T16:54:44Z | 2019-04-05T16:54:44Z | CONTRIBUTOR | null | This is a followup to the discussion in #25746.
PyDateTime_CheckExact is being used as a proxy for isinstance(obj, Timestamp) checks for performance reasons. However, if a subclass of the std datetime lib is being used, these checks are not sufficient to determine if an object is a Timestamp or not. Thus a perform... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/25851/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/25851/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/25852 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/25852/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/25852/comments | https://api.github.com/repos/pandas-dev/pandas/issues/25852/events | https://github.com/pandas-dev/pandas/pull/25852 | 424,543,676 | MDExOlB1bGxSZXF1ZXN0MjYzODYwNjU5 | 25,852 | CLN: Remove u and u_safe from pandas.compat | {
"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": "444444",
"default": false,
"description": "Unicode strings",
"id": 36380025,
"name": "Unicode",
"node_id": "MDU6TGFiZWwzNjM4MDAyNQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Unicode"
},
{
"color": "207de5",
"default": false,
"description... | 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-23T20:51:38Z | 2019-03-24T17:20:34Z | 2019-03-24T15:15:23Z | MEMBER | null | - [X] xref #25725
- [X] tests added / passed
- [X] passes `git diff upstream/master -u -- "*.py" | flake8 --diff`
Another incremental step in removing Python 2. Only non-standard changes were to `pandas/tests/test_strings.py` where I deleted a bunch of code, as removing `u` resulted in duplicate test scenarios. | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/25852/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/25852/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/25852.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/25852",
"merged_at": "2019-03-24T15:15:23Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/25852.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/25852"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/25853 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/25853/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/25853/comments | https://api.github.com/repos/pandas-dev/pandas/issues/25853/events | https://github.com/pandas-dev/pandas/pull/25853 | 424,554,612 | MDExOlB1bGxSZXF1ZXN0MjYzODY3NzY1 | 25,853 | BUG: Fix Timestamp type checks to work with subclassed datetime (#25851) | {
"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": "AFEEEE",
"default": false,
"description": null,
"id": 211840,
"name": "Timeseries",
"node_id": "MDU6TGFiZWwyMTE4NDA=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Timeseries"
},
{
"color": "fbca04",
"default": false,
"description": "Related t... | 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... | 15 | 2019-03-23T23:06:55Z | 2019-04-05T18:13:57Z | 2019-04-05T16:54:44Z | CONTRIBUTOR | null | - [x] closes #25851
- [x] tests added / passed
- [x] passes `git diff upstream/master -u -- "*.py" | flake8 --diff`
- [x] whatsnew entry
PyDateTime_CheckExact is being used as a proxy for isinstance(obj, Timestamp) checks for performance reasons. However, if a subclass of the std datetime lib is being used, these... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/25853/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/25853/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/25853.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/25853",
"merged_at": "2019-04-05T16:54:44Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/25853.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/25853"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/25854 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/25854/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/25854/comments | https://api.github.com/repos/pandas-dev/pandas/issues/25854/events | https://github.com/pandas-dev/pandas/issues/25854 | 424,559,127 | MDU6SXNzdWU0MjQ1NTkxMjc= | 25,854 | Inconsistent behavior of Series.str.replace() for unicode characters | {
"avatar_url": "https://avatars.githubusercontent.com/u/1063143?v=4",
"events_url": "https://api.github.com/users/joonro/events{/privacy}",
"followers_url": "https://api.github.com/users/joonro/followers",
"following_url": "https://api.github.com/users/joonro/following{/other_user}",
"gists_url": "https://ap... | [
{
"color": "0052cc",
"default": false,
"description": null,
"id": 34444536,
"name": "Usage Question",
"node_id": "MDU6TGFiZWwzNDQ0NDUzNg==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Usage%20Question"
}
] | closed | false | null | [] | null | 4 | 2019-03-24T00:18:27Z | 2019-03-24T05:56:25Z | 2019-03-24T05:49:10Z | NONE | null | #### Code Sample, a copy-pastable example if possible
```python
In[11]: import pandas as pd
test = pd.Series(data=r'Tech \u0026 Innovation', index=range(2))
# can replace a string directly
In[11]: test[0].replace('\\u0026', '&')
Out[11]: 'Tech & Innovation'
# str.replace does not work with the... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/25854/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/25854/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/25855 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/25855/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/25855/comments | https://api.github.com/repos/pandas-dev/pandas/issues/25855/events | https://github.com/pandas-dev/pandas/issues/25855 | 424,560,128 | MDU6SXNzdWU0MjQ1NjAxMjg= | 25,855 | `read_sas` with encrypted sas7bdat file | {
"avatar_url": "https://avatars.githubusercontent.com/u/8499679?v=4",
"events_url": "https://api.github.com/users/scottgigante/events{/privacy}",
"followers_url": "https://api.github.com/users/scottgigante/followers",
"following_url": "https://api.github.com/users/scottgigante/following{/other_user}",
"gists... | [
{
"color": "5319e7",
"default": false,
"description": "SAS: read_sas",
"id": 258745163,
"name": "IO SAS",
"node_id": "MDU6TGFiZWwyNTg3NDUxNjM=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/IO%20SAS"
}
] | 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-24T00:34:00Z | 2019-03-27T15:33:23Z | 2019-03-26T04:04:41Z | CONTRIBUTOR | null | #### Code Sample, a copy-pastable example if possible
```python
>>> import pandas as pd
>>> pd.read_sas("filename.sas7bdat")
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/usr/lib/python3.7/site-packages/pandas/io/sas/sasreader.py", line 61, in read_sas
chunksize=chunksiz... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/25855/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/25855/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/25856 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/25856/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/25856/comments | https://api.github.com/repos/pandas-dev/pandas/issues/25856/events | https://github.com/pandas-dev/pandas/pull/25856 | 424,563,596 | MDExOlB1bGxSZXF1ZXN0MjYzODczNjgx | 25,856 | add a test to check zero index array do not error | {
"avatar_url": "https://avatars.githubusercontent.com/u/618650?v=4",
"events_url": "https://api.github.com/users/illegalnumbers/events{/privacy}",
"followers_url": "https://api.github.com/users/illegalnumbers/followers",
"following_url": "https://api.github.com/users/illegalnumbers/following{/other_user}",
"... | [] | closed | false | null | [] | null | 4 | 2019-03-24T01:31:28Z | 2019-03-24T15:35:51Z | 2019-03-24T15:35:45Z | CONTRIBUTOR | null | refs GH-21946
- [x] closes #xxxx
- [x] tests added / passed
- [x] passes `git diff upstream/master -u -- "*.py" | flake8 --diff`
- [na] 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/25856/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/25856/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/25856.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/25856",
"merged_at": null,
"patch_url": "https://github.com/pandas-dev/pandas/pull/25856.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/25856"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/25857 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/25857/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/25857/comments | https://api.github.com/repos/pandas-dev/pandas/issues/25857/events | https://github.com/pandas-dev/pandas/issues/25857 | 424,568,514 | MDU6SXNzdWU0MjQ1Njg1MTQ= | 25,857 | expanding(min_periods=N).count(), for any N, returns same result as expanding(min_periods=1).count() | {
"avatar_url": "https://avatars.githubusercontent.com/u/22870395?v=4",
"events_url": "https://api.github.com/users/magicmathmandarin/events{/privacy}",
"followers_url": "https://api.github.com/users/magicmathmandarin/followers",
"following_url": "https://api.github.com/users/magicmathmandarin/following{/other_... | [
{
"color": "0e8a16",
"default": true,
"description": null,
"id": 717120670,
"name": "good first issue",
"node_id": "MDU6TGFiZWw3MTcxMjA2NzA=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/good%20first%20issue"
},
{
"color": "cdea3c",
"default": false,
"de... | closed | false | {
"avatar_url": "https://avatars.githubusercontent.com/u/18324242?v=4",
"events_url": "https://api.github.com/users/theMogget/events{/privacy}",
"followers_url": "https://api.github.com/users/theMogget/followers",
"following_url": "https://api.github.com/users/theMogget/following{/other_user}",
"gists_url": "... | [
{
"avatar_url": "https://avatars.githubusercontent.com/u/18324242?v=4",
"events_url": "https://api.github.com/users/theMogget/events{/privacy}",
"followers_url": "https://api.github.com/users/theMogget/followers",
"following_url": "https://api.github.com/users/theMogget/following{/other_user}",
... | {
"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... | 8 | 2019-03-24T02:50:56Z | 2020-10-16T01:16:23Z | 2020-10-16T01:16:23Z | NONE | null | ```python
idx=pd.date_range('1/1/2019', periods=5)
s = pd.Series([2,3, np.nan, 10,20], index=idx)
s.expanding(min_periods=1).count()
s.expanding(min_periods=100).count()
s.expanding(min_periods=10000).count()
```
#### Problem description
They should not be returning the same results because the Series has onl... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/25857/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/25857/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/25858 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/25858/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/25858/comments | https://api.github.com/repos/pandas-dev/pandas/issues/25858/events | https://github.com/pandas-dev/pandas/issues/25858 | 424,578,494 | MDU6SXNzdWU0MjQ1Nzg0OTQ= | 25,858 | Styler.applymap(subset=...) breaks promise that "any valid indexer to .loc will work." for mult-index | {
"avatar_url": "https://avatars.githubusercontent.com/u/450638?v=4",
"events_url": "https://api.github.com/users/jeremysalwen/events{/privacy}",
"followers_url": "https://api.github.com/users/jeremysalwen/followers",
"following_url": "https://api.github.com/users/jeremysalwen/following{/other_user}",
"gists_... | [
{
"color": "0e8a16",
"default": true,
"description": null,
"id": 717120670,
"name": "good first issue",
"node_id": "MDU6TGFiZWw3MTcxMjA2NzA=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/good%20first%20issue"
},
{
"color": "cdea3c",
"default": false,
"de... | closed | false | null | [] | {
"closed_at": "2020-01-30T12:18:05Z",
"closed_issues": 2207,
"created_at": "2012-09-13T02:13:00Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4",
"events_url": "https://api.github.com/users/wesm/events{/privacy}",
"followers_url": "https://api.github.com/users/wesm... | 1 | 2019-03-24T05:56:51Z | 2019-11-05T20:57:40Z | 2019-11-05T20:57:40Z | NONE | null | #### Code Sample, a copy-pastable example if possible
```python
import pandas as pd
import numpy as np
labels = np.array([[0, 0,1,1],
[0, 1, 0, 1]])
columns = pd.MultiIndex(
levels=[["a", "b"], ['%', '#']], labels=labels, names=['', ''])
df = pd.DataFrame(
[[1,-1,1,1],[-1,1,1,1]],
... | {
"+1": 5,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 5,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/25858/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/25858/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/25859 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/25859/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/25859/comments | https://api.github.com/repos/pandas-dev/pandas/issues/25859/events | https://github.com/pandas-dev/pandas/pull/25859 | 424,599,076 | MDExOlB1bGxSZXF1ZXN0MjYzODk2MjM1 | 25,859 | [CLN] Remove TypeError in Interval.length | {
"avatar_url": "https://avatars.githubusercontent.com/u/14367887?v=4",
"events_url": "https://api.github.com/users/makbigc/events{/privacy}",
"followers_url": "https://api.github.com/users/makbigc/followers",
"following_url": "https://api.github.com/users/makbigc/following{/other_user}",
"gists_url": "https:... | [
{
"color": "009800",
"default": false,
"description": "Interval data type",
"id": 150096370,
"name": "Interval",
"node_id": "MDU6TGFiZWwxNTAwOTYzNzA=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Interval"
},
{
"color": "207de5",
"default": false,
"descr... | closed | false | null | [] | null | 5 | 2019-03-24T10:49:02Z | 2019-03-24T20:57:10Z | 2019-03-24T20:56:45Z | CONTRIBUTOR | null | Following #25768, remove `TypeError` in `Interval.length`, as all endpoints should be comparable now.
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/25859/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/25859/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/25859.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/25859",
"merged_at": "2019-03-24T20:56:45Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/25859.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/25859"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/25860 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/25860/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/25860/comments | https://api.github.com/repos/pandas-dev/pandas/issues/25860/events | https://github.com/pandas-dev/pandas/issues/25860 | 424,621,866 | MDU6SXNzdWU0MjQ2MjE4NjY= | 25,860 | [BUG] IntervalIndex.get_loc error for decreasing index | {
"avatar_url": "https://avatars.githubusercontent.com/u/14367887?v=4",
"events_url": "https://api.github.com/users/makbigc/events{/privacy}",
"followers_url": "https://api.github.com/users/makbigc/followers",
"following_url": "https://api.github.com/users/makbigc/following{/other_user}",
"gists_url": "https:... | [
{
"color": "e10c02",
"default": false,
"description": null,
"id": 76811,
"name": "Bug",
"node_id": "MDU6TGFiZWw3NjgxMQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug"
},
{
"color": "009800",
"default": false,
"description": "Interval data type",
... | 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-24T14:53:49Z | 2019-07-02T15:41:45Z | 2019-07-02T15:41:45Z | CONTRIBUTOR | null | #### Code Sample, a copy-pastable example if possible
```python
In [1]: import pandas as pd
In [2]: intv1 = pd.IntervalIndex.from_arrays([1, 3, 5], [2, 4, 6])
In [3]: intv1
Ou... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/25860/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/25860/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/25861 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/25861/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/25861/comments | https://api.github.com/repos/pandas-dev/pandas/issues/25861/events | https://github.com/pandas-dev/pandas/pull/25861 | 424,656,003 | MDExOlB1bGxSZXF1ZXN0MjYzOTMzODIz | 25,861 | [REF] Move remaining locale functions to _config.localization | {
"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": "FCE94F",
"default": false,
"description": "Internal refactoring of code",
"id": 127681,
"name": "Refactor",
"node_id": "MDU6TGFiZWwxMjc2ODE=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Refactor"
},
{
"color": "fbca04",
"default": false,
"de... | 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-24T20:25:55Z | 2019-03-26T00:22:25Z | 2019-03-25T23:24:33Z | MEMBER | null | There are a a couple locale-centric functions left in `tm` that have not yet been moved because they depend on `pd.options.display.encoding`. This PR implements a minimal `_config.display` that allows us to consolidate the locale functions. `_config.display` also defines `display.date_dayfirst` and `display.date_year... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/25861/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/25861/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/25861.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/25861",
"merged_at": "2019-03-25T23:24:33Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/25861.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/25861"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/25862 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/25862/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/25862/comments | https://api.github.com/repos/pandas-dev/pandas/issues/25862/events | https://github.com/pandas-dev/pandas/pull/25862 | 424,658,784 | MDExOlB1bGxSZXF1ZXN0MjYzOTM1NjQ2 | 25,862 | CLN: Remove long and integer_types from pandas.compat | {
"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": "006b75",
"default": false,
"description": "Arithmetic, Comparison, and Logical operations",
"id": 47223669,
"name": "Numeric Operations",
"node_id": "MDU6TGFiZWw0NzIyMzY2OQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Numeric%20Operations"
},
{
"c... | closed | false | null | [] | {
"closed_at": "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-24T20:54:16Z | 2019-03-25T11:37:28Z | 2019-03-24T21:48:59Z | MEMBER | null | - [X] xref #25725
- [X] tests added / passed
- [X] passes `git diff upstream/master -u -- "*.py" | flake8 --diff`
Another incremental step in removing Python 2. Doesn't look like `integer_types` was actually used anywhere. Otherwise mostly `long` --> `int`, or just removing `long` as the argument was already an ... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/25862/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/25862/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/25862.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/25862",
"merged_at": "2019-03-24T21:48:59Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/25862.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/25862"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/25863 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/25863/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/25863/comments | https://api.github.com/repos/pandas-dev/pandas/issues/25863/events | https://github.com/pandas-dev/pandas/pull/25863 | 424,663,957 | MDExOlB1bGxSZXF1ZXN0MjYzOTM5MTA2 | 25,863 | Read hdf does not close store | {
"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": "5319e7",
"default": false,
"description": "read_hdf, HDFStore",
... | 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-24T21:44:53Z | 2019-03-31T15:35:55Z | 2019-03-31T15:35:49Z | CONTRIBUTOR | null | - [x] closes #25766
- [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/25863/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/25863/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/25863.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/25863",
"merged_at": "2019-03-31T15:35:49Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/25863.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/25863"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/25864 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/25864/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/25864/comments | https://api.github.com/repos/pandas-dev/pandas/issues/25864/events | https://github.com/pandas-dev/pandas/pull/25864 | 424,664,592 | MDExOlB1bGxSZXF1ZXN0MjYzOTM5NTQx | 25,864 | CLN: Remove unicode u string prefix | {
"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": "444444",
"default": false,
"description": "Unicode strings",
"id": 36380025,
"name": "Unicode",
"node_id": "MDU6TGFiZWwzNjM4MDAyNQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Unicode"
},
{
"color": "207de5",
"default": false,
"description... | 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-24T21:51:45Z | 2019-03-28T02:49:11Z | 2019-03-25T11:36:45Z | MEMBER | null | - [X] xref #25725
- [X] tests added / passed
- [X] passes `git diff upstream/master -u -- "*.py" | flake8 --diff`
More Python 2 removal. Could use a second pair of eyes to make sure the regex I used to make these fixes wasn't overzealous anywhere.
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/25864/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/25864/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/25864.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/25864",
"merged_at": "2019-03-25T11:36:44Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/25864.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/25864"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/25865 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/25865/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/25865/comments | https://api.github.com/repos/pandas-dev/pandas/issues/25865/events | https://github.com/pandas-dev/pandas/pull/25865 | 424,678,513 | MDExOlB1bGxSZXF1ZXN0MjYzOTQ5MDQ1 | 25,865 | CLN: Remove vestigial references to PY2 in tests | {
"avatar_url": "https://avatars.githubusercontent.com/u/9273653?v=4",
"events_url": "https://api.github.com/users/gfyoung/events{/privacy}",
"followers_url": "https://api.github.com/users/gfyoung/followers",
"following_url": "https://api.github.com/users/gfyoung/following{/other_user}",
"gists_url": "https:/... | [
{
"color": "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... | 3 | 2019-03-25T00:13:29Z | 2019-03-25T14:58:29Z | 2019-03-25T11:36:03Z | MEMBER | null | xref #25725 | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/25865/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/25865/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/25865.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/25865",
"merged_at": "2019-03-25T11:36:03Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/25865.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/25865"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/25866 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/25866/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/25866/comments | https://api.github.com/repos/pandas-dev/pandas/issues/25866/events | https://github.com/pandas-dev/pandas/pull/25866 | 424,686,716 | MDExOlB1bGxSZXF1ZXN0MjYzOTU0ODky | 25,866 | STY: Check for pytest.raises without context | {
"avatar_url": "https://avatars.githubusercontent.com/u/9273653?v=4",
"events_url": "https://api.github.com/users/gfyoung/events{/privacy}",
"followers_url": "https://api.github.com/users/gfyoung/followers",
"following_url": "https://api.github.com/users/gfyoung/following{/other_user}",
"gists_url": "https:/... | [
{
"color": "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... | 4 | 2019-03-25T01:21:42Z | 2019-03-26T22:49:59Z | 2019-03-26T21:51:17Z | MEMBER | null | xref #24332
First commit adds the script code for checking. Remaining commits will fix any vestigial 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/25866/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/25866/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/25866.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/25866",
"merged_at": "2019-03-26T21:51:17Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/25866.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/25866"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/25867 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/25867/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/25867/comments | https://api.github.com/repos/pandas-dev/pandas/issues/25867/events | https://github.com/pandas-dev/pandas/issues/25867 | 424,855,811 | MDU6SXNzdWU0MjQ4NTU4MTE= | 25,867 | BLD/CI: wheel building is failing | {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jreback/followers",
"following_url": "https://api.github.com/users/jreback/following{/other_user}",
"gists_url": "https://... | [
{
"color": "75507B",
"default": false,
"description": "Library building on various platforms",
"id": 129350,
"name": "Build",
"node_id": "MDU6TGFiZWwxMjkzNTA=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Build"
},
{
"color": "a2bca7",
"default": false,
... | 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-25T11:38:32Z | 2019-03-26T11:38:21Z | 2019-03-26T11:38:21Z | CONTRIBUTOR | null | I think some PRs yesterday broke pandas-wheels: https://travis-ci.org/MacPython/pandas-wheels/jobs/510798584, likely all the same issues: https://travis-ci.org/MacPython/pandas-wheels/builds/510798582
if someone can you do a quick PR to update (not easy to test unfort).
```
______________________ TestFactorize.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/25867/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/25867/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/25868 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/25868/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/25868/comments | https://api.github.com/repos/pandas-dev/pandas/issues/25868/events | https://github.com/pandas-dev/pandas/pull/25868 | 424,896,860 | MDExOlB1bGxSZXF1ZXN0MjY0MTE2MTE0 | 25,868 | DOC: use substitution decorator for business month classes (#25828) | {
"avatar_url": "https://avatars.githubusercontent.com/u/11004857?v=4",
"events_url": "https://api.github.com/users/Batalex/events{/privacy}",
"followers_url": "https://api.github.com/users/Batalex/followers",
"following_url": "https://api.github.com/users/Batalex/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... | 6 | 2019-03-25T13:18:01Z | 2019-03-27T07:59:48Z | 2019-03-26T17:09:38Z | CONTRIBUTOR | null | - [X] closes #25828
- [ ] tests added / passed
- [X] passes `git diff upstream/master -u -- "*.py" | flake8 --diff`
- [ ] whatsnew entry
Validation script
`CustomBusinessMonthEnd`
```
################################################################################
########## Docstring (pandas.tseries.offse... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/25868/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/25868/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/25868.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/25868",
"merged_at": "2019-03-26T17:09:37Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/25868.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/25868"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/25869 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/25869/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/25869/comments | https://api.github.com/repos/pandas-dev/pandas/issues/25869/events | https://github.com/pandas-dev/pandas/issues/25869 | 425,072,938 | MDU6SXNzdWU0MjUwNzI5Mzg= | 25,869 | astype('datetime64[xx, UTC]') crashes if not nanoseconds | {
"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": "AFEEEE",
"default": false,
"description": null,
"id": 211840,
"name": "Timeseries",
"node_id": "MDU6TGFiZWwyMTE4NDA=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Timeseries"
},
{
"color": "5319e7",
"default": false,
"description": "Timezone ... | closed | false | null | [] | {
"closed_at": null,
"closed_issues": 2361,
"created_at": "2015-02-26T19:29:05Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/1020496?v=4",
"events_url": "https://api.github.com/users/jorisvandenbossche/events{/privacy}",
"followers_url": "https://api.github.com/users/jorisva... | 1 | 2019-03-25T19:17:33Z | 2019-03-25T23:21:40Z | 2019-03-25T23:21:14Z | CONTRIBUTOR | null | #### Code Sample, a copy-pastable example if possible
```python
import pandas as pd
df = pd.DataFrame({'foo': ['2000-01-01T00:00:00.000Z+00:00']})
xf = df.copy()
xf.foo = df.foo.astype('datetime64[ns, UTC]') # Works
xf.foo = df.foo.astype('datetime64[us]') # Works
xf.foo = df.foo.astype('datetime64[us, U... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/25869/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/25869/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/25870 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/25870/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/25870/comments | https://api.github.com/repos/pandas-dev/pandas/issues/25870/events | https://github.com/pandas-dev/pandas/issues/25870 | 425,108,606 | MDU6SXNzdWU0MjUxMDg2MDY= | 25,870 | pd.Series.reindex is not thread safe. | {
"avatar_url": "https://avatars.githubusercontent.com/u/7799980?v=4",
"events_url": "https://api.github.com/users/stuz5000/events{/privacy}",
"followers_url": "https://api.github.com/users/stuz5000/followers",
"following_url": "https://api.github.com/users/stuz5000/following{/other_user}",
"gists_url": "http... | [
{
"color": "a10c02",
"default": false,
"description": "Memory or execution speed performance",
"id": 8935311,
"name": "Performance",
"node_id": "MDU6TGFiZWw4OTM1MzEx",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Performance"
},
{
"color": "009800",
"default"... | closed | false | null | [] | {
"closed_at": null,
"closed_issues": 2361,
"created_at": "2015-02-26T19:29:05Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/1020496?v=4",
"events_url": "https://api.github.com/users/jorisvandenbossche/events{/privacy}",
"followers_url": "https://api.github.com/users/jorisva... | 6 | 2019-03-25T20:48:47Z | 2019-03-25T22:18:51Z | 2019-03-25T20:55:14Z | NONE | null | #### Code Sample, a copy-pastable example if possible
```python
import traceback
import pandas as pd
import numpy as np
from multiprocessing.pool import ThreadPool
def f(arg):
s,idx = arg
try:
# s.loc[idx] # No problem
s.reindex(idx) # Fails
except Exception:
traceb... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/25870/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/25870/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/25871 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/25871/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/25871/comments | https://api.github.com/repos/pandas-dev/pandas/issues/25871/events | https://github.com/pandas-dev/pandas/issues/25871 | 425,115,275 | MDU6SXNzdWU0MjUxMTUyNzU= | 25,871 | groupby aggregation on ordered Categorial with 'observed=True' breaks order | {
"avatar_url": "https://avatars.githubusercontent.com/u/2961313?v=4",
"events_url": "https://api.github.com/users/kpflugshaupt/events{/privacy}",
"followers_url": "https://api.github.com/users/kpflugshaupt/followers",
"following_url": "https://api.github.com/users/kpflugshaupt/following{/other_user}",
"gists... | [
{
"color": "009800",
"default": false,
"description": "Duplicate issue or pull request",
"id": 40153326,
"name": "Duplicate Report",
"node_id": "MDU6TGFiZWw0MDE1MzMyNg==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Duplicate%20Report"
}
] | closed | false | null | [] | {
"closed_at": "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-25T21:05:26Z | 2019-04-05T00:27:27Z | 2019-03-28T10:55:40Z | CONTRIBUTOR | null | #### Code Sample:
```python
import pandas as pd
# Create a DataFrame with an ordered categorical column, one category not present
df = pd.DataFrame(
dict(cat = pd.Series([3, 1, 2, 1, 3, 2],
dtype=pd.CategoricalDtype(
... | {
"+1": 2,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 2,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/25871/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/25871/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/25872 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/25872/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/25872/comments | https://api.github.com/repos/pandas-dev/pandas/issues/25872/events | https://github.com/pandas-dev/pandas/issues/25872 | 425,138,469 | MDU6SXNzdWU0MjUxMzg0Njk= | 25,872 | [BUG] dataframe.copy(deep=True) does not create a copy of dict objects | {
"avatar_url": "https://avatars.githubusercontent.com/u/6611004?v=4",
"events_url": "https://api.github.com/users/jaredvasquez/events{/privacy}",
"followers_url": "https://api.github.com/users/jaredvasquez/followers",
"following_url": "https://api.github.com/users/jaredvasquez/following{/other_user}",
"gists... | [
{
"color": "0052cc",
"default": false,
"description": null,
"id": 34444536,
"name": "Usage Question",
"node_id": "MDU6TGFiZWwzNDQ0NDUzNg==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Usage%20Question"
}
] | closed | false | null | [] | {
"closed_at": null,
"closed_issues": 2361,
"created_at": "2015-02-26T19:29:05Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/1020496?v=4",
"events_url": "https://api.github.com/users/jorisvandenbossche/events{/privacy}",
"followers_url": "https://api.github.com/users/jorisva... | 1 | 2019-03-25T22:10:45Z | 2019-03-25T23:20:36Z | 2019-03-25T23:20:27Z | NONE | null | #### Code Sample,
```
# Create some example data
records = []
for i, x in enumerate(list('abcdefg')):
record = {
'id': i,
'letter': x
}
records.append(record)
df = pd.DataFrame({'data': records})
def _update_key_inplace(x):
# Modifies the dictionary object in-pla... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/25872/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/25872/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/25873 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/25873/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/25873/comments | https://api.github.com/repos/pandas-dev/pandas/issues/25873/events | https://github.com/pandas-dev/pandas/pull/25873 | 425,213,968 | MDExOlB1bGxSZXF1ZXN0MjY0MzYzNzAx | 25,873 | CLN: Remove miscellaneous rarely used items from pandas.compat | {
"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": "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... | 5 | 2019-03-26T03:50:15Z | 2019-03-28T02:48:10Z | 2019-03-27T23:15:28Z | MEMBER | null | - [X] xref #25725
- [X] tests added / passed
- [X] passes `git diff upstream/master -u -- "*.py" | flake8 --diff`
Gets rid of the following from `pandas.compat`:
- `intern`
- `reduce`
- `unichr`
- `wraps`
- `get_range_parameters`
- `class_types`
- `reload`
- also removed `set_defaultencoding` as it use... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/25873/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/25873/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/25873.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/25873",
"merged_at": "2019-03-27T23:15:28Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/25873.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/25873"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/25874 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/25874/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/25874/comments | https://api.github.com/repos/pandas-dev/pandas/issues/25874/events | https://github.com/pandas-dev/pandas/pull/25874 | 425,222,264 | MDExOlB1bGxSZXF1ZXN0MjY0MzY5NzIw | 25,874 | Revert changes to test regexes | {
"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": "75507B",
"default": false,
"description": "Library building on various platforms",
"id": 129350,
"name": "Build",
"node_id": "MDU6TGFiZWwxMjkzNTA=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Build"
},
{
"color": "a2bca7",
"default": false,
... | 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-26T04:31:37Z | 2019-03-26T14:45:25Z | 2019-03-26T11:38:22Z | MEMBER | null | - [X] maybe closes #25867
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/25874/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/25874/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/25874.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/25874",
"merged_at": "2019-03-26T11:38:21Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/25874.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/25874"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/25875 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/25875/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/25875/comments | https://api.github.com/repos/pandas-dev/pandas/issues/25875/events | https://github.com/pandas-dev/pandas/issues/25875 | 425,233,741 | MDU6SXNzdWU0MjUyMzM3NDE= | 25,875 | test_time failure in CI logs | {
"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": "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": "5319e7",
"default": false,
"description": ... | closed | false | null | [] | {
"closed_at": "2020-01-30T12:18:05Z",
"closed_issues": 2207,
"created_at": "2012-09-13T02:13:00Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4",
"events_url": "https://api.github.com/users/wesm/events{/privacy}",
"followers_url": "https://api.github.com/users/wesm... | 7 | 2019-03-26T05:28:35Z | 2019-10-09T05:41:13Z | 2019-10-09T05:41:13Z | MEMBER | null | The following failure has shown up a couple times in CI today. Haven't looked in detail but assume it to be an unreliable test.
https://dev.azure.com/pandas-dev/pandas/_build/results?buildId=9836&view=logs&jobId=a69e7846-138e-5465-0656-921e8964615b&taskId=56da51de-fd5a-5466-5244-b5f65d252624&lineStart=42&lineEnd=95&... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/25875/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/25875/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/25876 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/25876/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/25876/comments | https://api.github.com/repos/pandas-dev/pandas/issues/25876/events | https://github.com/pandas-dev/pandas/pull/25876 | 425,240,032 | MDExOlB1bGxSZXF1ZXN0MjY0MzgzNDQz | 25,876 | CLN: Remove PY2/3 checks in cython files | {
"avatar_url": "https://avatars.githubusercontent.com/u/10647082?v=4",
"events_url": "https://api.github.com/users/mroeschke/events{/privacy}",
"followers_url": "https://api.github.com/users/mroeschke/followers",
"following_url": "https://api.github.com/users/mroeschke/following{/other_user}",
"gists_url": "... | [
{
"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... | 3 | 2019-03-26T05:57:23Z | 2019-03-26T15:22:54Z | 2019-03-26T11:39:51Z | MEMBER | null | - [x] xref #25725
- [x] tests added / passed
- [x] passes `git diff upstream/master -u -- "*.py" | flake8 --diff`
Remove PY2/3 checks in `pyx` files. | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/25876/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/25876/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/25876.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/25876",
"merged_at": "2019-03-26T11:39:51Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/25876.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/25876"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/25877 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/25877/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/25877/comments | https://api.github.com/repos/pandas-dev/pandas/issues/25877/events | https://github.com/pandas-dev/pandas/issues/25877 | 425,255,674 | MDU6SXNzdWU0MjUyNTU2NzQ= | 25,877 | Unexpected behaviour of groupby.apply with Datetime types | {
"avatar_url": "https://avatars.githubusercontent.com/u/12560027?v=4",
"events_url": "https://api.github.com/users/c-thiel/events{/privacy}",
"followers_url": "https://api.github.com/users/c-thiel/followers",
"following_url": "https://api.github.com/users/c-thiel/following{/other_user}",
"gists_url": "https:... | [
{
"color": "AFEEEE",
"default": false,
"description": null,
"id": 211840,
"name": "Timeseries",
"node_id": "MDU6TGFiZWwyMTE4NDA=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Timeseries"
},
{
"color": "729FCF",
"default": false,
"description": null,
... | closed | false | null | [] | null | 2 | 2019-03-26T06:59:26Z | 2019-10-31T14:41:52Z | 2019-10-31T14:41:52Z | NONE | null | Pandas Version: 0.24.1
#### Code Sample:
```python
import pandas as pd
import numpy as np
import datetime
def to_compact(df):
return pd.Series({'measurment_value': df['measurment_value'].values,
'measurement_time': df['measurement_time'].values})
data = [[0, 1.2, dat... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/25877/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/25877/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/25878 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/25878/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/25878/comments | https://api.github.com/repos/pandas-dev/pandas/issues/25878/events | https://github.com/pandas-dev/pandas/issues/25878 | 425,262,745 | MDU6SXNzdWU0MjUyNjI3NDU= | 25,878 | pandas.DataFrame.applymap run not expected | {
"avatar_url": "https://avatars.githubusercontent.com/u/27916175?v=4",
"events_url": "https://api.github.com/users/etveritas/events{/privacy}",
"followers_url": "https://api.github.com/users/etveritas/followers",
"following_url": "https://api.github.com/users/etveritas/following{/other_user}",
"gists_url": "... | [] | closed | false | null | [] | null | 0 | 2019-03-26T07:24:19Z | 2019-03-26T07:30:12Z | 2019-03-26T07:30:12Z | NONE | null | #### Code Sample, a copy-pastable example if possible
```python
>>> import numpy as np
>>> import pandas as pd
>>> df = pd.DataFrame([[1, 2.12], [3.356, 4.567]])
>>> df
0 1
0 1.000 2.120
1 3.356 4.567
>>> def test(x):
... print(x)
...
>>> df.applymap(lambda x: test(x))
1.0
3.356
1.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/25878/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/25878/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/25879 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/25879/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/25879/comments | https://api.github.com/repos/pandas-dev/pandas/issues/25879/events | https://github.com/pandas-dev/pandas/issues/25879 | 425,305,174 | MDU6SXNzdWU0MjUzMDUxNzQ= | 25,879 | read_csv / read_excel interpret str as datetime | {
"avatar_url": "https://avatars.githubusercontent.com/u/47013228?v=4",
"events_url": "https://api.github.com/users/rampDD/events{/privacy}",
"followers_url": "https://api.github.com/users/rampDD/followers",
"following_url": "https://api.github.com/users/rampDD/following{/other_user}",
"gists_url": "https://a... | [] | closed | false | null | [] | null | 1 | 2019-03-26T09:22:33Z | 2019-03-26T12:05:02Z | 2019-03-26T12:05:02Z | NONE | null | #### Code Sample
```python
df2 = pd.read_excel('license_nvm_logins.xlsx', sheet_name='Common', dtype={'Total Usage':str})
df2.head(n=10)
```
```python
df2.dtypes()
User Name object
Feature Name object
Tag object
Machine Name object
Checkout Da... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/25879/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/25879/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/25880 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/25880/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/25880/comments | https://api.github.com/repos/pandas-dev/pandas/issues/25880/events | https://github.com/pandas-dev/pandas/issues/25880 | 425,390,749 | MDU6SXNzdWU0MjUzOTA3NDk= | 25,880 | Int64Dtype conversion seems to casts to double first in the Series constructor | {
"avatar_url": "https://avatars.githubusercontent.com/u/17914410?v=4",
"events_url": "https://api.github.com/users/adeak/events{/privacy}",
"followers_url": "https://api.github.com/users/adeak/followers",
"following_url": "https://api.github.com/users/adeak/following{/other_user}",
"gists_url": "https://api.... | [
{
"color": "e10c02",
"default": false,
"description": null,
"id": 76811,
"name": "Bug",
"node_id": "MDU6TGFiZWw3NjgxMQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug"
},
{
"color": "e102d8",
"default": false,
"description": "Unexpected or buggy dtyp... | open | false | null | [] | null | 1 | 2019-03-26T12:33:18Z | 2021-06-27T20:41:38Z | null | NONE | null | Constructing a `Series` with `dtype=Int64Dtype()` suggests that there can be an intermiediate conversion to double if the input contains `NaN`s:
```
import pandas as pd
n = 2**62+5
print(n, int(float(n)))
print(pd.Series([n, float('nan')]))
print(pd.Series([n, float('nan')], dtype=pd.Int64Dtype()))
print(pd.Seri... | {
"+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/25880/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/25880/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/25881 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/25881/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/25881/comments | https://api.github.com/repos/pandas-dev/pandas/issues/25881/events | https://github.com/pandas-dev/pandas/issues/25881 | 425,416,798 | MDU6SXNzdWU0MjU0MTY3OTg= | 25,881 | .at does not work using a categorical index. | {
"avatar_url": "https://avatars.githubusercontent.com/u/1257580?v=4",
"events_url": "https://api.github.com/users/TyberiusPrime/events{/privacy}",
"followers_url": "https://api.github.com/users/TyberiusPrime/followers",
"following_url": "https://api.github.com/users/TyberiusPrime/following{/other_user}",
"gi... | [
{
"color": "0b02e1",
"default": false,
"description": "Related to indexing on series/frames, not to indexes themselves",
"id": 2822098,
"name": "Indexing",
"node_id": "MDU6TGFiZWwyODIyMDk4",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Indexing"
},
{
"color": "e1... | closed | false | null | [] | null | 1 | 2019-03-26T13:26:08Z | 2019-11-26T14:30:48Z | 2019-11-26T14:30:48Z | NONE | null | #### Code Sample, a copy-pastable example if possible
```python
df = pd.DataFrame({
"x": pd.Categorical(["a", "b", "c"]),
"y": [10, 20, 30]}
).set_index("x")
print(df.index)
print(df.loc["a"]["y"])
print(df.at["a", "y"])
```
#### Problem description
Loc works using a categorical index, at does... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/25881/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/25881/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/25882 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/25882/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/25882/comments | https://api.github.com/repos/pandas-dev/pandas/issues/25882/events | https://github.com/pandas-dev/pandas/issues/25882 | 425,504,419 | MDU6SXNzdWU0MjU1MDQ0MTk= | 25,882 | Typing Cleanup - Remove Blacklisted Items | {
"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": "ea91a4",
"default": false,
"description": "type annotations, mypy/pyright type checking",
"id": 1280988427,
"name": "Typing",
"node_id": "MDU6TGFiZWwxMjgwOTg4NDI3",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Typing"
}
] | 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",
... | 10 | 2019-03-26T15:55:46Z | 2019-06-25T12:34:26Z | 2019-06-25T12:34:26Z | MEMBER | null | #25844 introduced a blacklist of modules in the mypy.ini config file which currently throw errors when analyzed with mypy. We would ideally be able to whittle these down (save exclusion of the test folder(s), which I think is fine).
I'm not sure there is one easy way to split it up as the degree of difficulty may va... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/25882/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/25882/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/25883 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/25883/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/25883/comments | https://api.github.com/repos/pandas-dev/pandas/issues/25883/events | https://github.com/pandas-dev/pandas/issues/25883 | 425,556,181 | MDU6SXNzdWU0MjU1NTYxODE= | 25,883 | Performance regression in 0.24+ on GroupBy.apply | {
"avatar_url": "https://avatars.githubusercontent.com/u/10400532?v=4",
"events_url": "https://api.github.com/users/blu3r4y/events{/privacy}",
"followers_url": "https://api.github.com/users/blu3r4y/followers",
"following_url": "https://api.github.com/users/blu3r4y/following{/other_user}",
"gists_url": "https:... | [
{
"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": "a10c02",
"default": false,
"description": "Memory or execu... | open | false | null | [] | null | 11 | 2019-03-26T17:35:43Z | 2019-10-16T18:58:53Z | null | NONE | null | #### Code Sample
```python
import time
import numpy as np
import pandas as pd
nrows, ncols = 1000, 100
# data frame with random values and a key to be grouped by
df = pd.DataFrame(np.random.rand(nrows, ncols))
df["key"] = range(nrows)
numeric_columns = list(range(ncols))
grouping = df.groupby(by="... | {
"+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/25883/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/25883/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/25884 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/25884/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/25884/comments | https://api.github.com/repos/pandas-dev/pandas/issues/25884/events | https://github.com/pandas-dev/pandas/pull/25884 | 425,604,283 | MDExOlB1bGxSZXF1ZXN0MjY0NjYwMjQw | 25,884 | Initial pandas.typing Module | {
"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": "ea91a4",
"default": false,
"description": "type annotations, mypy/pyright type checking",
"id": 1280988427,
"name": "Typing",
"node_id": "MDU6TGFiZWwxMjgwOTg4NDI3",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Typing"
}
] | 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-26T19:18:11Z | 2019-03-30T19:12:57Z | 2019-03-30T19:12:34Z | MEMBER | null | ref #25791 maybe more of a conversation starter than complete PR but wanted to stub out some types that appear commonly in pandas code-base.
Haven't used these yet as wanted to agree on type first. I wouldn't be surprised if we start seeing some issues pop up that would require real development changes once these ge... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/25884/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/25884/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/25884.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/25884",
"merged_at": "2019-03-30T19:12:34Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/25884.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/25884"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/25885 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/25885/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/25885/comments | https://api.github.com/repos/pandas-dev/pandas/issues/25885/events | https://github.com/pandas-dev/pandas/issues/25885 | 425,618,315 | MDU6SXNzdWU0MjU2MTgzMTU= | 25,885 | Epplus adds extra rows with duplicates to the spreadsheet | {
"avatar_url": "https://avatars.githubusercontent.com/u/17203487?v=4",
"events_url": "https://api.github.com/users/william3n/events{/privacy}",
"followers_url": "https://api.github.com/users/william3n/followers",
"following_url": "https://api.github.com/users/william3n/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... | 1 | 2019-03-26T19:53:14Z | 2019-03-26T23:19:48Z | 2019-03-26T20:18:58Z | NONE | null |

SqlDataReader reader = myCommand.ExecuteReader(CommandBehavior.CloseConnection);
int row_index = 2;
while (reader.Read())
{
... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/25885/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/25885/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/25886 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/25886/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/25886/comments | https://api.github.com/repos/pandas-dev/pandas/issues/25886/events | https://github.com/pandas-dev/pandas/pull/25886 | 425,620,920 | MDExOlB1bGxSZXF1ZXN0MjY0NjczMTU2 | 25,886 | CLN: Remove PY2/3 references io directory | {
"avatar_url": "https://avatars.githubusercontent.com/u/9273653?v=4",
"events_url": "https://api.github.com/users/gfyoung/events{/privacy}",
"followers_url": "https://api.github.com/users/gfyoung/followers",
"following_url": "https://api.github.com/users/gfyoung/following{/other_user}",
"gists_url": "https:/... | [
{
"color": "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... | 5 | 2019-03-26T19:59:34Z | 2019-03-29T00:51:15Z | 2019-03-28T20:19:41Z | MEMBER | null | xref #25725 | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/25886/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/25886/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/25886.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/25886",
"merged_at": "2019-03-28T20:19:41Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/25886.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/25886"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/25887 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/25887/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/25887/comments | https://api.github.com/repos/pandas-dev/pandas/issues/25887/events | https://github.com/pandas-dev/pandas/issues/25887 | 425,663,688 | MDU6SXNzdWU0MjU2NjM2ODg= | 25,887 | Empty dataframe creation | {
"avatar_url": "https://avatars.githubusercontent.com/u/3621629?v=4",
"events_url": "https://api.github.com/users/0x0L/events{/privacy}",
"followers_url": "https://api.github.com/users/0x0L/followers",
"following_url": "https://api.github.com/users/0x0L/following{/other_user}",
"gists_url": "https://api.gith... | [
{
"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": "370f77",
"default"... | open | false | null | [] | null | 4 | 2019-03-26T21:46:23Z | 2020-06-05T17:28:20Z | null | CONTRIBUTOR | null | Hello,
Creating an empty dataframe with specified columns
```python
pd.__version__
# '0.24.2'
%timeit pd.DataFrame([], columns=['a'])
# 1.57 ms ± 20.9 µs per loop (mean ± std. dev. of 7 runs, 1000 loops each)
```
is way slower than it should be:
```python
%timeit pd.DataFrame([])
# 184 µs ± 1.68 µs per l... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/25887/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/25887/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/25888 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/25888/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/25888/comments | https://api.github.com/repos/pandas-dev/pandas/issues/25888/events | https://github.com/pandas-dev/pandas/pull/25888 | 425,683,813 | MDExOlB1bGxSZXF1ZXN0MjY0NzIyMzg2 | 25,888 | Pass the errors and kwargs arguments through to astype in the columns… | {
"avatar_url": "https://avatars.githubusercontent.com/u/218060?v=4",
"events_url": "https://api.github.com/users/johnklehm/events{/privacy}",
"followers_url": "https://api.github.com/users/johnklehm/followers",
"following_url": "https://api.github.com/users/johnklehm/following{/other_user}",
"gists_url": "ht... | [
{
"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": "370f... | 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-26T22:52:35Z | 2019-03-31T12:40:25Z | 2019-03-31T02:03:15Z | CONTRIBUTOR | null | … dict logic branch.
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/25888/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/25888/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/25888.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/25888",
"merged_at": "2019-03-31T02:03:15Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/25888.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/25888"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/25889 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/25889/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/25889/comments | https://api.github.com/repos/pandas-dev/pandas/issues/25889/events | https://github.com/pandas-dev/pandas/pull/25889 | 425,723,239 | MDExOlB1bGxSZXF1ZXN0MjY0NzUxMDg4 | 25,889 | CLN: Remove __future__ imports | {
"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": "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... | 3 | 2019-03-27T01:43:47Z | 2019-03-27T16:28:12Z | 2019-03-27T11:50:53Z | MEMBER | null | - [X] xref #25725
- [X] tests added / passed
- [X] passes `git diff upstream/master -u -- "*.py" | flake8 --diff`
Not needed after dropping Python 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/25889/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/25889/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/25889.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/25889",
"merged_at": "2019-03-27T11:50:53Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/25889.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/25889"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/25890 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/25890/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/25890/comments | https://api.github.com/repos/pandas-dev/pandas/issues/25890/events | https://github.com/pandas-dev/pandas/issues/25890 | 425,834,804 | MDU6SXNzdWU0MjU4MzQ4MDQ= | 25,890 | Convert Dataframe to JSON | {
"avatar_url": "https://avatars.githubusercontent.com/u/7030722?v=4",
"events_url": "https://api.github.com/users/kraikov/events{/privacy}",
"followers_url": "https://api.github.com/users/kraikov/followers",
"following_url": "https://api.github.com/users/kraikov/following{/other_user}",
"gists_url": "https:/... | [
{
"color": "0052cc",
"default": false,
"description": null,
"id": 34444536,
"name": "Usage Question",
"node_id": "MDU6TGFiZWwzNDQ0NDUzNg==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Usage%20Question"
}
] | closed | false | null | [] | {
"closed_at": null,
"closed_issues": 2361,
"created_at": "2015-02-26T19:29:05Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/1020496?v=4",
"events_url": "https://api.github.com/users/jorisvandenbossche/events{/privacy}",
"followers_url": "https://api.github.com/users/jorisva... | 1 | 2019-03-27T08:57:40Z | 2019-03-27T15:21:35Z | 2019-03-27T15:21:25Z | NONE | null | Hey! I have the following dataframe:
```python
price
item_name timestamp
item1 2018-10-12 12.2
2018-10-13 14.3
2018-10-14 17.1
item2 2018-10-12 11.4
2018-... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/25890/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/25890/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/25891 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/25891/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/25891/comments | https://api.github.com/repos/pandas-dev/pandas/issues/25891/events | https://github.com/pandas-dev/pandas/issues/25891 | 425,874,886 | MDU6SXNzdWU0MjU4NzQ4ODY= | 25,891 | MultiIndex level dropped when multiplying two series with a single entry | {
"avatar_url": "https://avatars.githubusercontent.com/u/9558262?v=4",
"events_url": "https://api.github.com/users/mellesies/events{/privacy}",
"followers_url": "https://api.github.com/users/mellesies/followers",
"following_url": "https://api.github.com/users/mellesies/following{/other_user}",
"gists_url": "h... | [
{
"color": "e10c02",
"default": false,
"description": null,
"id": 76811,
"name": "Bug",
"node_id": "MDU6TGFiZWw3NjgxMQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug"
},
{
"color": "006b75",
"default": false,
"description": "Arithmetic, Comparison, ... | open | false | null | [] | null | 3 | 2019-03-27T10:22:49Z | 2021-06-28T02:05:26Z | null | NONE | null | When multiplying two Series with overlapping MultiIndices and a _single_ entry, pandas drops levels from the MultiIndex. This doesn't happen when either Series contains multiple entries.
Using pandas 0.24.1 and Numpy 1.16.2
#### This works fine
```python
# Create Series s1, with a scope over {T, N} and set two ... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/25891/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/25891/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/25892 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/25892/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/25892/comments | https://api.github.com/repos/pandas-dev/pandas/issues/25892/events | https://github.com/pandas-dev/pandas/issues/25892 | 426,005,520 | MDU6SXNzdWU0MjYwMDU1MjA= | 25,892 | GroupBy.apply repeats the first group N times when slicing and sorting in the applied function | {
"avatar_url": "https://avatars.githubusercontent.com/u/48992229?v=4",
"events_url": "https://api.github.com/users/gilbenzvi/events{/privacy}",
"followers_url": "https://api.github.com/users/gilbenzvi/followers",
"following_url": "https://api.github.com/users/gilbenzvi/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... | 5 | 2019-03-27T14:49:54Z | 2019-04-04T02:02:33Z | 2019-04-04T02:02:27Z | NONE | null | Hi,
When using GroupBy.apply on function that applies pandas.DataFrame.sort_values() **with inplace=True** and also **data-frame slicing**, the first group is evaluated N times (N is the original number of the groups).
See the following code and output:
```python
>>> import numpy as np
>>> import pandas as p... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/25892/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/25892/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/25893 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/25893/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/25893/comments | https://api.github.com/repos/pandas-dev/pandas/issues/25893/events | https://github.com/pandas-dev/pandas/issues/25893 | 426,017,724 | MDU6SXNzdWU0MjYwMTc3MjQ= | 25,893 | Memory leak with .rolling().max() in pandas 0.24.2 | {
"avatar_url": "https://avatars.githubusercontent.com/u/16204193?v=4",
"events_url": "https://api.github.com/users/labodyn/events{/privacy}",
"followers_url": "https://api.github.com/users/labodyn/followers",
"following_url": "https://api.github.com/users/labodyn/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": "d4c5f9",
"default": false,
"description": "rolling, ewma, expanding... | 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-27T15:10:36Z | 2019-04-01T22:27:46Z | 2019-04-01T22:27:46Z | NONE | null | #### Code Sample, a copy-pastable example if possible
```python
import pandas as pd
df = pd.read_csv('file.csv', index_col=0, parse_dates=True)
while True:
df['close'].rolling(4000).max()
```
#### Problem description
Memory leak which shuts down my application. This occurs in pandas 0.24.2 but not in pa... | {
"+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/25893/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/25893/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/25894 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/25894/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/25894/comments | https://api.github.com/repos/pandas-dev/pandas/issues/25894/events | https://github.com/pandas-dev/pandas/pull/25894 | 426,019,539 | MDExOlB1bGxSZXF1ZXN0MjY0OTcyMzk4 | 25,894 | Skipped flaky part of test_time | {
"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": "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": "5319e7",
"default": false,
"description": ... | 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-27T15:13:50Z | 2020-01-16T00:34:15Z | 2019-03-27T20:44:44Z | MEMBER | null | Workaround for #25875 to get CI passing - I kept intact the working part of the test and split off the failing piece into a separate test, which may be more explicit anyway
Haven't been able to reproduce this locally so plan to either keep the original issue open or create a new one for a more permanent fix, which m... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/25894/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/25894/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/25894.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/25894",
"merged_at": "2019-03-27T20:44:44Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/25894.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/25894"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/25895 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/25895/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/25895/comments | https://api.github.com/repos/pandas-dev/pandas/issues/25895/events | https://github.com/pandas-dev/pandas/pull/25895 | 426,084,512 | MDExOlB1bGxSZXF1ZXN0MjY1MDIzMjk4 | 25,895 | Implement helper method to get char* buffer from Python objects | {
"avatar_url": "https://avatars.githubusercontent.com/u/45396231?v=4",
"events_url": "https://api.github.com/users/vnlitvinov/events{/privacy}",
"followers_url": "https://api.github.com/users/vnlitvinov/followers",
"following_url": "https://api.github.com/users/vnlitvinov/following{/other_user}",
"gists_url"... | [
{
"color": "fbca04",
"default": false,
"description": "Related to non-user accessible pandas implementation",
"id": 49094459,
"name": "Internals",
"node_id": "MDU6TGFiZWw0OTA5NDQ1OQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Internals"
}
] | closed | false | null | [] | {
"closed_at": "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-27T17:12:36Z | 2019-04-01T14:31:27Z | 2019-03-29T15:26:20Z | CONTRIBUTOR | null | - [x] closes N/A
- [x] tests added - `test_parsers_iso8601_leading_space`
- [x] passes `git diff upstream/master -u -- "*.py" | flake8 --diff`
- [ ] whatsnew entry
This is a follow-up PR for #25754 which adds a utility method for getting internal `char *` buffer from `unicode` or `bytes` Python object and switch ... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/25895/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/25895/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/25895.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/25895",
"merged_at": "2019-03-29T15:26:20Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/25895.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/25895"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/25896 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/25896/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/25896/comments | https://api.github.com/repos/pandas-dev/pandas/issues/25896/events | https://github.com/pandas-dev/pandas/issues/25896 | 426,166,436 | MDU6SXNzdWU0MjYxNjY0MzY= | 25,896 | Cumulative Ops with skipna=True Don't Ignore NA Values | {
"avatar_url": "https://avatars.githubusercontent.com/u/2658661?v=4",
"events_url": "https://api.github.com/users/dsaxton/events{/privacy}",
"followers_url": "https://api.github.com/users/dsaxton/followers",
"following_url": "https://api.github.com/users/dsaxton/following{/other_user}",
"gists_url": "https:/... | [
{
"color": "d7e102",
"default": false,
"description": "np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate",
"id": 2822342,
"name": "Missing-data",
"node_id": "MDU6TGFiZWwyODIyMzQy",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Missing-data"
}
] | closed | false | null | [] | null | 4 | 2019-03-27T20:22:55Z | 2019-09-14T12:13:28Z | 2019-09-14T12:13:28Z | MEMBER | null | ```python
import numpy as np
import pandas as pd
df = pd.DataFrame({"a": ["x", "x", "x", "y", "y", "y"],
"b": [np.nan, 2.0, 1.0, 2.0, np.nan, 1.0]})
df
# a b
# 0 x NaN
# 1 x 2.0
# 2 x 1.0
# 3 y 2.0
# 4 y NaN
# 5 y 1.0
df.groupby("a")["b"].cummax()
# 0 NaN
# 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/25896/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/25896/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/25897 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/25897/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/25897/comments | https://api.github.com/repos/pandas-dev/pandas/issues/25897/events | https://github.com/pandas-dev/pandas/issues/25897 | 426,177,857 | MDU6SXNzdWU0MjYxNzc4NTc= | 25,897 | BUG: DatetimeIndex from datetime.datetime shifted by n minutes | {
"avatar_url": "https://avatars.githubusercontent.com/u/1850821?v=4",
"events_url": "https://api.github.com/users/GrivIN/events{/privacy}",
"followers_url": "https://api.github.com/users/GrivIN/followers",
"following_url": "https://api.github.com/users/GrivIN/following{/other_user}",
"gists_url": "https://ap... | [
{
"color": "0052cc",
"default": false,
"description": null,
"id": 34444536,
"name": "Usage Question",
"node_id": "MDU6TGFiZWwzNDQ0NDUzNg==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Usage%20Question"
}
] | 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-27T20:51:42Z | 2019-03-27T22:55:23Z | 2019-03-27T22:55:11Z | NONE | null | #### Code Sample, a copy-pastable example if possible
```python
import pandas as pd
import datetime as dt
import pytz
tz = pytz.timezone('America/New_York')
data1 = pd.DataFrame([
{'date': dt.datetime(2019, 1, 1, tzinfo=tz), 'value': 10},
{'date': dt.datetime(2019, 1, 1, tzinfo=tz), 'value': 10},
... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/25897/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/25897/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/25898 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/25898/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/25898/comments | https://api.github.com/repos/pandas-dev/pandas/issues/25898/events | https://github.com/pandas-dev/pandas/pull/25898 | 426,253,400 | MDExOlB1bGxSZXF1ZXN0MjY1MTU2MjYw | 25,898 | TST: Check merging on equivalent CategoricalDtype | {
"avatar_url": "https://avatars.githubusercontent.com/u/9273653?v=4",
"events_url": "https://api.github.com/users/gfyoung/events{/privacy}",
"followers_url": "https://api.github.com/users/gfyoung/followers",
"following_url": "https://api.github.com/users/gfyoung/following{/other_user}",
"gists_url": "https:/... | [
{
"color": "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": "02d7e1",
"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-28T01:32:45Z | 2019-03-29T00:51:21Z | 2019-03-28T20:45:15Z | MEMBER | null | Closes #22501 | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/25898/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/25898/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/25898.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/25898",
"merged_at": "2019-03-28T20:45:15Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/25898.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/25898"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/25899 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/25899/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/25899/comments | https://api.github.com/repos/pandas-dev/pandas/issues/25899/events | https://github.com/pandas-dev/pandas/issues/25899 | 426,264,020 | MDU6SXNzdWU0MjYyNjQwMjA= | 25,899 | Fix Type Annotations in pandas/_config/config.py | {
"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": "0e8a16",
"default": true,
"description": null,
"id": 717120670,
"name": "good first issue",
"node_id": "MDU6TGFiZWw3MTcxMjA2NzA=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/good%20first%20issue"
},
{
"color": "ea91a4",
"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... | 3 | 2019-03-28T02:21:13Z | 2019-04-01T11:51:04Z | 2019-04-01T11:51:04Z | MEMBER | null | Part of #25882
Current errors are as follows:
```sh
pandas/_config/config.py:60: error: Need type annotation for '_deprecated_options'
pandas/_config/config.py:61: error: Need type annotation for '_registered_options'
pandas/_config/config.py:62: error: Need type annotation for '_global_config'
```
Should ... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/25899/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/25899/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/25900 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/25900/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/25900/comments | https://api.github.com/repos/pandas-dev/pandas/issues/25900/events | https://github.com/pandas-dev/pandas/pull/25900 | 426,268,042 | MDExOlB1bGxSZXF1ZXN0MjY1MTY2MDU4 | 25,900 | Remove pandas.io.formats.css from MyPy Blacklist | {
"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": "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"
},
{
"color": "207de5",
"default... | 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-28T02:37:56Z | 2019-03-29T02:50:17Z | 2019-03-28T21:29:10Z | MEMBER | null | There was a seemingly unused class variable which was failing mypy due to a lack of annotation. On closer inspection however it doesn't appear that this was even used, so I figured deletion makes things simpler.
I suppose if this was subclassed it could have some effect but this isn't part of the exposed API
@jno... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/25900/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/25900/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/25900.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/25900",
"merged_at": "2019-03-28T21:29:10Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/25900.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/25900"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/25901 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/25901/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/25901/comments | https://api.github.com/repos/pandas-dev/pandas/issues/25901/events | https://github.com/pandas-dev/pandas/issues/25901 | 426,282,499 | MDU6SXNzdWU0MjYyODI0OTk= | 25,901 | Fix Type Annotations in pandas.core.generic | {
"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": "0e8a16",
"default": true,
"description": null,
"id": 717120670,
"name": "good first issue",
"node_id": "MDU6TGFiZWw3MTcxMjA2NzA=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/good%20first%20issue"
},
{
"color": "ea91a4",
"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... | 7 | 2019-03-28T03:39:42Z | 2019-04-16T12:17:42Z | 2019-04-16T12:17:42Z | MEMBER | null | Part of #25882
Current errors are as follows:
```sh
pandas/core/generic.py:116: error: Need type annotation for '_accessors'
pandas/core/generic.py:119: error: Need type annotation for '_metadata'
```
Both of these are containers which should contain strings, so just need proper annotation and this module c... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/25901/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/25901/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/25902 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/25902/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/25902/comments | https://api.github.com/repos/pandas-dev/pandas/issues/25902/events | https://github.com/pandas-dev/pandas/issues/25902 | 426,288,089 | MDU6SXNzdWU0MjYyODgwODk= | 25,902 | Fix Type Annotations in pandas.core.strings | {
"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": "ea91a4",
"default": false,
"description": "type annotations, mypy/pyright type checking",
"id": 1280988427,
"name": "Typing",
"node_id": "MDU6TGFiZWwxMjgwOTg4NDI3",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Typing"
}
] | 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-28T04:05:14Z | 2019-04-03T20:31:40Z | 2019-04-03T20:31:40Z | MEMBER | null | Pushing PR shortly | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/25902/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/25902/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/25903 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/25903/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/25903/comments | https://api.github.com/repos/pandas-dev/pandas/issues/25903/events | https://github.com/pandas-dev/pandas/pull/25903 | 426,288,481 | MDExOlB1bGxSZXF1ZXN0MjY1MTc5Nzk1 | 25,903 | CLN: Remove type definitions from pandas.compat | {
"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": "5319e7",
"default": false,
"description": "String extension data type and string data",
"id": 57522093,
"name": "Strings",
"node_id": "MDU6TGFiZWw1NzUyMjA5Mw==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Strings"
},
{
"color": "207de5",
"defaul... | 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-28T04:07:05Z | 2019-04-05T16:57:57Z | 2019-03-29T12:20:43Z | MEMBER | null | - [X] xref #25725
- [X] tests added / passed
- [X] passes `git diff upstream/master -u -- "*.py" | flake8 --diff`
Removes the following:
- `string_types`
- `text_types`
- `binary_types`
- `string_and_binary_types`
- `strlen`
- only used once and in PY3 is equivalent to `len`, so just directly called `len`... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/25903/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/25903/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/25903.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/25903",
"merged_at": "2019-03-29T12:20:43Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/25903.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/25903"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/25904 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/25904/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/25904/comments | https://api.github.com/repos/pandas-dev/pandas/issues/25904/events | https://github.com/pandas-dev/pandas/pull/25904 | 426,292,423 | MDExOlB1bGxSZXF1ZXN0MjY1MTgyNDgx | 25,904 | Cleanup Typing in pandas.core.strings | {
"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": "ea91a4",
"default": false,
"description": "type annotations, mypy/pyright type checking",
"id": 1280988427,
"name": "Typing",
"node_id": "MDU6TGFiZWwxMjgwOTg4NDI3",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Typing"
}
] | 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-28T04:25:52Z | 2020-01-16T00:34:14Z | 2019-04-03T20:31:41Z | MEMBER | null | - [x] closes #25902
- [ ] 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/25904/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/25904/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/25904.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/25904",
"merged_at": "2019-04-03T20:31:40Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/25904.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/25904"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/25905 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/25905/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/25905/comments | https://api.github.com/repos/pandas-dev/pandas/issues/25905/events | https://github.com/pandas-dev/pandas/issues/25905 | 426,301,681 | MDU6SXNzdWU0MjYzMDE2ODE= | 25,905 | "errors" parameter has no effect on pd.DataFrame.astype if a dictionary is passed in as the dtype argument | {
"avatar_url": "https://avatars.githubusercontent.com/u/1085255?v=4",
"events_url": "https://api.github.com/users/nandrea1/events{/privacy}",
"followers_url": "https://api.github.com/users/nandrea1/followers",
"following_url": "https://api.github.com/users/nandrea1/following{/other_user}",
"gists_url": "http... | [
{
"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": "370f... | closed | false | null | [] | null | 2 | 2019-03-28T05:11:11Z | 2019-04-01T18:44:01Z | 2019-04-01T18:44:01Z | NONE | null | #### Code Sample, a copy-pastable example if possible
Given the code sample below:
```python
data_df = pd.DataFrame([{'col_a': '1', 'col_b': '16.5%', 'col_c': 'test'},
{'col_a': '2.2', 'col_b': '15.3', 'col_c': 'another_test'}
])
type_dict = {'col_a': 'float64'... | {
"+1": 4,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 4,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/25905/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/25905/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/25906 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/25906/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/25906/comments | https://api.github.com/repos/pandas-dev/pandas/issues/25906/events | https://github.com/pandas-dev/pandas/issues/25906 | 426,325,288 | MDU6SXNzdWU0MjYzMjUyODg= | 25,906 | groupby-apply got different output with for loop in same action | {
"avatar_url": "https://avatars.githubusercontent.com/u/508885?v=4",
"events_url": "https://api.github.com/users/princelai/events{/privacy}",
"followers_url": "https://api.github.com/users/princelai/followers",
"following_url": "https://api.github.com/users/princelai/following{/other_user}",
"gists_url": "ht... | [
{
"color": "729FCF",
"default": false,
"description": null,
"id": 233160,
"name": "Groupby",
"node_id": "MDU6TGFiZWwyMzMxNjA=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Groupby"
},
{
"color": "0052cc",
"default": false,
"description": null,
"id": ... | closed | false | null | [] | null | 2 | 2019-03-28T06:45:10Z | 2019-03-28T12:42:32Z | 2019-03-28T12:42:16Z | NONE | null | #### data csv download link
https://mega.nz/#!XjZWyYDT!EezOrZJglcwqytA5bIgc6-VoiEMGB7R0Tu8CG-QjV5w
#### Problem description
I have a Stock Time Series, I only take 4 ts_code(stock code) and other 3 useful columns to recurrent problem,you can download throgh link.
#### read data
```
df = pd.read_csv('stock.csv... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/25906/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/25906/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/25907 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/25907/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/25907/comments | https://api.github.com/repos/pandas-dev/pandas/issues/25907/events | https://github.com/pandas-dev/pandas/pull/25907 | 426,429,899 | MDExOlB1bGxSZXF1ZXN0MjY1MjgyNzYx | 25,907 | BUG: Fix groupby sorting on ordered Categoricals (GH25871) | {
"avatar_url": "https://avatars.githubusercontent.com/u/2961313?v=4",
"events_url": "https://api.github.com/users/kpflugshaupt/events{/privacy}",
"followers_url": "https://api.github.com/users/kpflugshaupt/followers",
"following_url": "https://api.github.com/users/kpflugshaupt/following{/other_user}",
"gists... | [] | closed | false | null | [] | null | 2 | 2019-03-28T11:02:24Z | 2019-03-28T11:24:24Z | 2019-03-28T11:24:24Z | CONTRIBUTOR | null | As documented in #25871, groupby() on an ordered Categorical messes up category order when 'observed=True' is specified.
Specifically, group labels will be ordered by first occurrence (as for an unordered Categorical), but grouped aggregation results will retain the Categorical's order.
The fix is a modified subset ... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/25907/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/25907/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/25907.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/25907",
"merged_at": null,
"patch_url": "https://github.com/pandas-dev/pandas/pull/25907.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/25907"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/25908 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/25908/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/25908/comments | https://api.github.com/repos/pandas-dev/pandas/issues/25908/events | https://github.com/pandas-dev/pandas/pull/25908 | 426,441,341 | MDExOlB1bGxSZXF1ZXN0MjY1MjkxNjg5 | 25,908 | BUG: Fix groupby sorting on ordered Categoricals (GH25871) | {
"avatar_url": "https://avatars.githubusercontent.com/u/2961313?v=4",
"events_url": "https://api.github.com/users/kpflugshaupt/events{/privacy}",
"followers_url": "https://api.github.com/users/kpflugshaupt/followers",
"following_url": "https://api.github.com/users/kpflugshaupt/following{/other_user}",
"gists... | [
{
"color": "e10c02",
"default": false,
"description": null,
"id": 76811,
"name": "Bug",
"node_id": "MDU6TGFiZWw3NjgxMQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug"
},
{
"color": "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... | 16 | 2019-03-28T11:29:16Z | 2019-04-05T09:33:48Z | 2019-04-05T00:27:11Z | CONTRIBUTOR | null | As documented in #25871, groupby() on an ordered Categorical messes up category order when 'observed=True' is specified.
Specifically, group labels will be ordered by first occurrence (as for an unordered Categorical), but grouped aggregation results will retain the Categorical's order.
The fix is a modified subset ... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/25908/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/25908/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/25908.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/25908",
"merged_at": "2019-04-05T00:27:11Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/25908.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/25908"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/25909 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/25909/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/25909/comments | https://api.github.com/repos/pandas-dev/pandas/issues/25909/events | https://github.com/pandas-dev/pandas/pull/25909 | 426,479,285 | MDExOlB1bGxSZXF1ZXN0MjY1MzIxMjk0 | 25,909 | Fix type annotation for pandas.core.generic.py | {
"avatar_url": "https://avatars.githubusercontent.com/u/22582828?v=4",
"events_url": "https://api.github.com/users/vaibhavhrt/events{/privacy}",
"followers_url": "https://api.github.com/users/vaibhavhrt/followers",
"following_url": "https://api.github.com/users/vaibhavhrt/following{/other_user}",
"gists_url"... | [
{
"color": "ea91a4",
"default": false,
"description": "type annotations, mypy/pyright type checking",
"id": 1280988427,
"name": "Typing",
"node_id": "MDU6TGFiZWwxMjgwOTg4NDI3",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Typing"
}
] | 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... | 17 | 2019-03-28T13:01:24Z | 2019-04-16T12:21:01Z | 2019-04-16T12:17:42Z | CONTRIBUTOR | null | Also remove this module from mypy.ini
- [x] closes #25901
- [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/25909/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/25909/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/25909.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/25909",
"merged_at": "2019-04-16T12:17:42Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/25909.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/25909"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/25910 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/25910/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/25910/comments | https://api.github.com/repos/pandas-dev/pandas/issues/25910/events | https://github.com/pandas-dev/pandas/issues/25910 | 426,503,340 | MDU6SXNzdWU0MjY1MDMzNDA= | 25,910 | CI: build failing because of gbq testing | {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jreback/followers",
"following_url": "https://api.github.com/users/jreback/following{/other_user}",
"gists_url": "https://... | [
{
"color": "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": "0052cc",
"default": false,
"description": ... | 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-28T13:50:47Z | 2019-03-28T17:05:01Z | 2019-03-28T16:54:57Z | CONTRIBUTOR | null | see https://github.com/pandas-dev/pandas/pull/25554#issuecomment-477602786
added back the gbq dep and this is now failing. | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/25910/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/25910/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/25911 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/25911/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/25911/comments | https://api.github.com/repos/pandas-dev/pandas/issues/25911/events | https://github.com/pandas-dev/pandas/issues/25911 | 426,515,605 | MDU6SXNzdWU0MjY1MTU2MDU= | 25,911 | Inner dictionaries are not displaying in insertion order | {
"avatar_url": "https://avatars.githubusercontent.com/u/214808?v=4",
"events_url": "https://api.github.com/users/boardtc/events{/privacy}",
"followers_url": "https://api.github.com/users/boardtc/followers",
"following_url": "https://api.github.com/users/boardtc/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": "370f77",
"default": false,
"description": "DataFrame data structure... | closed | false | null | [] | {
"closed_at": null,
"closed_issues": 2361,
"created_at": "2015-02-26T19:29:05Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/1020496?v=4",
"events_url": "https://api.github.com/users/jorisvandenbossche/events{/privacy}",
"followers_url": "https://api.github.com/users/jorisva... | 4 | 2019-03-28T14:13:54Z | 2019-05-28T10:48:54Z | 2019-04-02T17:07:57Z | NONE | null | #### Code Sample
```python
newspapers = {'Jim':{'Mon':15,'Tue':17,'Wed':21,'Thu':16,'Fri':19},\
'Tony':{'Mon':8,'Tue':15,'Wed':11,'Thu':16,'Fri':13}, \
'Colin':{'Mon':13,'Tue':17,'Wed':19,'Thu':17,'Fri':20} \
}
newspapers_df = pd.DataFrame(newspapers)
print(newspapers_df)
```
#### Problem descr... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/25911/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/25911/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/25912 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/25912/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/25912/comments | https://api.github.com/repos/pandas-dev/pandas/issues/25912/events | https://github.com/pandas-dev/pandas/pull/25912 | 426,516,731 | MDExOlB1bGxSZXF1ZXN0MjY1MzUxMDE0 | 25,912 | Fix pandas-gbq deps | {
"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": "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": "0052cc",
"default": false,
"description": ... | 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-28T14:15:54Z | 2019-03-28T17:48:21Z | 2019-03-28T16:54:58Z | CONTRIBUTOR | null | Should close #25910, see https://github.com/pandas-dev/pandas/issues/25910#issuecomment-477611959. @jreback | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/25912/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/25912/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/25912.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/25912",
"merged_at": "2019-03-28T16:54:57Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/25912.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/25912"
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.