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/30014
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/30014/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/30014/comments
https://api.github.com/repos/pandas-dev/pandas/issues/30014/events
https://github.com/pandas-dev/pandas/pull/30014
532,279,464
MDExOlB1bGxSZXF1ZXN0MzQ4NTYyMDM4
30,014
DOC: Added "Raises `KeyError`"
{ "avatar_url": "https://avatars.githubusercontent.com/u/50263213?v=4", "events_url": "https://api.github.com/users/ShaharNaveh/events{/privacy}", "followers_url": "https://api.github.com/users/ShaharNaveh/followers", "following_url": "https://api.github.com/users/ShaharNaveh/following{/other_user}", "gists_u...
[ { "color": "3465A4", "default": false, "description": null, "id": 134699, "name": "Docs", "node_id": "MDU6TGFiZWwxMzQ2OTk=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Docs" } ]
closed
false
null
[]
{ "closed_at": "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...
2
2019-12-03T21:31:00Z
2019-12-04T15:18:23Z
2019-12-04T13:48:44Z
MEMBER
null
- [ ] closes #xxxx - [ ] tests added / passed - [x] passes `black pandas` - [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/30014/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/30014/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/30014.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/30014", "merged_at": "2019-12-04T13:48:44Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/30014.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/30014" }
https://api.github.com/repos/pandas-dev/pandas/issues/30015
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/30015/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/30015/comments
https://api.github.com/repos/pandas-dev/pandas/issues/30015/events
https://github.com/pandas-dev/pandas/issues/30015
532,280,098
MDU6SXNzdWU1MzIyODAwOTg=
30,015
Series.str.replace does not support $ and ^ regex charecters
{ "avatar_url": "https://avatars.githubusercontent.com/u/25518211?v=4", "events_url": "https://api.github.com/users/eeshugerman/events{/privacy}", "followers_url": "https://api.github.com/users/eeshugerman/followers", "following_url": "https://api.github.com/users/eeshugerman/following{/other_user}", "gists_u...
[ { "color": "009800", "default": false, "description": "Duplicate issue or pull request", "id": 40153326, "name": "Duplicate Report", "node_id": "MDU6TGFiZWw0MDE1MzMyNg==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Duplicate%20Report" }, { "color": "5319e7", ...
closed
false
null
[]
{ "closed_at": null, "closed_issues": 2361, "created_at": "2015-02-26T19:29:05Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/1020496?v=4", "events_url": "https://api.github.com/users/jorisvandenbossche/events{/privacy}", "followers_url": "https://api.github.com/users/jorisva...
3
2019-12-03T21:32:15Z
2019-12-04T07:11:52Z
2019-12-03T23:22:49Z
NONE
null
#### Code Sample ```python import pandas as pd s = pd.Series(['foo']) s.str.replace('$', 'bar', regex=True) # 0 foo # dtype: object s.str.replace('^', 'bar', regex=True) # 0 foo # dtype: object ``` #### Problem description When `regex=True`, `^` should match the beginning of the string, and `$...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/30015/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/30015/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/30016
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/30016/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/30016/comments
https://api.github.com/repos/pandas-dev/pandas/issues/30016/events
https://github.com/pandas-dev/pandas/pull/30016
532,284,685
MDExOlB1bGxSZXF1ZXN0MzQ4NTY2MTE1
30,016
REF: make indexables cache_readonly (pytables)
{ "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": "5319e7", "default": false, "description": "read_hdf, HDFStore", "id": 47229190, "name": "IO HDF5", "node_id": "MDU6TGFiZWw0NzIyOTE5MA==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/IO%20HDF5" } ]
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-12-03T21:40:48Z
2019-12-04T16:42:39Z
2019-12-04T13:46:07Z
MEMBER
null
making these classes less stateful bit by bit
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/30016/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/30016/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/30016.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/30016", "merged_at": "2019-12-04T13:46:07Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/30016.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/30016" }
https://api.github.com/repos/pandas-dev/pandas/issues/30017
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/30017/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/30017/comments
https://api.github.com/repos/pandas-dev/pandas/issues/30017/events
https://github.com/pandas-dev/pandas/issues/30017
532,288,033
MDU6SXNzdWU1MzIyODgwMzM=
30,017
Default dtype of empty Series: DeprecationWarning -> FutureWarning in 1.1
{ "avatar_url": "https://avatars.githubusercontent.com/u/17853006?v=4", "events_url": "https://api.github.com/users/SaturnFromTitan/events{/privacy}", "followers_url": "https://api.github.com/users/SaturnFromTitan/followers", "following_url": "https://api.github.com/users/SaturnFromTitan/following{/other_user}"...
[ { "color": "5319e7", "default": false, "description": "Functionality to remove in pandas", "id": 87485152, "name": "Deprecate", "node_id": "MDU6TGFiZWw4NzQ4NTE1Mg==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Deprecate" } ]
closed
false
null
[]
{ "closed_at": null, "closed_issues": 1203, "created_at": "2021-06-09T18:28:42Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/jreback/followers",...
4
2019-12-03T21:47:20Z
2021-07-23T23:27:32Z
2021-07-23T23:27:32Z
CONTRIBUTOR
null
> Given that this can have some impact on libraries (see how often we used it ourselves in pandas), meaning that their users will start to see warnings they cannot solve, should be start with making this a DeprecationWarning instead of FutureWarning? > > Given that this won't be actually changed in 1.0 (but only sta...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/30017/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/30017/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/30018
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/30018/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/30018/comments
https://api.github.com/repos/pandas-dev/pandas/issues/30018/events
https://github.com/pandas-dev/pandas/pull/30018
532,321,916
MDExOlB1bGxSZXF1ZXN0MzQ4NTk1NTYz
30,018
CLN: pytables _set_tz/_get_tz
{ "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": "5319e7", "default": false, "description": "read_hdf, HDFStore", "id": 47229190, "name": "IO HDF5", "node_id": "MDU6TGFiZWw0NzIyOTE5MA==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/IO%20HDF5" }, { "color": "207de5", "default": false, "descri...
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...
2
2019-12-03T22:55:06Z
2019-12-04T19:16:26Z
2019-12-04T18:50:04Z
MEMBER
null
removes preserve_UTC argument, which never did anything, and didnt have a clear purpose
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/30018/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/30018/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/30018.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/30018", "merged_at": "2019-12-04T18:50:04Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/30018.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/30018" }
https://api.github.com/repos/pandas-dev/pandas/issues/30019
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/30019/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/30019/comments
https://api.github.com/repos/pandas-dev/pandas/issues/30019/events
https://github.com/pandas-dev/pandas/pull/30019
532,327,213
MDExOlB1bGxSZXF1ZXN0MzQ4NTk5NzQ3
30,019
CLN: no need to broadcast axes for ndim<=2 (pytables)
{ "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": "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-12-03T23:06:10Z
2019-12-04T16:55:36Z
2019-12-04T13:32:39Z
MEMBER
null
It takes a little bit of work to show, but `self.index_axes` is always length-1 on L4243, which means that nindexes == 1 (the assertion added in the code). This ensures that the condition `if i > 0 and i < nindexes` on L4239 is is never satisfied, so `bindexes` is unnecessary.
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/30019/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/30019/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/30019.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/30019", "merged_at": "2019-12-04T13:32:39Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/30019.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/30019" }
https://api.github.com/repos/pandas-dev/pandas/issues/30020
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/30020/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/30020/comments
https://api.github.com/repos/pandas-dev/pandas/issues/30020/events
https://github.com/pandas-dev/pandas/pull/30020
532,330,444
MDExOlB1bGxSZXF1ZXN0MzQ4NjAyMzU3
30,020
Replaced !r with repr()
{ "avatar_url": "https://avatars.githubusercontent.com/u/11036038?v=4", "events_url": "https://api.github.com/users/kvn219/events{/privacy}", "followers_url": "https://api.github.com/users/kvn219/followers", "following_url": "https://api.github.com/users/kvn219/following{/other_user}", "gists_url": "https://a...
[ { "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": "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...
5
2019-12-03T23:13:39Z
2019-12-11T10:06:22Z
2019-12-11T10:06:07Z
CONTRIBUTOR
null
- [x] reference #29886 - [ ] tests added / passed - [x] passes `black pandas` - [x] passes `git diff upstream/master -u -- "*.py" | flake8 --diff` Issue: https://github.com/pandas-dev/pandas/issues/29886 @WillAyd
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/30020/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/30020/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/30020.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/30020", "merged_at": "2019-12-11T10:06:07Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/30020.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/30020" }
https://api.github.com/repos/pandas-dev/pandas/issues/30021
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/30021/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/30021/comments
https://api.github.com/repos/pandas-dev/pandas/issues/30021/events
https://github.com/pandas-dev/pandas/pull/30021
532,331,125
MDExOlB1bGxSZXF1ZXN0MzQ4NjAyOTA1
30,021
added f strings and typing to frame.py
{ "avatar_url": "https://avatars.githubusercontent.com/u/13322777?v=4", "events_url": "https://api.github.com/users/mck619/events{/privacy}", "followers_url": "https://api.github.com/users/mck619/followers", "following_url": "https://api.github.com/users/mck619/following{/other_user}", "gists_url": "https://a...
[ { "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": "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...
6
2019-12-03T23:15:20Z
2019-12-06T21:12:41Z
2019-12-06T20:50:30Z
CONTRIBUTOR
null
replaced old formatting with fstrings where possible added typing hints to duplicated, drop_duplicates, reset_index
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/30021/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/30021/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/30021.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/30021", "merged_at": "2019-12-06T20:50:29Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/30021.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/30021" }
https://api.github.com/repos/pandas-dev/pandas/issues/30022
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/30022/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/30022/comments
https://api.github.com/repos/pandas-dev/pandas/issues/30022/events
https://github.com/pandas-dev/pandas/pull/30022
532,336,030
MDExOlB1bGxSZXF1ZXN0MzQ4NjA2Njc2
30,022
f string in io.common
{ "avatar_url": "https://avatars.githubusercontent.com/u/21073989?v=4", "events_url": "https://api.github.com/users/daniellebrown/events{/privacy}", "followers_url": "https://api.github.com/users/daniellebrown/followers", "following_url": "https://api.github.com/users/daniellebrown/following{/other_user}", "g...
[ { "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": "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...
10
2019-12-03T23:26:20Z
2019-12-11T19:03:12Z
2019-12-11T13:16:58Z
CONTRIBUTOR
null
- [ ] ref #29547 - [ ] tests added / passed - [ ] passes `black pandas` - [ ] 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/30022/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/30022/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/30022.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/30022", "merged_at": "2019-12-11T13:16:58Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/30022.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/30022" }
https://api.github.com/repos/pandas-dev/pandas/issues/30023
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/30023/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/30023/comments
https://api.github.com/repos/pandas-dev/pandas/issues/30023/events
https://github.com/pandas-dev/pandas/pull/30023
532,342,417
MDExOlB1bGxSZXF1ZXN0MzQ4NjExODA0
30,023
f-string update for core.base.
{ "avatar_url": "https://avatars.githubusercontent.com/u/3190399?v=4", "events_url": "https://api.github.com/users/dplutcho/events{/privacy}", "followers_url": "https://api.github.com/users/dplutcho/followers", "following_url": "https://api.github.com/users/dplutcho/following{/other_user}", "gists_url": "http...
[ { "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": "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...
3
2019-12-03T23:42:41Z
2019-12-04T13:29:13Z
2019-12-04T13:29:09Z
CONTRIBUTOR
null
- [ ] ref #29547 - [ ] tests added / passed - [ ] passes `black pandas` - [ ] 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/30023/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/30023/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/30023.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/30023", "merged_at": "2019-12-04T13:29:09Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/30023.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/30023" }
https://api.github.com/repos/pandas-dev/pandas/issues/30024
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/30024/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/30024/comments
https://api.github.com/repos/pandas-dev/pandas/issues/30024/events
https://github.com/pandas-dev/pandas/pull/30024
532,350,584
MDExOlB1bGxSZXF1ZXN0MzQ4NjE4MzUw
30,024
Type Annotations for df.boxplot
{ "avatar_url": "https://avatars.githubusercontent.com/u/9310790?v=4", "events_url": "https://api.github.com/users/JojoYY/events{/privacy}", "followers_url": "https://api.github.com/users/JojoYY/followers", "following_url": "https://api.github.com/users/JojoYY/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
[]
null
2
2019-12-04T00:04:11Z
2020-01-01T17:22:44Z
2020-01-01T17:22:43Z
NONE
null
- [ ] closes #xxxx - [ ] tests added / passed - [ ] passes `black pandas` - [ ] 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/30024/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/30024/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/30024.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/30024", "merged_at": null, "patch_url": "https://github.com/pandas-dev/pandas/pull/30024.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/30024" }
https://api.github.com/repos/pandas-dev/pandas/issues/30025
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/30025/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/30025/comments
https://api.github.com/repos/pandas-dev/pandas/issues/30025/events
https://github.com/pandas-dev/pandas/pull/30025
532,357,316
MDExOlB1bGxSZXF1ZXN0MzQ4NjIzNzA4
30,025
f strings in core/series
{ "avatar_url": "https://avatars.githubusercontent.com/u/22759707?v=4", "events_url": "https://api.github.com/users/donehower/events{/privacy}", "followers_url": "https://api.github.com/users/donehower/followers", "following_url": "https://api.github.com/users/donehower/following{/other_user}", "gists_url": "...
[ { "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": "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...
2
2019-12-04T00:21:33Z
2019-12-05T06:31:35Z
2019-12-05T06:31:24Z
CONTRIBUTOR
null
- [ ] references #29547 - [ ] tests added / passed - [ ] passes `black pandas` - [ ] 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/30025/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/30025/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/30025.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/30025", "merged_at": "2019-12-05T06:31:24Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/30025.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/30025" }
https://api.github.com/repos/pandas-dev/pandas/issues/30026
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/30026/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/30026/comments
https://api.github.com/repos/pandas-dev/pandas/issues/30026/events
https://github.com/pandas-dev/pandas/pull/30026
532,362,511
MDExOlB1bGxSZXF1ZXN0MzQ4NjI3NjA4
30,026
fstring in io.sql
{ "avatar_url": "https://avatars.githubusercontent.com/u/58490343?v=4", "events_url": "https://api.github.com/users/lexy-lixinyu/events{/privacy}", "followers_url": "https://api.github.com/users/lexy-lixinyu/followers", "following_url": "https://api.github.com/users/lexy-lixinyu/following{/other_user}", "gist...
[ { "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": "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...
5
2019-12-04T00:36:53Z
2019-12-31T09:02:54Z
2019-12-31T09:02:19Z
CONTRIBUTOR
null
- [ ] ref #29547 - [ ] tests added / passed - [ ] passes `black pandas` - [ ] 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/30026/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/30026/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/30026.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/30026", "merged_at": "2019-12-31T09:02:19Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/30026.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/30026" }
https://api.github.com/repos/pandas-dev/pandas/issues/30027
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/30027/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/30027/comments
https://api.github.com/repos/pandas-dev/pandas/issues/30027/events
https://github.com/pandas-dev/pandas/pull/30027
532,367,974
MDExOlB1bGxSZXF1ZXN0MzQ4NjMxODEy
30,027
Updated .format() to f-strings
{ "avatar_url": "https://avatars.githubusercontent.com/u/8119556?v=4", "events_url": "https://api.github.com/users/dlalap/events{/privacy}", "followers_url": "https://api.github.com/users/dlalap/followers", "following_url": "https://api.github.com/users/dlalap/following{/other_user}", "gists_url": "https://ap...
[ { "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": "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-12-04T00:53:10Z
2019-12-05T16:38:41Z
2019-12-05T16:38:12Z
CONTRIBUTOR
null
- [ ] references #29547 - [ ] tests added / passed - [ ] passes `black pandas` - [ ] 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/30027/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/30027/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/30027.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/30027", "merged_at": "2019-12-05T16:38:12Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/30027.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/30027" }
https://api.github.com/repos/pandas-dev/pandas/issues/30028
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/30028/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/30028/comments
https://api.github.com/repos/pandas-dev/pandas/issues/30028/events
https://github.com/pandas-dev/pandas/pull/30028
532,370,978
MDExOlB1bGxSZXF1ZXN0MzQ4NjM0MDU2
30,028
f strings in core/sorting
{ "avatar_url": "https://avatars.githubusercontent.com/u/22759707?v=4", "events_url": "https://api.github.com/users/donehower/events{/privacy}", "followers_url": "https://api.github.com/users/donehower/followers", "following_url": "https://api.github.com/users/donehower/following{/other_user}", "gists_url": "...
[ { "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": "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...
2
2019-12-04T01:02:14Z
2019-12-04T23:11:51Z
2019-12-04T23:11:45Z
CONTRIBUTOR
null
- [ ] references #29547 - [ ] tests added / passed - [ ] passes `black pandas` - [ ] 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/30028/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/30028/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/30028.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/30028", "merged_at": "2019-12-04T23:11:45Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/30028.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/30028" }
https://api.github.com/repos/pandas-dev/pandas/issues/30029
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/30029/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/30029/comments
https://api.github.com/repos/pandas-dev/pandas/issues/30029/events
https://github.com/pandas-dev/pandas/pull/30029
532,386,825
MDExOlB1bGxSZXF1ZXN0MzQ4NjQ2Njkw
30,029
REF: collect attribute-setting at the end of create_axes
{ "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": "5319e7", "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...
2
2019-12-04T01:42:28Z
2019-12-04T19:32:52Z
2019-12-04T18:47:30Z
MEMBER
null
Ideally we wouldn't be altering `self` inplace at all, but we can make this a lot easier to reason about by collecting all of the attribute-setting at the end of the create_axes call. `self.non_index_axes` I couldn't get all the way to the end of the call without a more invasive edit, which ill save for a separate 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/30029/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/30029/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/30029.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/30029", "merged_at": "2019-12-04T18:47:30Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/30029.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/30029" }
https://api.github.com/repos/pandas-dev/pandas/issues/30030
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/30030/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/30030/comments
https://api.github.com/repos/pandas-dev/pandas/issues/30030/events
https://github.com/pandas-dev/pandas/issues/30030
532,412,210
MDU6SXNzdWU1MzI0MTIyMTA=
30,030
CI: numpy 1.18 deprecating automatic object dtype
{ "avatar_url": "https://avatars.githubusercontent.com/u/8078968?v=4", "events_url": "https://api.github.com/users/jbrockmendel/events{/privacy}", "followers_url": "https://api.github.com/users/jbrockmendel/followers", "following_url": "https://api.github.com/users/jbrockmendel/following{/other_user}", "gists...
[ { "color": "a2bca7", "default": false, "description": "Continuous Integration", "id": 48070600, "name": "CI", "node_id": "MDU6TGFiZWw0ODA3MDYwMA==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/CI" }, { "color": "d93f0b", "default": false, "description": ...
open
false
null
[]
null
0
2019-12-04T02:46:54Z
2021-07-23T05:25:04Z
null
MEMBER
null
The npdev build is failing again, the warnings produced are of the form: ``` > return PandasArray(np.array([np.nan, (1,)])) E DeprecationWarning: Creating an ndarray with automatic object dtype is deprecated, use dtype=object if you intended it, otherwise specify an exact dtype ```
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/30030/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/30030/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/30031
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/30031/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/30031/comments
https://api.github.com/repos/pandas-dev/pandas/issues/30031/events
https://github.com/pandas-dev/pandas/issues/30031
532,414,158
MDU6SXNzdWU1MzI0MTQxNTg=
30,031
CI: Flakey Test
{ "avatar_url": "https://avatars.githubusercontent.com/u/16733618?v=4", "events_url": "https://api.github.com/users/alimcmaster1/events{/privacy}", "followers_url": "https://api.github.com/users/alimcmaster1/followers", "following_url": "https://api.github.com/users/alimcmaster1/following{/other_user}", "gist...
[ { "color": "06909A", "default": false, "description": "IO issues that don't fit into a more specific label", "id": 2301354, "name": "IO Data", "node_id": "MDU6TGFiZWwyMzAxMzU0", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/IO%20Data" }, { "color": "a2bca7", "...
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...
0
2019-12-04T02:53:14Z
2019-12-06T03:11:12Z
2019-12-06T03:11:12Z
CONTRIBUTOR
null
https://dev.azure.com/pandas-dev/pandas/_build/results?buildId=22330 Below test fails when ResourceWarnings are raised ``` ______________ test_chunks_have_consistent_numerical_type[python] ______________ [gw1] linux -- Python 3.6.1 /home/vsts/miniconda3/envs/pandas-dev/bin/python all_parsers = <pandas.tests....
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/30031/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/30031/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/30032
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/30032/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/30032/comments
https://api.github.com/repos/pandas-dev/pandas/issues/30032/events
https://github.com/pandas-dev/pandas/pull/30032
532,431,301
MDExOlB1bGxSZXF1ZXN0MzQ4NjgwMDE1
30,032
changed "fun !r" -> "repr(fun)"
{ "avatar_url": "https://avatars.githubusercontent.com/u/33771969?v=4", "events_url": "https://api.github.com/users/souravs17031999/events{/privacy}", "followers_url": "https://api.github.com/users/souravs17031999/followers", "following_url": "https://api.github.com/users/souravs17031999/following{/other_user}"...
[ { "color": "eb6420", "default": false, "description": "Code style, linting, code_checks", "id": 106935113, "name": "Code Style", "node_id": "MDU6TGFiZWwxMDY5MzUxMTM=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Code%20Style" } ]
closed
false
null
[]
{ "closed_at": "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...
3
2019-12-04T03:46:10Z
2020-03-28T14:00:02Z
2019-12-04T13:25:03Z
CONTRIBUTOR
null
As described in the following issue , usage of !r is currently redundant and so changing to f strings in place of it. - [x] ref https://github.com/pandas-dev/pandas/issues/29886 - [x] tests added / passed - [x] passes `black pandas` - [x] passes `git diff upstream/master -u -- "*.py" | flake8 --diff` - [x] what...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/30032/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/30032/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/30032.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/30032", "merged_at": "2019-12-04T13:25:03Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/30032.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/30032" }
https://api.github.com/repos/pandas-dev/pandas/issues/30033
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/30033/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/30033/comments
https://api.github.com/repos/pandas-dev/pandas/issues/30033/events
https://github.com/pandas-dev/pandas/pull/30033
532,444,208
MDExOlB1bGxSZXF1ZXN0MzQ4Njg5NTE0
30,033
revert openpyxl test changes
{ "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" } ]
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...
3
2019-12-04T04:33:56Z
2019-12-04T13:24:26Z
2019-12-04T13:24:23Z
MEMBER
null
follow up to #30009 - thanks @jbrockmendel for fixing it and sorry I wasn't able to review more. I *think* the root cause though is just defusedxml being installed alongside things, which is only prevalent in our 3.6 build. pinning openpyxl version alone I think is fine, but let's see...note that this same defusedxm...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/30033/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/30033/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/30033.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/30033", "merged_at": "2019-12-04T13:24:23Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/30033.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/30033" }
https://api.github.com/repos/pandas-dev/pandas/issues/30034
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/30034/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/30034/comments
https://api.github.com/repos/pandas-dev/pandas/issues/30034/events
https://github.com/pandas-dev/pandas/pull/30034
532,452,909
MDExOlB1bGxSZXF1ZXN0MzQ4Njk2MjAy
30,034
BUG: unclosed file warning when passing invalid encoding
{ "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": "0052cc", "default": false, "description": "pandas objects compatability with Numpy or Python functions", "id": 76865106, "name": "Compat", "node_id": "MDU6TGFiZWw3Njg2NTEwNg==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Compat" } ]
closed
false
null
[]
{ "closed_at": "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...
6
2019-12-04T05:05:52Z
2019-12-05T16:08:07Z
2019-12-05T12:57:15Z
MEMBER
null
This isn't directly related to #30031 but might solve it if the problem there is unclosed files piling up. TL;DR: the actual problem is in the stdlib `codecs.open`: ``` def open(filename, mode='r', encoding=None, errors='strict', buffering=1): if encoding is not None and 'b' not in mode: mode = mod...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/30034/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/30034/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/30034.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/30034", "merged_at": "2019-12-05T12:57:15Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/30034.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/30034" }
https://api.github.com/repos/pandas-dev/pandas/issues/30035
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/30035/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/30035/comments
https://api.github.com/repos/pandas-dev/pandas/issues/30035/events
https://github.com/pandas-dev/pandas/pull/30035
532,464,692
MDExOlB1bGxSZXF1ZXN0MzQ4NzA1ODM2
30,035
COMPAT: np 1.18 wants explicit dtype=object)
{ "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": "0052cc", "default": false, "description": "pandas objects compatability with Numpy or Python functions", "id": 76865106, "name": "Compat", "node_id": "MDU6TGFiZWw3Njg2NTEwNg==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Compat" } ]
closed
false
null
[]
{ "closed_at": "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...
19
2019-12-04T05:47:02Z
2020-01-13T22:02:44Z
2019-12-18T21:26:14Z
MEMBER
null
xref #30030, xref https://github.com/numpy/numpy/issues/15041, https://github.com/numpy/numpy/issues/15045 ATM we have 85 tests in the npdev build failing, this gets it down to 14 (at least for me locally).
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/30035/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/30035/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/30035.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/30035", "merged_at": null, "patch_url": "https://github.com/pandas-dev/pandas/pull/30035.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/30035" }
https://api.github.com/repos/pandas-dev/pandas/issues/30036
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/30036/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/30036/comments
https://api.github.com/repos/pandas-dev/pandas/issues/30036/events
https://github.com/pandas-dev/pandas/pull/30036
532,483,201
MDExOlB1bGxSZXF1ZXN0MzQ4NzIxMDU3
30,036
Removed CParserError
{ "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": "5319e7", "default": false, "description": "read_csv, to_csv", "id": 47229171, "name": "IO CSV", "node_id": "MDU6TGFiZWw0NzIyOTE3MQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/IO%20CSV" }, { "color": "fbca04", "default": false, "descriptio...
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...
2
2019-12-04T06:43:12Z
2019-12-04T13:31:40Z
2019-12-04T13:31:37Z
MEMBER
null
I think this is legacy stuff @gfyoung
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/30036/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/30036/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/30036.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/30036", "merged_at": "2019-12-04T13:31:36Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/30036.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/30036" }
https://api.github.com/repos/pandas-dev/pandas/issues/30037
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/30037/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/30037/comments
https://api.github.com/repos/pandas-dev/pandas/issues/30037/events
https://github.com/pandas-dev/pandas/issues/30037
532,516,877
MDU6SXNzdWU1MzI1MTY4Nzc=
30,037
ENH: add mask-aware implementation of factorize algos
{ "avatar_url": "https://avatars.githubusercontent.com/u/1020496?v=4", "events_url": "https://api.github.com/users/jorisvandenbossche/events{/privacy}", "followers_url": "https://api.github.com/users/jorisvandenbossche/followers", "following_url": "https://api.github.com/users/jorisvandenbossche/following{/othe...
[ { "color": "4E9A06", "default": false, "description": null, "id": 76812, "name": "Enhancement", "node_id": "MDU6TGFiZWw3NjgxMg==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Enhancement" }, { "color": "eb6420", "default": false, "description": "Non-arit...
open
false
null
[]
{ "closed_at": null, "closed_issues": 786, "created_at": "2015-01-13T10:53:19Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/jreback/followers", ...
1
2019-12-04T08:11:44Z
2020-01-30T12:46:38Z
null
MEMBER
null
Now we start to have mask-based dtypes/arrays (integer, boolean), we should also look into making our algos work with such masked arrays. An example for which we could explore this is `factorize` / `unique`. Currently, BooleanArray and IntegerArray need to convert their masked array into a single numpy array using ...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/30037/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/30037/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/30038
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/30038/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/30038/comments
https://api.github.com/repos/pandas-dev/pandas/issues/30038/events
https://github.com/pandas-dev/pandas/issues/30038
532,526,115
MDU6SXNzdWU1MzI1MjYxMTU=
30,038
API: how to handle NA in conversion to numpy arrays
{ "avatar_url": "https://avatars.githubusercontent.com/u/1020496?v=4", "events_url": "https://api.github.com/users/jorisvandenbossche/events{/privacy}", "followers_url": "https://api.github.com/users/jorisvandenbossche/followers", "following_url": "https://api.github.com/users/jorisvandenbossche/following{/othe...
[ { "color": "d7e102", "default": false, "description": "np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate", "id": 2822342, "name": "Missing-data", "node_id": "MDU6TGFiZWwyODIyMzQy", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Missing-data" }, { "color": "AD7FA8"...
closed
false
null
[]
{ "closed_at": "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...
20
2019-12-04T08:31:24Z
2020-04-15T09:57:57Z
2020-01-08T04:36:33Z
MEMBER
null
In https://github.com/pandas-dev/pandas/pull/29964 and https://github.com/pandas-dev/pandas/pull/29961(using NA in IntegerArray and BooleanArray), the question comes up how to handle `pd.NA`'s in conversion to numpy arrays. Such conversion occurs mainly in `__array__` (for `np.(as)array(..)`) and `.astype()`. For ex...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/30038/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/30038/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/30039
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/30039/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/30039/comments
https://api.github.com/repos/pandas-dev/pandas/issues/30039/events
https://github.com/pandas-dev/pandas/pull/30039
532,541,424
MDExOlB1bGxSZXF1ZXN0MzQ4NzY5MDY3
30,039
CI: ensure proper coverage of different pyarrow versions
{ "avatar_url": "https://avatars.githubusercontent.com/u/1020496?v=4", "events_url": "https://api.github.com/users/jorisvandenbossche/events{/privacy}", "followers_url": "https://api.github.com/users/jorisvandenbossche/followers", "following_url": "https://api.github.com/users/jorisvandenbossche/following{/othe...
[ { "color": "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": "d93f0b", "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...
4
2019-12-04T09:03:20Z
2019-12-04T13:54:58Z
2019-12-04T13:10:25Z
MEMBER
null
Closes https://github.com/pandas-dev/pandas/issues/29223, closes https://github.com/pandas-dev/pandas/issues/26716
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/30039/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/30039/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/30039.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/30039", "merged_at": "2019-12-04T13:10:24Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/30039.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/30039" }
https://api.github.com/repos/pandas-dev/pandas/issues/30040
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/30040/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/30040/comments
https://api.github.com/repos/pandas-dev/pandas/issues/30040/events
https://github.com/pandas-dev/pandas/issues/30040
532,548,664
MDU6SXNzdWU1MzI1NDg2NjQ=
30,040
CI: the printing of skipped tests is broken
{ "avatar_url": "https://avatars.githubusercontent.com/u/1020496?v=4", "events_url": "https://api.github.com/users/jorisvandenbossche/events{/privacy}", "followers_url": "https://api.github.com/users/jorisvandenbossche/followers", "following_url": "https://api.github.com/users/jorisvandenbossche/following{/othe...
[ { "color": "a2bca7", "default": false, "description": "Continuous Integration", "id": 48070600, "name": "CI", "node_id": "MDU6TGFiZWw0ODA3MDYwMA==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/CI" }, { "color": "0e8a16", "default": true, "description": n...
closed
false
null
[]
{ "closed_at": "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...
2
2019-12-04T09:17:05Z
2019-12-04T13:21:58Z
2019-12-04T13:21:45Z
MEMBER
null
I see this in the output on Azure: ``` ========================== Starting Command Output =========================== [command]"C:\Program Files\Git\bin\bash.exe" --noprofile --norc /d/a/_temp/4c06be83-acbe-437b-9d19-6bc54dadfbe7.sh SKIPPED TESTS: ##[section]Finishing: Print skipped tests ``` while there d...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/30040/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/30040/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/30041
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/30041/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/30041/comments
https://api.github.com/repos/pandas-dev/pandas/issues/30041/events
https://github.com/pandas-dev/pandas/issues/30041
532,611,142
MDU6SXNzdWU1MzI2MTExNDI=
30,041
arm64 CI takes too much time to complete .
{ "avatar_url": "https://avatars.githubusercontent.com/u/39188636?v=4", "events_url": "https://api.github.com/users/ossdev07/events{/privacy}", "followers_url": "https://api.github.com/users/ossdev07/followers", "following_url": "https://api.github.com/users/ossdev07/following{/other_user}", "gists_url": "htt...
[ { "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" } ]
closed
false
null
[]
null
13
2019-12-04T11:03:00Z
2021-01-02T04:38:39Z
2021-01-02T04:38:39Z
CONTRIBUTOR
null
Hi, I am trying to add support for arm64 in travis CI for Pandas. but unfortunately, all tests are taking more than 50min to complete and hence, travis shows up : `The job exceeded the maximum time limit for jobs, and has been terminated.` I have attached the logs here: [travis-ci-test.txt](https://github.com/pand...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/30041/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/30041/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/30042
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/30042/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/30042/comments
https://api.github.com/repos/pandas-dev/pandas/issues/30042/events
https://github.com/pandas-dev/pandas/issues/30042
532,625,886
MDU6SXNzdWU1MzI2MjU4ODY=
30,042
Possible bug in indexing
{ "avatar_url": "https://avatars.githubusercontent.com/u/6943308?v=4", "events_url": "https://api.github.com/users/varunpatro/events{/privacy}", "followers_url": "https://api.github.com/users/varunpatro/followers", "following_url": "https://api.github.com/users/varunpatro/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-12-04T11:31:46Z
2019-12-04T11:46:56Z
2019-12-04T11:46:43Z
NONE
null
#### Code Sample ```python import pandas x = pandas.Series(range(4)) x[::2][1] ``` This raises the following error: ``` --------------------------------------------------------------------------- KeyError Traceback (most recent call last) <ipython-input-104-1e3011e95...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/30042/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/30042/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/30043
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/30043/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/30043/comments
https://api.github.com/repos/pandas-dev/pandas/issues/30043/events
https://github.com/pandas-dev/pandas/issues/30043
532,635,047
MDU6SXNzdWU1MzI2MzUwNDc=
30,043
CI: numpydev is failing
{ "avatar_url": "https://avatars.githubusercontent.com/u/1312546?v=4", "events_url": "https://api.github.com/users/TomAugspurger/events{/privacy}", "followers_url": "https://api.github.com/users/TomAugspurger/followers", "following_url": "https://api.github.com/users/TomAugspurger/following{/other_user}", "gi...
[ { "color": "a2bca7", "default": false, "description": "Continuous Integration", "id": 48070600, "name": "CI", "node_id": "MDU6TGFiZWw0ODA3MDYwMA==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/CI" } ]
closed
false
null
[]
null
5
2019-12-04T11:50:53Z
2019-12-27T17:10:16Z
2019-12-27T17:10:16Z
CONTRIBUTOR
null
``` ==================================== ERRORS ==================================== _____ ERROR at setup of TestCasting.test_astype_object_series[data-object] _____ [gw1] linux -- Python 3.7.5 /home/vsts/miniconda3/envs/pandas-dev/bin/python allow_in_pandas = None, dtype = PandasDtype('object') @pytest.fi...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/30043/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/30043/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/30044
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/30044/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/30044/comments
https://api.github.com/repos/pandas-dev/pandas/issues/30044/events
https://github.com/pandas-dev/pandas/pull/30044
532,663,916
MDExOlB1bGxSZXF1ZXN0MzQ4ODcxMzAx
30,044
CI: Fix print skipped tests
{ "avatar_url": "https://avatars.githubusercontent.com/u/10058240?v=4", "events_url": "https://api.github.com/users/datapythonista/events{/privacy}", "followers_url": "https://api.github.com/users/datapythonista/followers", "following_url": "https://api.github.com/users/datapythonista/following{/other_user}", ...
[ { "color": "a2bca7", "default": false, "description": "Continuous Integration", "id": 48070600, "name": "CI", "node_id": "MDU6TGFiZWw0ODA3MDYwMA==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/CI" } ]
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...
2
2019-12-04T12:50:41Z
2019-12-04T13:30:51Z
2019-12-04T13:21:46Z
MEMBER
null
- [X] closes #30040 - [ ] tests added / passed - [ ] passes `black pandas` - [ ] passes `git diff upstream/master -u -- "*.py" | flake8 --diff` - [ ] whatsnew entry Looks like the format of the junit file that pytest generates has changed, and now tests are inside a `testsuite` tag, which makes the script to not...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/30044/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/30044/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/30044.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/30044", "merged_at": "2019-12-04T13:21:45Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/30044.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/30044" }
https://api.github.com/repos/pandas-dev/pandas/issues/30045
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/30045/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/30045/comments
https://api.github.com/repos/pandas-dev/pandas/issues/30045/events
https://github.com/pandas-dev/pandas/issues/30045
532,680,828
MDU6SXNzdWU1MzI2ODA4Mjg=
30,045
Thousands separator for to_csv
{ "avatar_url": "https://avatars.githubusercontent.com/u/1964655?v=4", "events_url": "https://api.github.com/users/ghisvail/events{/privacy}", "followers_url": "https://api.github.com/users/ghisvail/followers", "following_url": "https://api.github.com/users/ghisvail/following{/other_user}", "gists_url": "http...
[ { "color": "4E9A06", "default": false, "description": null, "id": 76812, "name": "Enhancement", "node_id": "MDU6TGFiZWw3NjgxMg==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Enhancement" }, { "color": "5319e7", "default": false, "description": "read_csv...
open
false
null
[]
null
6
2019-12-04T13:20:44Z
2021-07-23T05:26:00Z
null
NONE
null
Pandas exposes a `thousands` optional parameter to `read_csv` used to specify a custom thousands separator, so that `1,000` or `1_000` can be successfully parsed to a numeral in the resulting DataFrame. Unfortunately, Pandas is missing the very same parameter for `to_csv`, so that a DataFrame containing `1000` ends ...
{ "+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/30045/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/30045/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/30046
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/30046/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/30046/comments
https://api.github.com/repos/pandas-dev/pandas/issues/30046/events
https://github.com/pandas-dev/pandas/issues/30046
532,682,538
MDU6SXNzdWU1MzI2ODI1Mzg=
30,046
NO TABLES FOUND IN domain searchers
{ "avatar_url": "https://avatars.githubusercontent.com/u/52369876?v=4", "events_url": "https://api.github.com/users/YashKarthik/events{/privacy}", "followers_url": "https://api.github.com/users/YashKarthik/followers", "following_url": "https://api.github.com/users/YashKarthik/following{/other_user}", "gists_u...
[]
closed
false
null
[]
null
4
2019-12-04T13:23:51Z
2019-12-10T02:24:33Z
2019-12-10T02:24:07Z
NONE
null
`import` `webbrowser` `import` `urllib3` `import` `urllib.parse` `import` `lxml.html` `as` `lh` `from` `bs4` `import` `BeautifulSoup` `import` `requests` `import` `pandas` `as pd` `with requests.Session() as c:` `url=("https://viewdns.info/reversewhois/?")` ` reg_name = input("enter registrant name")` ...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/30046/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/30046/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/30047
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/30047/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/30047/comments
https://api.github.com/repos/pandas-dev/pandas/issues/30047/events
https://github.com/pandas-dev/pandas/issues/30047
532,690,023
MDU6SXNzdWU1MzI2OTAwMjM=
30,047
Indexing fully 0-filled SparseArrays produces Nan-filled SparseArrays
{ "avatar_url": "https://avatars.githubusercontent.com/u/55785105?v=4", "events_url": "https://api.github.com/users/DrDaDe/events{/privacy}", "followers_url": "https://api.github.com/users/DrDaDe/followers", "following_url": "https://api.github.com/users/DrDaDe/following{/other_user}", "gists_url": "https://a...
[]
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-12-04T13:37:15Z
2019-12-04T13:45:39Z
2019-12-04T13:45:31Z
NONE
null
#### Code Sample, a copy-pastable example if possible ```python import pandas as pd x = {"A": [1, 2, 3, 4, 5], "B": [0, 1, 0, 1, 0], "C": [0, 0, 0, 0, 0], "Bsp": pd.SparseArray([0, 1, 0, 1, 0], fill_value=0), "Csp": pd.SparseArray([0, 0, 0, 0, 0], fill_value=0) } xpd = pd.DataFrame(x) ...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/30047/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/30047/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/30048
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/30048/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/30048/comments
https://api.github.com/repos/pandas-dev/pandas/issues/30048/events
https://github.com/pandas-dev/pandas/pull/30048
532,695,457
MDExOlB1bGxSZXF1ZXN0MzQ4ODk3Njc1
30,048
27820 clarify that read parquet accepts a directory path
{ "avatar_url": "https://avatars.githubusercontent.com/u/34459766?v=4", "events_url": "https://api.github.com/users/HawkinsBA/events{/privacy}", "followers_url": "https://api.github.com/users/HawkinsBA/followers", "following_url": "https://api.github.com/users/HawkinsBA/following{/other_user}", "gists_url": "...
[ { "color": "3465A4", "default": false, "description": null, "id": 134699, "name": "Docs", "node_id": "MDU6TGFiZWwxMzQ2OTk=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Docs" }, { "color": "5319e7", "default": false, "description": "parquet, feather", ...
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...
3
2019-12-04T13:46:58Z
2019-12-08T17:39:44Z
2019-12-08T17:39:41Z
CONTRIBUTOR
null
- [x] closes #27820 - [ ] tests added / passed - [x] passes `black pandas` - [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/30048/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/30048/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/30048.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/30048", "merged_at": "2019-12-08T17:39:41Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/30048.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/30048" }
https://api.github.com/repos/pandas-dev/pandas/issues/30049
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/30049/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/30049/comments
https://api.github.com/repos/pandas-dev/pandas/issues/30049/events
https://github.com/pandas-dev/pandas/pull/30049
532,705,522
MDExOlB1bGxSZXF1ZXN0MzQ4OTA1OTA0
30,049
CI: disable numpydev job
{ "avatar_url": "https://avatars.githubusercontent.com/u/1312546?v=4", "events_url": "https://api.github.com/users/TomAugspurger/events{/privacy}", "followers_url": "https://api.github.com/users/TomAugspurger/followers", "following_url": "https://api.github.com/users/TomAugspurger/following{/other_user}", "gi...
[ { "color": "a2bca7", "default": false, "description": "Continuous Integration", "id": 48070600, "name": "CI", "node_id": "MDU6TGFiZWw0ODA3MDYwMA==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/CI" } ]
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...
5
2019-12-04T14:03:52Z
2019-12-04T16:51:43Z
2019-12-04T16:41:35Z
CONTRIBUTOR
null
xref https://github.com/pandas-dev/pandas/issues/30043. Will take some time to fix all these cases.
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/30049/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/30049/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/30049.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/30049", "merged_at": "2019-12-04T16:41:34Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/30049.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/30049" }
https://api.github.com/repos/pandas-dev/pandas/issues/30050
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/30050/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/30050/comments
https://api.github.com/repos/pandas-dev/pandas/issues/30050/events
https://github.com/pandas-dev/pandas/issues/30050
532,709,149
MDU6SXNzdWU1MzI3MDkxNDk=
30,050
TypeError in to_datetime when passing Int64 column
{ "avatar_url": "https://avatars.githubusercontent.com/u/48946947?v=4", "events_url": "https://api.github.com/users/sanderland/events{/privacy}", "followers_url": "https://api.github.com/users/sanderland/followers", "following_url": "https://api.github.com/users/sanderland/following{/other_user}", "gists_url"...
[ { "color": "AFEEEE", "default": false, "description": null, "id": 211840, "name": "Timeseries", "node_id": "MDU6TGFiZWwyMTE4NDA=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Timeseries" }, { "color": "e102d8", "default": false, "description": "Unexpecte...
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-12-04T14:10:14Z
2020-01-02T20:38:41Z
2020-01-02T20:38:41Z
CONTRIBUTOR
null
#### Code Sample ```python df = pd.DataFrame({'a':[1,2,3]}) df.a = df.a.astype("Int64") pd.to_datetime(df.a, unit='ms') ``` #### Problem description When a nullable int type is used, to_datetime gives the error: `TypeError: Argument 'values' has incorrect type (expected numpy.ndarray, got IntegerArray)` ...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/30050/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/30050/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/30051
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/30051/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/30051/comments
https://api.github.com/repos/pandas-dev/pandas/issues/30051/events
https://github.com/pandas-dev/pandas/issues/30051
532,747,600
MDU6SXNzdWU1MzI3NDc2MDA=
30,051
read_sas floating point error (SAS version 6)
{ "avatar_url": "https://avatars.githubusercontent.com/u/38860090?v=4", "events_url": "https://api.github.com/users/blumdrew/events{/privacy}", "followers_url": "https://api.github.com/users/blumdrew/followers", "following_url": "https://api.github.com/users/blumdrew/following{/other_user}", "gists_url": "htt...
[ { "color": "e10c02", "default": false, "description": null, "id": 76811, "name": "Bug", "node_id": "MDU6TGFiZWw3NjgxMQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug" }, { "color": "5319e7", "default": false, "description": "SAS: read_sas", "id"...
closed
false
null
[]
null
3
2019-12-04T15:11:01Z
2021-11-06T00:54:49Z
2021-07-23T05:31:15Z
NONE
null
I've found a bug in read_sas, where on certain fields, 0.0 (floats) are read in as 5.397605e-79 (lowest IBM float value). >>> df1 = pd.read_sas('fname.xpt') >>> df1['column_1'] 0 5.397605e-79 1 5.397605e-79 2 5.397605e-79 3 5.397605e-79 4 5.397605e-79 ......
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/30051/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/30051/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/30052
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/30052/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/30052/comments
https://api.github.com/repos/pandas-dev/pandas/issues/30052/events
https://github.com/pandas-dev/pandas/pull/30052
532,786,707
MDExOlB1bGxSZXF1ZXN0MzQ4OTcyMTI2
30,052
CI: fix mypy error
{ "avatar_url": "https://avatars.githubusercontent.com/u/13159005?v=4", "events_url": "https://api.github.com/users/simonjayhawkins/events{/privacy}", "followers_url": "https://api.github.com/users/simonjayhawkins/followers", "following_url": "https://api.github.com/users/simonjayhawkins/following{/other_user}"...
[ { "color": "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": "ea91a4", "default": false, "description": ...
closed
false
null
[]
null
3
2019-12-04T16:13:20Z
2019-12-04T16:57:10Z
2019-12-04T16:57:09Z
MEMBER
null
`pandas/core/generic.py:9138: error: Item "None" of "Optional[DateOffset]" has no attribute "rule_code"` https://github.com/pandas-dev/pandas/runs/333145832
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/30052/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/30052/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/30052.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/30052", "merged_at": null, "patch_url": "https://github.com/pandas-dev/pandas/pull/30052.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/30052" }
https://api.github.com/repos/pandas-dev/pandas/issues/30053
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/30053/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/30053/comments
https://api.github.com/repos/pandas-dev/pandas/issues/30053/events
https://github.com/pandas-dev/pandas/issues/30053
532,787,813
MDU6SXNzdWU1MzI3ODc4MTM=
30,053
`MultiIndex.get_loc` throws `KeyError` under specific circumstances
{ "avatar_url": "https://avatars.githubusercontent.com/u/4410314?v=4", "events_url": "https://api.github.com/users/p-himik/events{/privacy}", "followers_url": "https://api.github.com/users/p-himik/followers", "following_url": "https://api.github.com/users/p-himik/following{/other_user}", "gists_url": "https:/...
[ { "color": "0b02e1", "default": false, "description": "Related to indexing on series/frames, not to indexes themselves", "id": 2822098, "name": "Indexing", "node_id": "MDU6TGFiZWwyODIyMDk4", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Indexing" }, { "color": "20...
closed
false
null
[]
{ "closed_at": "2020-12-26T13:57:50Z", "closed_issues": 1768, "created_at": "2020-05-29T23:47:32Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/j...
1
2019-12-04T16:15:08Z
2020-10-20T02:08:30Z
2020-10-20T02:08:30Z
NONE
null
#### Code Sample, a copy-pastable example if possible ```python from pandas import MultiIndex key = ('a', 7) idx = MultiIndex(levels=[['a'], [0, 7], [1]], codes=[[0, 0], [1, 0], [0, 0]], names=['x', 'y', 'z'], sortorder=0) idx.get_loc(key) ``` #### Prob...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/30053/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/30053/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/30054
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/30054/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/30054/comments
https://api.github.com/repos/pandas-dev/pandas/issues/30054/events
https://github.com/pandas-dev/pandas/pull/30054
532,794,393
MDExOlB1bGxSZXF1ZXN0MzQ4OTc4NDMx
30,054
DOC: Style format
{ "avatar_url": "https://avatars.githubusercontent.com/u/50263213?v=4", "events_url": "https://api.github.com/users/ShaharNaveh/events{/privacy}", "followers_url": "https://api.github.com/users/ShaharNaveh/followers", "following_url": "https://api.github.com/users/ShaharNaveh/following{/other_user}", "gists_u...
[ { "color": "3465A4", "default": false, "description": null, "id": 134699, "name": "Docs", "node_id": "MDU6TGFiZWwxMzQ2OTk=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Docs" } ]
closed
false
null
[]
{ "closed_at": "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...
2
2019-12-04T16:25:51Z
2019-12-07T09:09:18Z
2019-12-06T21:40:49Z
MEMBER
null
- [ ] closes #xxxx - [x] tests added / passed - [x] passes `black pandas` - [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/30054/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/30054/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/30054.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/30054", "merged_at": null, "patch_url": "https://github.com/pandas-dev/pandas/pull/30054.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/30054" }
https://api.github.com/repos/pandas-dev/pandas/issues/30055
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/30055/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/30055/comments
https://api.github.com/repos/pandas-dev/pandas/issues/30055/events
https://github.com/pandas-dev/pandas/pull/30055
532,828,665
MDExOlB1bGxSZXF1ZXN0MzQ5MDA2Nzg4
30,055
STY: "{foo!r}" -> "{repr(foo)}"
{ "avatar_url": "https://avatars.githubusercontent.com/u/50263213?v=4", "events_url": "https://api.github.com/users/ShaharNaveh/events{/privacy}", "followers_url": "https://api.github.com/users/ShaharNaveh/followers", "following_url": "https://api.github.com/users/ShaharNaveh/following{/other_user}", "gists_u...
[ { "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": "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-12-04T17:25:38Z
2019-12-05T15:14:49Z
2019-12-04T18:50:43Z
MEMBER
null
- [x] ref #29886 - [ ] tests added / passed - [x] passes `black pandas` - [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/30055/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/30055/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/30055.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/30055", "merged_at": "2019-12-04T18:50:43Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/30055.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/30055" }
https://api.github.com/repos/pandas-dev/pandas/issues/30056
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/30056/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/30056/comments
https://api.github.com/repos/pandas-dev/pandas/issues/30056/events
https://github.com/pandas-dev/pandas/issues/30056
532,833,346
MDU6SXNzdWU1MzI4MzMzNDY=
30,056
DOC: Documentation for MultiIndex.get_locs() is missing in v0.25 docs
{ "avatar_url": "https://avatars.githubusercontent.com/u/15113894?v=4", "events_url": "https://api.github.com/users/Dr-Irv/events{/privacy}", "followers_url": "https://api.github.com/users/Dr-Irv/followers", "following_url": "https://api.github.com/users/Dr-Irv/following{/other_user}", "gists_url": "https://a...
[ { "color": "3465A4", "default": false, "description": null, "id": 134699, "name": "Docs", "node_id": "MDU6TGFiZWwxMzQ2OTk=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Docs" }, { "color": "207de5", "default": false, "description": null, "id": 712683...
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-12-04T17:35:00Z
2019-12-12T11:55:02Z
2019-12-12T11:55:02Z
CONTRIBUTOR
null
#### Problem description The documentation for `MultiIndex.get_locs()` is missing in v0.25 docs (at least since v0.23?) It is referred to here: https://pandas.pydata.org/pandas-docs/stable/reference/api/pandas.MultiIndex.get_loc.html And it existed in v0.22: https://pandas.pydata.org/pandas-docs/version/0.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/30056/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/30056/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/30057
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/30057/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/30057/comments
https://api.github.com/repos/pandas-dev/pandas/issues/30057/events
https://github.com/pandas-dev/pandas/issues/30057
532,844,668
MDU6SXNzdWU1MzI4NDQ2Njg=
30,057
Resampling on index and column after groupby give different results
{ "avatar_url": "https://avatars.githubusercontent.com/u/3497361?v=4", "events_url": "https://api.github.com/users/danguetta/events{/privacy}", "followers_url": "https://api.github.com/users/danguetta/followers", "following_url": "https://api.github.com/users/danguetta/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": "729FCF", "default": false, "description": null, "id": 233160, ...
open
false
null
[]
null
0
2019-12-04T17:58:35Z
2020-05-11T19:19:47Z
null
NONE
null
#### Code Sample, a copy-pastable example if possible This should be copy-pastable and self-contained: ```python import pandas as pd get_df = lambda : pd.DataFrame( {'DATETIME' : pd.to_datetime(['2018-01-01 11:25:00', '2018-01-01 11:50:00', '2018-01-03 10:30:00' ...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/30057/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/30057/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/30058
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/30058/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/30058/comments
https://api.github.com/repos/pandas-dev/pandas/issues/30058/events
https://github.com/pandas-dev/pandas/pull/30058
532,851,068
MDExOlB1bGxSZXF1ZXN0MzQ5MDI1MjA4
30,058
REF: pytables do string conversion early to set attributes in fewer places
{ "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": "5319e7", "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...
2
2019-12-04T18:12:41Z
2019-12-05T16:09:58Z
2019-12-05T15:39:44Z
MEMBER
null
Next-step following #29979. A lot of work is currently done in set_atom_string (a self-mutating method) that can be done in an earlier, not-mutating call. By making that move, we simplify set_atom quite a bit, and get closer to getting all the attribute-setting into the constructor
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/30058/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/30058/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/30058.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/30058", "merged_at": "2019-12-05T15:39:44Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/30058.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/30058" }
https://api.github.com/repos/pandas-dev/pandas/issues/30059
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/30059/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/30059/comments
https://api.github.com/repos/pandas-dev/pandas/issues/30059/events
https://github.com/pandas-dev/pandas/issues/30059
532,888,448
MDU6SXNzdWU1MzI4ODg0NDg=
30,059
setting value via iloc on a nd.datetime64[ns] column changes values on unrelated rows
{ "avatar_url": "https://avatars.githubusercontent.com/u/1727639?v=4", "events_url": "https://api.github.com/users/tilign/events{/privacy}", "followers_url": "https://api.github.com/users/tilign/followers", "following_url": "https://api.github.com/users/tilign/following{/other_user}", "gists_url": "https://ap...
[ { "color": "009800", "default": false, "description": "Duplicate issue or pull request", "id": 40153326, "name": "Duplicate Report", "node_id": "MDU6TGFiZWw0MDE1MzMyNg==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Duplicate%20Report" } ]
closed
false
null
[]
{ "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-12-04T19:31:38Z
2019-12-05T21:34:23Z
2019-12-05T21:34:15Z
NONE
null
#### Code Sample, a copy-pastable example if possible ```python import pandas as pd import numpy as np idf=pd.DataFrame([np.datetime64(x,'ns') for x in ['2019-09-23 21:12:34.789473126','2019-09-23 21:12:34.980507670']]) print(idf.iloc[:,0]) idf.iloc[1,0] = np.datetime64('now') print(idf.iloc[:,0]) ``` #### 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/30059/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/30059/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/30060
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/30060/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/30060/comments
https://api.github.com/repos/pandas-dev/pandas/issues/30060/events
https://github.com/pandas-dev/pandas/pull/30060
532,890,683
MDExOlB1bGxSZXF1ZXN0MzQ5MDU3Njg1
30,060
STY: fstrings doc/make.py
{ "avatar_url": "https://avatars.githubusercontent.com/u/50263213?v=4", "events_url": "https://api.github.com/users/ShaharNaveh/events{/privacy}", "followers_url": "https://api.github.com/users/ShaharNaveh/followers", "following_url": "https://api.github.com/users/ShaharNaveh/following{/other_user}", "gists_u...
[ { "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": "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-12-04T19:36:19Z
2019-12-05T20:32:43Z
2019-12-05T15:33:51Z
MEMBER
null
- [x] ref #29547 - [x] tests added / passed - [x] passes `black pandas` - [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/30060/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/30060/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/30060.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/30060", "merged_at": "2019-12-05T15:33:51Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/30060.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/30060" }
https://api.github.com/repos/pandas-dev/pandas/issues/30061
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/30061/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/30061/comments
https://api.github.com/repos/pandas-dev/pandas/issues/30061/events
https://github.com/pandas-dev/pandas/pull/30061
532,894,256
MDExOlB1bGxSZXF1ZXN0MzQ5MDYwNzAy
30,061
Replace custom macro with stdlib
{ "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": "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": "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...
5
2019-12-04T19:43:43Z
2019-12-06T17:16:28Z
2019-12-06T17:16:14Z
MEMBER
null
This is part of the C99 standard so I think better to leverage builtin functionality rather than redefine
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/30061/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/30061/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/30061.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/30061", "merged_at": "2019-12-06T17:16:14Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/30061.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/30061" }
https://api.github.com/repos/pandas-dev/pandas/issues/30062
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/30062/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/30062/comments
https://api.github.com/repos/pandas-dev/pandas/issues/30062/events
https://github.com/pandas-dev/pandas/pull/30062
532,898,601
MDExOlB1bGxSZXF1ZXN0MzQ5MDY0MzYz
30,062
API: BooleanArray any/all with NA logic
{ "avatar_url": "https://avatars.githubusercontent.com/u/1020496?v=4", "events_url": "https://api.github.com/users/jorisvandenbossche/events{/privacy}", "followers_url": "https://api.github.com/users/jorisvandenbossche/followers", "following_url": "https://api.github.com/users/jorisvandenbossche/following{/othe...
[ { "color": "AD7FA8", "default": false, "description": null, "id": 35818298, "name": "API Design", "node_id": "MDU6TGFiZWwzNTgxODI5OA==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/API%20Design" } ]
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...
3
2019-12-04T19:53:01Z
2019-12-12T13:24:29Z
2019-12-12T13:24:24Z
MEMBER
null
Closes https://github.com/pandas-dev/pandas/issues/29686 Implementation and tests for `any`/`all` with the updated logic as discussed in the linked issue.
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/30062/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/30062/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/30062.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/30062", "merged_at": "2019-12-12T13:24:24Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/30062.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/30062" }
https://api.github.com/repos/pandas-dev/pandas/issues/30063
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/30063/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/30063/comments
https://api.github.com/repos/pandas-dev/pandas/issues/30063/events
https://github.com/pandas-dev/pandas/issues/30063
532,901,176
MDU6SXNzdWU1MzI5MDExNzY=
30,063
round method fails when columns are CategoricalIndex of IntervalIndex
{ "avatar_url": "https://avatars.githubusercontent.com/u/7226751?v=4", "events_url": "https://api.github.com/users/tdpetrou/events{/privacy}", "followers_url": "https://api.github.com/users/tdpetrou/followers", "following_url": "https://api.github.com/users/tdpetrou/following{/other_user}", "gists_url": "http...
[ { "color": "e10c02", "default": false, "description": null, "id": 76811, "name": "Bug", "node_id": "MDU6TGFiZWw3NjgxMQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug" }, { "color": "0b02e1", "default": false, "description": "Related to indexing on s...
closed
false
{ "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...
[ { "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}", "...
{ "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...
3
2019-12-04T19:58:36Z
2019-12-11T12:59:52Z
2019-12-11T12:59:52Z
CONTRIBUTOR
null
#### Code Sample, a copy-pastable example if possible ```python cols = pd.interval_range(0, 2) data = np.random.rand(5, 2) df = pd.DataFrame(data, columns=cols) df.round() # works cols2 = pd.CategoricalIndex(cols) df2 = pd.DataFrame(data, columns=cols2) df2.round() # fails TypeError: No matching signat...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/30063/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/30063/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/30064
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/30064/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/30064/comments
https://api.github.com/repos/pandas-dev/pandas/issues/30064/events
https://github.com/pandas-dev/pandas/pull/30064
532,914,009
MDExOlB1bGxSZXF1ZXN0MzQ5MDc2MzY4
30,064
CLN: NDFrame.setup_axes
{ "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": "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-12-04T20:23:46Z
2019-12-05T16:06:34Z
2019-12-05T14:46:33Z
MEMBER
null
A lot of this classmethod looks leftover from PanelND days. I think we can go even further towards getting rid of some of these attributes, but will save that for another time.
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/30064/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/30064/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/30064.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/30064", "merged_at": "2019-12-05T14:46:33Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/30064.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/30064" }
https://api.github.com/repos/pandas-dev/pandas/issues/30065
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/30065/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/30065/comments
https://api.github.com/repos/pandas-dev/pandas/issues/30065/events
https://github.com/pandas-dev/pandas/pull/30065
532,920,014
MDExOlB1bGxSZXF1ZXN0MzQ5MDgwNzg3
30,065
CI: correct azure-36-locale slow name + move pyarrow
{ "avatar_url": "https://avatars.githubusercontent.com/u/1020496?v=4", "events_url": "https://api.github.com/users/jorisvandenbossche/events{/privacy}", "followers_url": "https://api.github.com/users/jorisvandenbossche/followers", "following_url": "https://api.github.com/users/jorisvandenbossche/following{/othe...
[ { "color": "a2bca7", "default": false, "description": "Continuous Integration", "id": 48070600, "name": "CI", "node_id": "MDU6TGFiZWw0ODA3MDYwMA==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/CI" } ]
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...
9
2019-12-04T20:35:15Z
2019-12-05T17:44:02Z
2019-12-05T17:43:57Z
MEMBER
null
Follow-up on https://github.com/pandas-dev/pandas/pull/30039 I put it in the wrong file, because the file names were swapped... Now, here, I just renamed both files to the other name (the diff apparently cannot the rename, therefore you see a lot of changes, but I can ensure I didn't change anything except for py...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/30065/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/30065/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/30065.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/30065", "merged_at": "2019-12-05T17:43:57Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/30065.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/30065" }
https://api.github.com/repos/pandas-dev/pandas/issues/30066
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/30066/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/30066/comments
https://api.github.com/repos/pandas-dev/pandas/issues/30066/events
https://github.com/pandas-dev/pandas/pull/30066
532,939,732
MDExOlB1bGxSZXF1ZXN0MzQ5MDk3MTA0
30,066
STY: Style fix pandas/errors/__init__.py
{ "avatar_url": "https://avatars.githubusercontent.com/u/50263213?v=4", "events_url": "https://api.github.com/users/ShaharNaveh/events{/privacy}", "followers_url": "https://api.github.com/users/ShaharNaveh/followers", "following_url": "https://api.github.com/users/ShaharNaveh/following{/other_user}", "gists_u...
[ { "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": "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-12-04T21:17:55Z
2019-12-05T13:34:25Z
2019-12-05T12:59:22Z
MEMBER
null
- [ ] closes #xxxx - [x] tests added / passed - [x] passes `black pandas` - [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/30066/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/30066/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/30066.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/30066", "merged_at": "2019-12-05T12:59:22Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/30066.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/30066" }
https://api.github.com/repos/pandas-dev/pandas/issues/30067
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/30067/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/30067/comments
https://api.github.com/repos/pandas-dev/pandas/issues/30067/events
https://github.com/pandas-dev/pandas/pull/30067
532,949,151
MDExOlB1bGxSZXF1ZXN0MzQ5MTA0OTI0
30,067
REF: set non_index_axes at the end of create_axes
{ "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": "5319e7", "default": false, "description": "read_hdf, HDFStore", "id": 47229190, "name": "IO HDF5", "node_id": "MDU6TGFiZWw0NzIyOTE5MA==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/IO%20HDF5" } ]
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...
2
2019-12-04T21:37:23Z
2019-12-05T19:51:57Z
2019-12-05T19:45:28Z
MEMBER
null
Follow-up to #30029 that handles the remaining attribute self.non_index_axes. cc @WillAyd
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/30067/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/30067/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/30067.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/30067", "merged_at": "2019-12-05T19:45:28Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/30067.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/30067" }
https://api.github.com/repos/pandas-dev/pandas/issues/30068
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/30068/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/30068/comments
https://api.github.com/repos/pandas-dev/pandas/issues/30068/events
https://github.com/pandas-dev/pandas/pull/30068
532,952,101
MDExOlB1bGxSZXF1ZXN0MzQ5MTA3NDI1
30,068
CLN: simplify pytables create_axes
{ "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": "5319e7", "default": false, "description": "read_hdf, HDFStore", "id": 47229190, "name": "IO HDF5", "node_id": "MDU6TGFiZWw0NzIyOTE5MA==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/IO%20HDF5" } ]
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-12-04T21:43:21Z
2019-12-05T16:04:08Z
2019-12-05T15:36:05Z
MEMBER
null
As mentioned in #30019, with Panel cases gone we can now deduce that `len(axes) == 1` in all cases in `create_axes`. From there we can simplify this method a lot. This PR does most of that; some of it is held back to avoid creating merge conflicts with #30067 (orthogonal)
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/30068/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/30068/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/30068.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/30068", "merged_at": "2019-12-05T15:36:05Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/30068.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/30068" }
https://api.github.com/repos/pandas-dev/pandas/issues/30069
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/30069/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/30069/comments
https://api.github.com/repos/pandas-dev/pandas/issues/30069/events
https://github.com/pandas-dev/pandas/pull/30069
532,961,861
MDExOlB1bGxSZXF1ZXN0MzQ5MTE1NTM1
30,069
CI: temp skip BooleanArray pyarrow test
{ "avatar_url": "https://avatars.githubusercontent.com/u/1020496?v=4", "events_url": "https://api.github.com/users/jorisvandenbossche/events{/privacy}", "followers_url": "https://api.github.com/users/jorisvandenbossche/followers", "following_url": "https://api.github.com/users/jorisvandenbossche/following{/othe...
[ { "color": "a2bca7", "default": false, "description": "Continuous Integration", "id": 48070600, "name": "CI", "node_id": "MDU6TGFiZWw0ODA3MDYwMA==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/CI" } ]
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...
0
2019-12-04T22:03:30Z
2019-12-04T22:04:27Z
2019-12-04T22:04:02Z
MEMBER
null
This is a failure from https://github.com/pandas-dev/pandas/pull/29961, sorry. In hindsight I should have updated that PR with master after the CI changes were merged, since I added pyarrow 0.15 to one of the CI builds earlier today exactly to catch those errors .. Sorry about that. Will merge this quickly to not ha...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/30069/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/30069/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/30069.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/30069", "merged_at": "2019-12-04T22:04:02Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/30069.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/30069" }
https://api.github.com/repos/pandas-dev/pandas/issues/30070
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/30070/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/30070/comments
https://api.github.com/repos/pandas-dev/pandas/issues/30070/events
https://github.com/pandas-dev/pandas/pull/30070
532,987,772
MDExOlB1bGxSZXF1ZXN0MzQ5MTM3NTMw
30,070
CI: troubleshoot codecov
{ "avatar_url": "https://avatars.githubusercontent.com/u/8078968?v=4", "events_url": "https://api.github.com/users/jbrockmendel/events{/privacy}", "followers_url": "https://api.github.com/users/jbrockmendel/followers", "following_url": "https://api.github.com/users/jbrockmendel/following{/other_user}", "gists...
[ { "color": "a2bca7", "default": false, "description": "Continuous Integration", "id": 48070600, "name": "CI", "node_id": "MDU6TGFiZWw0ODA3MDYwMA==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/CI" } ]
closed
false
null
[]
null
7
2019-12-04T22:57:36Z
2019-12-20T17:34:43Z
2019-12-20T05:39:05Z
MEMBER
null
The results here https://codecov.io/gh/pandas-dev/pandas/tree/master/pandas are 17 days old, the last attempt to re-enable codecov apparently didn't take. Trying again.
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/30070/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/30070/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/30070.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/30070", "merged_at": "2019-12-20T05:39:05Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/30070.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/30070" }
https://api.github.com/repos/pandas-dev/pandas/issues/30071
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/30071/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/30071/comments
https://api.github.com/repos/pandas-dev/pandas/issues/30071/events
https://github.com/pandas-dev/pandas/pull/30071
532,987,854
MDExOlB1bGxSZXF1ZXN0MzQ5MTM3NjAy
30,071
STY: fstrings doc/source/conf.py
{ "avatar_url": "https://avatars.githubusercontent.com/u/50263213?v=4", "events_url": "https://api.github.com/users/ShaharNaveh/events{/privacy}", "followers_url": "https://api.github.com/users/ShaharNaveh/followers", "following_url": "https://api.github.com/users/ShaharNaveh/following{/other_user}", "gists_u...
[ { "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": "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-12-04T22:57:45Z
2019-12-05T13:30:46Z
2019-12-05T12:57:46Z
MEMBER
null
- [x] ref #29547 - [x] tests added / passed - [x] passes `black pandas` - [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/30071/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/30071/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/30071.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/30071", "merged_at": "2019-12-05T12:57:46Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/30071.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/30071" }
https://api.github.com/repos/pandas-dev/pandas/issues/30072
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/30072/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/30072/comments
https://api.github.com/repos/pandas-dev/pandas/issues/30072/events
https://github.com/pandas-dev/pandas/pull/30072
533,039,364
MDExOlB1bGxSZXF1ZXN0MzQ5MTgzNzUy
30,072
Remove legacy scipy compat
{ "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": "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-12-05T00:29:46Z
2019-12-05T16:15:06Z
2019-12-05T05:55:35Z
MEMBER
null
AFAICT from the scipy blame, it has been at least 16 years since scipy.stats.kendalltau returned anything but a tuple
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/30072/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/30072/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/30072.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/30072", "merged_at": "2019-12-05T05:55:35Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/30072.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/30072" }
https://api.github.com/repos/pandas-dev/pandas/issues/30073
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/30073/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/30073/comments
https://api.github.com/repos/pandas-dev/pandas/issues/30073/events
https://github.com/pandas-dev/pandas/pull/30073
533,058,590
MDExOlB1bGxSZXF1ZXN0MzQ5MjAxMjIy
30,073
#29886 - Replace !r for repr() on pandas/io/parses.py
{ "avatar_url": "https://avatars.githubusercontent.com/u/16408390?v=4", "events_url": "https://api.github.com/users/JvPy/events{/privacy}", "followers_url": "https://api.github.com/users/JvPy/followers", "following_url": "https://api.github.com/users/JvPy/following{/other_user}", "gists_url": "https://api.git...
[ { "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": "5319e7", "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...
3
2019-12-05T01:03:37Z
2019-12-10T13:06:22Z
2019-12-10T13:06:20Z
CONTRIBUTOR
null
- [ ] closes #xxxx - [ ] tests added / passed - [x] passes `black pandas` - [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/30073/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/30073/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/30073.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/30073", "merged_at": "2019-12-10T13:06:20Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/30073.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/30073" }
https://api.github.com/repos/pandas-dev/pandas/issues/30074
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/30074/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/30074/comments
https://api.github.com/repos/pandas-dev/pandas/issues/30074/events
https://github.com/pandas-dev/pandas/pull/30074
533,067,729
MDExOlB1bGxSZXF1ZXN0MzQ5MjA5MTU0
30,074
REF: make pytables get_atom_data non-stateful
{ "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": "5319e7", "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...
7
2019-12-05T01:27:17Z
2019-12-06T00:47:28Z
2019-12-06T00:46:06Z
MEMBER
null
cc @WillAyd how do we annotate "this returns a subclass of Col"? Here i've used `Type["Col"]` but afaik that doesnt include subclasses
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/30074/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/30074/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/30074.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/30074", "merged_at": "2019-12-06T00:46:06Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/30074.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/30074" }
https://api.github.com/repos/pandas-dev/pandas/issues/30075
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/30075/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/30075/comments
https://api.github.com/repos/pandas-dev/pandas/issues/30075/events
https://github.com/pandas-dev/pandas/pull/30075
533,118,870
MDExOlB1bGxSZXF1ZXN0MzQ5MjQ5OTgz
30,075
Fix PR06 docstring errors in sql.py and gbq.py
{ "avatar_url": "https://avatars.githubusercontent.com/u/34459766?v=4", "events_url": "https://api.github.com/users/HawkinsBA/events{/privacy}", "followers_url": "https://api.github.com/users/HawkinsBA/followers", "following_url": "https://api.github.com/users/HawkinsBA/following{/other_user}", "gists_url": "...
[ { "color": "3465A4", "default": false, "description": null, "id": 134699, "name": "Docs", "node_id": "MDU6TGFiZWwxMzQ2OTk=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Docs" }, { "color": "eb6420", "default": false, "description": "Code style, linting, ...
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-12-05T04:37:42Z
2019-12-05T06:36:06Z
2019-12-05T06:35:59Z
CONTRIBUTOR
null
- [x] xref #28724 - [ ] tests added / passed - [x] passes `black pandas` - [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/30075/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/30075/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/30075.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/30075", "merged_at": "2019-12-05T06:35:59Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/30075.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/30075" }
https://api.github.com/repos/pandas-dev/pandas/issues/30076
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/30076/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/30076/comments
https://api.github.com/repos/pandas-dev/pandas/issues/30076/events
https://github.com/pandas-dev/pandas/issues/30076
533,171,195
MDU6SXNzdWU1MzMxNzExOTU=
30,076
issue is described in this link of stack overflow https://stackoverflow.com/questions/59189610/converting-a-pandas-datframe-column-to-date-type-with-a-particular-format-of-dat
{ "avatar_url": "https://avatars.githubusercontent.com/u/29746191?v=4", "events_url": "https://api.github.com/users/vishavgupta97/events{/privacy}", "followers_url": "https://api.github.com/users/vishavgupta97/followers", "following_url": "https://api.github.com/users/vishavgupta97/following{/other_user}", "g...
[]
closed
false
null
[]
null
2
2019-12-05T07:20:04Z
2019-12-05T08:14:10Z
2019-12-05T08:11:07Z
NONE
null
#### Code Sample, a copy-pastable example if possible ```python # Your code here ``` #### Problem description [this should explain **why** the current behaviour is a problem and why the expected output is a better solution.] **Note**: We receive a lot of issues on our GitHub tracker, so it is very possibl...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/30076/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/30076/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/30077
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/30077/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/30077/comments
https://api.github.com/repos/pandas-dev/pandas/issues/30077/events
https://github.com/pandas-dev/pandas/pull/30077
533,189,367
MDExOlB1bGxSZXF1ZXN0MzQ5MzA3NTg4
30,077
BUG/TST: fix arrow roundtrip / parquet tests for recent pyarrow
{ "avatar_url": "https://avatars.githubusercontent.com/u/1020496?v=4", "events_url": "https://api.github.com/users/jorisvandenbossche/events{/privacy}", "followers_url": "https://api.github.com/users/jorisvandenbossche/followers", "following_url": "https://api.github.com/users/jorisvandenbossche/following{/othe...
[ { "color": "e10c02", "default": false, "description": null, "id": 76811, "name": "Bug", "node_id": "MDU6TGFiZWw3NjgxMQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug" }, { "color": "C4A000", "default": false, "description": "pandas testing functions...
closed
false
null
[]
{ "closed_at": "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...
2
2019-12-05T08:07:23Z
2019-12-18T16:56:43Z
2019-12-18T16:56:42Z
MEMBER
null
Closes https://github.com/pandas-dev/pandas/issues/29976
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/30077/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/30077/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/30077.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/30077", "merged_at": "2019-12-18T16:56:42Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/30077.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/30077" }
https://api.github.com/repos/pandas-dev/pandas/issues/30078
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/30078/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/30078/comments
https://api.github.com/repos/pandas-dev/pandas/issues/30078/events
https://github.com/pandas-dev/pandas/issues/30078
533,202,684
MDU6SXNzdWU1MzMyMDI2ODQ=
30,078
EWM functions fail with superclasses of pd.DataFrame
{ "avatar_url": "https://avatars.githubusercontent.com/u/32734508?v=4", "events_url": "https://api.github.com/users/rusiano/events{/privacy}", "followers_url": "https://api.github.com/users/rusiano/followers", "following_url": "https://api.github.com/users/rusiano/following{/other_user}", "gists_url": "https:...
[ { "color": "d4c5f9", "default": false, "description": "rolling, ewma, expanding", "id": 1045950827, "name": "Window", "node_id": "MDU6TGFiZWwxMDQ1OTUwODI3", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Window" } ]
closed
false
null
[]
null
2
2019-12-05T08:39:11Z
2020-05-08T20:07:32Z
2020-05-08T20:07:32Z
NONE
null
I've built a class that is a superclass of pd.DataFrame and I am trying to apply an exponential weighted mean along the columns, but I get a TypeError saying: ```TypeError: __init__() got an unexpected keyword argument 'index'``` Here is a minimal reproducible example. ``` import pandas as pd import numpy as 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/30078/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/30078/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/30079
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/30079/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/30079/comments
https://api.github.com/repos/pandas-dev/pandas/issues/30079/events
https://github.com/pandas-dev/pandas/pull/30079
533,272,580
MDExOlB1bGxSZXF1ZXN0MzQ5Mzc1NzQ5
30,079
TYP: Annotations in pandas/core/{accessor, sorting}.py
{ "avatar_url": "https://avatars.githubusercontent.com/u/50263213?v=4", "events_url": "https://api.github.com/users/ShaharNaveh/events{/privacy}", "followers_url": "https://api.github.com/users/ShaharNaveh/followers", "following_url": "https://api.github.com/users/ShaharNaveh/following{/other_user}", "gists_u...
[ { "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": "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...
3
2019-12-05T10:49:19Z
2019-12-07T09:08:42Z
2019-12-06T20:47:38Z
MEMBER
null
- [ ] closes #xxxx - [x] tests added / passed - [x] passes `black pandas` - [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/30079/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/30079/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/30079.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/30079", "merged_at": "2019-12-06T20:47:38Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/30079.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/30079" }
https://api.github.com/repos/pandas-dev/pandas/issues/30080
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/30080/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/30080/comments
https://api.github.com/repos/pandas-dev/pandas/issues/30080/events
https://github.com/pandas-dev/pandas/pull/30080
533,364,100
MDExOlB1bGxSZXF1ZXN0MzQ5NDUxMjg5
30,080
STY: fstrings doc/source/conf.py #2
{ "avatar_url": "https://avatars.githubusercontent.com/u/50263213?v=4", "events_url": "https://api.github.com/users/ShaharNaveh/events{/privacy}", "followers_url": "https://api.github.com/users/ShaharNaveh/followers", "following_url": "https://api.github.com/users/ShaharNaveh/following{/other_user}", "gists_u...
[ { "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": "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...
0
2019-12-05T13:50:51Z
2019-12-05T14:56:13Z
2019-12-05T14:45:10Z
MEMBER
null
- [x] ref #29547 - [ ] tests added / passed - [x] passes `black pandas` - [x] passes `git diff upstream/master -u -- "*.py" | flake8 --diff` - [ ] whatsnew entry Somehow missed it on #30071
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/30080/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/30080/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/30080.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/30080", "merged_at": "2019-12-05T14:45:10Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/30080.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/30080" }
https://api.github.com/repos/pandas-dev/pandas/issues/30081
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/30081/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/30081/comments
https://api.github.com/repos/pandas-dev/pandas/issues/30081/events
https://github.com/pandas-dev/pandas/issues/30081
533,427,172
MDU6SXNzdWU1MzM0MjcxNzI=
30,081
Interface mismatch between fastparquet and pyarrow for reading and writing Parquet
{ "avatar_url": "https://avatars.githubusercontent.com/u/26405?v=4", "events_url": "https://api.github.com/users/malthe/events{/privacy}", "followers_url": "https://api.github.com/users/malthe/followers", "following_url": "https://api.github.com/users/malthe/following{/other_user}", "gists_url": "https://api....
[ { "color": "4E9A06", "default": false, "description": null, "id": 76812, "name": "Enhancement", "node_id": "MDU6TGFiZWw3NjgxMg==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Enhancement" }, { "color": "207de5", "default": false, "description": "Requires...
open
false
null
[]
null
1
2019-12-05T15:35:54Z
2020-04-19T19:30:05Z
null
NONE
null
#### Problem description The `pandas.read_parquet` and `pandas.to_parquet` methods defer operation to either `pyarrow` (first priority) or `fastparquet`. The issue is that these libraries have a slightly different interface: For reading: - `pyarrow` accepts `IOBase` and not `bytes` - `fastparquet` accepts `by...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/30081/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/30081/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/30082
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/30082/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/30082/comments
https://api.github.com/repos/pandas-dev/pandas/issues/30082/events
https://github.com/pandas-dev/pandas/pull/30082
533,466,763
MDExOlB1bGxSZXF1ZXN0MzQ5NTM2MjIw
30,082
REF: make pytables.IndexCol.itemsize a property
{ "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": "5319e7", "default": false, "description": "read_hdf, HDFStore", "id": 47229190, "name": "IO HDF5", "node_id": "MDU6TGFiZWw0NzIyOTE5MA==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/IO%20HDF5" } ]
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...
4
2019-12-05T16:42:14Z
2019-12-05T20:10:46Z
2019-12-05T19:22:33Z
MEMBER
null
Along with #30074 this is a bite-sized-pieces part of a series of PRs that ends with IndexCol attributes being set in the constructor and not mutated elsewhere
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/30082/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/30082/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/30082.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/30082", "merged_at": "2019-12-05T19:22:33Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/30082.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/30082" }
https://api.github.com/repos/pandas-dev/pandas/issues/30083
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/30083/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/30083/comments
https://api.github.com/repos/pandas-dev/pandas/issues/30083/events
https://github.com/pandas-dev/pandas/pull/30083
533,467,164
MDExOlB1bGxSZXF1ZXN0MzQ5NTM2NTYy
30,083
Fixes Error thrown when None is passed to pd.to_datetime() with format as %Y%m%d
{ "avatar_url": "https://avatars.githubusercontent.com/u/25982869?v=4", "events_url": "https://api.github.com/users/maheshbapatu/events{/privacy}", "followers_url": "https://api.github.com/users/maheshbapatu/followers", "following_url": "https://api.github.com/users/maheshbapatu/following{/other_user}", "gist...
[ { "color": "e10c02", "default": false, "description": null, "id": 76811, "name": "Bug", "node_id": "MDU6TGFiZWw3NjgxMQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug" }, { "color": "AFEEEE", "default": false, "description": null, "id": 211840, ...
closed
false
null
[]
{ "closed_at": "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...
8
2019-12-05T16:42:54Z
2019-12-12T15:08:53Z
2019-12-12T14:53:49Z
CONTRIBUTOR
null
- [ ] closes #30011 - [x] tests added / passed - [ ] passes `black pandas` - [ ] passes `git diff upstream/master -u -- "*.py" | flake8 --diff` - [x] whatsnew entry `bug fix of to_datetime for pandas versions >0.24. Now the change will avoid error even when value passed None to to_datetime`
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/30083/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/30083/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/30083.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/30083", "merged_at": "2019-12-12T14:53:49Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/30083.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/30083" }
https://api.github.com/repos/pandas-dev/pandas/issues/30084
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/30084/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/30084/comments
https://api.github.com/repos/pandas-dev/pandas/issues/30084/events
https://github.com/pandas-dev/pandas/pull/30084
533,483,301
MDExOlB1bGxSZXF1ZXN0MzQ5NTQ5ODMw
30,084
REF: Standardize coercion in set_data
{ "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": "5319e7", "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-12-05T17:12:24Z
2019-12-05T20:10:26Z
2019-12-05T19:26:42Z
MEMBER
null
See that after this, the way we are calling `self.set_data` is always with just `block.values` within the `set_atom_foo` methods (except for `set_atom_string`, which needs a small edit coming up in another PR). Once set_atom_string joins the others, we can move these 7 calls to set_data up to just one place.
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/30084/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/30084/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/30084.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/30084", "merged_at": "2019-12-05T19:26:42Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/30084.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/30084" }
https://api.github.com/repos/pandas-dev/pandas/issues/30085
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/30085/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/30085/comments
https://api.github.com/repos/pandas-dev/pandas/issues/30085/events
https://github.com/pandas-dev/pandas/pull/30085
533,484,796
MDExOlB1bGxSZXF1ZXN0MzQ5NTUxMDgy
30,085
REF: do string itemsize casting earlier
{ "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": "5319e7", "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...
2
2019-12-05T17:15:19Z
2019-12-05T23:51:17Z
2019-12-05T23:13:50Z
MEMBER
null
This is the other PR mentioned in #30084. By doing this casting earlier, we'll be able to 7 calls to set_data into one place.
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/30085/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/30085/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/30085.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/30085", "merged_at": "2019-12-05T23:13:50Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/30085.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/30085" }
https://api.github.com/repos/pandas-dev/pandas/issues/30086
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/30086/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/30086/comments
https://api.github.com/repos/pandas-dev/pandas/issues/30086/events
https://github.com/pandas-dev/pandas/issues/30086
533,525,241
MDU6SXNzdWU1MzM1MjUyNDE=
30,086
Series.searchsorted with different timezones
{ "avatar_url": "https://avatars.githubusercontent.com/u/111939?v=4", "events_url": "https://api.github.com/users/kenahoo/events{/privacy}", "followers_url": "https://api.github.com/users/kenahoo/followers", "following_url": "https://api.github.com/users/kenahoo/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": "cdea3c", "default": false, "de...
closed
false
null
[]
{ "closed_at": "2020-07-28T18:13:47Z", "closed_issues": 2378, "created_at": "2019-12-02T12:52:48Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/j...
2
2019-12-05T18:40:29Z
2020-03-31T18:24:23Z
2020-03-31T18:24:23Z
NONE
null
#### Code Sample, a copy-pastable example if possible `DatetimeIndex.searchsorted` works fine with mixed timezones: ```python >>> series_dt = pd.date_range('2015-02-19', periods=2, freq='1d', tz='UTC') >>> dt = pd.to_datetime('2015-02-19T12:34:56').tz_localize('America/New_York') >>> series_dt.searchsorted(dt)...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/30086/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/30086/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/30087
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/30087/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/30087/comments
https://api.github.com/repos/pandas-dev/pandas/issues/30087/events
https://github.com/pandas-dev/pandas/issues/30087
533,543,166
MDU6SXNzdWU1MzM1NDMxNjY=
30,087
pandas.read_sql_table switches double quotation wrapping keys and values to single quotation in JSON columns
{ "avatar_url": "https://avatars.githubusercontent.com/u/40656281?v=4", "events_url": "https://api.github.com/users/Magicbeanbuyer/events{/privacy}", "followers_url": "https://api.github.com/users/Magicbeanbuyer/followers", "following_url": "https://api.github.com/users/Magicbeanbuyer/following{/other_user}", ...
[ { "color": "e10c02", "default": false, "description": null, "id": 76811, "name": "Bug", "node_id": "MDU6TGFiZWw3NjgxMQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug" }, { "color": "5319e7", "default": false, "description": "to_sql, read_sql, read_s...
open
false
null
[]
null
0
2019-12-05T19:17:56Z
2020-05-16T04:08:09Z
null
NONE
null
#### Code Sample ``` >>> df = pandas.read_sql_table('table_name', 'postgres:///db_name') >>> df.head(1) ``` #### Problem description I used `pandas.read_sql_table()` to fetch a table, in which there is a JSON column. In the returned dataframe, the double quotations wrapping the keys and values are all change...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/30087/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/30087/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/30088
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/30088/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/30088/comments
https://api.github.com/repos/pandas-dev/pandas/issues/30088/events
https://github.com/pandas-dev/pandas/pull/30088
533,556,693
MDExOlB1bGxSZXF1ZXN0MzQ5NjEwMjM2
30,088
DEPR: remove compound
{ "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": "5319e7", "default": false, "description": "Functionality to remove in pandas", "id": 87485152, "name": "Deprecate", "node_id": "MDU6TGFiZWw4NzQ4NTE1Mg==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Deprecate" } ]
closed
false
null
[]
{ "closed_at": "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...
2
2019-12-05T19:42:49Z
2019-12-05T23:47:22Z
2019-12-05T23:02:59Z
MEMBER
null
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/30088/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/30088/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/30088.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/30088", "merged_at": "2019-12-05T23:02:58Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/30088.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/30088" }
https://api.github.com/repos/pandas-dev/pandas/issues/30089
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/30089/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/30089/comments
https://api.github.com/repos/pandas-dev/pandas/issues/30089/events
https://github.com/pandas-dev/pandas/pull/30089
533,560,299
MDExOlB1bGxSZXF1ZXN0MzQ5NjEzMzU4
30,089
DEPR: enforce deprecation of old set_axis signature
{ "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": "5319e7", "default": false, "description": "Functionality to remove in pandas", "id": 87485152, "name": "Deprecate", "node_id": "MDU6TGFiZWw4NzQ4NTE1Mg==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Deprecate" } ]
closed
false
null
[]
{ "closed_at": "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-12-05T19:48:25Z
2019-12-06T15:24:28Z
2019-12-06T14:40:36Z
MEMBER
null
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/30089/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/30089/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/30089.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/30089", "merged_at": "2019-12-06T14:40:35Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/30089.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/30089" }
https://api.github.com/repos/pandas-dev/pandas/issues/30090
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/30090/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/30090/comments
https://api.github.com/repos/pandas-dev/pandas/issues/30090/events
https://github.com/pandas-dev/pandas/pull/30090
533,569,988
MDExOlB1bGxSZXF1ZXN0MzQ5NjIxNTM5
30,090
DEPR: join_axes kwarg to pd.concat
{ "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": "5319e7", "default": false, "description": "Functionality to remove in pandas", "id": 87485152, "name": "Deprecate", "node_id": "MDU6TGFiZWw4NzQ4NTE1Mg==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Deprecate" } ]
closed
false
null
[]
{ "closed_at": "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-12-05T20:05:28Z
2019-12-05T23:48:32Z
2019-12-05T23:11:57Z
MEMBER
null
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/30090/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/30090/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/30090.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/30090", "merged_at": "2019-12-05T23:11:57Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/30090.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/30090" }
https://api.github.com/repos/pandas-dev/pandas/issues/30091
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/30091/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/30091/comments
https://api.github.com/repos/pandas-dev/pandas/issues/30091/events
https://github.com/pandas-dev/pandas/pull/30091
533,577,903
MDExOlB1bGxSZXF1ZXN0MzQ5NjI3OTgy
30,091
BUG: preserve EA dtype in transpose
{ "avatar_url": "https://avatars.githubusercontent.com/u/1312546?v=4", "events_url": "https://api.github.com/users/TomAugspurger/events{/privacy}", "followers_url": "https://api.github.com/users/TomAugspurger/followers", "following_url": "https://api.github.com/users/TomAugspurger/following{/other_user}", "gi...
[ { "color": "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": "6138b5", "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...
10
2019-12-05T20:21:21Z
2020-02-28T23:53:51Z
2019-12-27T15:05:05Z
CONTRIBUTOR
null
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/30091/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/30091/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/30091.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/30091", "merged_at": "2019-12-27T15:05:05Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/30091.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/30091" }
https://api.github.com/repos/pandas-dev/pandas/issues/30092
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/30092/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/30092/comments
https://api.github.com/repos/pandas-dev/pandas/issues/30092/events
https://github.com/pandas-dev/pandas/issues/30092
533,593,036
MDU6SXNzdWU1MzM1OTMwMzY=
30,092
Can't use named aggregation with resample.
{ "avatar_url": "https://avatars.githubusercontent.com/u/402922?v=4", "events_url": "https://api.github.com/users/alexjacobson95/events{/privacy}", "followers_url": "https://api.github.com/users/alexjacobson95/followers", "following_url": "https://api.github.com/users/alexjacobson95/following{/other_user}", "...
[ { "color": "4E9A06", "default": false, "description": null, "id": 76812, "name": "Enhancement", "node_id": "MDU6TGFiZWw3NjgxMg==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Enhancement" }, { "color": "207de5", "default": false, "description": "resample...
closed
false
null
[]
{ "closed_at": "2020-07-28T18:13:47Z", "closed_issues": 2378, "created_at": "2019-12-02T12:52:48Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/j...
12
2019-12-05T20:53:33Z
2020-05-08T11:03:34Z
2020-05-08T11:03:33Z
NONE
null
#### Code Sample, a copy-pastable example if possible ```python import pandas as pd import numpy as np from functools import partial df = pd.DataFrame( np.random.randn(1000, 3), index=pd.date_range('1/1/2012', freq='S', periods=1000), columns=['A', 'B', 'C'] ) dfg = df.resample('3T').agg( ...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/30092/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/30092/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/30093
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/30093/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/30093/comments
https://api.github.com/repos/pandas-dev/pandas/issues/30093/events
https://github.com/pandas-dev/pandas/pull/30093
533,595,675
MDExOlB1bGxSZXF1ZXN0MzQ5NjQyNTcy
30,093
STY: fstrings, repr pandas/io/html.py
{ "avatar_url": "https://avatars.githubusercontent.com/u/50263213?v=4", "events_url": "https://api.github.com/users/ShaharNaveh/events{/privacy}", "followers_url": "https://api.github.com/users/ShaharNaveh/followers", "following_url": "https://api.github.com/users/ShaharNaveh/following{/other_user}", "gists_u...
[ { "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": "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...
4
2019-12-05T20:58:57Z
2019-12-08T21:09:27Z
2019-12-08T17:37:06Z
MEMBER
null
- [x] ref #29547 #29886 - [x] tests added / passed - [x] passes `black pandas` - [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/30093/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/30093/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/30093.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/30093", "merged_at": "2019-12-08T17:37:06Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/30093.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/30093" }
https://api.github.com/repos/pandas-dev/pandas/issues/30094
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/30094/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/30094/comments
https://api.github.com/repos/pandas-dev/pandas/issues/30094/events
https://github.com/pandas-dev/pandas/pull/30094
533,597,530
MDExOlB1bGxSZXF1ZXN0MzQ5NjQzOTcz
30,094
Convert to fstring
{ "avatar_url": "https://avatars.githubusercontent.com/u/27742115?v=4", "events_url": "https://api.github.com/users/Behemkot/events{/privacy}", "followers_url": "https://api.github.com/users/Behemkot/followers", "following_url": "https://api.github.com/users/Behemkot/following{/other_user}", "gists_url": "htt...
[ { "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
[]
null
1
2019-12-05T21:02:45Z
2019-12-06T10:58:42Z
2019-12-06T10:54:08Z
CONTRIBUTOR
null
https://github.com/pandas-dev/pandas/issues/29547 - [x] pandas/_libs/tslibs/frequencies.pyx - [x] pandas/_libs/tslibs/period.pyx - [x] pandas/_libs/tslibs/strptime.pyx
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/30094/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/30094/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/30094.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/30094", "merged_at": null, "patch_url": "https://github.com/pandas-dev/pandas/pull/30094.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/30094" }
https://api.github.com/repos/pandas-dev/pandas/issues/30095
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/30095/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/30095/comments
https://api.github.com/repos/pandas-dev/pandas/issues/30095/events
https://github.com/pandas-dev/pandas/pull/30095
533,615,902
MDExOlB1bGxSZXF1ZXN0MzQ5NjU5Mjcx
30,095
PERF: improve conversion to BooleanArray from int/float array
{ "avatar_url": "https://avatars.githubusercontent.com/u/12931323?v=4", "events_url": "https://api.github.com/users/ethanywang/events{/privacy}", "followers_url": "https://api.github.com/users/ethanywang/followers", "following_url": "https://api.github.com/users/ethanywang/following{/other_user}", "gists_url"...
[ { "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": "6138b5", "default"...
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...
9
2019-12-05T21:43:27Z
2019-12-09T16:24:11Z
2019-12-09T09:41:33Z
CONTRIBUTOR
null
- [x] closes pandas-dev#29838 - [x] tests added / passed - [x] passes `black pandas` - [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/30095/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/30095/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/30095.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/30095", "merged_at": "2019-12-09T09:41:32Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/30095.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/30095" }
https://api.github.com/repos/pandas-dev/pandas/issues/30096
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/30096/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/30096/comments
https://api.github.com/repos/pandas-dev/pandas/issues/30096/events
https://github.com/pandas-dev/pandas/pull/30096
533,627,058
MDExOlB1bGxSZXF1ZXN0MzQ5NjY4Mzc0
30,096
BUG: file leak in read_excel
{ "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": "bfe5bf", "default": false, "description": "read_excel, to_excel", "id": 49254273, "name": "IO Excel", "node_id": "MDU6TGFiZWw0OTI1NDI3Mw==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/IO%20Excel" } ]
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...
4
2019-12-05T22:08:50Z
2019-12-06T03:13:25Z
2019-12-06T03:11:12Z
MEMBER
null
I _think_ this closes #30031 closes #29514 we'll probably want to wait a few days to make it official. To make the new test decorator useful in the CI we'll need to add psutil to the environment (unless someone knows of a stdlib way of doing the same check?) One more note, the check in check_no_file_leaks d...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/30096/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/30096/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/30096.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/30096", "merged_at": "2019-12-06T03:11:12Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/30096.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/30096" }
https://api.github.com/repos/pandas-dev/pandas/issues/30097
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/30097/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/30097/comments
https://api.github.com/repos/pandas-dev/pandas/issues/30097/events
https://github.com/pandas-dev/pandas/pull/30097
533,630,145
MDExOlB1bGxSZXF1ZXN0MzQ5NjcwOTc3
30,097
API: Handle pow & rpow special cases
{ "avatar_url": "https://avatars.githubusercontent.com/u/1312546?v=4", "events_url": "https://api.github.com/users/TomAugspurger/events{/privacy}", "followers_url": "https://api.github.com/users/TomAugspurger/followers", "following_url": "https://api.github.com/users/TomAugspurger/following{/other_user}", "gi...
[ { "color": "d7e102", "default": false, "description": "np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate", "id": 2822342, "name": "Missing-data", "node_id": "MDU6TGFiZWwyODIyMzQy", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Missing-data" }, { "color": "006b75"...
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...
6
2019-12-05T22:16:06Z
2019-12-08T17:35:48Z
2019-12-08T17:35:45Z
CONTRIBUTOR
null
Closes https://github.com/pandas-dev/pandas/issues/29997 @jorisvandenbossche do you have thoughts on where to document this behavior? I added a bit to `reference/arrays.rst` for now, but perhaps we'll eventually have a `user_guide/scalar_na.rst`?
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/30097/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/30097/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/30097.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/30097", "merged_at": "2019-12-08T17:35:44Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/30097.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/30097" }
https://api.github.com/repos/pandas-dev/pandas/issues/30098
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/30098/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/30098/comments
https://api.github.com/repos/pandas-dev/pandas/issues/30098/events
https://github.com/pandas-dev/pandas/pull/30098
533,649,515
MDExOlB1bGxSZXF1ZXN0MzQ5Njg2ODk1
30,098
CLN: Removed unused code
{ "avatar_url": "https://avatars.githubusercontent.com/u/50263213?v=4", "events_url": "https://api.github.com/users/ShaharNaveh/events{/privacy}", "followers_url": "https://api.github.com/users/ShaharNaveh/followers", "following_url": "https://api.github.com/users/ShaharNaveh/following{/other_user}", "gists_u...
[]
closed
false
null
[]
null
0
2019-12-05T23:05:36Z
2019-12-06T08:44:19Z
2019-12-06T08:41:35Z
MEMBER
null
- [ ] closes #xxxx - [ ] tests added / passed - [x] passes `black pandas` - [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/30098/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/30098/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/30098.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/30098", "merged_at": null, "patch_url": "https://github.com/pandas-dev/pandas/pull/30098.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/30098" }
https://api.github.com/repos/pandas-dev/pandas/issues/30099
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/30099/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/30099/comments
https://api.github.com/repos/pandas-dev/pandas/issues/30099/events
https://github.com/pandas-dev/pandas/pull/30099
533,655,064
MDExOlB1bGxSZXF1ZXN0MzQ5NjkxNDQ0
30,099
CI: Checking in f-strings we use {repr(...)} instead of {...!r}
{ "avatar_url": "https://avatars.githubusercontent.com/u/50263213?v=4", "events_url": "https://api.github.com/users/ShaharNaveh/events{/privacy}", "followers_url": "https://api.github.com/users/ShaharNaveh/followers", "following_url": "https://api.github.com/users/ShaharNaveh/following{/other_user}", "gists_u...
[ { "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": "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...
8
2019-12-05T23:21:51Z
2019-12-25T22:33:01Z
2019-12-25T22:10:45Z
MEMBER
null
- [x] ref #29886 - [x] tests added / passed - [x] passes `black pandas` - [x] passes `git diff upstream/master -u -- "*.py" | flake8 --diff` - [ ] whatsnew entry --- Can merge only after merging: - [x] #29948 - [x] #29950 - [x] #29953 - [x] #29959 - [x] #29963
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/30099/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/30099/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/30099.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/30099", "merged_at": "2019-12-25T22:10:44Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/30099.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/30099" }
https://api.github.com/repos/pandas-dev/pandas/issues/30100
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/30100/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/30100/comments
https://api.github.com/repos/pandas-dev/pandas/issues/30100/events
https://github.com/pandas-dev/pandas/pull/30100
533,666,901
MDExOlB1bGxSZXF1ZXN0MzQ5NzAxMjAy
30,100
REF: implement io.pytables._maybe_adjust_name
{ "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": "5319e7", "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...
3
2019-12-06T00:00:10Z
2019-12-06T23:39:08Z
2019-12-06T23:24:40Z
MEMBER
null
Besides being a well-scoped utility function, this makes it easy to use the klass constructor directly instead of `klass.create_for_block` on L3905. Note that now we are passing `values` to the constructor instead of pinning them afterwards. Most of what we've been doing in this file has been building up towards bein...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/30100/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/30100/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/30100.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/30100", "merged_at": "2019-12-06T23:24:40Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/30100.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/30100" }
https://api.github.com/repos/pandas-dev/pandas/issues/30101
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/30101/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/30101/comments
https://api.github.com/repos/pandas-dev/pandas/issues/30101/events
https://github.com/pandas-dev/pandas/pull/30101
533,681,909
MDExOlB1bGxSZXF1ZXN0MzQ5NzEzNTIw
30,101
REF: collect pytables DataCol.set_data calls in one place
{ "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": "5319e7", "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...
2
2019-12-06T00:51:33Z
2019-12-06T15:26:02Z
2019-12-06T13:05:26Z
MEMBER
null
This is part 1 of 2 of the payoff promised from #30074.
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/30101/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/30101/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/30101.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/30101", "merged_at": "2019-12-06T13:05:26Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/30101.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/30101" }
https://api.github.com/repos/pandas-dev/pandas/issues/30102
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/30102/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/30102/comments
https://api.github.com/repos/pandas-dev/pandas/issues/30102/events
https://github.com/pandas-dev/pandas/pull/30102
533,694,372
MDExOlB1bGxSZXF1ZXN0MzQ5NzIzNDk0
30,102
REF: implement io.pytables.DataCol._get_atom
{ "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": "5319e7", "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...
2
2019-12-06T01:37:17Z
2019-12-06T04:11:47Z
2019-12-06T03:21:37Z
MEMBER
null
companion to #30101 with promised payoff (logically orthgonal, but will have merge conflict when the time comes) This implements _get_atom and makes only one call to it on 3949. By making all the relevant methods into classmethods, we can call it before we've instantiated an instance. Then following #30100, we'll ...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/30102/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/30102/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/30102.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/30102", "merged_at": "2019-12-06T03:21:36Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/30102.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/30102" }
https://api.github.com/repos/pandas-dev/pandas/issues/30103
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/30103/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/30103/comments
https://api.github.com/repos/pandas-dev/pandas/issues/30103/events
https://github.com/pandas-dev/pandas/pull/30103
533,696,197
MDExOlB1bGxSZXF1ZXN0MzQ5NzI0OTE4
30,103
DEPR: Index.contains, DatetimeIndex.offset
{ "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": "5319e7", "default": false, "description": "Functionality to remove in pandas", "id": 87485152, "name": "Deprecate", "node_id": "MDU6TGFiZWw4NzQ4NTE1Mg==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Deprecate" } ]
closed
false
null
[]
{ "closed_at": "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...
8
2019-12-06T01:44:13Z
2019-12-08T19:07:59Z
2019-12-08T17:30:41Z
MEMBER
null
DatetimeIndex.offset I thought was removed in #29801, but apparently slipped through the cracks.
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/30103/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/30103/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/30103.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/30103", "merged_at": "2019-12-08T17:30:41Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/30103.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/30103" }
https://api.github.com/repos/pandas-dev/pandas/issues/30104
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/30104/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/30104/comments
https://api.github.com/repos/pandas-dev/pandas/issues/30104/events
https://github.com/pandas-dev/pandas/pull/30104
533,753,986
MDExOlB1bGxSZXF1ZXN0MzQ5NzcxMjk1
30,104
DEPR: ufunc.outer for Series
{ "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": "5319e7", "default": false, "description": "Functionality to remove in pandas", "id": 87485152, "name": "Deprecate", "node_id": "MDU6TGFiZWw4NzQ4NTE1Mg==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Deprecate" } ]
closed
false
null
[]
{ "closed_at": "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-12-06T05:25:45Z
2019-12-06T15:26:50Z
2019-12-06T13:03:31Z
MEMBER
null
xref #27198
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/30104/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/30104/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/30104.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/30104", "merged_at": "2019-12-06T13:03:31Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/30104.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/30104" }
https://api.github.com/repos/pandas-dev/pandas/issues/30105
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/30105/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/30105/comments
https://api.github.com/repos/pandas-dev/pandas/issues/30105/events
https://github.com/pandas-dev/pandas/issues/30105
533,759,338
MDU6SXNzdWU1MzM3NTkzMzg=
30,105
Add optional column separator character to DataFrame.to_string()
{ "avatar_url": "https://avatars.githubusercontent.com/u/338235?v=4", "events_url": "https://api.github.com/users/dov/events{/privacy}", "followers_url": "https://api.github.com/users/dov/followers", "following_url": "https://api.github.com/users/dov/following{/other_user}", "gists_url": "https://api.github.c...
[ { "color": "ededed", "default": false, "description": "__repr__ of pandas objects, to_string", "id": 13101118, "name": "Output-Formatting", "node_id": "MDU6TGFiZWwxMzEwMTExOA==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Output-Formatting" }, { "color": "00980...
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-12-06T05:45:09Z
2019-12-06T08:50:02Z
2019-12-06T08:49:41Z
NONE
null
I'd like more flexibility in the stringification of a pandas dataframe. Consider a trivial dataframe: ```python import pandas as pd df = pd.DataFrame([[1.2454235445,2], [3,4.452455]], columns = ['A','B']) print(df.to_string()) ``` This outputs: ```` 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/30105/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/30105/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/30106
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/30106/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/30106/comments
https://api.github.com/repos/pandas-dev/pandas/issues/30106/events
https://github.com/pandas-dev/pandas/issues/30106
533,878,254
MDU6SXNzdWU1MzM4NzgyNTQ=
30,106
df.to_excel gives TypeError
{ "avatar_url": "https://avatars.githubusercontent.com/u/24828171?v=4", "events_url": "https://api.github.com/users/chhanganivarun/events{/privacy}", "followers_url": "https://api.github.com/users/chhanganivarun/followers", "following_url": "https://api.github.com/users/chhanganivarun/following{/other_user}", ...
[ { "color": "bfe5bf", "default": false, "description": "read_excel, to_excel", "id": 49254273, "name": "IO Excel", "node_id": "MDU6TGFiZWw0OTI1NDI3Mw==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/IO%20Excel" } ]
closed
false
null
[]
null
4
2019-12-06T10:31:55Z
2019-12-21T05:52:01Z
2019-12-21T05:52:01Z
NONE
null
#### Code Sample, a copy-pastable example if possible ```python import numpy as np import pandas as pd df = pd.read_csv('example') df.to_excel('Excel_Sample.xlsx',sheet_name='Sheet1') ``` where output of ``df`` is: ``` a b c d 0 0 1 2 3 1 4 5 6 7 2 8 9 10 11 3 12 13 14 ...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/30106/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/30106/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/30107
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/30107/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/30107/comments
https://api.github.com/repos/pandas-dev/pandas/issues/30107/events
https://github.com/pandas-dev/pandas/issues/30107
533,886,628
MDU6SXNzdWU1MzM4ODY2Mjg=
30,107
When applied as style in to_excel(), 'vertical-align: middle' works for OpenPyXL, but not for XlsxWriter engine
{ "avatar_url": "https://avatars.githubusercontent.com/u/2692578?v=4", "events_url": "https://api.github.com/users/HansHirse/events{/privacy}", "followers_url": "https://api.github.com/users/HansHirse/followers", "following_url": "https://api.github.com/users/HansHirse/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": "bfe5bf", "default": false, "description": "read_excel, to_excel", ...
open
false
null
[]
null
0
2019-12-06T10:47:20Z
2020-05-08T00:44:59Z
null
NONE
null
#### Code sample, a copy-pastable example if possible ```python import pandas as pd def align(data): return pd.DataFrame('text-align: center', index=data.index, columns=data.columns) def valign(data): return pd.DataFrame('vertical-align: middle', index=data.index, columns=data.columns) def whites...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/30107/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/30107/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/30108
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/30108/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/30108/comments
https://api.github.com/repos/pandas-dev/pandas/issues/30108/events
https://github.com/pandas-dev/pandas/pull/30108
533,910,337
MDExOlB1bGxSZXF1ZXN0MzQ5ODk5NjU3
30,108
%s changed to fstring, single quotes in f string changed to double qu…
{ "avatar_url": "https://avatars.githubusercontent.com/u/27742115?v=4", "events_url": "https://api.github.com/users/Behemkot/events{/privacy}", "followers_url": "https://api.github.com/users/Behemkot/followers", "following_url": "https://api.github.com/users/Behemkot/following{/other_user}", "gists_url": "htt...
[ { "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
[]
null
4
2019-12-06T11:33:11Z
2019-12-24T22:25:48Z
2019-12-24T22:25:37Z
CONTRIBUTOR
null
ERROR: type should be string, got "https://github.com/pandas-dev/pandas/issues/29547#issuecomment-562164065\r\nhttps://github.com/pandas-dev/pandas/issues/29547\r\n\r\n- [x] pandas/_libs/tslibs/frequencies.pyx\r\n- [x] pandas/_libs/tslibs/period.pyx\r\n- [x] pandas/_libs/tslibs/strptime.pyx\r\n\r\nchanged %s to f strings and f ' ' to f \" \".\r\nstr.format() remained unchanged due to:\r\nhttps://github.com/pandas-dev/pandas/issues/29547#issuecomment-562227987 "
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/30108/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/30108/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/30108.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/30108", "merged_at": "2019-12-24T22:25:37Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/30108.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/30108" }
https://api.github.com/repos/pandas-dev/pandas/issues/30109
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/30109/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/30109/comments
https://api.github.com/repos/pandas-dev/pandas/issues/30109/events
https://github.com/pandas-dev/pandas/pull/30109
534,094,617
MDExOlB1bGxSZXF1ZXN0MzUwMDYwNDk2
30,109
Fixing 'names' doc for 'read_csv'
{ "avatar_url": "https://avatars.githubusercontent.com/u/47263?v=4", "events_url": "https://api.github.com/users/bessarabov/events{/privacy}", "followers_url": "https://api.github.com/users/bessarabov/followers", "following_url": "https://api.github.com/users/bessarabov/following{/other_user}", "gists_url": "...
[ { "color": "3465A4", "default": false, "description": null, "id": 134699, "name": "Docs", "node_id": "MDU6TGFiZWwxMzQ2OTk=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Docs" } ]
closed
false
null
[]
{ "closed_at": "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...
2
2019-12-06T15:52:59Z
2019-12-08T17:30:52Z
2019-12-08T17:29:44Z
CONTRIBUTOR
null
- [ ] closes #xxxx - [ ] tests added / passed - [ ] passes `black pandas` - [ ] passes `git diff upstream/master -u -- "*.py" | flake8 --diff` - [ ] whatsnew entry I think there is a bug in the docs. This Jupyter notebook shows that the code does not work as expected from the docs https://gist.github.com/bessara...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/30109/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/30109/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/30109.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/30109", "merged_at": "2019-12-08T17:29:43Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/30109.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/30109" }
https://api.github.com/repos/pandas-dev/pandas/issues/30110
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/30110/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/30110/comments
https://api.github.com/repos/pandas-dev/pandas/issues/30110/events
https://github.com/pandas-dev/pandas/pull/30110
534,110,463
MDExOlB1bGxSZXF1ZXN0MzUwMDc0MDUy
30,110
CLN: Refactor test_base - part1
{ "avatar_url": "https://avatars.githubusercontent.com/u/17853006?v=4", "events_url": "https://api.github.com/users/SaturnFromTitan/events{/privacy}", "followers_url": "https://api.github.com/users/SaturnFromTitan/followers", "following_url": "https://api.github.com/users/SaturnFromTitan/following{/other_user}"...
[ { "color": "C4A000", "default": false, "description": "pandas testing functions or related to the test suite", "id": 127685, "name": "Testing", "node_id": "MDU6TGFiZWwxMjc2ODU=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Testing" } ]
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...
0
2019-12-06T16:12:57Z
2019-12-06T18:47:58Z
2019-12-06T18:47:58Z
CONTRIBUTOR
null
part of #23877 - [x] tests added / passed - [x] passes `black pandas` - [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/30110/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/30110/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/30110.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/30110", "merged_at": "2019-12-06T18:47:57Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/30110.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/30110" }
https://api.github.com/repos/pandas-dev/pandas/issues/30111
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/30111/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/30111/comments
https://api.github.com/repos/pandas-dev/pandas/issues/30111/events
https://github.com/pandas-dev/pandas/pull/30111
534,111,933
MDExOlB1bGxSZXF1ZXN0MzUwMDc1Mzc3
30,111
DEPR: box arg in to_datetime
{ "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": "5319e7", "default": false, "description": "Functionality to remove in pandas", "id": 87485152, "name": "Deprecate", "node_id": "MDU6TGFiZWw4NzQ4NTE1Mg==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Deprecate" } ]
closed
false
null
[]
{ "closed_at": "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...
2
2019-12-06T16:14:54Z
2019-12-06T18:37:21Z
2019-12-06T17:18:33Z
MEMBER
null
xref #24486
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/30111/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/30111/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/30111.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/30111", "merged_at": "2019-12-06T17:18:32Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/30111.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/30111" }
https://api.github.com/repos/pandas-dev/pandas/issues/30112
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/30112/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/30112/comments
https://api.github.com/repos/pandas-dev/pandas/issues/30112/events
https://github.com/pandas-dev/pandas/pull/30112
534,122,180
MDExOlB1bGxSZXF1ZXN0MzUwMDg0Mzk5
30,112
DEPR: msgpack
{ "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": "5319e7", "default": false, "description": "Functionality to remove in pandas", "id": 87485152, "name": "Deprecate", "node_id": "MDU6TGFiZWw4NzQ4NTE1Mg==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Deprecate" } ]
closed
false
null
[]
{ "closed_at": "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...
9
2019-12-06T16:28:32Z
2019-12-12T16:23:02Z
2019-12-12T16:17:01Z
MEMBER
null
there are two msgpack files in LICENSES, should those go?
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/30112/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/30112/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/30112.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/30112", "merged_at": "2019-12-12T16:17:01Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/30112.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/30112" }
https://api.github.com/repos/pandas-dev/pandas/issues/30113
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/30113/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/30113/comments
https://api.github.com/repos/pandas-dev/pandas/issues/30113/events
https://github.com/pandas-dev/pandas/pull/30113
534,125,249
MDExOlB1bGxSZXF1ZXN0MzUwMDg3MTIw
30,113
DEPR: Series.argmin, argmax
{ "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": "5319e7", "default": false, "description": "Functionality to remove in pandas", "id": 87485152, "name": "Deprecate", "node_id": "MDU6TGFiZWw4NzQ4NTE1Mg==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Deprecate" } ]
closed
false
null
[]
{ "closed_at": "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-12-06T16:32:49Z
2019-12-07T00:39:21Z
2019-12-06T22:34:52Z
MEMBER
null
im looking forward to being done with 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/30113/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/30113/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/30113.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/30113", "merged_at": "2019-12-06T22:34:52Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/30113.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/30113" }