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/30814
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/30814/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/30814/comments
https://api.github.com/repos/pandas-dev/pandas/issues/30814/events
https://github.com/pandas-dev/pandas/pull/30814
546,922,378
MDExOlB1bGxSZXF1ZXN0MzYwNTA1ODUz
30,814
BLD: More lightweight mypy pre-commit hook
{ "avatar_url": "https://avatars.githubusercontent.com/u/70274?v=4", "events_url": "https://api.github.com/users/xhochy/events{/privacy}", "followers_url": "https://api.github.com/users/xhochy/followers", "following_url": "https://api.github.com/users/xhochy/following{/other_user}", "gists_url": "https://api....
[ { "color": "75507B", "default": false, "description": "Library building on various platforms", "id": 129350, "name": "Build", "node_id": "MDU6TGFiZWwxMjkzNTA=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Build" } ]
closed
false
null
[]
{ "closed_at": "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
2020-01-08T15:10:33Z
2020-01-15T09:49:50Z
2020-01-15T09:49:50Z
CONTRIBUTOR
null
Fixes #30811 This now will only detect typing problems in the files you have edited. This may still lead to typing problems detected in CI but is hopefully a compromise between speed and early detection of issues before they hit public CI. One line changes in a single file still stay for me in the <1s mark. cc @gf...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/30814/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/30814/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/30814.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/30814", "merged_at": "2020-01-15T09:49:49Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/30814.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/30814" }
https://api.github.com/repos/pandas-dev/pandas/issues/30815
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/30815/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/30815/comments
https://api.github.com/repos/pandas-dev/pandas/issues/30815/events
https://github.com/pandas-dev/pandas/issues/30815
546,982,864
MDU6SXNzdWU1NDY5ODI4NjQ=
30,815
like old issue #2936: df.apply(foo) will run twice at the first row
{ "avatar_url": "https://avatars.githubusercontent.com/u/36542293?v=4", "events_url": "https://api.github.com/users/kerwin6182828/events{/privacy}", "followers_url": "https://api.github.com/users/kerwin6182828/followers", "following_url": "https://api.github.com/users/kerwin6182828/following{/other_user}", "g...
[ { "color": "fbca04", "default": false, "description": "Apply, Aggregate, Transform", "id": 697792067, "name": "Apply", "node_id": "MDU6TGFiZWw2OTc3OTIwNjc=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Apply" } ]
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
2020-01-08T16:55:32Z
2020-06-29T17:40:03Z
2020-06-02T21:04:15Z
NONE
null
``` - :meth:`DataFrame.apply` and :meth:`DataFrame.applymap` now evaluates first row/column only once (:issue:`31620`, :issue:`30815`, :issue:`33879`). .. ipython:: python df = pd.DataFrame({'a': [1, 2], 'b': [3, 6]}) def func(row): print(row) return row *Previous behavior*: .....
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/30815/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/30815/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/30816
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/30816/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/30816/comments
https://api.github.com/repos/pandas-dev/pandas/issues/30816/events
https://github.com/pandas-dev/pandas/pull/30816
547,040,209
MDExOlB1bGxSZXF1ZXN0MzYwNjAzMTg3
30,816
replacing '.format' with f-strings in some test files
{ "avatar_url": "https://avatars.githubusercontent.com/u/3411882?v=4", "events_url": "https://api.github.com/users/ssikdar1/events{/privacy}", "followers_url": "https://api.github.com/users/ssikdar1/followers", "following_url": "https://api.github.com/users/ssikdar1/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" } ]
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
2020-01-08T18:49:58Z
2020-01-08T22:22:52Z
2020-01-08T22:22:46Z
CONTRIBUTOR
null
- [X] contributes to #29547 - [ ] tests added / passed - [X] passes `black pandas` - [X] passes `git diff upstream/master -u -- "*.py" | flake8 --diff` - [ ] whatsnew entry One format that I left untouched in `pandas/tests/util/test_assert_frame_equal.py`: ``` def test_frame_equal_unicode(df1, df2, msg, by_b...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/30816/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/30816/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/30816.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/30816", "merged_at": "2020-01-08T22:22:46Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/30816.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/30816" }
https://api.github.com/repos/pandas-dev/pandas/issues/30817
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/30817/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/30817/comments
https://api.github.com/repos/pandas-dev/pandas/issues/30817/events
https://github.com/pandas-dev/pandas/pull/30817
547,042,763
MDExOlB1bGxSZXF1ZXN0MzYwNjA1Mjgy
30,817
REF: share comparison methods between ExtensionIndex subclasses
{ "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": "6138b5", "default": false, "description": "Extending pandas with custom dtypes or arrays.", "id": 849023693, "name": "ExtensionArray", "node_id": "MDU6TGFiZWw4NDkwMjM2OTM=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/ExtensionArray" }, { "color": "e...
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
2020-01-08T18:55:37Z
2020-01-09T05:09:30Z
2020-01-09T02:51:22Z
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/30817/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/30817/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/30817.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/30817", "merged_at": "2020-01-09T02:51:22Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/30817.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/30817" }
https://api.github.com/repos/pandas-dev/pandas/issues/30818
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/30818/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/30818/comments
https://api.github.com/repos/pandas-dev/pandas/issues/30818/events
https://github.com/pandas-dev/pandas/issues/30818
547,046,042
MDU6SXNzdWU1NDcwNDYwNDI=
30,818
date_range calculates ranges off by one bin when passing period
{ "avatar_url": "https://avatars.githubusercontent.com/u/25587212?v=4", "events_url": "https://api.github.com/users/lcandeago/events{/privacy}", "followers_url": "https://api.github.com/users/lcandeago/followers", "following_url": "https://api.github.com/users/lcandeago/following{/other_user}", "gists_url": "...
[ { "color": "0052cc", "default": false, "description": null, "id": 34444536, "name": "Usage Question", "node_id": "MDU6TGFiZWwzNDQ0NDUzNg==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Usage%20Question" } ]
closed
false
{ "avatar_url": "https://avatars.githubusercontent.com/u/21162926?v=4", "events_url": "https://api.github.com/users/parkerdgabel/events{/privacy}", "followers_url": "https://api.github.com/users/parkerdgabel/followers", "following_url": "https://api.github.com/users/parkerdgabel/following{/other_user}", "gist...
[ { "avatar_url": "https://avatars.githubusercontent.com/u/21162926?v=4", "events_url": "https://api.github.com/users/parkerdgabel/events{/privacy}", "followers_url": "https://api.github.com/users/parkerdgabel/followers", "following_url": "https://api.github.com/users/parkerdgabel/following{/other_use...
null
4
2020-01-08T19:03:02Z
2020-01-09T16:06:07Z
2020-01-09T16:06:00Z
NONE
null
#### Code Sample, a copy-pastable example if possible ```python import pandas as pd start_t = pd.Timestamp('2008-11-24') end_t = pd.Timestamp('2008-12-08') print(end_t) # 2008-12-08 00:00:00 diff = end_t-start_t dates = pd.date_range(start_t, end_t, periods=bins, tz=None) diff = dates[1] - dates[0] print(...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/30818/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/30818/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/30819
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/30819/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/30819/comments
https://api.github.com/repos/pandas-dev/pandas/issues/30819/events
https://github.com/pandas-dev/pandas/pull/30819
547,059,024
MDExOlB1bGxSZXF1ZXN0MzYwNjE4ODAz
30,819
CLN: de-duplicate boxing in DTI.get_value
{ "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": "AFEEEE", "default": false, "description": null, "id": 211840, "name": "Timeseries", "node_id": "MDU6TGFiZWwyMTE4NDA=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Timeseries" }, { "color": "207de5", "default": false, "description": null, ...
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
2020-01-08T19:31:40Z
2020-01-09T05:08:52Z
2020-01-09T02:48:28Z
MEMBER
null
Also add a dedicated test or it to hit currently un-covered case of np.datetime64 key. That case works in master, but doesn't go through the expected code path
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/30819/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/30819/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/30819.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/30819", "merged_at": "2020-01-09T02:48:27Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/30819.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/30819" }
https://api.github.com/repos/pandas-dev/pandas/issues/30820
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/30820/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/30820/comments
https://api.github.com/repos/pandas-dev/pandas/issues/30820/events
https://github.com/pandas-dev/pandas/pull/30820
547,060,352
MDExOlB1bGxSZXF1ZXN0MzYwNjE5OTIy
30,820
API: Limit assert_*_equal functions in public API
{ "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": "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...
2
2020-01-08T19:34:24Z
2020-01-09T09:03:10Z
2020-01-08T22:33:24Z
CONTRIBUTOR
null
As discussed on today's call. Just adding `assert_extension_array_equal` relative to 0.25.
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/30820/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/30820/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/30820.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/30820", "merged_at": "2020-01-08T22:33:24Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/30820.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/30820" }
https://api.github.com/repos/pandas-dev/pandas/issues/30821
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/30821/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/30821/comments
https://api.github.com/repos/pandas-dev/pandas/issues/30821/events
https://github.com/pandas-dev/pandas/pull/30821
547,070,580
MDExOlB1bGxSZXF1ZXN0MzYwNjI4Mzg2
30,821
Update NA repr
{ "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" } ]
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
2020-01-08T19:56:20Z
2020-01-09T19:26:10Z
2020-01-09T16:18:59Z
CONTRIBUTOR
null
Closes https://github.com/pandas-dev/pandas/issues/30415 ```python In [2]: df = pd.DataFrame({"A": pd.array([1, 2, None])}) In [3]: df Out[3]: A 0 1 1 2 2 <NA> In [4]: df.A Out[4]: 0 1 1 2 2 <NA> Name: A, dtype: Int64 In [5]: df.A.array Out[5]: <IntegerArray> [1...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/30821/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/30821/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/30821.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/30821", "merged_at": "2020-01-09T16:18:58Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/30821.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/30821" }
https://api.github.com/repos/pandas-dev/pandas/issues/30822
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/30822/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/30822/comments
https://api.github.com/repos/pandas-dev/pandas/issues/30822/events
https://github.com/pandas-dev/pandas/pull/30822
547,082,165
MDExOlB1bGxSZXF1ZXN0MzYwNjM4MDIy
30,822
STY: Absolute imports
{ "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": "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
[]
null
2
2020-01-08T20:22:03Z
2020-01-08T23:07:58Z
2020-01-08T22:17:13Z
MEMBER
null
- [x] ref #30808 - [ ] 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/30822/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/30822/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/30822.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/30822", "merged_at": "2020-01-08T22:17:13Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/30822.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/30822" }
https://api.github.com/repos/pandas-dev/pandas/issues/30823
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/30823/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/30823/comments
https://api.github.com/repos/pandas-dev/pandas/issues/30823/events
https://github.com/pandas-dev/pandas/issues/30823
547,108,652
MDU6SXNzdWU1NDcxMDg2NTI=
30,823
Sub-nanosecond datetime support
{ "avatar_url": "https://avatars.githubusercontent.com/u/1775632?v=4", "events_url": "https://api.github.com/users/wmayner/events{/privacy}", "followers_url": "https://api.github.com/users/wmayner/followers", "following_url": "https://api.github.com/users/wmayner/following{/other_user}", "gists_url": "https:/...
[ { "color": "4E9A06", "default": false, "description": null, "id": 76812, "name": "Enhancement", "node_id": "MDU6TGFiZWw3NjgxMg==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Enhancement" }, { "color": "AFEEEE", "default": false, "description": null, ...
open
false
null
[]
null
8
2020-01-08T21:21:25Z
2021-07-25T04:50:06Z
null
NONE
null
This is a place to discuss whether supporting datetime logic with sub-nanosecond precision is desirable and feasible. ### Motivation I'm using pandas to interact with neuroscientific data—specifically, electrophysiology data. These data are sampled at very precise frequencies that cannot be expressed as an integer ...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/30823/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/30823/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/30824
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/30824/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/30824/comments
https://api.github.com/repos/pandas-dev/pandas/issues/30824/events
https://github.com/pandas-dev/pandas/pull/30824
547,121,887
MDExOlB1bGxSZXF1ZXN0MzYwNjcwNjIx
30,824
BUG: BooleanArray.value_counts dropna
{ "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": "6138b5", "default": false, "description": "Extending pandas with custom dtypes or arrays.", "id": 849023693, "name": "ExtensionArray", "node_id": "MDU6TGFiZWw4NDkwMjM2OTM=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/ExtensionArray" } ]
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
2020-01-08T21:49:10Z
2020-01-09T19:19:40Z
2020-01-09T19:19:35Z
CONTRIBUTOR
null
Closes https://github.com/pandas-dev/pandas/issues/30685
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/30824/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/30824/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/30824.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/30824", "merged_at": "2020-01-09T19:19:35Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/30824.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/30824" }
https://api.github.com/repos/pandas-dev/pandas/issues/30825
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/30825/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/30825/comments
https://api.github.com/repos/pandas-dev/pandas/issues/30825/events
https://github.com/pandas-dev/pandas/pull/30825
547,128,775
MDExOlB1bGxSZXF1ZXN0MzYwNjc1Nzk4
30,825
TST: Added 'match=' to some bare pytest.raises
{ "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": "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...
1
2020-01-08T22:04:20Z
2020-01-08T23:57:45Z
2020-01-08T23:51:58Z
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/30825/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/30825/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/30825.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/30825", "merged_at": "2020-01-08T23:51:58Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/30825.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/30825" }
https://api.github.com/repos/pandas-dev/pandas/issues/30826
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/30826/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/30826/comments
https://api.github.com/repos/pandas-dev/pandas/issues/30826/events
https://github.com/pandas-dev/pandas/pull/30826
547,133,673
MDExOlB1bGxSZXF1ZXN0MzYwNjc5NTcw
30,826
BUG: DTI.searchsorted accepting invalid types/dtypes
{ "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": "AFEEEE", "default": false, "description": null, "id": 211840, "name": "Timeseries", "node_id": "MDU6TGFiZWwyMTE4NDA=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Timeseries" }, { "color": "0b02e1", "default": false, "description": "Related t...
closed
false
null
[]
{ "closed_at": "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
2020-01-08T22:14:47Z
2020-01-09T05:10:31Z
2020-01-09T02:36:12Z
MEMBER
null
Analogous to #30763 which fixed the same issue for PeriodIndex. After this will be a PR to fix TimedeltaIndex, then one to move the fixes up to the EA methods (and share searchsorted).
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/30826/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/30826/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/30826.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/30826", "merged_at": "2020-01-09T02:36:12Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/30826.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/30826" }
https://api.github.com/repos/pandas-dev/pandas/issues/30827
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/30827/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/30827/comments
https://api.github.com/repos/pandas-dev/pandas/issues/30827/events
https://github.com/pandas-dev/pandas/pull/30827
547,154,634
MDExOlB1bGxSZXF1ZXN0MzYwNjk1NTMw
30,827
STY: absolute imports
{ "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": "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...
0
2020-01-08T23:07:17Z
2020-01-08T23:50:56Z
2020-01-08T23:49:21Z
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/30827/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/30827/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/30827.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/30827", "merged_at": "2020-01-08T23:49:21Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/30827.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/30827" }
https://api.github.com/repos/pandas-dev/pandas/issues/30828
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/30828/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/30828/comments
https://api.github.com/repos/pandas-dev/pandas/issues/30828/events
https://github.com/pandas-dev/pandas/pull/30828
547,162,553
MDExOlB1bGxSZXF1ZXN0MzYwNzAyMDQx
30,828
STY: absolute imports in __init__ files
{ "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...
4
2020-01-08T23:30:57Z
2020-01-09T13:38:33Z
2020-01-09T00:06:59Z
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/30828/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/30828/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/30828.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/30828", "merged_at": "2020-01-09T00:06:59Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/30828.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/30828" }
https://api.github.com/repos/pandas-dev/pandas/issues/30829
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/30829/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/30829/comments
https://api.github.com/repos/pandas-dev/pandas/issues/30829/events
https://github.com/pandas-dev/pandas/pull/30829
547,172,074
MDExOlB1bGxSZXF1ZXN0MzYwNzA5MzU0
30,829
DOC: Added a single '-'
{ "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...
3
2020-01-09T00:03:19Z
2020-01-09T01:20:21Z
2020-01-09T00:42:47Z
MEMBER
null
Feels weird to open a PR just for that, but I must get this fixed ;)
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/30829/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/30829/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/30829.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/30829", "merged_at": "2020-01-09T00:42:47Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/30829.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/30829" }
https://api.github.com/repos/pandas-dev/pandas/issues/30830
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/30830/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/30830/comments
https://api.github.com/repos/pandas-dev/pandas/issues/30830/events
https://github.com/pandas-dev/pandas/issues/30830
547,175,103
MDU6SXNzdWU1NDcxNzUxMDM=
30,830
DOC: Fix indentation in docstring example
{ "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": "3465A4", "default": false, "description": null, "id": 134699, "name": "Docs", "node_id": "MDU6TGFiZWwxMzQ2OTk=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Docs" }, { "color": "0e8a16", "default": true, "description": null, "id": 7171206...
closed
false
{ "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...
[ { "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}"...
null
1
2020-01-09T00:12:54Z
2020-01-09T15:52:31Z
2020-01-09T15:52:31Z
MEMBER
null
Not sure why we didn't see it before, but the example in the first code block of the docstring guidelines seem to be missing the indentation: https://pandas.io/docs/development/contributing_docstring.html#about-docstrings-and-standards We should fix it, and indent the function properly: https://github.com/pandas-dev...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/30830/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/30830/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/30831
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/30831/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/30831/comments
https://api.github.com/repos/pandas-dev/pandas/issues/30831/events
https://github.com/pandas-dev/pandas/pull/30831
547,189,647
MDExOlB1bGxSZXF1ZXN0MzYwNzIzNDE2
30,831
BUG: TimedeltaIndex.searchsorted accepting invalid types/dtypes
{ "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": "0b02e1", "default": false, "description": "Related to indexing on series/frames, not to indexes themselves", "id": 2822098, "name": "Indexing", "node_id": "MDU6TGFiZWwyODIyMDk4", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Indexing" }, { "color": "53...
closed
false
null
[]
{ "closed_at": "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
2020-01-09T01:07:04Z
2020-01-09T05:11:15Z
2020-01-09T02:37:24Z
MEMBER
null
TimedeltaIndex analogue to #30826.
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/30831/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/30831/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/30831.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/30831", "merged_at": "2020-01-09T02:37:24Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/30831.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/30831" }
https://api.github.com/repos/pandas-dev/pandas/issues/30832
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/30832/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/30832/comments
https://api.github.com/repos/pandas-dev/pandas/issues/30832/events
https://github.com/pandas-dev/pandas/pull/30832
547,191,480
MDExOlB1bGxSZXF1ZXN0MzYwNzI0ODYw
30,832
CLN: Removed "# noqa: F401" comments
{ "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
2020-01-09T01:13:40Z
2020-01-10T20:43:01Z
2020-01-09T02:39:51Z
MEMBER
null
Implemented ```__all__``` for each changed file - [x] ref https://github.com/pandas-dev/pandas/pull/30828#discussion_r364500688 - [ ] 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/30832/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/30832/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/30832.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/30832", "merged_at": "2020-01-09T02:39:51Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/30832.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/30832" }
https://api.github.com/repos/pandas-dev/pandas/issues/30833
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/30833/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/30833/comments
https://api.github.com/repos/pandas-dev/pandas/issues/30833/events
https://github.com/pandas-dev/pandas/pull/30833
547,193,327
MDExOlB1bGxSZXF1ZXN0MzYwNzI2MzI4
30,833
DOC: Fix indentation in docstring example
{ "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...
1
2020-01-09T01:19:40Z
2020-01-10T20:42:33Z
2020-01-09T15:52:31Z
MEMBER
null
- [x] closes #30830 - [ ] 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/30833/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/30833/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/30833.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/30833", "merged_at": "2020-01-09T15:52:31Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/30833.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/30833" }
https://api.github.com/repos/pandas-dev/pandas/issues/30834
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/30834/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/30834/comments
https://api.github.com/repos/pandas-dev/pandas/issues/30834/events
https://github.com/pandas-dev/pandas/issues/30834
547,196,719
MDU6SXNzdWU1NDcxOTY3MTk=
30,834
Feature Request: context manager in which NaN equals NaN
{ "avatar_url": "https://avatars.githubusercontent.com/u/5236149?v=4", "events_url": "https://api.github.com/users/fujiaxiang/events{/privacy}", "followers_url": "https://api.github.com/users/fujiaxiang/followers", "following_url": "https://api.github.com/users/fujiaxiang/following{/other_user}", "gists_url":...
[ { "color": "4E9A06", "default": false, "description": null, "id": 76812, "name": "Enhancement", "node_id": "MDU6TGFiZWw3NjgxMg==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Enhancement" }, { "color": "d7e102", "default": false, "description": "np.nan, ...
open
false
null
[]
null
3
2020-01-09T01:32:17Z
2021-07-25T04:51:25Z
null
MEMBER
null
I'm not really sure whether this is the correct place to request for this (maybe it should be numpy?), but here it is. Often times when we deal with data we may want to compare two `Series` or `DataFrames`. In pandas/numpy standard and many other, if not all, programming standards, `NaN == NaN` yields ``False``. ...
{ "+1": 1, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 1, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/30834/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/30834/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/30835
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/30835/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/30835/comments
https://api.github.com/repos/pandas-dev/pandas/issues/30835/events
https://github.com/pandas-dev/pandas/pull/30835
547,199,663
MDExOlB1bGxSZXF1ZXN0MzYwNzMxMDU3
30,835
REF: get_value do less inside try
{ "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...
0
2020-01-09T01:43:34Z
2020-01-09T05:03:51Z
2020-01-09T02:33:00Z
MEMBER
null
Separating out mostly-cosmetic bits from other get_value work
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/30835/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/30835/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/30835.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/30835", "merged_at": "2020-01-09T02:33:00Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/30835.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/30835" }
https://api.github.com/repos/pandas-dev/pandas/issues/30836
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/30836/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/30836/comments
https://api.github.com/repos/pandas-dev/pandas/issues/30836/events
https://github.com/pandas-dev/pandas/pull/30836
547,204,977
MDExOlB1bGxSZXF1ZXN0MzYwNzM1MTY5
30,836
DOC: whatsnew fixes
{ "avatar_url": "https://avatars.githubusercontent.com/u/5332445?v=4", "events_url": "https://api.github.com/users/jschendel/events{/privacy}", "followers_url": "https://api.github.com/users/jschendel/followers", "following_url": "https://api.github.com/users/jschendel/following{/other_user}", "gists_url": "h...
[ { "color": "3465A4", "default": false, "description": null, "id": 134699, "name": "Docs", "node_id": "MDU6TGFiZWwxMzQ2OTk=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Docs" } ]
closed
false
null
[]
{ "closed_at": "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
2020-01-09T02:05:16Z
2020-01-09T16:34:17Z
2020-01-09T09:18:58Z
MEMBER
null
Some small fixes I noticed reading over the whatsnew.
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/30836/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/30836/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/30836.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/30836", "merged_at": "2020-01-09T09:18:58Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/30836.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/30836" }
https://api.github.com/repos/pandas-dev/pandas/issues/30837
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/30837/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/30837/comments
https://api.github.com/repos/pandas-dev/pandas/issues/30837/events
https://github.com/pandas-dev/pandas/pull/30837
547,235,736
MDExOlB1bGxSZXF1ZXN0MzYwNzU5MjA1
30,837
CI: Fix linting error
{ "avatar_url": "https://avatars.githubusercontent.com/u/5332445?v=4", "events_url": "https://api.github.com/users/jschendel/events{/privacy}", "followers_url": "https://api.github.com/users/jschendel/followers", "following_url": "https://api.github.com/users/jschendel/following{/other_user}", "gists_url": "h...
[ { "color": "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...
1
2020-01-09T04:09:48Z
2020-01-09T05:10:35Z
2020-01-09T05:10:30Z
MEMBER
null
Fixing a linting error that got merged into `master` and is breaking CI, e.g. see [this build](https://github.com/pandas-dev/pandas/runs/380663768).
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/30837/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/30837/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/30837.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/30837", "merged_at": null, "patch_url": "https://github.com/pandas-dev/pandas/pull/30837.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/30837" }
https://api.github.com/repos/pandas-dev/pandas/issues/30838
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/30838/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/30838/comments
https://api.github.com/repos/pandas-dev/pandas/issues/30838/events
https://github.com/pandas-dev/pandas/pull/30838
547,245,773
MDExOlB1bGxSZXF1ZXN0MzYwNzY3NTIw
30,838
BUG: added missing fill_na parameter to DataFrame.unstack() with list of levels
{ "avatar_url": "https://avatars.githubusercontent.com/u/12470734?v=4", "events_url": "https://api.github.com/users/tanmay1618/events{/privacy}", "followers_url": "https://api.github.com/users/tanmay1618/followers", "following_url": "https://api.github.com/users/tanmay1618/following{/other_user}", "gists_url"...
[ { "color": "e10c02", "default": false, "description": null, "id": 76811, "name": "Bug", "node_id": "MDU6TGFiZWw3NjgxMQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug" }, { "color": "d7e102", "default": false, "description": "np.nan, pd.NaT, pd.NA, d...
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
2020-01-09T04:44:29Z
2020-01-09T19:19:10Z
2020-01-09T19:19:07Z
CONTRIBUTOR
null
- [x] closes #30740 - [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/30838/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/30838/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/30838.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/30838", "merged_at": "2020-01-09T19:19:07Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/30838.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/30838" }
https://api.github.com/repos/pandas-dev/pandas/issues/30839
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/30839/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/30839/comments
https://api.github.com/repos/pandas-dev/pandas/issues/30839/events
https://github.com/pandas-dev/pandas/pull/30839
547,249,119
MDExOlB1bGxSZXF1ZXN0MzYwNzcwMjcx
30,839
TYP: __array__
{ "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": "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...
2
2020-01-09T04:55:16Z
2020-01-09T19:00:15Z
2020-01-09T18:54:35Z
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/30839/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/30839/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/30839.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/30839", "merged_at": "2020-01-09T18:54:35Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/30839.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/30839" }
https://api.github.com/repos/pandas-dev/pandas/issues/30840
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/30840/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/30840/comments
https://api.github.com/repos/pandas-dev/pandas/issues/30840/events
https://github.com/pandas-dev/pandas/pull/30840
547,249,742
MDExOlB1bGxSZXF1ZXN0MzYwNzcwNzk1
30,840
CLN: remove _to_M8
{ "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": "207de5", "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...
1
2020-01-09T04:57:17Z
2020-01-09T05:47:59Z
2020-01-09T05:44:38Z
MEMBER
null
a couple of recently-merged PRs removed the last usages of this function
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/30840/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/30840/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/30840.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/30840", "merged_at": "2020-01-09T05:44:38Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/30840.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/30840" }
https://api.github.com/repos/pandas-dev/pandas/issues/30841
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/30841/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/30841/comments
https://api.github.com/repos/pandas-dev/pandas/issues/30841/events
https://github.com/pandas-dev/pandas/issues/30841
547,285,594
MDU6SXNzdWU1NDcyODU1OTQ=
30,841
TestBaseCasting.test_to_numpy fails for ExtensionArrays that yield nested numpy arrays
{ "avatar_url": "https://avatars.githubusercontent.com/u/70274?v=4", "events_url": "https://api.github.com/users/xhochy/events{/privacy}", "followers_url": "https://api.github.com/users/xhochy/followers", "following_url": "https://api.github.com/users/xhochy/following{/other_user}", "gists_url": "https://api....
[]
closed
false
null
[]
null
0
2020-01-09T06:51:25Z
2020-01-09T15:51:26Z
2020-01-09T15:51:26Z
CONTRIBUTOR
null
The test case fails when data is e.g. `np.array([np.array([np.nan, None], dtype="object"), None], dtype="object")`. ```python def test_to_numpy(self, data): expected = np.asarray(data) result = data.to_numpy() > self.assert_equal(result, expected) ``` This happens in `fletcher` for...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/30841/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/30841/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/30842
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/30842/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/30842/comments
https://api.github.com/repos/pandas-dev/pandas/issues/30842/events
https://github.com/pandas-dev/pandas/pull/30842
547,286,371
MDExOlB1bGxSZXF1ZXN0MzYwODAxMzk3
30,842
BUG: Handle nested arrays in array_equivalent_object
{ "avatar_url": "https://avatars.githubusercontent.com/u/70274?v=4", "events_url": "https://api.github.com/users/xhochy/events{/privacy}", "followers_url": "https://api.github.com/users/xhochy/followers", "following_url": "https://api.github.com/users/xhochy/following{/other_user}", "gists_url": "https://api....
[ { "color": "C4A000", "default": false, "description": "pandas testing functions or related to the test suite", "id": 127685, "name": "Testing", "node_id": "MDU6TGFiZWwxMjc2ODU=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Testing" }, { "color": "6138b5", "d...
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
2020-01-09T06:53:25Z
2020-01-09T18:11:49Z
2020-01-09T15:51:26Z
CONTRIBUTOR
null
- [x] closes #30841 - [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/30842/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/30842/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/30842.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/30842", "merged_at": "2020-01-09T15:51:26Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/30842.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/30842" }
https://api.github.com/repos/pandas-dev/pandas/issues/30843
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/30843/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/30843/comments
https://api.github.com/repos/pandas-dev/pandas/issues/30843/events
https://github.com/pandas-dev/pandas/issues/30843
547,300,372
MDU6SXNzdWU1NDczMDAzNzI=
30,843
pre-commit check for flake8 doesn't check Cython code
{ "avatar_url": "https://avatars.githubusercontent.com/u/70274?v=4", "events_url": "https://api.github.com/users/xhochy/events{/privacy}", "followers_url": "https://api.github.com/users/xhochy/followers", "following_url": "https://api.github.com/users/xhochy/following{/other_user}", "gists_url": "https://api....
[ { "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": "eb6420", "default": false, "description": ...
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...
0
2020-01-09T07:28:35Z
2020-02-12T16:00:42Z
2020-02-12T16:00:42Z
CONTRIBUTOR
null
Currently the check only matches `.py` files. Cython files aren't checked.
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/30843/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/30843/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/30844
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/30844/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/30844/comments
https://api.github.com/repos/pandas-dev/pandas/issues/30844/events
https://github.com/pandas-dev/pandas/issues/30844
547,348,684
MDU6SXNzdWU1NDczNDg2ODQ=
30,844
Value Counts with categorical dtypes has unexpected behavior
{ "avatar_url": "https://avatars.githubusercontent.com/u/11876547?v=4", "events_url": "https://api.github.com/users/datajanko/events{/privacy}", "followers_url": "https://api.github.com/users/datajanko/followers", "following_url": "https://api.github.com/users/datajanko/following{/other_user}", "gists_url": "...
[]
closed
false
null
[]
null
2
2020-01-09T09:18:13Z
2020-01-09T13:59:17Z
2020-01-09T13:59:17Z
CONTRIBUTOR
null
#### Code Sample, a copy-pastable example if possible ```python df = pd.DataFrame({"A": [1, 2, 3], "B":[2, 3, 4], "C": pd.Categorical(["A", "B", "C"]), "D": pd.Categorical(["B", "C", "D"])}) df.dtypes.value_counts() ``` gives ``` int64 2 category 1 category ...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/30844/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/30844/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/30845
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/30845/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/30845/comments
https://api.github.com/repos/pandas-dev/pandas/issues/30845/events
https://github.com/pandas-dev/pandas/issues/30845
547,410,988
MDU6SXNzdWU1NDc0MTA5ODg=
30,845
numexpr inconsistent result
{ "avatar_url": "https://avatars.githubusercontent.com/u/23288150?v=4", "events_url": "https://api.github.com/users/misantroop/events{/privacy}", "followers_url": "https://api.github.com/users/misantroop/followers", "following_url": "https://api.github.com/users/misantroop/following{/other_user}", "gists_url"...
[ { "color": "e10c02", "default": false, "description": null, "id": 76811, "name": "Bug", "node_id": "MDU6TGFiZWw3NjgxMQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug" }, { "color": "f3afff", "default": false, "description": "pd.eval, query", "id...
open
false
null
[]
null
4
2020-01-09T11:09:49Z
2020-04-26T21:12:46Z
null
NONE
null
```python df = pd.DataFrame([5, 10, 15, 5, 10, 15, 5, 10, 15]) op = '<' level = 10 t = df[0] df['t'] = t[numexpr.evaluate(f't {op} {level}')] trueConds = (df['t'] == np.nan) ``` #### Problem description Column evaluated with numexpr and successfully creating a new col (t), however the trueConds finds...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/30845/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/30845/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/30846
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/30846/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/30846/comments
https://api.github.com/repos/pandas-dev/pandas/issues/30846/events
https://github.com/pandas-dev/pandas/issues/30846
547,419,828
MDU6SXNzdWU1NDc0MTk4Mjg=
30,846
Cannot `remove_unused_categories` for CategoricalIndex in a MultiIndex
{ "avatar_url": "https://avatars.githubusercontent.com/u/6815844?v=4", "events_url": "https://api.github.com/users/fujiisoup/events{/privacy}", "followers_url": "https://api.github.com/users/fujiisoup/followers", "following_url": "https://api.github.com/users/fujiisoup/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": "207de5", "default": false, "description": null, "id": 71268330,...
open
false
null
[]
null
6
2020-01-09T11:26:55Z
2020-06-28T23:34:39Z
null
NONE
null
I'm working to add a `CategoricalIndex` support in xarray (pydata/xarray#3647, pydata/xarray#3670), but have a trouble. #### Code Sample, a copy-pastable example if possible ```python In [39]: cat = pd.CategoricalDtype(categories=['foo', 'bar', 'baz']) ...: i1 = pd.Series(['foo', 'bar'], dtype=cat) ....
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/30846/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/30846/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/30847
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/30847/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/30847/comments
https://api.github.com/repos/pandas-dev/pandas/issues/30847/events
https://github.com/pandas-dev/pandas/pull/30847
547,477,037
MDExOlB1bGxSZXF1ZXN0MzYwOTU4NzIz
30,847
BLD: Run flake8 check on Cython files in pre-commit
{ "avatar_url": "https://avatars.githubusercontent.com/u/70274?v=4", "events_url": "https://api.github.com/users/xhochy/events{/privacy}", "followers_url": "https://api.github.com/users/xhochy/followers", "following_url": "https://api.github.com/users/xhochy/following{/other_user}", "gists_url": "https://api....
[ { "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": "eb6420", "default": false, "description": ...
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...
10
2020-01-09T13:27:14Z
2020-02-12T16:00:49Z
2020-02-12T16:00:42Z
CONTRIBUTOR
null
- [x] closes #30843 - [ ] 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/30847/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/30847/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/30847.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/30847", "merged_at": "2020-02-12T16:00:42Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/30847.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/30847" }
https://api.github.com/repos/pandas-dev/pandas/issues/30848
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/30848/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/30848/comments
https://api.github.com/repos/pandas-dev/pandas/issues/30848/events
https://github.com/pandas-dev/pandas/issues/30848
547,529,036
MDU6SXNzdWU1NDc1MjkwMzY=
30,848
Series/DataFrame.rename(<mapper>, level=None) doesn't work in non-ambiguous case
{ "avatar_url": "https://avatars.githubusercontent.com/u/13159005?v=4", "events_url": "https://api.github.com/users/simonjayhawkins/events{/privacy}", "followers_url": "https://api.github.com/users/simonjayhawkins/followers", "following_url": "https://api.github.com/users/simonjayhawkins/following{/other_user}"...
[ { "color": "e10c02", "default": false, "description": null, "id": 76811, "name": "Bug", "node_id": "MDU6TGFiZWw3NjgxMQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug" }, { "color": "AD7FA8", "default": false, "description": null, "id": 35818298,...
open
false
null
[]
null
6
2020-01-09T14:55:58Z
2021-10-29T02:09:45Z
null
MEMBER
null
#### Code Sample, a copy-pastable example if possible ```python # Your code here >>> import pandas as pd >>> pd.__version__ '0.26.0.dev0+1717.g6437f5eb3' >>> s = ( ... pd.DataFrame({0: [1, 2, 3], 1: [4, 5, 6]}) ... .unstack() ... .rename_axis([(1,), None]) ... ) >>> s (1,) 0 0 1 ...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/30848/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/30848/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/30849
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/30849/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/30849/comments
https://api.github.com/repos/pandas-dev/pandas/issues/30849/events
https://github.com/pandas-dev/pandas/issues/30849
547,539,535
MDU6SXNzdWU1NDc1Mzk1MzU=
30,849
read_fwf reading large numbers as object dtype
{ "avatar_url": "https://avatars.githubusercontent.com/u/32705631?v=4", "events_url": "https://api.github.com/users/TonyFhh/events{/privacy}", "followers_url": "https://api.github.com/users/TonyFhh/followers", "following_url": "https://api.github.com/users/TonyFhh/following{/other_user}", "gists_url": "https:...
[ { "color": "0052cc", "default": false, "description": null, "id": 34444536, "name": "Usage Question", "node_id": "MDU6TGFiZWwzNDQ0NDUzNg==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Usage%20Question" }, { "color": "e99695", "default": false, "descript...
closed
false
null
[]
null
3
2020-01-09T15:13:53Z
2020-06-17T21:42:13Z
2020-06-17T21:42:13Z
NONE
null
#### Code Sample, a copy-pastable example if possible ```python # Your code here >>> pd.read_fwf(r'D:\Other\ggg.txt', header=None, widths =[26,3,3,26]) 0 1 2 3 0 +0000000000000000000000000 NaN CCY 30000000000000 1 +0077800000000000000000000 NaN ABF...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/30849/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/30849/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/30850
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/30850/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/30850/comments
https://api.github.com/repos/pandas-dev/pandas/issues/30850/events
https://github.com/pandas-dev/pandas/issues/30850
547,558,615
MDU6SXNzdWU1NDc1NTg2MTU=
30,850
to_timedelta str int discrepancy
{ "avatar_url": "https://avatars.githubusercontent.com/u/16845375?v=4", "events_url": "https://api.github.com/users/harishmk/events{/privacy}", "followers_url": "https://api.github.com/users/harishmk/followers", "following_url": "https://api.github.com/users/harishmk/following{/other_user}", "gists_url": "htt...
[]
closed
false
null
[]
null
1
2020-01-09T15:44:12Z
2020-01-09T16:33:35Z
2020-01-09T16:33:34Z
NONE
null
#### Code Sample, a copy-pastable example if possible ```python assert pd.to_timedelta(1,unit='s') == pd.to_timedelta('1',unit='s') ``` fails ```python >>> pd.to_timedelta(20000,unit='s') Timedelta('0 days 05:33:20') >>> pd.to_timedelta('20000',unit='s') Timedelta('0 days 00:00:00.000020') ``` #### Pro...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/30850/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/30850/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/30851
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/30851/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/30851/comments
https://api.github.com/repos/pandas-dev/pandas/issues/30851/events
https://github.com/pandas-dev/pandas/issues/30851
547,571,227
MDU6SXNzdWU1NDc1NzEyMjc=
30,851
Pandas read_excel sometimes using xlrd which has deprecated code in python 3.8.1
{ "avatar_url": "https://avatars.githubusercontent.com/u/7373718?v=4", "events_url": "https://api.github.com/users/mhooreman/events{/privacy}", "followers_url": "https://api.github.com/users/mhooreman/followers", "following_url": "https://api.github.com/users/mhooreman/following{/other_user}", "gists_url": "h...
[ { "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
5
2020-01-09T16:05:04Z
2020-01-10T16:53:06Z
2020-01-09T22:48:43Z
NONE
null
Hello, Under some circumstances that I'm unable to systematically reproduce, pd.read_excel still uses xlrd. With python 3.8, I get a DeprecationWarning, which I can't fix. Since there is no maintainer anymore for xlrd, I must come back to you to get some advises. Would you be so kind to help me? I'm using 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/30851/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/30851/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/30852
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/30852/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/30852/comments
https://api.github.com/repos/pandas-dev/pandas/issues/30852/events
https://github.com/pandas-dev/pandas/pull/30852
547,576,898
MDExOlB1bGxSZXF1ZXN0MzYxMDQwMDU5
30,852
ENH: Added DataFrame.compare and Series.compare (GH30429)
{ "avatar_url": "https://avatars.githubusercontent.com/u/5236149?v=4", "events_url": "https://api.github.com/users/fujiaxiang/events{/privacy}", "followers_url": "https://api.github.com/users/fujiaxiang/followers", "following_url": "https://api.github.com/users/fujiaxiang/following{/other_user}", "gists_url":...
[ { "color": "4E9A06", "default": false, "description": null, "id": 76812, "name": "Enhancement", "node_id": "MDU6TGFiZWw3NjgxMg==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Enhancement" } ]
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...
27
2020-01-09T16:14:08Z
2020-05-28T17:08:53Z
2020-05-28T17:08:46Z
MEMBER
null
Added `DataFrame.differences` and `Series.differences` methods. Have not yet added whatsnew entries. Will do so after review of API and behavior design. A few design considerations open for discussion (among other things): 1. Index/column names: (self, other) vs (left, right) vs (old, new) I used the (self, ot...
{ "+1": 2, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 2, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/30852/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/30852/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/30852.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/30852", "merged_at": "2020-05-28T17:08:46Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/30852.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/30852" }
https://api.github.com/repos/pandas-dev/pandas/issues/30853
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/30853/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/30853/comments
https://api.github.com/repos/pandas-dev/pandas/issues/30853/events
https://github.com/pandas-dev/pandas/pull/30853
547,590,714
MDExOlB1bGxSZXF1ZXN0MzYxMDUxNjM1
30,853
REF: share searchsorted and insert for DTI/TDI
{ "avatar_url": "https://avatars.githubusercontent.com/u/8078968?v=4", "events_url": "https://api.github.com/users/jbrockmendel/events{/privacy}", "followers_url": "https://api.github.com/users/jbrockmendel/followers", "following_url": "https://api.github.com/users/jbrockmendel/following{/other_user}", "gists...
[]
closed
false
null
[]
null
1
2020-01-09T16:37:45Z
2020-02-28T00:22:19Z
2020-01-13T23:43: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/30853/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/30853/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/30853.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/30853", "merged_at": null, "patch_url": "https://github.com/pandas-dev/pandas/pull/30853.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/30853" }
https://api.github.com/repos/pandas-dev/pandas/issues/30854
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/30854/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/30854/comments
https://api.github.com/repos/pandas-dev/pandas/issues/30854/events
https://github.com/pandas-dev/pandas/pull/30854
547,607,266
MDExOlB1bGxSZXF1ZXN0MzYxMDY1Mzgx
30,854
CLN: remove pydt_to_i8
{ "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": "Timedelta data type", "id": 49597148, "name": "Timedelta", "node_id": "MDU6TGFiZWw0OTU5NzE0OA==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Timedelta" }, { "color": "207de5", "default": false, "des...
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...
3
2020-01-09T17:05:39Z
2020-01-24T04:32:18Z
2020-01-24T03:56:07Z
MEMBER
null
It's only used in one non-test place, and all supported python versions now support datetime.timestamp, so we can use that directly. Its a little bit less performant, but not used often.
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/30854/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/30854/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/30854.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/30854", "merged_at": "2020-01-24T03:56:07Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/30854.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/30854" }
https://api.github.com/repos/pandas-dev/pandas/issues/30855
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/30855/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/30855/comments
https://api.github.com/repos/pandas-dev/pandas/issues/30855/events
https://github.com/pandas-dev/pandas/pull/30855
547,633,379
MDExOlB1bGxSZXF1ZXN0MzYxMDg2NzQ2
30,855
DOC: fixed about link
{ "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": "23ef97", "default": false, "description": "pandas website", "id": 1508144531, "name": "Web", "node_id": "MDU6TGFiZWwxNTA4MTQ0NTMx", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Web" } ]
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
2020-01-09T18:00:36Z
2020-01-09T18:38:09Z
2020-01-09T18:37:50Z
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/30855/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/30855/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/30855.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/30855", "merged_at": "2020-01-09T18:37:50Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/30855.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/30855" }
https://api.github.com/repos/pandas-dev/pandas/issues/30856
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/30856/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/30856/comments
https://api.github.com/repos/pandas-dev/pandas/issues/30856/events
https://github.com/pandas-dev/pandas/pull/30856
547,635,235
MDExOlB1bGxSZXF1ZXN0MzYxMDg4Mjc0
30,856
REF: Move generic methods to aggregation.py
{ "avatar_url": "https://avatars.githubusercontent.com/u/9269816?v=4", "events_url": "https://api.github.com/users/charlesdong1991/events{/privacy}", "followers_url": "https://api.github.com/users/charlesdong1991/followers", "following_url": "https://api.github.com/users/charlesdong1991/following{/other_user}",...
[ { "color": "FCE94F", "default": false, "description": "Internal refactoring of code", "id": 127681, "name": "Refactor", "node_id": "MDU6TGFiZWwxMjc2ODE=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Refactor" } ]
closed
false
null
[]
{ "closed_at": "2020-07-28T18:13:47Z", "closed_issues": 2378, "created_at": "2019-12-02T12:52:48Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/j...
4
2020-01-09T18:04:47Z
2020-01-20T23:31:25Z
2020-01-20T23:31:20Z
MEMBER
null
xref #29116 https://github.com/pandas-dev/pandas/pull/29116#pullrequestreview-340272465 based on @jreback comment, this PR is a precursor PR for #29116 to make PR smaller and more readable
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/30856/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/30856/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/30856.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/30856", "merged_at": "2020-01-20T23:31:20Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/30856.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/30856" }
https://api.github.com/repos/pandas-dev/pandas/issues/30857
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/30857/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/30857/comments
https://api.github.com/repos/pandas-dev/pandas/issues/30857/events
https://github.com/pandas-dev/pandas/issues/30857
547,636,411
MDU6SXNzdWU1NDc2MzY0MTE=
30,857
DataFrame arithmetic functions with multiindex, NaN index values, and fill_value set returns an invalid result with non-unique index.
{ "avatar_url": "https://avatars.githubusercontent.com/u/2015509?v=4", "events_url": "https://api.github.com/users/twheys/events{/privacy}", "followers_url": "https://api.github.com/users/twheys/followers", "following_url": "https://api.github.com/users/twheys/following{/other_user}", "gists_url": "https://ap...
[ { "color": "e10c02", "default": false, "description": null, "id": 76811, "name": "Bug", "node_id": "MDU6TGFiZWw3NjgxMQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug" }, { "color": "006b75", "default": false, "description": "Arithmetic, Comparison, ...
open
false
null
[]
null
1
2020-01-09T18:07:21Z
2020-03-12T19:35:28Z
null
NONE
null
#### Code Sample, a copy-pastable example if possible ```python from unittest import TestCase import numpy as np import pandas as pd class TestSubtract(TestCase): def test_subtract_partially_aligned_multi_index_dataframes_with_nans(self): df0 = pd.DataFrame( data=[ ...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/30857/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/30857/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/30858
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/30858/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/30858/comments
https://api.github.com/repos/pandas-dev/pandas/issues/30858/events
https://github.com/pandas-dev/pandas/pull/30858
547,643,287
MDExOlB1bGxSZXF1ZXN0MzYxMDk0NzY5
30,858
BUG: aggregations were getting overwritten if they had the same name
{ "avatar_url": "https://avatars.githubusercontent.com/u/33491632?v=4", "events_url": "https://api.github.com/users/MarcoGorelli/events{/privacy}", "followers_url": "https://api.github.com/users/MarcoGorelli/followers", "following_url": "https://api.github.com/users/MarcoGorelli/following{/other_user}", "gist...
[ { "color": "729FCF", "default": false, "description": null, "id": 233160, "name": "Groupby", "node_id": "MDU6TGFiZWwyMzMxNjA=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Groupby" }, { "color": "02d7e1", "default": false, "description": "Concat, Merge/J...
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...
26
2020-01-09T18:22:21Z
2020-07-15T07:15:33Z
2020-07-14T20:34:56Z
MEMBER
null
- [x] closes #30880 - [x] tests added / passed - [x] passes `black pandas` - [x] passes `git diff upstream/master -u -- "*.py" | flake8 --diff` - [x] whatsnew entry xref #30092
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/30858/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/30858/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/30858.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/30858", "merged_at": "2020-07-14T20:34:56Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/30858.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/30858" }
https://api.github.com/repos/pandas-dev/pandas/issues/30859
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/30859/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/30859/comments
https://api.github.com/repos/pandas-dev/pandas/issues/30859/events
https://github.com/pandas-dev/pandas/issues/30859
547,667,472
MDU6SXNzdWU1NDc2Njc0NzI=
30,859
Multicolumn GroupBy appears to convert unit64s to floats
{ "avatar_url": "https://avatars.githubusercontent.com/u/2237679?v=4", "events_url": "https://api.github.com/users/brianwgoldman/events{/privacy}", "followers_url": "https://api.github.com/users/brianwgoldman/followers", "following_url": "https://api.github.com/users/brianwgoldman/following{/other_user}", "gi...
[ { "color": "0e8a16", "default": true, "description": null, "id": 717120670, "name": "good first issue", "node_id": "MDU6TGFiZWw3MTcxMjA2NzA=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/good%20first%20issue" }, { "color": "cdea3c", "default": false, "de...
closed
false
{ "avatar_url": "https://avatars.githubusercontent.com/u/11210290?v=4", "events_url": "https://api.github.com/users/TAJD/events{/privacy}", "followers_url": "https://api.github.com/users/TAJD/followers", "following_url": "https://api.github.com/users/TAJD/following{/other_user}", "gists_url": "https://api.git...
[ { "avatar_url": "https://avatars.githubusercontent.com/u/11210290?v=4", "events_url": "https://api.github.com/users/TAJD/events{/privacy}", "followers_url": "https://api.github.com/users/TAJD/followers", "following_url": "https://api.github.com/users/TAJD/following{/other_user}", "gists_url": "h...
{ "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...
5
2020-01-09T19:13:45Z
2020-09-07T20:47:40Z
2020-09-07T20:47:40Z
NONE
null
#### Code Sample, a copy-pastable example if possible ```python pd.DataFrame({'first': [1], 'second': [1], 'value': [16148277970000000000]}).groupby(['first', 'second'])['value'].max() ``` #### Problem description When that code snippet runs, the result is not `16148277970000000000` as you would expect, but ...
{ "+1": 2, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 2, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/30859/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/30859/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/30860
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/30860/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/30860/comments
https://api.github.com/repos/pandas-dev/pandas/issues/30860/events
https://github.com/pandas-dev/pandas/pull/30860
547,673,135
MDExOlB1bGxSZXF1ZXN0MzYxMTE4OTk1
30,860
REF: gradually move ExtensionIndex delegation to use inherit_names
{ "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": "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...
5
2020-01-09T19:25:38Z
2020-04-05T17:34:17Z
2020-01-28T01:54:14Z
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/30860/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/30860/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/30860.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/30860", "merged_at": "2020-01-28T01:54:14Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/30860.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/30860" }
https://api.github.com/repos/pandas-dev/pandas/issues/30861
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/30861/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/30861/comments
https://api.github.com/repos/pandas-dev/pandas/issues/30861/events
https://github.com/pandas-dev/pandas/pull/30861
547,676,039
MDExOlB1bGxSZXF1ZXN0MzYxMTIxMzQx
30,861
BUG: ExtensionArray._formatter does not need to handle nulls
{ "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...
[]
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
2020-01-09T19:31:40Z
2020-01-09T20:19:43Z
2020-01-09T20:19:39Z
MEMBER
null
See https://github.com/pandas-dev/pandas/pull/30821/files#r364917242 Currently, I don't think this is really specified whether the `_formatter` of ExtensionArray should be able to handle NAs/nulls or not, but in practice, it didn't need to do that. And eg the geopandas one is also implemented right now that it would...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/30861/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/30861/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/30861.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/30861", "merged_at": "2020-01-09T20:19:39Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/30861.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/30861" }
https://api.github.com/repos/pandas-dev/pandas/issues/30862
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/30862/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/30862/comments
https://api.github.com/repos/pandas-dev/pandas/issues/30862/events
https://github.com/pandas-dev/pandas/pull/30862
547,676,808
MDExOlB1bGxSZXF1ZXN0MzYxMTIxOTcy
30,862
Parallel Cythonization for spawned Processes
{ "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": "4E9A06", "default": false, "description": null, "id": 76812, "name": "Enhancement", "node_id": "MDU6TGFiZWw3NjgxMg==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Enhancement" }, { "color": "75507B", "default": false, "description": "Library ...
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...
19
2020-01-09T19:33:18Z
2020-01-24T04:01:20Z
2020-01-24T04:01:16Z
MEMBER
null
Originally thought this only affected Windows, but parallel Cythonization is also broken on Python 3.8 on macOS as they shifted from using fork to start sub-processes to using spawn https://bugs.python.org/issue33725 This fix should make things work regardless of platform / python version
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/30862/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/30862/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/30862.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/30862", "merged_at": "2020-01-24T04:01:16Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/30862.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/30862" }
https://api.github.com/repos/pandas-dev/pandas/issues/30863
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/30863/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/30863/comments
https://api.github.com/repos/pandas-dev/pandas/issues/30863/events
https://github.com/pandas-dev/pandas/pull/30863
547,690,139
MDExOlB1bGxSZXF1ZXN0MzYxMTMyOTAw
30,863
TYP: Fix typing errors in ExtensionOpsMixin
{ "avatar_url": "https://avatars.githubusercontent.com/u/26364415?v=4", "events_url": "https://api.github.com/users/topper-123/events{/privacy}", "followers_url": "https://api.github.com/users/topper-123/followers", "following_url": "https://api.github.com/users/topper-123/following{/other_user}", "gists_url"...
[]
closed
false
null
[]
null
0
2020-01-09T19:59:58Z
2021-05-27T10:55:29Z
2020-01-09T22:03:57Z
CONTRIBUTOR
null
On newest mypy (0.761) I get 160 when running ``!mypy pandas``. This PR gets that number down to 106, which is nice.
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/30863/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/30863/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/30863.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/30863", "merged_at": null, "patch_url": "https://github.com/pandas-dev/pandas/pull/30863.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/30863" }
https://api.github.com/repos/pandas-dev/pandas/issues/30864
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/30864/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/30864/comments
https://api.github.com/repos/pandas-dev/pandas/issues/30864/events
https://github.com/pandas-dev/pandas/pull/30864
547,706,241
MDExOlB1bGxSZXF1ZXN0MzYxMTQ2MDc0
30,864
DOC: Encourage use of pre-commit in the docs
{ "avatar_url": "https://avatars.githubusercontent.com/u/9273653?v=4", "events_url": "https://api.github.com/users/gfyoung/events{/privacy}", "followers_url": "https://api.github.com/users/gfyoung/followers", "following_url": "https://api.github.com/users/gfyoung/following{/other_user}", "gists_url": "https:/...
[ { "color": "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-07-28T18:13:47Z", "closed_issues": 2378, "created_at": "2019-12-02T12:52:48Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/j...
4
2020-01-09T20:33:30Z
2020-01-10T23:52:45Z
2020-01-10T19:22:38Z
MEMBER
null
Previously, we stated it as merely optional. xref https://github.com/pandas-dev/pandas/pull/30773, https://github.com/pandas-dev/pandas/pull/30814
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/30864/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/30864/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/30864.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/30864", "merged_at": "2020-01-10T19:22:37Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/30864.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/30864" }
https://api.github.com/repos/pandas-dev/pandas/issues/30865
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/30865/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/30865/comments
https://api.github.com/repos/pandas-dev/pandas/issues/30865/events
https://github.com/pandas-dev/pandas/pull/30865
547,712,116
MDExOlB1bGxSZXF1ZXN0MzYxMTUwODUy
30,865
DOC: add note about many removals in pandas 1.0
{ "avatar_url": "https://avatars.githubusercontent.com/u/1020496?v=4", "events_url": "https://api.github.com/users/jorisvandenbossche/events{/privacy}", "followers_url": "https://api.github.com/users/jorisvandenbossche/followers", "following_url": "https://api.github.com/users/jorisvandenbossche/following{/othe...
[ { "color": "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...
3
2020-01-09T20:45:50Z
2020-01-09T21:14:10Z
2020-01-09T21:14:05Z
MEMBER
null
cc @TomAugspurger Adding a note about the recommended way to upgrade to pandas 1.0, if that sounds OK
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/30865/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/30865/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/30865.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/30865", "merged_at": "2020-01-09T21:14:05Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/30865.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/30865" }
https://api.github.com/repos/pandas-dev/pandas/issues/30866
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/30866/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/30866/comments
https://api.github.com/repos/pandas-dev/pandas/issues/30866/events
https://github.com/pandas-dev/pandas/issues/30866
547,725,153
MDU6SXNzdWU1NDc3MjUxNTM=
30,866
set_index with multiindex silently converts None to NaN
{ "avatar_url": "https://avatars.githubusercontent.com/u/1328688?v=4", "events_url": "https://api.github.com/users/selik/events{/privacy}", "followers_url": "https://api.github.com/users/selik/followers", "following_url": "https://api.github.com/users/selik/following{/other_user}", "gists_url": "https://api.g...
[ { "color": "e10c02", "default": false, "description": null, "id": 76811, "name": "Bug", "node_id": "MDU6TGFiZWw3NjgxMQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug" }, { "color": "d7e102", "default": false, "description": "np.nan, pd.NaT, pd.NA, d...
open
false
null
[]
{ "closed_at": null, "closed_issues": 786, "created_at": "2015-01-13T10:53:19Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/jreback/followers", ...
2
2020-01-09T21:10:32Z
2020-07-08T00:34:43Z
null
CONTRIBUTOR
null
```python In [2]: df = pd.DataFrame({'a': [1], 'b': [None]}) In [3]: df Out[3]: a b 0 1 None In [4]: df.set_index(['a', 'b']) Out[4]: Empty DataFrame Columns: [] Index: [(1, nan)] ``` Values should not be silently converted from `None` to NaN when a column is used in a MultiIndex. <details...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/30866/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/30866/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/30867
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/30867/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/30867/comments
https://api.github.com/repos/pandas-dev/pandas/issues/30867/events
https://github.com/pandas-dev/pandas/issues/30867
547,729,246
MDU6SXNzdWU1NDc3MjkyNDY=
30,867
Multi-dimensional Index indexing followups
{ "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": "0b02e1", "default": false, "description": "Related to indexing on series/frames, not to indexes themselves", "id": 2822098, "name": "Indexing", "node_id": "MDU6TGFiZWwyODIyMDk4", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Indexing" }, { "color": "53...
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", ...
11
2020-01-09T21:18:52Z
2020-07-10T13:58:36Z
null
CONTRIBUTOR
null
* Avoid DeprecationWarning followed by exception: https://github.com/pandas-dev/pandas/pull/30588#discussion_r364930269 * Update tests to filter warnings in plotting https://github.com/pandas-dev/pandas/pull/30588/files/74dffbedacb34bde7e5a8fb2396e0fef9efac499#diff-4b6d08e53050950f83ea75e432302f89 * Change Categorica...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/30867/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/30867/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/30868
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/30868/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/30868/comments
https://api.github.com/repos/pandas-dev/pandas/issues/30868/events
https://github.com/pandas-dev/pandas/issues/30868
547,730,157
MDU6SXNzdWU1NDc3MzAxNTc=
30,868
local test failure: test_maybe_promote_datetimetz_with_datetimetz
{ "avatar_url": "https://avatars.githubusercontent.com/u/13159005?v=4", "events_url": "https://api.github.com/users/simonjayhawkins/events{/privacy}", "followers_url": "https://api.github.com/users/simonjayhawkins/followers", "following_url": "https://api.github.com/users/simonjayhawkins/following{/other_user}"...
[ { "color": "e10c02", "default": false, "description": null, "id": 76811, "name": "Bug", "node_id": "MDU6TGFiZWw3NjgxMQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug" }, { "color": "fbca04", "default": false, "description": "Windows OS", "id": 5...
open
false
null
[]
null
1
2020-01-09T21:20:56Z
2021-07-25T04:56:54Z
null
MEMBER
null
``` pandas/tests/arithmetic/test_datetime64.py::TestDatetime64ArrayLikeComparisons::test_dt64arr_cmp_arraylike_invalid[tzlocal()-other0] FAILED [ 4%] pandas/tests/arithmetic/test_datetime64.py::TestDatetime64ArrayLikeComparisons::test_dt64arr_cmp_arraylike_invalid[tzlocal()-other1] FAILED [ 8%] pandas/tests/arithm...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/30868/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/30868/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/30869
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/30869/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/30869/comments
https://api.github.com/repos/pandas-dev/pandas/issues/30869/events
https://github.com/pandas-dev/pandas/issues/30869
547,767,888
MDU6SXNzdWU1NDc3Njc4ODg=
30,869
pandas.util.testing no longer imported with pandas
{ "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": "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
2020-01-09T22:49:44Z
2020-01-13T20:45:43Z
2020-01-13T20:45:43Z
CONTRIBUTOR
null
0.25.3 ```python In [1]: import pandas In [2]: pandas.util.testing Out[2]: <module 'pandas.util.testing' from '/private/tmp/pandas/util/testing.py'> ``` 1.0 ```python In [1]: import pandas In [2]: pandas.util.testing --------------------------------------------------------------------------- Attrib...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/30869/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/30869/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/30870
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/30870/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/30870/comments
https://api.github.com/repos/pandas-dev/pandas/issues/30870/events
https://github.com/pandas-dev/pandas/pull/30870
547,768,568
MDExOlB1bGxSZXF1ZXN0MzYxMTk3Njg2
30,870
BUG: set_index() and reset_index() not preserving object dtypes
{ "avatar_url": "https://avatars.githubusercontent.com/u/17655405?v=4", "events_url": "https://api.github.com/users/trevorbye/events{/privacy}", "followers_url": "https://api.github.com/users/trevorbye/followers", "following_url": "https://api.github.com/users/trevorbye/following{/other_user}", "gists_url": "...
[ { "color": "e102d8", "default": false, "description": "Unexpected or buggy dtype conversions", "id": 31404521, "name": "Dtype Conversions", "node_id": "MDU6TGFiZWwzMTQwNDUyMQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Dtype%20Conversions" } ]
closed
false
null
[]
null
16
2020-01-09T22:51:42Z
2020-04-07T16:22:43Z
2020-04-07T16:22:42Z
NONE
null
* changes to `set_index()` and `ensure_index_from_sequences()` to pass current dtype of key through call stack onto Index constructor, rather than letting Index constructor infer the dtype. For now I just aimed to patch a single key param from `set_index()`, as that is the lowest hanging fruit for this issue I think. ...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/30870/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/30870/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/30870.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/30870", "merged_at": null, "patch_url": "https://github.com/pandas-dev/pandas/pull/30870.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/30870" }
https://api.github.com/repos/pandas-dev/pandas/issues/30871
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/30871/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/30871/comments
https://api.github.com/repos/pandas-dev/pandas/issues/30871/events
https://github.com/pandas-dev/pandas/issues/30871
547,776,839
MDU6SXNzdWU1NDc3NzY4Mzk=
30,871
Improve error message for DataFrame.append(<dict-like>)
{ "avatar_url": "https://avatars.githubusercontent.com/u/13159005?v=4", "events_url": "https://api.github.com/users/simonjayhawkins/events{/privacy}", "followers_url": "https://api.github.com/users/simonjayhawkins/followers", "following_url": "https://api.github.com/users/simonjayhawkins/following{/other_user}"...
[ { "color": "ffa0ff", "default": false, "description": "Incorrect or improved errors from pandas", "id": 42670965, "name": "Error Reporting", "node_id": "MDU6TGFiZWw0MjY3MDk2NQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Error%20Reporting" } ]
closed
false
null
[]
null
0
2020-01-09T23:15:59Z
2020-01-20T18:11:02Z
2020-01-20T18:11:02Z
MEMBER
null
#### Code Sample, a copy-pastable example if possible ```python >>> import pandas as pd >>> >>> pd.__version__ '0.26.0.dev0+1731.g3ddd495e4' >>> >>> df = pd.DataFrame({"Name": ["Alice"], "Gender": ["F"]}) >>> df Name Gender 0 Alice F >>> >>> df.append({"Name": "Bob", "Gender": "M"}) Traceback (...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/30871/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/30871/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/30872
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/30872/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/30872/comments
https://api.github.com/repos/pandas-dev/pandas/issues/30872/events
https://github.com/pandas-dev/pandas/issues/30872
547,778,874
MDU6SXNzdWU1NDc3Nzg4NzQ=
30,872
on master, pd.show_versions() emits a FutureWarning
{ "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": "f2f074", "default": false, "description": "Warnings that appear or should be added to pandas", "id": 1628184320, "name": "Warnings", "node_id": "MDU6TGFiZWwxNjI4MTg0MzIw", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Warnings" } ]
closed
false
null
[]
null
12
2020-01-09T23:21:49Z
2021-07-25T04:59:39Z
2021-07-25T04:59:39Z
CONTRIBUTOR
null
#### Code Sample, a copy-pastable example if possible ```python import pandas as pd pd.show_versions() ``` #### Problem description Gets this output: ``` C:\Code\pandas_dev\pandas36\pandas\core\index.py:29: FutureWarning: pandas.core.index is deprecated and will be removed in a future version. The pub...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/30872/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/30872/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/30873
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/30873/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/30873/comments
https://api.github.com/repos/pandas-dev/pandas/issues/30873/events
https://github.com/pandas-dev/pandas/issues/30873
547,779,187
MDU6SXNzdWU1NDc3NzkxODc=
30,873
Parallel build_ext might fail due to file collisions
{ "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": "75507B", "default": false, "description": "Library building on various platforms", "id": 129350, "name": "Build", "node_id": "MDU6TGFiZWwxMjkzNTA=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Build" }, { "color": "fbca04", "default": false, ...
open
false
null
[]
null
8
2020-01-09T23:22:47Z
2021-05-27T04:27:00Z
null
CONTRIBUTOR
null
#### Code Sample, a copy-pastable example if possible ```bash python setup.py build_ext --inplace -j 8 ``` #### Problem description See some discussion in #30862 . I have 8 cores on Windows. When I use `-j 8`, in the middle of the build, I will get this error message: ``` c:\Code\pandas_dev\pandas\pandas...
{ "+1": 1, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 1, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/30873/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/30873/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/30874
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/30874/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/30874/comments
https://api.github.com/repos/pandas-dev/pandas/issues/30874/events
https://github.com/pandas-dev/pandas/pull/30874
547,797,655
MDExOlB1bGxSZXF1ZXN0MzYxMjIxNTYx
30,874
CLN: fix wrong types getting passed to TDI._get_string_slice
{ "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": "0b02e1", "default": false, "description": "Related to indexing on series/frames, not to indexes themselves", "id": 2822098, "name": "Indexing", "node_id": "MDU6TGFiZWwyODIyMDk4", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Indexing" }, { "color": "53...
closed
false
null
[]
{ "closed_at": "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
2020-01-10T00:27:19Z
2020-01-20T18:57:16Z
2020-01-20T17:21:25Z
MEMBER
null
Removes unreachable code paths.
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/30874/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/30874/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/30874.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/30874", "merged_at": "2020-01-20T17:21:25Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/30874.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/30874" }
https://api.github.com/repos/pandas-dev/pandas/issues/30875
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/30875/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/30875/comments
https://api.github.com/repos/pandas-dev/pandas/issues/30875/events
https://github.com/pandas-dev/pandas/pull/30875
547,799,657
MDExOlB1bGxSZXF1ZXN0MzYxMjIzMTY4
30,875
CLN: remove unnecessary overriding in subclasses
{ "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" }, { "color": "e99695", "default": false, "description": "Related to t...
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...
0
2020-01-10T00:35:00Z
2020-01-10T02:18:23Z
2020-01-10T02:11:31Z
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/30875/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/30875/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/30875.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/30875", "merged_at": "2020-01-10T02:11:31Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/30875.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/30875" }
https://api.github.com/repos/pandas-dev/pandas/issues/30876
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/30876/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/30876/comments
https://api.github.com/repos/pandas-dev/pandas/issues/30876/events
https://github.com/pandas-dev/pandas/pull/30876
547,803,826
MDExOlB1bGxSZXF1ZXN0MzYxMjI2NDc2
30,876
ENH Avoid redundant CSS in Styler.render
{ "avatar_url": "https://avatars.githubusercontent.com/u/78827?v=4", "events_url": "https://api.github.com/users/jnothman/events{/privacy}", "followers_url": "https://api.github.com/users/jnothman/followers", "following_url": "https://api.github.com/users/jnothman/following{/other_user}", "gists_url": "https:...
[ { "color": "006b75", "default": false, "description": "read_html, to_html, Styler.apply, Styler.applymap", "id": 57395487, "name": "IO HTML", "node_id": "MDU6TGFiZWw1NzM5NTQ4Nw==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/IO%20HTML" } ]
closed
false
null
[]
{ "closed_at": "2020-07-28T18:13:47Z", "closed_issues": 2378, "created_at": "2019-12-02T12:52:48Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/j...
4
2020-01-10T00:51:21Z
2020-01-20T19:52:11Z
2020-01-20T19:52:09Z
CONTRIBUTOR
null
Where multiple styled cells have the same CSS, only make one CSS declaration. This can reduce the output size substantially. - [x] ~~closes #xxxx~~ - [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/30876/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/30876/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/30876.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/30876", "merged_at": "2020-01-20T19:52:09Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/30876.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/30876" }
https://api.github.com/repos/pandas-dev/pandas/issues/30877
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/30877/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/30877/comments
https://api.github.com/repos/pandas-dev/pandas/issues/30877/events
https://github.com/pandas-dev/pandas/pull/30877
547,854,881
MDExOlB1bGxSZXF1ZXN0MzYxMjY2ODUz
30,877
CLN: misc cleanups
{ "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" }, { "color": "ea91a4", "default": false, "description": "type annotat...
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...
3
2020-01-10T04:12:59Z
2020-01-14T04:20:44Z
2020-01-13T20:25:58Z
MEMBER
null
Things I find myself doing in multiple branches.
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/30877/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/30877/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/30877.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/30877", "merged_at": "2020-01-13T20:25:58Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/30877.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/30877" }
https://api.github.com/repos/pandas-dev/pandas/issues/30878
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/30878/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/30878/comments
https://api.github.com/repos/pandas-dev/pandas/issues/30878/events
https://github.com/pandas-dev/pandas/pull/30878
547,921,533
MDExOlB1bGxSZXF1ZXN0MzYxMzIwNDQx
30,878
DEPR: fix missing stacklevel in pandas.core.index deprecation
{ "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...
[]
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
2020-01-10T07:50:41Z
2020-01-10T14:04:27Z
2020-01-10T14:01:10Z
MEMBER
null
xref https://github.com/pandas-dev/pandas/issues/30872
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/30878/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/30878/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/30878.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/30878", "merged_at": "2020-01-10T14:01:10Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/30878.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/30878" }
https://api.github.com/repos/pandas-dev/pandas/issues/30879
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/30879/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/30879/comments
https://api.github.com/repos/pandas-dev/pandas/issues/30879/events
https://github.com/pandas-dev/pandas/issues/30879
547,972,533
MDU6SXNzdWU1NDc5NzI1MzM=
30,879
`read_sql_table` fails on Geopackge SQLite file due to DATETIME field with string value
{ "avatar_url": "https://avatars.githubusercontent.com/u/10965193?v=4", "events_url": "https://api.github.com/users/DavidMStraub/events{/privacy}", "followers_url": "https://api.github.com/users/DavidMStraub/followers", "following_url": "https://api.github.com/users/DavidMStraub/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": "5319e7", "default": false, "description": "to_sql, read_sql, read_s...
open
false
null
[]
null
0
2020-01-10T09:47:46Z
2020-05-16T04:09:01Z
null
NONE
null
#### Code Sample, a copy-pastable example if possible ```python import sqlite3 import pandas as pd con = sqlite3.connect("tmp.db") c = con.cursor() c.execute("CREATE TABLE gpkg_contents (last_change DATETIME);") c.execute("INSERT INTO gpkg_contents VALUES ('2019-01-01T00:00:00.000Z');") con.commit() con.cl...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/30879/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/30879/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/30880
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/30880/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/30880/comments
https://api.github.com/repos/pandas-dev/pandas/issues/30880/events
https://github.com/pandas-dev/pandas/issues/30880
547,981,001
MDU6SXNzdWU1NDc5ODEwMDE=
30,880
Multiple aggregations with the same name get overwritten
{ "avatar_url": "https://avatars.githubusercontent.com/u/33491632?v=4", "events_url": "https://api.github.com/users/MarcoGorelli/events{/privacy}", "followers_url": "https://api.github.com/users/MarcoGorelli/followers", "following_url": "https://api.github.com/users/MarcoGorelli/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": "729FCF", "default": false, "description": null, "id": 233160, ...
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...
0
2020-01-10T10:00:41Z
2020-07-14T20:34:56Z
2020-07-14T20:34:56Z
MEMBER
null
#### Code Sample, a copy-pastable example if possible ``` 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( {'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/30880/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/30880/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/30881
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/30881/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/30881/comments
https://api.github.com/repos/pandas-dev/pandas/issues/30881/events
https://github.com/pandas-dev/pandas/issues/30881
548,069,766
MDU6SXNzdWU1NDgwNjk3NjY=
30,881
DOC: missing docstring substitution for Series/DataFrame.set_axis()
{ "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": "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-07-28T18:13:47Z", "closed_issues": 2378, "created_at": "2019-12-02T12:52:48Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/j...
4
2020-01-10T13:06:54Z
2020-02-03T13:08:39Z
2020-01-20T18:04:01Z
MEMBER
null
https://dev.pandas.io/docs/reference/api/pandas.Series.set_axis.html https://dev.pandas.io/docs/reference/api/pandas.DataFrame.set_axis.html ![image](https://user-images.githubusercontent.com/13159005/72154883-b527de80-33a9-11ea-8593-91d2cc2a9aaf.png)
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/30881/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/30881/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/30882
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/30882/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/30882/comments
https://api.github.com/repos/pandas-dev/pandas/issues/30882/events
https://github.com/pandas-dev/pandas/pull/30882
548,085,105
MDExOlB1bGxSZXF1ZXN0MzYxNDU0ODU5
30,882
raise more specific error if dict is appended to frame wit…
{ "avatar_url": "https://avatars.githubusercontent.com/u/33491632?v=4", "events_url": "https://api.github.com/users/MarcoGorelli/events{/privacy}", "followers_url": "https://api.github.com/users/MarcoGorelli/followers", "following_url": "https://api.github.com/users/MarcoGorelli/following{/other_user}", "gist...
[ { "color": "ffa0ff", "default": false, "description": "Incorrect or improved errors from pandas", "id": 42670965, "name": "Error Reporting", "node_id": "MDU6TGFiZWw0MjY3MDk2NQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Error%20Reporting" } ]
closed
false
null
[]
{ "closed_at": "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...
1
2020-01-10T13:39:36Z
2020-01-20T22:28:04Z
2020-01-20T18:11:02Z
MEMBER
null
…hout ignore_index - [x] closes #30871 - [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/30882/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/30882/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/30882.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/30882", "merged_at": "2020-01-20T18:11:02Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/30882.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/30882" }
https://api.github.com/repos/pandas-dev/pandas/issues/30883
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/30883/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/30883/comments
https://api.github.com/repos/pandas-dev/pandas/issues/30883/events
https://github.com/pandas-dev/pandas/pull/30883
548,096,173
MDExOlB1bGxSZXF1ZXN0MzYxNDYzODUx
30,883
Backport PR #30878 on branch 1.0.x (DEPR: fix missing stacklevel in pandas.core.index deprecation)
{ "avatar_url": "https://avatars.githubusercontent.com/u/39504233?v=4", "events_url": "https://api.github.com/users/meeseeksmachine/events{/privacy}", "followers_url": "https://api.github.com/users/meeseeksmachine/followers", "following_url": "https://api.github.com/users/meeseeksmachine/following{/other_user}"...
[]
closed
false
null
[]
{ "closed_at": "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
2020-01-10T14:01:42Z
2020-01-10T19:23:34Z
2020-01-10T19:23:33Z
NONE
null
Backport PR #30878: DEPR: fix missing stacklevel in pandas.core.index deprecation
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/30883/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/30883/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/30883.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/30883", "merged_at": "2020-01-10T19:23:33Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/30883.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/30883" }
https://api.github.com/repos/pandas-dev/pandas/issues/30884
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/30884/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/30884/comments
https://api.github.com/repos/pandas-dev/pandas/issues/30884/events
https://github.com/pandas-dev/pandas/issues/30884
548,096,756
MDU6SXNzdWU1NDgwOTY3NTY=
30,884
to_sql into MSSQL datetimeoffset column drops offset for DataFrame with one row
{ "avatar_url": "https://avatars.githubusercontent.com/u/15894006?v=4", "events_url": "https://api.github.com/users/gordthompson/events{/privacy}", "followers_url": "https://api.github.com/users/gordthompson/followers", "following_url": "https://api.github.com/users/gordthompson/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": "5319e7", "default": false, "description": "to_sql, read_sql, read_s...
open
false
null
[]
null
1
2020-01-10T14:02:55Z
2020-11-23T21:20:02Z
null
NONE
null
#### Problem description (Prompted by [this Stack Overflow question](https://stackoverflow.com/q/59529424/2144390).) When using `to_sql` with `mssql+pyodbc` and `fast_executemany=True`, uploading a DataFrame with a single row containing a tz-aware datetime into a `datetimeoffset` column causes the timezone offset...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/30884/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/30884/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/30885
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/30885/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/30885/comments
https://api.github.com/repos/pandas-dev/pandas/issues/30885/events
https://github.com/pandas-dev/pandas/pull/30885
548,109,707
MDExOlB1bGxSZXF1ZXN0MzYxNDc0OTk1
30,885
[DOC] set klass correctly for series and dataframe set_axis
{ "avatar_url": "https://avatars.githubusercontent.com/u/33491632?v=4", "events_url": "https://api.github.com/users/MarcoGorelli/events{/privacy}", "followers_url": "https://api.github.com/users/MarcoGorelli/followers", "following_url": "https://api.github.com/users/MarcoGorelli/following{/other_user}", "gist...
[ { "color": "3465A4", "default": false, "description": null, "id": 134699, "name": "Docs", "node_id": "MDU6TGFiZWwxMzQ2OTk=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Docs" } ]
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...
7
2020-01-10T14:28:37Z
2020-01-20T22:27:09Z
2020-01-20T18:04:01Z
MEMBER
null
- [x] closes #30881 - [ ] 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/30885/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/30885/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/30885.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/30885", "merged_at": "2020-01-20T18:04:01Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/30885.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/30885" }
https://api.github.com/repos/pandas-dev/pandas/issues/30886
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/30886/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/30886/comments
https://api.github.com/repos/pandas-dev/pandas/issues/30886/events
https://github.com/pandas-dev/pandas/issues/30886
548,113,711
MDU6SXNzdWU1NDgxMTM3MTE=
30,886
Regression in DataFrame.sum with mixed datetime, numeric and missing values
{ "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": "AFEEEE", "default": false, "description": null, "id": 211840, "name": "Timeseries", "node_id": "MDU6TGFiZWwyMTE4NDA=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Timeseries" }, { "color": "e11d21", "default": false, "description": "Functiona...
closed
false
{ "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...
[ { "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...
{ "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...
11
2020-01-10T14:36:13Z
2020-01-30T05:39:19Z
2020-01-15T14:19:17Z
CONTRIBUTOR
null
On 0.25.3 ```python In [3]: df = pd.DataFrame({"A": pd.date_range("2000", periods=4), "B": [1, 2, 3, 4]}).reindex([2, 3, 4]) In [4]: df.sum() ``` ```pytb --------------------------------------------------------------------------- TypeError Traceback (most recent call last) ...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/30886/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/30886/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/30887
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/30887/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/30887/comments
https://api.github.com/repos/pandas-dev/pandas/issues/30887/events
https://github.com/pandas-dev/pandas/issues/30887
548,140,674
MDU6SXNzdWU1NDgxNDA2NzQ=
30,887
Regression in hash_pandas_object with hash_key=None and object dtype
{ "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": "e11d21", "default": false, "description": "Functionality that used to work in a prior pandas version", "id": 32815646, "name": "Regression", "node_id": "MDU6TGFiZWwzMjgxNTY0Ng==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Regression" }, { "color": ...
closed
false
null
[]
{ "closed_at": "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
2020-01-10T15:26:58Z
2020-01-13T15:22:04Z
2020-01-13T15:22:04Z
CONTRIBUTOR
null
On 1.0.0rc0, this raises ```pytb In [7]: pd.util.hash_pandas_object(pd.Series(['a', 'b']), hash_key=None) --------------------------------------------------------------------------- AttributeError Traceback (most recent call last) <ipython-input-7-00d1f153287e> in <module> ----> 1 pd....
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/30887/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/30887/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/30888
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/30888/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/30888/comments
https://api.github.com/repos/pandas-dev/pandas/issues/30888/events
https://github.com/pandas-dev/pandas/pull/30888
548,152,211
MDExOlB1bGxSZXF1ZXN0MzYxNTEwMDUz
30,888
DOC: Move import conventions from wiki to docs #30808
{ "avatar_url": "https://avatars.githubusercontent.com/u/24843773?v=4", "events_url": "https://api.github.com/users/souvik3333/events{/privacy}", "followers_url": "https://api.github.com/users/souvik3333/followers", "following_url": "https://api.github.com/users/souvik3333/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-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...
5
2020-01-10T15:48:25Z
2020-01-13T18:10:26Z
2020-01-13T13:05:17Z
CONTRIBUTOR
null
- [x] closes #30808 - [ ] 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/30888/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/30888/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/30888.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/30888", "merged_at": "2020-01-13T13:05:17Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/30888.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/30888" }
https://api.github.com/repos/pandas-dev/pandas/issues/30889
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/30889/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/30889/comments
https://api.github.com/repos/pandas-dev/pandas/issues/30889/events
https://github.com/pandas-dev/pandas/issues/30889
548,159,256
MDU6SXNzdWU1NDgxNTkyNTY=
30,889
Series lose nullable integer dtype after call to .diff()
{ "avatar_url": "https://avatars.githubusercontent.com/u/315810?v=4", "events_url": "https://api.github.com/users/mwaskom/events{/privacy}", "followers_url": "https://api.github.com/users/mwaskom/followers", "following_url": "https://api.github.com/users/mwaskom/following{/other_user}", "gists_url": "https://...
[ { "color": "eb6420", "default": false, "description": "Non-arithmetic algos: value_counts, factorize, sorting, isin, clip, shift, diff", "id": 57296398, "name": "Algos", "node_id": "MDU6TGFiZWw1NzI5NjM5OA==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Algos" }, { ...
closed
false
null
[]
{ "closed_at": "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
2020-01-10T16:01:40Z
2020-01-23T19:00:09Z
2020-01-23T19:00:09Z
CONTRIBUTOR
null
c.f. #28285 #### Code Sample, a copy-pastable example if possible ```python pd.Series([1, 2, 3], dtype="Int16").diff() ``` ``` 0 NaN 1 1 2 1 dtype: object ``` #### Problem description Output dtype becomes `object`. #### Expected Output Output dtype remains `Int16Dtype`. #### Ou...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/30889/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/30889/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/30890
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/30890/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/30890/comments
https://api.github.com/repos/pandas-dev/pandas/issues/30890/events
https://github.com/pandas-dev/pandas/pull/30890
548,172,036
MDExOlB1bGxSZXF1ZXN0MzYxNTI2MzAw
30,890
WEB: Removing Discourse links
{ "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": "23ef97", "default": false, "description": "pandas website", "id": 1508144531, "name": "Web", "node_id": "MDU6TGFiZWwxNTA4MTQ0NTMx", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Web" } ]
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...
1
2020-01-10T16:26:59Z
2020-01-10T19:26:27Z
2020-01-10T19:26:21Z
MEMBER
null
Just realized that the discourse links are still in the web. They should be removed, since we're not planning to use discourse for now.
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/30890/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/30890/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/30890.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/30890", "merged_at": "2020-01-10T19:26:21Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/30890.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/30890" }
https://api.github.com/repos/pandas-dev/pandas/issues/30891
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/30891/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/30891/comments
https://api.github.com/repos/pandas-dev/pandas/issues/30891/events
https://github.com/pandas-dev/pandas/pull/30891
548,175,508
MDExOlB1bGxSZXF1ZXN0MzYxNTI5MTUy
30,891
WEB: Link from the website to the docs
{ "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": "23ef97", "default": false, "description": "pandas website", "id": 1508144531, "name": "Web", "node_id": "MDU6TGFiZWwxNTA4MTQ0NTMx", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Web" } ]
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...
8
2020-01-10T16:33:39Z
2020-02-05T15:50:58Z
2020-02-05T15:50:45Z
MEMBER
null
The navigation of the web was implemented assuming the docs will render with the same layout. Since this is not finally the case, and the website and the docs are finally independent, I guess it makes more sense to simply link to the home of the docs. Otherwise, we'd need to rethink those links, since the last one i...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/30891/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/30891/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/30891.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/30891", "merged_at": "2020-02-05T15:50:44Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/30891.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/30891" }
https://api.github.com/repos/pandas-dev/pandas/issues/30892
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/30892/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/30892/comments
https://api.github.com/repos/pandas-dev/pandas/issues/30892/events
https://github.com/pandas-dev/pandas/issues/30892
548,184,673
MDU6SXNzdWU1NDgxODQ2NzM=
30,892
value assignment bug for multi-indexed dataframes in v1.0.0rc0
{ "avatar_url": "https://avatars.githubusercontent.com/u/10853125?v=4", "events_url": "https://api.github.com/users/leo4183/events{/privacy}", "followers_url": "https://api.github.com/users/leo4183/followers", "following_url": "https://api.github.com/users/leo4183/following{/other_user}", "gists_url": "https:...
[ { "color": "0b02e1", "default": false, "description": "Related to indexing on series/frames, not to indexes themselves", "id": 2822098, "name": "Indexing", "node_id": "MDU6TGFiZWwyODIyMDk4", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Indexing" }, { "color": "e1...
closed
false
null
[]
{ "closed_at": "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
2020-01-10T16:52:11Z
2020-01-28T01:59:32Z
2020-01-28T01:59:32Z
NONE
null
#### Problem Description in new pre-release 1.0.0.rc0, sliced value assignment for multi-indexed dataframe with duplicated datetime indices would fail ```python import pandas as pd x = pd.DataFrame([[1,2,3],['a','a','c']],index=['c1','index2'], columns=pd.to_datetime(['20190101','20190101','2019...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/30892/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/30892/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/30893
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/30893/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/30893/comments
https://api.github.com/repos/pandas-dev/pandas/issues/30893/events
https://github.com/pandas-dev/pandas/pull/30893
548,191,724
MDExOlB1bGxSZXF1ZXN0MzYxNTQyNDA2
30,893
WEB: Remove from roadmap moving the docstring script
{ "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": "3465A4", "default": false, "description": null, "id": 134699, "name": "Docs", "node_id": "MDU6TGFiZWwxMzQ2OTk=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Docs" }, { "color": "23ef97", "default": false, "description": "pandas website", ...
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...
0
2020-01-10T17:06:52Z
2020-01-10T23:21:21Z
2020-01-10T23:21:21Z
MEMBER
null
The docstring validation script was moved to numpydoc, so it's probably worth removing this task from the roadmap. The integration of the new numpydoc script in pandas is ready in #30746
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/30893/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/30893/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/30893.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/30893", "merged_at": "2020-01-10T23:21:21Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/30893.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/30893" }
https://api.github.com/repos/pandas-dev/pandas/issues/30894
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/30894/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/30894/comments
https://api.github.com/repos/pandas-dev/pandas/issues/30894/events
https://github.com/pandas-dev/pandas/pull/30894
548,193,168
MDExOlB1bGxSZXF1ZXN0MzYxNTQzNjIx
30,894
[BUG] Series.diff was always setting the dtype to object
{ "avatar_url": "https://avatars.githubusercontent.com/u/33491632?v=4", "events_url": "https://api.github.com/users/MarcoGorelli/events{/privacy}", "followers_url": "https://api.github.com/users/MarcoGorelli/followers", "following_url": "https://api.github.com/users/MarcoGorelli/following{/other_user}", "gist...
[]
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...
8
2020-01-10T17:10:00Z
2020-01-19T17:12:42Z
2020-01-19T16:31:03Z
MEMBER
null
- [x] closes #30889 - [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": 1, "total_count": 1, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/30894/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/30894/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/30894.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/30894", "merged_at": null, "patch_url": "https://github.com/pandas-dev/pandas/pull/30894.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/30894" }
https://api.github.com/repos/pandas-dev/pandas/issues/30895
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/30895/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/30895/comments
https://api.github.com/repos/pandas-dev/pandas/issues/30895/events
https://github.com/pandas-dev/pandas/pull/30895
548,195,046
MDExOlB1bGxSZXF1ZXN0MzYxNTQ1MTg3
30,895
CLN: remove unnecessary arg from _to_dt64
{ "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-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...
1
2020-01-10T17:13:56Z
2020-01-16T21:46:04Z
2020-01-16T19:55:21Z
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/30895/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/30895/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/30895.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/30895", "merged_at": "2020-01-16T19:55:21Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/30895.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/30895" }
https://api.github.com/repos/pandas-dev/pandas/issues/30896
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/30896/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/30896/comments
https://api.github.com/repos/pandas-dev/pandas/issues/30896/events
https://github.com/pandas-dev/pandas/issues/30896
548,196,432
MDU6SXNzdWU1NDgxOTY0MzI=
30,896
WEB: Add link from the docs to the web
{ "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": "3465A4", "default": false, "description": null, "id": 134699, "name": "Docs", "node_id": "MDU6TGFiZWwxMzQ2OTk=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Docs" }, { "color": "23ef97", "default": false, "description": "pandas website", ...
open
false
null
[]
null
3
2020-01-10T17:16:44Z
2020-01-15T12:40:44Z
null
MEMBER
null
It looks like we'll finally have separate and independent website and docs. I personally think this is not great, and the UX would be much better with both things integrated. But I think we should at least have a link from the documentation to the website, so users can navigate both sites without having to edit the ...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/30896/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/30896/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/30897
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/30897/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/30897/comments
https://api.github.com/repos/pandas-dev/pandas/issues/30897/events
https://github.com/pandas-dev/pandas/pull/30897
548,215,903
MDExOlB1bGxSZXF1ZXN0MzYxNTYyMDg4
30,897
TYP: offsets
{ "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": "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-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...
3
2020-01-10T18:01:56Z
2020-01-11T00:19:03Z
2020-01-10T23:57:34Z
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/30897/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/30897/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/30897.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/30897", "merged_at": "2020-01-10T23:57:34Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/30897.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/30897" }
https://api.github.com/repos/pandas-dev/pandas/issues/30898
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/30898/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/30898/comments
https://api.github.com/repos/pandas-dev/pandas/issues/30898/events
https://github.com/pandas-dev/pandas/pull/30898
548,241,582
MDExOlB1bGxSZXF1ZXN0MzYxNTgyNzE0
30,898
DOC: Add pandas_path to the accesor list in the documentation
{ "avatar_url": "https://avatars.githubusercontent.com/u/1799186?v=4", "events_url": "https://api.github.com/users/pjbull/events{/privacy}", "followers_url": "https://api.github.com/users/pjbull/followers", "following_url": "https://api.github.com/users/pjbull/following{/other_user}", "gists_url": "https://ap...
[ { "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-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
2020-01-10T19:06:19Z
2020-01-16T20:00:11Z
2020-01-16T20:00:05Z
CONTRIBUTOR
null
Added the [`pandas_path`](https://github.com/drivendataorg/pandas-path/) package that I just released to the list of third-party accessor extensions. As a bonus, added a Description column for the existing libraries.
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/30898/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/30898/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/30898.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/30898", "merged_at": "2020-01-16T20:00:05Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/30898.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/30898" }
https://api.github.com/repos/pandas-dev/pandas/issues/30899
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/30899/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/30899/comments
https://api.github.com/repos/pandas-dev/pandas/issues/30899/events
https://github.com/pandas-dev/pandas/pull/30899
548,255,406
MDExOlB1bGxSZXF1ZXN0MzYxNTkzOTY4
30,899
CLN: simplify Float64Index.__contains__
{ "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": "0b02e1", "default": false, "description": "Related to indexing on series/frames, not to indexes themselves", "id": 2822098, "name": "Indexing", "node_id": "MDU6TGFiZWwyODIyMDk4", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Indexing" } ]
closed
false
null
[]
{ "closed_at": "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...
1
2020-01-10T19:39:59Z
2020-01-16T21:48:12Z
2020-01-16T19:56:30Z
MEMBER
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/30899/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/30899/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/30899.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/30899", "merged_at": "2020-01-16T19:56:30Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/30899.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/30899" }
https://api.github.com/repos/pandas-dev/pandas/issues/30900
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/30900/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/30900/comments
https://api.github.com/repos/pandas-dev/pandas/issues/30900/events
https://github.com/pandas-dev/pandas/pull/30900
548,282,426
MDExOlB1bGxSZXF1ZXN0MzYxNjE1Nzc4
30,900
REGR: Fixed hash_key=None for object values
{ "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": "e11d21", "default": false, "description": "Functionality that used to work in a prior pandas version", "id": 32815646, "name": "Regression", "node_id": "MDU6TGFiZWwzMjgxNTY0Ng==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Regression" } ]
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
2020-01-10T20:46:18Z
2020-01-13T15:22:07Z
2020-01-13T15:22:04Z
CONTRIBUTOR
null
Closes https://github.com/pandas-dev/pandas/issues/30887
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/30900/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/30900/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/30900.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/30900", "merged_at": "2020-01-13T15:22:04Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/30900.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/30900" }
https://api.github.com/repos/pandas-dev/pandas/issues/30901
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/30901/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/30901/comments
https://api.github.com/repos/pandas-dev/pandas/issues/30901/events
https://github.com/pandas-dev/pandas/pull/30901
548,302,578
MDExOlB1bGxSZXF1ZXN0MzYxNjMxNzY5
30,901
TYP: typing annotations
{ "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-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...
1
2020-01-10T21:37:12Z
2020-01-12T09:12:26Z
2020-01-10T23:48:04Z
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/30901/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/30901/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/30901.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/30901", "merged_at": "2020-01-10T23:48:04Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/30901.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/30901" }
https://api.github.com/repos/pandas-dev/pandas/issues/30902
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/30902/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/30902/comments
https://api.github.com/repos/pandas-dev/pandas/issues/30902/events
https://github.com/pandas-dev/pandas/pull/30902
548,332,458
MDExOlB1bGxSZXF1ZXN0MzYxNjU2MTE1
30,902
BUG: raise on non-hashable in __contains__
{ "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": "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": "e9...
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...
9
2020-01-10T23:05:59Z
2020-01-20T19:00:48Z
2020-01-20T17:19:08Z
MEMBER
null
By checking before we get to the `Engine.__contains__` call, we can avoid a redundant call to `hash`
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/30902/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/30902/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/30902.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/30902", "merged_at": "2020-01-20T17:19:08Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/30902.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/30902" }
https://api.github.com/repos/pandas-dev/pandas/issues/30903
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/30903/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/30903/comments
https://api.github.com/repos/pandas-dev/pandas/issues/30903/events
https://github.com/pandas-dev/pandas/pull/30903
548,333,163
MDExOlB1bGxSZXF1ZXN0MzYxNjU2NzEw
30,903
Implement C Level Timedelta ISO Function; fix JSON usage
{ "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": "read_json, to_json, json_normalize", "id": 49379259, "name": "IO JSON", "node_id": "MDU6TGFiZWw0OTM3OTI1OQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/IO%20JSON" } ]
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...
10
2020-01-10T23:08:40Z
2020-03-19T00:57:51Z
2020-03-19T00:57:22Z
MEMBER
null
- [X] closes #28256 - [X] tests added / passed - [X] passes `black pandas` - [X] passes `git diff upstream/master -u -- "*.py" | flake8 --diff` - [X] whatsnew entry similar to @cbertinato great work in #28595 but done deeper in the C extension
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/30903/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/30903/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/30903.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/30903", "merged_at": "2020-03-19T00:57:22Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/30903.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/30903" }
https://api.github.com/repos/pandas-dev/pandas/issues/30904
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/30904/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/30904/comments
https://api.github.com/repos/pandas-dev/pandas/issues/30904/events
https://github.com/pandas-dev/pandas/issues/30904
548,335,878
MDU6SXNzdWU1NDgzMzU4Nzg=
30,904
to_json doesn't work with Datetime.date
{ "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": "e11d21", "default": false, "description": "Functionality that used to work in a prior pandas version", "id": 32815646, "name": "Regression", "node_id": "MDU6TGFiZWwzMjgxNTY0Ng==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Regression" }, { "color": ...
closed
false
null
[]
{ "closed_at": "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
2020-01-10T23:18:21Z
2020-01-18T15:34:13Z
2020-01-18T15:34:13Z
MEMBER
null
This is a regression between 0.25.3 and 1.0 ```python >>> import pandas as pd >>> import datetime >>> data = [datetime.date(year=2020, month=1, day=1), "a"] >>> pd.Series(data).to_json(date_format="iso") Traceback (most recent call last): File "<stdin>", line 1, in <module> File "/Users/williamayd/clones/...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/30904/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/30904/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/30905
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/30905/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/30905/comments
https://api.github.com/repos/pandas-dev/pandas/issues/30905/events
https://github.com/pandas-dev/pandas/pull/30905
548,336,668
MDExOlB1bGxSZXF1ZXN0MzYxNjU5NTU4
30,905
BUG: SystemError in df.sum
{ "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": "AFEEEE", "default": false, "description": null, "id": 211840, "name": "Timeseries", "node_id": "MDU6TGFiZWwyMTE4NDA=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Timeseries" }, { "color": "e11d21", "default": false, "description": "Functiona...
closed
false
null
[]
{ "closed_at": "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
2020-01-10T23:21:16Z
2020-01-15T16:12:40Z
2020-01-15T14:19:18Z
MEMBER
null
- [x] closes #30886 - [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/30905/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/30905/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/30905.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/30905", "merged_at": "2020-01-15T14:19:17Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/30905.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/30905" }
https://api.github.com/repos/pandas-dev/pandas/issues/30906
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/30906/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/30906/comments
https://api.github.com/repos/pandas-dev/pandas/issues/30906/events
https://github.com/pandas-dev/pandas/pull/30906
548,353,577
MDExOlB1bGxSZXF1ZXN0MzYxNjczNDgy
30,906
BUG: pickle files left behind by tm.round_trip_pickle
{ "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": "C4A000", "default": false, "description": "pandas testing functions or related to the test suite", "id": 127685, "name": "Testing", "node_id": "MDU6TGFiZWwxMjc2ODU=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Testing" }, { "color": "207de5", "d...
closed
false
null
[]
{ "closed_at": "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
2020-01-11T00:39:12Z
2020-01-11T15:30:12Z
2020-01-11T09:53:42Z
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/30906/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/30906/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/30906.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/30906", "merged_at": "2020-01-11T09:53:42Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/30906.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/30906" }
https://api.github.com/repos/pandas-dev/pandas/issues/30907
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/30907/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/30907/comments
https://api.github.com/repos/pandas-dev/pandas/issues/30907/events
https://github.com/pandas-dev/pandas/pull/30907
548,356,729
MDExOlB1bGxSZXF1ZXN0MzYxNjc1OTkx
30,907
DOC: add 1.0.1 whatsnew file
{ "avatar_url": "https://avatars.githubusercontent.com/u/609873?v=4", "events_url": "https://api.github.com/users/WillAyd/events{/privacy}", "followers_url": "https://api.github.com/users/WillAyd/followers", "following_url": "https://api.github.com/users/WillAyd/following{/other_user}", "gists_url": "https://...
[ { "color": "3465A4", "default": false, "description": null, "id": 134699, "name": "Docs", "node_id": "MDU6TGFiZWwxMzQ2OTk=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Docs" } ]
closed
false
null
[]
{ "closed_at": "2020-02-06T23:38:32Z", "closed_issues": 103, "created_at": "2020-01-14T04:04:52Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/jr...
3
2020-01-11T00:57:56Z
2020-01-30T15:59:37Z
2020-01-30T08:32:01Z
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/30907/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/30907/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/30907.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/30907", "merged_at": "2020-01-30T08:32:01Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/30907.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/30907" }
https://api.github.com/repos/pandas-dev/pandas/issues/30908
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/30908/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/30908/comments
https://api.github.com/repos/pandas-dev/pandas/issues/30908/events
https://github.com/pandas-dev/pandas/pull/30908
548,363,225
MDExOlB1bGxSZXF1ZXN0MzYxNjgxMTU1
30,908
BUG: EAs should not be hashable
{ "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": "e10c02", "default": false, "description": null, "id": 76811, "name": "Bug", "node_id": "MDU6TGFiZWw3NjgxMQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug" }, { "color": "6138b5", "default": false, "description": "Extending pandas with cu...
closed
false
null
[]
{ "closed_at": "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...
8
2020-01-11T01:44:37Z
2020-01-20T18:58:40Z
2020-01-20T17:19:49Z
MEMBER
null
This turns out to be a blocker for some cleanup in index.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/30908/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/30908/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/30908.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/30908", "merged_at": "2020-01-20T17:19:49Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/30908.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/30908" }
https://api.github.com/repos/pandas-dev/pandas/issues/30909
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/30909/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/30909/comments
https://api.github.com/repos/pandas-dev/pandas/issues/30909/events
https://github.com/pandas-dev/pandas/pull/30909
548,371,499
MDExOlB1bGxSZXF1ZXN0MzYxNjg3NDg1
30,909
CLN: remove geopandas compat code
{ "avatar_url": "https://avatars.githubusercontent.com/u/8078968?v=4", "events_url": "https://api.github.com/users/jbrockmendel/events{/privacy}", "followers_url": "https://api.github.com/users/jbrockmendel/followers", "following_url": "https://api.github.com/users/jbrockmendel/following{/other_user}", "gists...
[ { "color": "0052cc", "default": false, "description": "pandas objects compatability with Numpy or Python functions", "id": 76865106, "name": "Compat", "node_id": "MDU6TGFiZWw3Njg2NTEwNg==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Compat" }, { "color": "207de...
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...
3
2020-01-11T03:00:58Z
2020-01-14T16:24:48Z
2020-01-14T08:57:39Z
MEMBER
null
CC @jorisvandenbossche its safe to remove this now right?
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/30909/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/30909/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/30909.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/30909", "merged_at": "2020-01-14T08:57:39Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/30909.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/30909" }
https://api.github.com/repos/pandas-dev/pandas/issues/30911
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/30911/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/30911/comments
https://api.github.com/repos/pandas-dev/pandas/issues/30911/events
https://github.com/pandas-dev/pandas/pull/30911
548,406,012
MDExOlB1bGxSZXF1ZXN0MzYxNzEyNzEy
30,911
Added documentation for ImportError in docs/source/getting_started/in…
{ "avatar_url": "https://avatars.githubusercontent.com/u/31775433?v=4", "events_url": "https://api.github.com/users/gonemad97/events{/privacy}", "followers_url": "https://api.github.com/users/gonemad97/followers", "following_url": "https://api.github.com/users/gonemad97/following{/other_user}", "gists_url": "...
[]
closed
false
null
[]
null
0
2020-01-11T09:24:18Z
2020-01-11T09:25:11Z
2020-01-11T09:24:34Z
CONTRIBUTOR
null
…stall.rst - [ ] 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/30911/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/30911/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/30911.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/30911", "merged_at": null, "patch_url": "https://github.com/pandas-dev/pandas/pull/30911.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/30911" }
https://api.github.com/repos/pandas-dev/pandas/issues/30912
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/30912/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/30912/comments
https://api.github.com/repos/pandas-dev/pandas/issues/30912/events
https://github.com/pandas-dev/pandas/pull/30912
548,406,229
MDExOlB1bGxSZXF1ZXN0MzYxNzEyODQ3
30,912
DOC: Added documentation for ImportError's
{ "avatar_url": "https://avatars.githubusercontent.com/u/31775433?v=4", "events_url": "https://api.github.com/users/gonemad97/events{/privacy}", "followers_url": "https://api.github.com/users/gonemad97/followers", "following_url": "https://api.github.com/users/gonemad97/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-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...
3
2020-01-11T09:26:48Z
2020-02-12T01:16:37Z
2020-02-12T01:16:30Z
CONTRIBUTOR
null
…stall.rst - [x] closes #29399 - [ ] 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/30912/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/30912/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/30912.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/30912", "merged_at": "2020-02-12T01:16:30Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/30912.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/30912" }
https://api.github.com/repos/pandas-dev/pandas/issues/30913
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/30913/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/30913/comments
https://api.github.com/repos/pandas-dev/pandas/issues/30913/events
https://github.com/pandas-dev/pandas/pull/30913
548,409,251
MDExOlB1bGxSZXF1ZXN0MzYxNzE1MTgy
30,913
Backport PR #30906 on branch 1.0.x (BUG: pickle files left behind by tm.round_trip_pickle)
{ "avatar_url": "https://avatars.githubusercontent.com/u/39504233?v=4", "events_url": "https://api.github.com/users/meeseeksmachine/events{/privacy}", "followers_url": "https://api.github.com/users/meeseeksmachine/followers", "following_url": "https://api.github.com/users/meeseeksmachine/following{/other_user}"...
[]
closed
false
null
[]
{ "closed_at": "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
2020-01-11T09:54:20Z
2020-01-11T10:35:36Z
2020-01-11T10:35:36Z
NONE
null
Backport PR #30906: BUG: pickle files left behind by tm.round_trip_pickle
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/30913/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/30913/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/30913.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/30913", "merged_at": "2020-01-11T10:35:35Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/30913.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/30913" }
https://api.github.com/repos/pandas-dev/pandas/issues/30914
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/30914/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/30914/comments
https://api.github.com/repos/pandas-dev/pandas/issues/30914/events
https://github.com/pandas-dev/pandas/issues/30914
548,410,791
MDU6SXNzdWU1NDg0MTA3OTE=
30,914
Make a code check which bans imports of fixtures in tests
{ "avatar_url": "https://avatars.githubusercontent.com/u/33491632?v=4", "events_url": "https://api.github.com/users/MarcoGorelli/events{/privacy}", "followers_url": "https://api.github.com/users/MarcoGorelli/followers", "following_url": "https://api.github.com/users/MarcoGorelli/following{/other_user}", "gist...
[ { "color": "C4A000", "default": false, "description": "pandas testing functions or related to the test suite", "id": 127685, "name": "Testing", "node_id": "MDU6TGFiZWwxMjc2ODU=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Testing" }, { "color": "eb6420", "d...
closed
false
{ "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}"...
[ { "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{/...
{ "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...
5
2020-01-11T10:09:56Z
2020-04-20T22:34:36Z
2020-04-20T22:34:36Z
MEMBER
null
xref https://github.com/pandas-dev/pandas/pull/30894#discussion_r365510231 Example: writing ``` from pandas.conftest import ALL_EA_INT_DTYPES ``` in a test file should be disallowed because there exists the fixture `any_nullable_int_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/30914/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/30914/timeline
null
null
null