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/25213
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/25213/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/25213/comments
https://api.github.com/repos/pandas-dev/pandas/issues/25213/events
https://github.com/pandas-dev/pandas/issues/25213
407,702,617
MDU6SXNzdWU0MDc3MDI2MTc=
25,213
BUG: object dtype & Int64Dtype equality comparison issue
{ "avatar_url": "https://avatars.githubusercontent.com/u/6213341?v=4", "events_url": "https://api.github.com/users/danj1974/events{/privacy}", "followers_url": "https://api.github.com/users/danj1974/followers", "following_url": "https://api.github.com/users/danj1974/following{/other_user}", "gists_url": "http...
[]
closed
false
null
[]
null
4
2019-02-07T13:34:44Z
2019-02-08T09:07:20Z
2019-02-08T09:07:20Z
NONE
null
#### Code Sample, a copy-pastable example if possible ```python import pandas as pd d = {'int': [1, 2, 3], 'str': ['a', 'b', 'c']} df = pd.DataFrame(d) print(df['int'].dtype == pd.core.arrays.integer.Int64Dtype) print(df['str'].dtype == pd.core.arrays.integer.Int64Dtype) ``` Example output: ```python In...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/25213/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/25213/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/25214
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/25214/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/25214/comments
https://api.github.com/repos/pandas-dev/pandas/issues/25214/events
https://github.com/pandas-dev/pandas/issues/25214
407,741,420
MDU6SXNzdWU0MDc3NDE0MjA=
25,214
BUG: SettingWithCopyWarning even if view
{ "avatar_url": "https://avatars.githubusercontent.com/u/36110064?v=4", "events_url": "https://api.github.com/users/sean2dre/events{/privacy}", "followers_url": "https://api.github.com/users/sean2dre/followers", "following_url": "https://api.github.com/users/sean2dre/following{/other_user}", "gists_url": "htt...
[]
closed
false
null
[]
null
0
2019-02-07T14:59:41Z
2019-02-07T15:08:43Z
2019-02-07T15:08:43Z
NONE
null
#### Code Sample, a copy-pastable example if possible ```python # df['column_to_assign_to'][assigning_mask] = values_tobe_assigned ``` #### Problem description the given code example raies a SettingWithCopyWarning but it's no copy but a view! <details> python: 3.6.2.final.0 pandas: 0.24.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/25214/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/25214/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/25215
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/25215/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/25215/comments
https://api.github.com/repos/pandas-dev/pandas/issues/25215/events
https://github.com/pandas-dev/pandas/pull/25215
407,743,200
MDExOlB1bGxSZXF1ZXN0MjUxMTQ3Nzc0
25,215
[DOC] Fix typo in Cheat sheet with regex
{ "avatar_url": "https://avatars.githubusercontent.com/u/15113894?v=4", "events_url": "https://api.github.com/users/Dr-Irv/events{/privacy}", "followers_url": "https://api.github.com/users/Dr-Irv/followers", "following_url": "https://api.github.com/users/Dr-Irv/following{/other_user}", "gists_url": "https://a...
[ { "color": "3465A4", "default": false, "description": null, "id": 134699, "name": "Docs", "node_id": "MDU6TGFiZWwxMzQ2OTk=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Docs" } ]
closed
false
null
[]
{ "closed_at": "2019-07-19T00:34:29Z", "closed_issues": 1289, "created_at": "2018-10-23T02:34:15Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/j...
18
2019-02-07T15:03:17Z
2019-07-12T17:20:51Z
2019-02-11T19:40:17Z
CONTRIBUTOR
null
- [x ] closes #25156 - [x ] tests added / passed tests not needed - just a doc change - [x ] passes `git diff upstream/master -u -- "*.py" | flake8 --diff` not needed - just a doc change - [x ] whatsnew entry Not needed - just a doc change Small typo fixed in Powerpoint and PDF versions of cheat sheet....
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/25215/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/25215/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/25215.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/25215", "merged_at": "2019-02-11T19:40:17Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/25215.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/25215" }
https://api.github.com/repos/pandas-dev/pandas/issues/25216
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/25216/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/25216/comments
https://api.github.com/repos/pandas-dev/pandas/issues/25216/events
https://github.com/pandas-dev/pandas/issues/25216
407,774,490
MDU6SXNzdWU0MDc3NzQ0OTA=
25,216
Remove python 2.7 testing
{ "avatar_url": "https://avatars.githubusercontent.com/u/7870803?v=4", "events_url": "https://api.github.com/users/tdamsma/events{/privacy}", "followers_url": "https://api.github.com/users/tdamsma/followers", "following_url": "https://api.github.com/users/tdamsma/following{/other_user}", "gists_url": "https:/...
[]
closed
false
null
[]
null
2
2019-02-07T16:04:56Z
2019-02-07T19:11:48Z
2019-02-07T19:11:48Z
CONTRIBUTOR
null
Python 2.7 support is now dropped for 0.25, but the CI tests are still run against python 2.7
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/25216/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/25216/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/25217
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/25217/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/25217/comments
https://api.github.com/repos/pandas-dev/pandas/issues/25217/events
https://github.com/pandas-dev/pandas/pull/25217
407,780,922
MDExOlB1bGxSZXF1ZXN0MjUxMTc2NTkz
25,217
[WIP] remove ci testing for python 2
{ "avatar_url": "https://avatars.githubusercontent.com/u/7870803?v=4", "events_url": "https://api.github.com/users/tdamsma/events{/privacy}", "followers_url": "https://api.github.com/users/tdamsma/followers", "following_url": "https://api.github.com/users/tdamsma/following{/other_user}", "gists_url": "https:/...
[]
closed
false
null
[]
null
4
2019-02-07T16:18:02Z
2019-02-07T19:12:40Z
2019-02-07T19:12:40Z
CONTRIBUTOR
null
- [x] closes #25216 - [ ] tests added / passed - [ ] passes `git diff upstream/master -u -- "*.py" | flake8 --diff` - [ ] whatsnew entry
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/25217/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/25217/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/25217.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/25217", "merged_at": null, "patch_url": "https://github.com/pandas-dev/pandas/pull/25217.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/25217" }
https://api.github.com/repos/pandas-dev/pandas/issues/25218
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/25218/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/25218/comments
https://api.github.com/repos/pandas-dev/pandas/issues/25218/events
https://github.com/pandas-dev/pandas/issues/25218
407,839,362
MDU6SXNzdWU0MDc4MzkzNjI=
25,218
Pandas read_html loses comma
{ "avatar_url": "https://avatars.githubusercontent.com/u/6196390?v=4", "events_url": "https://api.github.com/users/Code4SAFrankie/events{/privacy}", "followers_url": "https://api.github.com/users/Code4SAFrankie/followers", "following_url": "https://api.github.com/users/Code4SAFrankie/following{/other_user}", ...
[ { "color": "e10c02", "default": false, "description": null, "id": 76811, "name": "Bug", "node_id": "MDU6TGFiZWw3NjgxMQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug" }, { "color": "006b75", "default": false, "description": "read_html, to_html, Styl...
closed
false
null
[]
{ "closed_at": null, "closed_issues": 786, "created_at": "2015-01-13T10:53:19Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/jreback/followers", ...
5
2019-02-07T18:36:15Z
2019-02-09T13:59:40Z
2019-02-09T13:59:39Z
NONE
null
#### Code Sample ```python import pandas as pd table_list = pd.read_html("https://af.wikipedia.org/wiki/Lys_van_lande_volgens_geletterdheidskoers") df = table_list[0].copy() # Make the first row of the table the column headers. new_header = df.iloc[0] # Grab the first row for the header. df = df[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/25218/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/25218/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/25219
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/25219/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/25219/comments
https://api.github.com/repos/pandas-dev/pandas/issues/25219/events
https://github.com/pandas-dev/pandas/pull/25219
407,884,214
MDExOlB1bGxSZXF1ZXN0MjUxMjU4NDYz
25,219
BUG: Fix type coercion in read_json orient='table' (#21345)
{ "avatar_url": "https://avatars.githubusercontent.com/u/8515462?v=4", "events_url": "https://api.github.com/users/albertvillanova/events{/privacy}", "followers_url": "https://api.github.com/users/albertvillanova/followers", "following_url": "https://api.github.com/users/albertvillanova/following{/other_user}",...
[ { "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" }, { "color": "207...
closed
false
null
[]
{ "closed_at": "2019-07-19T00:34:29Z", "closed_issues": 1289, "created_at": "2018-10-23T02:34:15Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/j...
6
2019-02-07T20:30:33Z
2019-02-23T19:12:39Z
2019-02-23T19:12:33Z
CONTRIBUTOR
null
- [X] closes #21345 - [x] tests added / passed - [X] passes `git diff upstream/master -u -- "*.py" | flake8 --diff` - [x] whatsnew entry
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/25219/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/25219/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/25219.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/25219", "merged_at": "2019-02-23T19:12:33Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/25219.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/25219" }
https://api.github.com/repos/pandas-dev/pandas/issues/25220
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/25220/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/25220/comments
https://api.github.com/repos/pandas-dev/pandas/issues/25220/events
https://github.com/pandas-dev/pandas/issues/25220
407,924,189
MDU6SXNzdWU0MDc5MjQxODk=
25,220
Keep (un-deprecate) `read_table()` for API stability
{ "avatar_url": "https://avatars.githubusercontent.com/u/28786187?v=4", "events_url": "https://api.github.com/users/st-bender/events{/privacy}", "followers_url": "https://api.github.com/users/st-bender/followers", "following_url": "https://api.github.com/users/st-bender/following{/other_user}", "gists_url": "...
[ { "color": "06909A", "default": false, "description": "IO issues that don't fit into a more specific label", "id": 2301354, "name": "IO Data", "node_id": "MDU6TGFiZWwyMzAxMzU0", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/IO%20Data" }, { "color": "AD7FA8", "...
closed
false
null
[]
{ "closed_at": "2019-07-19T00:34:29Z", "closed_issues": 1289, "created_at": "2018-10-23T02:34:15Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/j...
34
2019-02-07T22:21:57Z
2019-09-18T12:09:35Z
2019-06-28T20:04:13Z
NONE
null
#### Problem description `read_table()` got deprecated in favour of using `read_csv()`. Using `read_csv()` to read tab/space delimited files is counter-intuitive. According to the docs and the related issues, both share the same code and it is not clear why the one function should be preferred over the other, and t...
{ "+1": 10, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 10, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/25220/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/25220/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/25221
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/25221/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/25221/comments
https://api.github.com/repos/pandas-dev/pandas/issues/25221/events
https://github.com/pandas-dev/pandas/issues/25221
407,962,810
MDU6SXNzdWU0MDc5NjI4MTA=
25,221
pivot and pivot_table not able to handle complex numbers
{ "avatar_url": "https://avatars.githubusercontent.com/u/11408965?v=4", "events_url": "https://api.github.com/users/Haigutus/events{/privacy}", "followers_url": "https://api.github.com/users/Haigutus/followers", "following_url": "https://api.github.com/users/Haigutus/following{/other_user}", "gists_url": "htt...
[ { "color": "e10c02", "default": false, "description": null, "id": 76811, "name": "Bug", "node_id": "MDU6TGFiZWw3NjgxMQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug" }, { "color": "02d7e1", "default": false, "description": "Concat, Merge/Join, Stac...
open
false
null
[]
null
3
2019-02-08T00:51:04Z
2021-06-26T04:57:19Z
null
NONE
null
#### Code Sample, a copy-pastable example if possible ```python # Your code here >>> branches KEY Terminal.ConductingEquipment SvVoltage.TopologicalNode_x SvVoltage.TopologicalNode_y Branch.y 1 d8f14106-d89c-4779-bd29-18ad4b4e671d a94e594e-46c8-4cb3-b3d1-f412...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/25221/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/25221/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/25222
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/25222/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/25222/comments
https://api.github.com/repos/pandas-dev/pandas/issues/25222/events
https://github.com/pandas-dev/pandas/issues/25222
407,970,420
MDU6SXNzdWU0MDc5NzA0MjA=
25,222
pandas.Series.dt.round inconsistent with freq = 'H'
{ "avatar_url": "https://avatars.githubusercontent.com/u/1562961?v=4", "events_url": "https://api.github.com/users/daviddeery/events{/privacy}", "followers_url": "https://api.github.com/users/daviddeery/followers", "following_url": "https://api.github.com/users/daviddeery/following{/other_user}", "gists_url":...
[ { "color": "0052cc", "default": false, "description": null, "id": 34444536, "name": "Usage Question", "node_id": "MDU6TGFiZWwzNDQ0NDUzNg==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Usage%20Question" } ]
closed
false
null
[]
{ "closed_at": null, "closed_issues": 2361, "created_at": "2015-02-26T19:29:05Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/1020496?v=4", "events_url": "https://api.github.com/users/jorisvandenbossche/events{/privacy}", "followers_url": "https://api.github.com/users/jorisva...
2
2019-02-08T01:25:53Z
2019-02-08T03:44:16Z
2019-02-08T03:44:02Z
NONE
null
#### Code Sample ```python >>> df = pd.DataFrame(data=[pd.Timestamp('2017-10-11 07:30:00'), pd.Timestamp('2017-10-11 08:30:00'), pd.Timestamp('2017-10-11 09:30:00')], index=[0,1,2], columns=['Date_time']) >>> df.Date_time ...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/25222/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/25222/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/25223
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/25223/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/25223/comments
https://api.github.com/repos/pandas-dev/pandas/issues/25223/events
https://github.com/pandas-dev/pandas/pull/25223
407,980,592
MDExOlB1bGxSZXF1ZXN0MjUxMzMzNjAz
25,223
Backport PR #25182 on branch 0.24.x (BUG: Fix Series.is_unique with single occurrence of NaN)
{ "avatar_url": "https://avatars.githubusercontent.com/u/39504233?v=4", "events_url": "https://api.github.com/users/meeseeksmachine/events{/privacy}", "followers_url": "https://api.github.com/users/meeseeksmachine/followers", "following_url": "https://api.github.com/users/meeseeksmachine/following{/other_user}"...
[ { "color": "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": "2019-03-13T21:33:10Z", "closed_issues": 127, "created_at": "2019-01-30T14:20:23Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/1312546?v=4", "events_url": "https://api.github.com/users/TomAugspurger/events{/privacy}", "followers_url": "https://api.github.com/u...
2
2019-02-08T02:20:01Z
2019-02-08T02:59:01Z
2019-02-08T02:57:55Z
NONE
null
Backport PR #25182: BUG: Fix Series.is_unique with single occurrence of NaN
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/25223/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/25223/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/25223.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/25223", "merged_at": "2019-02-08T02:57:55Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/25223.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/25223" }
https://api.github.com/repos/pandas-dev/pandas/issues/25224
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/25224/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/25224/comments
https://api.github.com/repos/pandas-dev/pandas/issues/25224/events
https://github.com/pandas-dev/pandas/pull/25224
408,024,074
MDExOlB1bGxSZXF1ZXN0MjUxMzY1MjY4
25,224
Fix concat not respecting order of OrderedDict
{ "avatar_url": "https://avatars.githubusercontent.com/u/33966871?v=4", "events_url": "https://api.github.com/users/alexander-ponomaroff/events{/privacy}", "followers_url": "https://api.github.com/users/alexander-ponomaroff/followers", "following_url": "https://api.github.com/users/alexander-ponomaroff/followin...
[ { "color": "e10c02", "default": false, "description": null, "id": 76811, "name": "Bug", "node_id": "MDU6TGFiZWw3NjgxMQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug" }, { "color": "02d7e1", "default": false, "description": "Concat, Merge/Join, Stac...
closed
false
null
[]
{ "closed_at": "2019-07-19T00:34:29Z", "closed_issues": 1289, "created_at": "2018-10-23T02:34:15Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/j...
27
2019-02-08T06:31:10Z
2019-03-13T13:11:40Z
2019-03-13T13:11:29Z
CONTRIBUTOR
null
- [x] closes #21510 - [x] tests added / passed - [x] passes `git diff upstream/master -u -- "*.py" | flake8 --diff`
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/25224/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/25224/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/25224.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/25224", "merged_at": "2019-03-13T13:11:29Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/25224.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/25224" }
https://api.github.com/repos/pandas-dev/pandas/issues/25225
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/25225/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/25225/comments
https://api.github.com/repos/pandas-dev/pandas/issues/25225/events
https://github.com/pandas-dev/pandas/pull/25225
408,082,887
MDExOlB1bGxSZXF1ZXN0MjUxNDEwMDMy
25,225
TST: fix ci failures on master
{ "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}"...
[]
closed
false
null
[]
null
2
2019-02-08T10:07:03Z
2019-02-10T20:54:38Z
2019-02-08T11:29:48Z
MEMBER
null
appear to have ci failures on master since #25182 the match check in `test_astype_categorical_to_other` is probably too explicit and dependent on random numbers.
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/25225/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/25225/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/25225.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/25225", "merged_at": "2019-02-08T11:29:48Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/25225.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/25225" }
https://api.github.com/repos/pandas-dev/pandas/issues/25226
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/25226/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/25226/comments
https://api.github.com/repos/pandas-dev/pandas/issues/25226/events
https://github.com/pandas-dev/pandas/issues/25226
408,123,638
MDU6SXNzdWU0MDgxMjM2Mzg=
25,226
Extending the grouper `base` argument
{ "avatar_url": "https://avatars.githubusercontent.com/u/7668531?v=4", "events_url": "https://api.github.com/users/pj1989/events{/privacy}", "followers_url": "https://api.github.com/users/pj1989/followers", "following_url": "https://api.github.com/users/pj1989/following{/other_user}", "gists_url": "https://ap...
[ { "color": "4E9A06", "default": false, "description": null, "id": 76812, "name": "Enhancement", "node_id": "MDU6TGFiZWw3NjgxMg==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Enhancement" }, { "color": "3465A4", "default": false, "description": null, ...
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
2019-02-08T12:02:47Z
2020-05-10T15:52:54Z
2020-05-10T15:52:54Z
NONE
null
#### Problem description `pd.Grouper`'s `base` argument is almost undocumented ([link](https://pandas.pydata.org/pandas-docs/version/0.23.4/generated/pandas.Grouper.html)). Despite this, the argument is extremely useful when grouping a dataframe with uneven sampling rate with an arbitrary start time. Take for ex...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/25226/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/25226/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/25227
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/25227/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/25227/comments
https://api.github.com/repos/pandas-dev/pandas/issues/25227/events
https://github.com/pandas-dev/pandas/pull/25227
408,136,770
MDExOlB1bGxSZXF1ZXN0MjUxNDUyNTk1
25,227
Specify build requirements in pyproject.toml (PEP 517)
{ "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" }, { "color": "e11d21", "default": false, ...
closed
false
null
[]
null
27
2019-02-08T12:43:44Z
2019-06-27T03:34:02Z
2019-06-27T03:34:02Z
CONTRIBUTOR
null
- [x] closes #25193 - [x] tests added / passed - [x] passes `git diff upstream/master -u -- "*.py" | flake8 --diff` - [x] whatsnew entry Verified this using the Dockefile: ``` FROM alpine:3.8 RUN apk update RUN apk add g++ libstdc++ python3-dev bash git RUN pip3 install --upgrade pip COPY dist/pandas-0....
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/25227/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/25227/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/25227.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/25227", "merged_at": null, "patch_url": "https://github.com/pandas-dev/pandas/pull/25227.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/25227" }
https://api.github.com/repos/pandas-dev/pandas/issues/25228
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/25228/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/25228/comments
https://api.github.com/repos/pandas-dev/pandas/issues/25228/events
https://github.com/pandas-dev/pandas/issues/25228
408,191,680
MDU6SXNzdWU0MDgxOTE2ODA=
25,228
read_csv() drops randomly datapoints (lines)
{ "avatar_url": "https://avatars.githubusercontent.com/u/23312031?v=4", "events_url": "https://api.github.com/users/Joapfel/events{/privacy}", "followers_url": "https://api.github.com/users/Joapfel/followers", "following_url": "https://api.github.com/users/Joapfel/following{/other_user}", "gists_url": "https:...
[ { "color": "0052cc", "default": false, "description": null, "id": 34444536, "name": "Usage Question", "node_id": "MDU6TGFiZWwzNDQ0NDUzNg==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Usage%20Question" } ]
closed
false
null
[]
null
2
2019-02-08T15:07:22Z
2019-02-08T22:04:21Z
2019-02-08T22:04:13Z
NONE
null
``` df_test = pd.read_csv('utterances_test.txt', sep='\t', names=['id', 'label']) ``` Above code results in "df_test" having 19988 lines, but the original file "utterances_test.txt" has exactly 20000 lines. This can be confirmed by running ``` cat utterances_test.txt | wc -l ``` in the terminal. Also read...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/25228/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/25228/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/25229
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/25229/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/25229/comments
https://api.github.com/repos/pandas-dev/pandas/issues/25229/events
https://github.com/pandas-dev/pandas/issues/25229
408,200,614
MDU6SXNzdWU0MDgyMDA2MTQ=
25,229
DISCUSS: What would an ORC reader/writer API look like?
{ "avatar_url": "https://avatars.githubusercontent.com/u/3665167?v=4", "events_url": "https://api.github.com/users/kkraus14/events{/privacy}", "followers_url": "https://api.github.com/users/kkraus14/followers", "following_url": "https://api.github.com/users/kkraus14/following{/other_user}", "gists_url": "http...
[ { "color": "06909A", "default": false, "description": "IO issues that don't fit into a more specific label", "id": 2301354, "name": "IO Data", "node_id": "MDU6TGFiZWwyMzAxMzU0", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/IO%20Data" }, { "color": "AD7FA8", "...
closed
false
null
[]
{ "closed_at": "2020-01-30T12:18:05Z", "closed_issues": 2207, "created_at": "2012-09-13T02:13:00Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4", "events_url": "https://api.github.com/users/wesm/events{/privacy}", "followers_url": "https://api.github.com/users/wesm...
13
2019-02-08T15:28:21Z
2021-07-16T22:24:30Z
2019-12-11T08:11:52Z
CONTRIBUTOR
null
cc @mrocklin for dask.dataframe visibility I'm one of the developers of https://github.com/rapidsai/cudf and we're working on adding GPU-accelerated file readers / writers to our library. It seems most of the standard formats are covered quite nicely in the Pandas API, but ORC isn't. Before we went off defining our ...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/25229/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/25229/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/25230
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/25230/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/25230/comments
https://api.github.com/repos/pandas-dev/pandas/issues/25230/events
https://github.com/pandas-dev/pandas/pull/25230
408,202,385
MDExOlB1bGxSZXF1ZXN0MjUxNTAzOTU1
25,230
BUG: Fix regression in DataFrame.apply causing RecursionError
{ "avatar_url": "https://avatars.githubusercontent.com/u/4470925?v=4", "events_url": "https://api.github.com/users/gioiab/events{/privacy}", "followers_url": "https://api.github.com/users/gioiab/followers", "following_url": "https://api.github.com/users/gioiab/following{/other_user}", "gists_url": "https://ap...
[ { "color": "e11d21", "default": false, "description": "Functionality that used to work in a prior pandas version", "id": 32815646, "name": "Regression", "node_id": "MDU6TGFiZWwzMjgxNTY0Ng==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Regression" }, { "color": ...
closed
false
null
[]
{ "closed_at": "2019-03-13T21:33:10Z", "closed_issues": 127, "created_at": "2019-01-30T14:20:23Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/1312546?v=4", "events_url": "https://api.github.com/users/TomAugspurger/events{/privacy}", "followers_url": "https://api.github.com/u...
6
2019-02-08T15:32:29Z
2019-02-22T14:37:04Z
2019-02-09T16:54:10Z
CONTRIBUTOR
null
- [X] closes #25196 - [X] tests added / passed - [X] passes `git diff upstream/master -u -- "*.py" | flake8 --diff` - [x] whatsnew entry With this change the snippets reported in the issue work as expected: ``` >>> import numpy as np >>> import pandas as pd >>> df = pd.DataFrame(np.zeros((100, 15))) >>> df...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/25230/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/25230/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/25230.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/25230", "merged_at": "2019-02-09T16:54:10Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/25230.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/25230" }
https://api.github.com/repos/pandas-dev/pandas/issues/25231
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/25231/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/25231/comments
https://api.github.com/repos/pandas-dev/pandas/issues/25231/events
https://github.com/pandas-dev/pandas/pull/25231
408,260,050
MDExOlB1bGxSZXF1ZXN0MjUxNTQ4NDY1
25,231
DEPR: remove tm.makePanel and all usages
{ "avatar_url": "https://avatars.githubusercontent.com/u/8078968?v=4", "events_url": "https://api.github.com/users/jbrockmendel/events{/privacy}", "followers_url": "https://api.github.com/users/jbrockmendel/followers", "following_url": "https://api.github.com/users/jbrockmendel/following{/other_user}", "gists...
[ { "color": "5319e7", "default": false, "description": "Functionality to remove in pandas", "id": 87485152, "name": "Deprecate", "node_id": "MDU6TGFiZWw4NzQ4NTE1Mg==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Deprecate" }, { "color": "207de5", "default": f...
closed
false
null
[]
{ "closed_at": "2019-07-19T00:34:29Z", "closed_issues": 1289, "created_at": "2018-10-23T02:34:15Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/j...
10
2019-02-08T17:55:35Z
2019-02-09T02:25:20Z
2019-02-08T23:33:32Z
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/25231/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/25231/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/25231.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/25231", "merged_at": "2019-02-08T23:33:32Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/25231.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/25231" }
https://api.github.com/repos/pandas-dev/pandas/issues/25232
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/25232/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/25232/comments
https://api.github.com/repos/pandas-dev/pandas/issues/25232/events
https://github.com/pandas-dev/pandas/issues/25232
408,267,831
MDU6SXNzdWU0MDgyNjc4MzE=
25,232
Fix validation error type `PR08` and check in CI
{ "avatar_url": "https://avatars.githubusercontent.com/u/15032115?v=4", "events_url": "https://api.github.com/users/MarckK/events{/privacy}", "followers_url": "https://api.github.com/users/MarckK/followers", "following_url": "https://api.github.com/users/MarckK/following{/other_user}", "gists_url": "https://a...
[ { "color": "3465A4", "default": false, "description": null, "id": 134699, "name": "Docs", "node_id": "MDU6TGFiZWwxMzQ2OTk=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Docs" }, { "color": "a2bca7", "default": false, "description": "Continuous Integratio...
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", ...
3
2019-02-08T18:18:35Z
2019-12-22T13:18:26Z
null
CONTRIBUTOR
null
#### Problem description In order to have a continuous check by the CI on validation error `PR08` (Parameter description should start with a capital letter), fixing them in the code base enables the addition to the CI for automated testing in the future. `PR08` has 156 occurrences (see [overview of the errors](http...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/25232/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/25232/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/25233
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/25233/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/25233/comments
https://api.github.com/repos/pandas-dev/pandas/issues/25233/events
https://github.com/pandas-dev/pandas/pull/25233
408,295,974
MDExOlB1bGxSZXF1ZXN0MjUxNTc1OTgx
25,233
DEPR: Remove Panel-specific parts of io.pytables
{ "avatar_url": "https://avatars.githubusercontent.com/u/8078968?v=4", "events_url": "https://api.github.com/users/jbrockmendel/events{/privacy}", "followers_url": "https://api.github.com/users/jbrockmendel/followers", "following_url": "https://api.github.com/users/jbrockmendel/following{/other_user}", "gists...
[ { "color": "207de5", "default": false, "description": null, "id": 211029535, "name": "Clean", "node_id": "MDU6TGFiZWwyMTEwMjk1MzU=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Clean" } ]
closed
false
null
[]
{ "closed_at": "2019-07-19T00:34:29Z", "closed_issues": 1289, "created_at": "2018-10-23T02:34:15Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/j...
3
2019-02-08T19:40:18Z
2019-02-09T02:24:32Z
2019-02-08T23:34:57Z
MEMBER
null
Is it the case that LegacyTable and AppendableTable are never used directly, only their subclasses? If so, some further simplifications are available.
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/25233/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/25233/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/25233.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/25233", "merged_at": "2019-02-08T23:34:57Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/25233.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/25233" }
https://api.github.com/repos/pandas-dev/pandas/issues/25234
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/25234/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/25234/comments
https://api.github.com/repos/pandas-dev/pandas/issues/25234/events
https://github.com/pandas-dev/pandas/pull/25234
408,383,829
MDExOlB1bGxSZXF1ZXN0MjUxNjQ0NDAx
25,234
BUG: Duplicated returns boolean dataframe
{ "avatar_url": "https://avatars.githubusercontent.com/u/2371577?v=4", "events_url": "https://api.github.com/users/gnilrets/events{/privacy}", "followers_url": "https://api.github.com/users/gnilrets/followers", "following_url": "https://api.github.com/users/gnilrets/following{/other_user}", "gists_url": "http...
[ { "color": "02d7e1", "default": false, "description": "Concat, Merge/Join, Stack/Unstack, Explode", "id": 13098779, "name": "Reshaping", "node_id": "MDU6TGFiZWwxMzA5ODc3OQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Reshaping" } ]
closed
false
null
[]
{ "closed_at": "2019-03-13T21:33:10Z", "closed_issues": 127, "created_at": "2019-01-30T14:20:23Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/1312546?v=4", "events_url": "https://api.github.com/users/TomAugspurger/events{/privacy}", "followers_url": "https://api.github.com/u...
4
2019-02-09T01:44:06Z
2019-02-11T12:52:50Z
2019-02-11T12:52:39Z
CONTRIBUTOR
null
- [x] closes #25184 - [x] tests added / passed - [x] passes `git diff upstream/master -u -- "*.py" | flake8 --diff` - [x] whatsnew entry
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/25234/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/25234/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/25234.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/25234", "merged_at": "2019-02-11T12:52:39Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/25234.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/25234" }
https://api.github.com/repos/pandas-dev/pandas/issues/25235
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/25235/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/25235/comments
https://api.github.com/repos/pandas-dev/pandas/issues/25235/events
https://github.com/pandas-dev/pandas/issues/25235
408,384,712
MDU6SXNzdWU0MDgzODQ3MTI=
25,235
Broken Benchmarks in CI
{ "avatar_url": "https://avatars.githubusercontent.com/u/609873?v=4", "events_url": "https://api.github.com/users/WillAyd/events{/privacy}", "followers_url": "https://api.github.com/users/WillAyd/followers", "following_url": "https://api.github.com/users/WillAyd/following{/other_user}", "gists_url": "https://...
[ { "color": "75507B", "default": false, "description": "Library building on various platforms", "id": 129350, "name": "Build", "node_id": "MDU6TGFiZWwxMjkzNTA=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Build" }, { "color": "a10c02", "default": false, ...
closed
false
null
[]
{ "closed_at": "2019-07-19T00:34:29Z", "closed_issues": 1289, "created_at": "2018-10-23T02:34:15Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/j...
5
2019-02-09T01:51:47Z
2019-02-09T17:25:59Z
2019-02-09T17:25:59Z
MEMBER
null
Having seen this on a couple PRs now it looks like the following bechmarks are causing build failures as they fail to run frame_methods.Repr.time_html_repr_trunc_mi <details> ```python-traceback File "/home/vsts/miniconda3/envs/pandas-dev/lib/python3.7/site-packages/asv/benchmark.py", line ...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/25235/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/25235/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/25236
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/25236/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/25236/comments
https://api.github.com/repos/pandas-dev/pandas/issues/25236/events
https://github.com/pandas-dev/pandas/issues/25236
408,390,005
MDU6SXNzdWU0MDgzOTAwMDU=
25,236
BUG: .loc indexing into MultiIndex with tuple with non-found keys gives wrong error
{ "avatar_url": "https://avatars.githubusercontent.com/u/11649522?v=4", "events_url": "https://api.github.com/users/tikael1011/events{/privacy}", "followers_url": "https://api.github.com/users/tikael1011/followers", "following_url": "https://api.github.com/users/tikael1011/following{/other_user}", "gists_url"...
[ { "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": "ff...
closed
false
null
[]
{ "closed_at": "2020-12-26T13:57:50Z", "closed_issues": 1768, "created_at": "2020-05-29T23:47:32Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/j...
13
2019-02-09T02:47:34Z
2020-11-10T03:20:06Z
2020-11-10T03:20:06Z
NONE
null
#### Code Sample, a copy-pastable example if possible ```python # Your code here idx = ['str1', 'str2', 'str3'] df_full.set_index(idx, drop=False, inplace=True) for i, rc in df.iterrows(): df.at[i, 'prev_state'] = df_full.loc[tuple(rc[e] for e in idx)]['state'] ## df is a dataframe with columns in idx ...
{ "+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/25236/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/25236/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/25237
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/25237/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/25237/comments
https://api.github.com/repos/pandas-dev/pandas/issues/25237/events
https://github.com/pandas-dev/pandas/pull/25237
408,392,655
MDExOlB1bGxSZXF1ZXN0MjUxNjQ5ODI4
25,237
BLD: prevent asv from calling sys.stdin.close() by using different launch method
{ "avatar_url": "https://avatars.githubusercontent.com/u/440095?v=4", "events_url": "https://api.github.com/users/qwhelan/events{/privacy}", "followers_url": "https://api.github.com/users/qwhelan/followers", "following_url": "https://api.github.com/users/qwhelan/following{/other_user}", "gists_url": "https://...
[ { "color": "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" } ]
closed
false
null
[]
{ "closed_at": "2019-07-19T00:34:29Z", "closed_issues": 1289, "created_at": "2018-10-23T02:34:15Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/j...
3
2019-02-09T03:20:39Z
2019-02-09T22:59:05Z
2019-02-09T17:25:59Z
CONTRIBUTOR
null
This should fix the `asv dev` errors seen in #24953, though this may add a lot of runtime overhead so input on approaches appreciated. When running `asv dev`, the default `--launch-method=fork` calls `sys.stdin.close()` in the main process where all benchmarks run. The function `DataFrame._repr_html_()` attempts to ...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/25237/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/25237/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/25237.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/25237", "merged_at": "2019-02-09T17:25:58Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/25237.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/25237" }
https://api.github.com/repos/pandas-dev/pandas/issues/25238
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/25238/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/25238/comments
https://api.github.com/repos/pandas-dev/pandas/issues/25238/events
https://github.com/pandas-dev/pandas/pull/25238
408,395,540
MDExOlB1bGxSZXF1ZXN0MjUxNjUxNjk1
25,238
DEPR: remove assert_panel_equal
{ "avatar_url": "https://avatars.githubusercontent.com/u/8078968?v=4", "events_url": "https://api.github.com/users/jbrockmendel/events{/privacy}", "followers_url": "https://api.github.com/users/jbrockmendel/followers", "following_url": "https://api.github.com/users/jbrockmendel/following{/other_user}", "gists...
[ { "color": "5319e7", "default": false, "description": "Functionality to remove in pandas", "id": 87485152, "name": "Deprecate", "node_id": "MDU6TGFiZWw4NzQ4NTE1Mg==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Deprecate" } ]
closed
false
null
[]
{ "closed_at": "2019-07-19T00:34:29Z", "closed_issues": 1289, "created_at": "2018-10-23T02:34:15Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/j...
5
2019-02-09T04:01:22Z
2019-02-11T15:30:02Z
2019-02-11T13:21:56Z
MEMBER
null
There's a kludge for test_pickle and test_packers to ignore the "panel" keys in the legacy files. Longer-term we'll need to re-generate the legacy files without the Panels in them.
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/25238/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/25238/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/25238.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/25238", "merged_at": "2019-02-11T13:21:56Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/25238.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/25238" }
https://api.github.com/repos/pandas-dev/pandas/issues/25239
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/25239/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/25239/comments
https://api.github.com/repos/pandas-dev/pandas/issues/25239/events
https://github.com/pandas-dev/pandas/issues/25239
408,439,747
MDU6SXNzdWU0MDg0Mzk3NDc=
25,239
DOC: Meaning of Timestamp `freq` attribute is unclear in docs
{ "avatar_url": "https://avatars.githubusercontent.com/u/3150861?v=4", "events_url": "https://api.github.com/users/nmusolino/events{/privacy}", "followers_url": "https://api.github.com/users/nmusolino/followers", "following_url": "https://api.github.com/users/nmusolino/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" }, { "color": "AFEEEE", "default": false, "description": null, "id": 211840...
closed
false
null
[]
null
4
2019-02-09T15:12:42Z
2021-06-26T05:01:37Z
2021-06-26T05:01:37Z
CONTRIBUTOR
null
#### Problem description The `freq` attribute of the `pandas.Timestamp` class is not well explained on the class's documentation page. For background, there is an existing issue #15146 which proposes removing the `freq` attribute. I agree with that proposal, although I don't know how much technical complexity ...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/25239/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/25239/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/25240
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/25240/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/25240/comments
https://api.github.com/repos/pandas-dev/pandas/issues/25240/events
https://github.com/pandas-dev/pandas/issues/25240
408,439,984
MDU6SXNzdWU0MDg0Mzk5ODQ=
25,240
Unexpected behavior of the str attribute which is working with Series of list
{ "avatar_url": "https://avatars.githubusercontent.com/u/4402700?v=4", "events_url": "https://api.github.com/users/fran6w/events{/privacy}", "followers_url": "https://api.github.com/users/fran6w/followers", "following_url": "https://api.github.com/users/fran6w/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" }, { "color": "5319e7", "default": false, "description": "String extension data...
open
false
null
[]
null
4
2019-02-09T15:15:29Z
2021-06-12T01:04:51Z
null
NONE
null
#### Code Sample, a copy-pastable example if possible import pandas as pd s1 = pd.Series(['AA/aa', 'BB/bb', 'CC/cc']) s2 = s1.str.split('/') s2.str[0] Result: 0 AA 1 BB 2 CC dtype: object #### Problem description In this example, the second 'str' attribute is applyied to a Series of list and...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/25240/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/25240/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/25241
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/25241/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/25241/comments
https://api.github.com/repos/pandas-dev/pandas/issues/25241/events
https://github.com/pandas-dev/pandas/issues/25241
408,442,509
MDU6SXNzdWU0MDg0NDI1MDk=
25,241
BUG: pandas Timestamp tz_localize and tz_convert do not preserve `freq` attribute
{ "avatar_url": "https://avatars.githubusercontent.com/u/3150861?v=4", "events_url": "https://api.github.com/users/nmusolino/events{/privacy}", "followers_url": "https://api.github.com/users/nmusolino/followers", "following_url": "https://api.github.com/users/nmusolino/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": "0052cc", "default": false, "description": "DateOffsets", "id": ...
closed
false
null
[]
{ "closed_at": "2019-07-19T00:34:29Z", "closed_issues": 1289, "created_at": "2018-10-23T02:34:15Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/j...
1
2019-02-09T15:45:51Z
2019-02-11T13:09:36Z
2019-02-11T13:09:36Z
CONTRIBUTOR
null
The `pandas.Timestamp.tz_localize()` and `pandas.Timestamp.tz_convert()` methods do not preserve the `freq` attribute. For background, the `freq` attribute is mostly a "helpful label", and it seems semantically ill-defined to me; cf. issue #15146, which proposes removing the attribute. #### Code Sample ``` >>> ...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/25241/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/25241/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/25242
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/25242/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/25242/comments
https://api.github.com/repos/pandas-dev/pandas/issues/25242/events
https://github.com/pandas-dev/pandas/issues/25242
408,443,399
MDU6SXNzdWU0MDg0NDMzOTk=
25,242
ENH: accept None behaviour for suffixes in DataFrame.merge
{ "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": "02d7e1", "default": false, "description": "Concat, Merge/Join, Stack/Unstack, Explode", "id": 13098779, "name": "Reshaping", "node_id": "MDU6TGFiZWwxMzA5ODc3OQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Reshaping" }, { "color": "AD7FA8", "de...
closed
false
null
[]
{ "closed_at": null, "closed_issues": 2361, "created_at": "2015-02-26T19:29:05Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/1020496?v=4", "events_url": "https://api.github.com/users/jorisvandenbossche/events{/privacy}", "followers_url": "https://api.github.com/users/jorisva...
1
2019-02-09T15:56:01Z
2019-03-19T23:32:57Z
2019-03-19T23:32:57Z
MEMBER
null
#### Problem description xref: #24782 See the comment in https://github.com/pandas-dev/pandas/pull/24819
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/25242/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/25242/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/25243
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/25243/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/25243/comments
https://api.github.com/repos/pandas-dev/pandas/issues/25243/events
https://github.com/pandas-dev/pandas/pull/25243
408,443,467
MDExOlB1bGxSZXF1ZXN0MjUxNjgxNDg1
25,243
ENH: accept None behaviour for suffixes in DataFrame.merge
{ "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": "02d7e1", "default": false, "description": "Concat, Merge/Join, Stack/Unstack, Explode", "id": 13098779, "name": "Reshaping", "node_id": "MDU6TGFiZWwxMzA5ODc3OQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Reshaping" }, { "color": "AD7FA8", "de...
closed
false
null
[]
{ "closed_at": null, "closed_issues": 2361, "created_at": "2015-02-26T19:29:05Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/1020496?v=4", "events_url": "https://api.github.com/users/jorisvandenbossche/events{/privacy}", "followers_url": "https://api.github.com/users/jorisva...
5
2019-02-09T15:56:56Z
2019-03-19T23:32:22Z
2019-03-19T23:32:09Z
MEMBER
null
- [ ] closes #25242 - [ ] tests added / passed - [ ] passes `git diff upstream/master -u -- "*.py" | flake8 --diff` - [ ] whatsnew entry
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/25243/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/25243/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/25243.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/25243", "merged_at": null, "patch_url": "https://github.com/pandas-dev/pandas/pull/25243.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/25243" }
https://api.github.com/repos/pandas-dev/pandas/issues/25244
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/25244/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/25244/comments
https://api.github.com/repos/pandas-dev/pandas/issues/25244/events
https://github.com/pandas-dev/pandas/pull/25244
408,448,350
MDExOlB1bGxSZXF1ZXN0MjUxNjg0NDMw
25,244
Backport PR #25202 on branch 0.24.x (BUG-25061 fix printing indices with NaNs)
{ "avatar_url": "https://avatars.githubusercontent.com/u/39504233?v=4", "events_url": "https://api.github.com/users/meeseeksmachine/events{/privacy}", "followers_url": "https://api.github.com/users/meeseeksmachine/followers", "following_url": "https://api.github.com/users/meeseeksmachine/following{/other_user}"...
[ { "color": "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": "2019-03-13T21:33:10Z", "closed_issues": 127, "created_at": "2019-01-30T14:20:23Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/1312546?v=4", "events_url": "https://api.github.com/users/TomAugspurger/events{/privacy}", "followers_url": "https://api.github.com/u...
4
2019-02-09T16:53:15Z
2019-02-09T17:38:19Z
2019-02-09T17:37:46Z
NONE
null
Backport PR #25202: BUG-25061 fix printing indices with NaNs
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/25244/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/25244/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/25244.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/25244", "merged_at": "2019-02-09T17:37:46Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/25244.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/25244" }
https://api.github.com/repos/pandas-dev/pandas/issues/25245
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/25245/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/25245/comments
https://api.github.com/repos/pandas-dev/pandas/issues/25245/events
https://github.com/pandas-dev/pandas/pull/25245
408,448,465
MDExOlB1bGxSZXF1ZXN0MjUxNjg0NTAx
25,245
Backport PR #25230 on branch 0.24.x (BUG: Fix regression in DataFrame.apply causing RecursionError)
{ "avatar_url": "https://avatars.githubusercontent.com/u/39504233?v=4", "events_url": "https://api.github.com/users/meeseeksmachine/events{/privacy}", "followers_url": "https://api.github.com/users/meeseeksmachine/followers", "following_url": "https://api.github.com/users/meeseeksmachine/following{/other_user}"...
[ { "color": "02d7e1", "default": false, "description": "Concat, Merge/Join, Stack/Unstack, Explode", "id": 13098779, "name": "Reshaping", "node_id": "MDU6TGFiZWwxMzA5ODc3OQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Reshaping" } ]
closed
false
null
[]
{ "closed_at": "2019-03-13T21:33:10Z", "closed_issues": 127, "created_at": "2019-01-30T14:20:23Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/1312546?v=4", "events_url": "https://api.github.com/users/TomAugspurger/events{/privacy}", "followers_url": "https://api.github.com/u...
2
2019-02-09T16:54:17Z
2019-02-09T17:59:26Z
2019-02-09T17:59:26Z
NONE
null
Backport PR #25230: BUG: Fix regression in DataFrame.apply causing RecursionError
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/25245/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/25245/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/25245.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/25245", "merged_at": "2019-02-09T17:59:26Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/25245.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/25245" }
https://api.github.com/repos/pandas-dev/pandas/issues/25246
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/25246/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/25246/comments
https://api.github.com/repos/pandas-dev/pandas/issues/25246/events
https://github.com/pandas-dev/pandas/pull/25246
408,457,772
MDExOlB1bGxSZXF1ZXN0MjUxNjkwMzc3
25,246
BUG: Fix exceptions when Series.interpolate's `order` parameter is missing or invalid
{ "avatar_url": "https://avatars.githubusercontent.com/u/3150861?v=4", "events_url": "https://api.github.com/users/nmusolino/events{/privacy}", "followers_url": "https://api.github.com/users/nmusolino/followers", "following_url": "https://api.github.com/users/nmusolino/following{/other_user}", "gists_url": "h...
[ { "color": "d7e102", "default": false, "description": "np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate", "id": 2822342, "name": "Missing-data", "node_id": "MDU6TGFiZWwyODIyMzQy", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Missing-data" }, { "color": "ffa0ff"...
closed
false
null
[]
{ "closed_at": "2019-07-19T00:34:29Z", "closed_issues": 1289, "created_at": "2018-10-23T02:34:15Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/j...
5
2019-02-09T18:33:57Z
2019-02-11T16:08:55Z
2019-02-11T16:08:48Z
CONTRIBUTOR
null
closes #24014 xref #10633 - [x] tests added / passed - [x] passes `git diff upstream/master -u -- "*.py" | flake8 --diff` - [x] whatsnew entry Before this change, when the `Series.interpolate()` method was called with invalid arguments, exceptions with informative messages would be raised internally, but then c...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/25246/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/25246/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/25246.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/25246", "merged_at": "2019-02-11T16:08:48Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/25246.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/25246" }
https://api.github.com/repos/pandas-dev/pandas/issues/25247
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/25247/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/25247/comments
https://api.github.com/repos/pandas-dev/pandas/issues/25247/events
https://github.com/pandas-dev/pandas/pull/25247
408,459,694
MDExOlB1bGxSZXF1ZXN0MjUxNjkxNTc2
25,247
BUG: pandas Timestamp tz_localize and tz_convert do not preserve `freq` attribute
{ "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": "e10c02", "default": false, "description": null, "id": 76811, "name": "Bug", "node_id": "MDU6TGFiZWw3NjgxMQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug" }, { "color": "0052cc", "default": false, "description": "DateOffsets", "id": ...
closed
false
null
[]
{ "closed_at": "2019-07-19T00:34:29Z", "closed_issues": 1289, "created_at": "2018-10-23T02:34:15Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/j...
4
2019-02-09T18:55:27Z
2019-02-11T13:10:05Z
2019-02-11T13:09:37Z
MEMBER
null
- [ ] closes #25241 - [ ] tests added / passed - [ ] passes `git diff upstream/master -u -- "*.py" | flake8 --diff` - [ ] whatsnew entry
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/25247/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/25247/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/25247.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/25247", "merged_at": "2019-02-11T13:09:36Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/25247.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/25247" }
https://api.github.com/repos/pandas-dev/pandas/issues/25248
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/25248/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/25248/comments
https://api.github.com/repos/pandas-dev/pandas/issues/25248/events
https://github.com/pandas-dev/pandas/pull/25248
408,460,569
MDExOlB1bGxSZXF1ZXN0MjUxNjkyMDkx
25,248
Backport PR #25171 on branch 0.24.x
{ "avatar_url": "https://avatars.githubusercontent.com/u/8515462?v=4", "events_url": "https://api.github.com/users/albertvillanova/events{/privacy}", "followers_url": "https://api.github.com/users/albertvillanova/followers", "following_url": "https://api.github.com/users/albertvillanova/following{/other_user}",...
[ { "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": "2019-03-13T21:33:10Z", "closed_issues": 127, "created_at": "2019-01-30T14:20:23Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/1312546?v=4", "events_url": "https://api.github.com/users/TomAugspurger/events{/privacy}", "followers_url": "https://api.github.com/u...
5
2019-02-09T19:05:24Z
2019-02-11T12:51:53Z
2019-02-11T12:51:51Z
CONTRIBUTOR
null
- [ ] closes #xxxx - [ ] tests added / passed - [ ] passes `git diff upstream/master -u -- "*.py" | flake8 --diff` - [ ] whatsnew entry
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/25248/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/25248/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/25248.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/25248", "merged_at": "2019-02-11T12:51:51Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/25248.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/25248" }
https://api.github.com/repos/pandas-dev/pandas/issues/25249
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/25249/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/25249/comments
https://api.github.com/repos/pandas-dev/pandas/issues/25249/events
https://github.com/pandas-dev/pandas/pull/25249
408,466,552
MDExOlB1bGxSZXF1ZXN0MjUxNjk1OTA1
25,249
Refactor groupby group_prod, group_var, group_mean, group_ohlc
{ "avatar_url": "https://avatars.githubusercontent.com/u/6236499?v=4", "events_url": "https://api.github.com/users/noamher/events{/privacy}", "followers_url": "https://api.github.com/users/noamher/followers", "following_url": "https://api.github.com/users/noamher/following{/other_user}", "gists_url": "https:/...
[ { "color": "FCE94F", "default": false, "description": "Internal refactoring of code", "id": 127681, "name": "Refactor", "node_id": "MDU6TGFiZWwxMjc2ODE=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Refactor" }, { "color": "729FCF", "default": false, "de...
closed
false
null
[]
{ "closed_at": "2019-07-19T00:34:29Z", "closed_issues": 1289, "created_at": "2018-10-23T02:34:15Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/j...
4
2019-02-09T20:17:01Z
2019-02-11T19:39:30Z
2019-02-11T19:39:27Z
CONTRIBUTOR
null
Followup to a previous [PR](https://github.com/pandas-dev/pandas/pull/24954). Continue refactoring cython function implemented in tempita into fused types.
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/25249/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/25249/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/25249.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/25249", "merged_at": "2019-02-11T19:39:27Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/25249.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/25249" }
https://api.github.com/repos/pandas-dev/pandas/issues/25250
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/25250/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/25250/comments
https://api.github.com/repos/pandas-dev/pandas/issues/25250/events
https://github.com/pandas-dev/pandas/issues/25250
408,475,722
MDU6SXNzdWU0MDg0NzU3MjI=
25,250
Compat: re-write legacy files for io tests
{ "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": "06909A", "d...
closed
false
null
[]
null
6
2019-02-09T22:05:12Z
2019-06-27T21:24:45Z
2019-06-27T21:24:33Z
MEMBER
null
#25238 introduced a kludge in test_pickle and test_msgpack to ignore the Panel objects when unpickling/unpacking files produced using older versions. The right way to do this is to re-write those files without Panels in them to begin with.
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/25250/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/25250/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/25251
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/25251/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/25251/comments
https://api.github.com/repos/pandas-dev/pandas/issues/25251/events
https://github.com/pandas-dev/pandas/issues/25251
408,476,361
MDU6SXNzdWU0MDg0NzYzNjE=
25,251
Pandas mapper enhancement
{ "avatar_url": "https://avatars.githubusercontent.com/u/2371577?v=4", "events_url": "https://api.github.com/users/gnilrets/events{/privacy}", "followers_url": "https://api.github.com/users/gnilrets/followers", "following_url": "https://api.github.com/users/gnilrets/following{/other_user}", "gists_url": "http...
[ { "color": "4E9A06", "default": false, "description": null, "id": 76812, "name": "Enhancement", "node_id": "MDU6TGFiZWw3NjgxMg==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Enhancement" }, { "color": "ffa0ff", "default": false, "description": "Incorrec...
closed
false
null
[]
null
5
2019-02-09T22:13:29Z
2021-06-26T05:16:01Z
2021-06-26T05:16:01Z
CONTRIBUTOR
null
I wrote a package that monkey patches pandas to allow support of writing concise error-trapping field transformations (https://github.com/inside-track/pandas-mapper). Would there be any interest in integrating this directly in pandas (or any objection)?
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/25251/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/25251/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/25252
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/25252/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/25252/comments
https://api.github.com/repos/pandas-dev/pandas/issues/25252/events
https://github.com/pandas-dev/pandas/issues/25252
408,481,341
MDU6SXNzdWU0MDg0ODEzNDE=
25,252
Fix validation error type `PR08 ` and check in CI
{ "avatar_url": "https://avatars.githubusercontent.com/u/15032115?v=4", "events_url": "https://api.github.com/users/MarckK/events{/privacy}", "followers_url": "https://api.github.com/users/MarckK/followers", "following_url": "https://api.github.com/users/MarckK/following{/other_user}", "gists_url": "https://a...
[]
closed
false
null
[]
null
1
2019-02-09T23:16:33Z
2019-02-14T15:32:02Z
2019-02-14T15:32:02Z
CONTRIBUTOR
null
#### Problem description In order to have a continuous check by the CI on validation error `PR08` (Parameter description should start with a capital letter), fixing them in the code base enables the addition to the CI for automated testing in the future. Please see [overview of the errors](https://gist.github.com/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/25252/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/25252/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/25253
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/25253/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/25253/comments
https://api.github.com/repos/pandas-dev/pandas/issues/25253/events
https://github.com/pandas-dev/pandas/pull/25253
408,482,896
MDExOlB1bGxSZXF1ZXN0MjUxNzA2MTkz
25,253
Revert "BLD: prevent asv from calling sys.stdin.close() by using different launch method"
{ "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": "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" } ]
closed
false
null
[]
{ "closed_at": "2019-07-19T00:34:29Z", "closed_issues": 1289, "created_at": "2018-10-23T02:34:15Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/j...
3
2019-02-09T23:39:43Z
2019-05-12T08:02:49Z
2019-02-11T13:08:16Z
CONTRIBUTOR
null
Reverts pandas-dev/pandas#25237
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/25253/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/25253/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/25253.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/25253", "merged_at": "2019-02-11T13:08:16Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/25253.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/25253" }
https://api.github.com/repos/pandas-dev/pandas/issues/25254
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/25254/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/25254/comments
https://api.github.com/repos/pandas-dev/pandas/issues/25254/events
https://github.com/pandas-dev/pandas/pull/25254
408,483,121
MDExOlB1bGxSZXF1ZXN0MjUxNzA2MzE1
25,254
API: Ensure DatetimeTZDtype standardizes pytz timezones
{ "avatar_url": "https://avatars.githubusercontent.com/u/10647082?v=4", "events_url": "https://api.github.com/users/mroeschke/events{/privacy}", "followers_url": "https://api.github.com/users/mroeschke/followers", "following_url": "https://api.github.com/users/mroeschke/following{/other_user}", "gists_url": "...
[ { "color": "5319e7", "default": false, "description": "Timezone data dtype", "id": 60458168, "name": "Timezones", "node_id": "MDU6TGFiZWw2MDQ1ODE2OA==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Timezones" } ]
closed
false
null
[]
{ "closed_at": "2019-07-19T00:34:29Z", "closed_issues": 1289, "created_at": "2018-10-23T02:34:15Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/j...
3
2019-02-09T23:42:52Z
2019-02-11T16:22:08Z
2019-02-11T14:32:54Z
MEMBER
null
- [x] closes #24713 - [x] closes #23815 - [x] closes #20257 - [x] tests added / passed - [x] passes `git diff upstream/master -u -- "*.py" | flake8 --diff` - [x] whatsnew entry Includes some related-ish timezone documentation issues.
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/25254/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/25254/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/25254.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/25254", "merged_at": "2019-02-11T14:32:54Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/25254.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/25254" }
https://api.github.com/repos/pandas-dev/pandas/issues/25255
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/25255/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/25255/comments
https://api.github.com/repos/pandas-dev/pandas/issues/25255/events
https://github.com/pandas-dev/pandas/pull/25255
408,487,945
MDExOlB1bGxSZXF1ZXN0MjUxNzA5NDE0
25,255
PERF: avoid copy of dataframe while writing to SQL DBs
{ "avatar_url": "https://avatars.githubusercontent.com/u/24300275?v=4", "events_url": "https://api.github.com/users/sridhu88/events{/privacy}", "followers_url": "https://api.github.com/users/sridhu88/followers", "following_url": "https://api.github.com/users/sridhu88/following{/other_user}", "gists_url": "htt...
[ { "color": "5319e7", "default": false, "description": "to_sql, read_sql, read_sql_query", "id": 47232590, "name": "IO SQL", "node_id": "MDU6TGFiZWw0NzIzMjU5MA==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/IO%20SQL" } ]
closed
false
null
[]
null
13
2019-02-10T00:58:17Z
2019-03-19T04:07:14Z
2019-03-19T04:07:13Z
NONE
null
- [ ] closes #xxxx - [ ] tests added / passed - [ ] passes `git diff upstream/master -u -- "*.py" | flake8 --diff` - [ ] This change avoids making an entire copy of the dataframe while writing to SQL DBs with a chunksize. Instead we convert slices of the dataframe into a data list and write to the DB. Saves signific...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/25255/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/25255/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/25255.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/25255", "merged_at": null, "patch_url": "https://github.com/pandas-dev/pandas/pull/25255.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/25255" }
https://api.github.com/repos/pandas-dev/pandas/issues/25256
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/25256/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/25256/comments
https://api.github.com/repos/pandas-dev/pandas/issues/25256/events
https://github.com/pandas-dev/pandas/pull/25256
408,488,612
MDExOlB1bGxSZXF1ZXN0MjUxNzA5Nzk3
25,256
Fix minor error in dynamic load function
{ "avatar_url": "https://avatars.githubusercontent.com/u/3150861?v=4", "events_url": "https://api.github.com/users/nmusolino/events{/privacy}", "followers_url": "https://api.github.com/users/nmusolino/followers", "following_url": "https://api.github.com/users/nmusolino/following{/other_user}", "gists_url": "h...
[ { "color": "ffa0ff", "default": false, "description": "Incorrect or improved errors from pandas", "id": 42670965, "name": "Error Reporting", "node_id": "MDU6TGFiZWw0MjY3MDk2NQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Error%20Reporting" }, { "color": "eb64...
closed
false
null
[]
{ "closed_at": "2019-07-19T00:34:29Z", "closed_issues": 1289, "created_at": "2018-10-23T02:34:15Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/j...
12
2019-02-10T01:08:56Z
2019-02-28T13:35:04Z
2019-02-28T13:35:01Z
CONTRIBUTOR
null
- [x] tests added / passed - [x] passes `git diff upstream/master -u -- "*.py" | flake8 --diff` - [ ] whatsnew entry The `validate_docstrings.py` script dynamically loads modules/classes/functions from its command-line argument. Currently, if the user supplies an invalid argument, an UnboundLocalError can be ob...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/25256/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/25256/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/25256.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/25256", "merged_at": "2019-02-28T13:35:01Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/25256.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/25256" }
https://api.github.com/repos/pandas-dev/pandas/issues/25257
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/25257/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/25257/comments
https://api.github.com/repos/pandas-dev/pandas/issues/25257/events
https://github.com/pandas-dev/pandas/issues/25257
408,506,195
MDU6SXNzdWU0MDg1MDYxOTU=
25,257
concat(..., copy=False) with datetime tz-aware data raises ValueError: cannot create a DatetimeTZBlock without a tz
{ "avatar_url": "https://avatars.githubusercontent.com/u/12504708?v=4", "events_url": "https://api.github.com/users/karldw/events{/privacy}", "followers_url": "https://api.github.com/users/karldw/followers", "following_url": "https://api.github.com/users/karldw/following{/other_user}", "gists_url": "https://a...
[ { "color": "02d7e1", "default": false, "description": "Concat, Merge/Join, Stack/Unstack, Explode", "id": 13098779, "name": "Reshaping", "node_id": "MDU6TGFiZWwxMzA5ODc3OQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Reshaping" }, { "color": "5319e7", "de...
closed
false
{ "avatar_url": "https://avatars.githubusercontent.com/u/53505344?v=4", "events_url": "https://api.github.com/users/SurajH1/events{/privacy}", "followers_url": "https://api.github.com/users/SurajH1/followers", "following_url": "https://api.github.com/users/SurajH1/following{/other_user}", "gists_url": "https:...
[ { "avatar_url": "https://avatars.githubusercontent.com/u/53505344?v=4", "events_url": "https://api.github.com/users/SurajH1/events{/privacy}", "followers_url": "https://api.github.com/users/SurajH1/followers", "following_url": "https://api.github.com/users/SurajH1/following{/other_user}", "gists...
{ "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
2019-02-10T06:29:24Z
2020-07-13T12:55:12Z
2020-07-13T12:55:12Z
CONTRIBUTOR
null
#### Code Sample, a copy-pastable example if possible ```python import pandas as pd df = pd.DataFrame({ 'timestamp': [pd.Timestamp('2017-08-27 01:00:00.709949+0000', tz='UTC')], }) pd.concat([df]) # works pd.concat([df, df]) # works pd.concat([df], copy=False) # fails # Edit: added full tracebac...
{ "+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/25257/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/25257/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/25258
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/25258/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/25258/comments
https://api.github.com/repos/pandas-dev/pandas/issues/25258/events
https://github.com/pandas-dev/pandas/issues/25258
408,521,224
MDU6SXNzdWU0MDg1MjEyMjQ=
25,258
IOError: [Errno 2] while building pandas doc
{ "avatar_url": "https://avatars.githubusercontent.com/u/47073683?v=4", "events_url": "https://api.github.com/users/justineuroHP/events{/privacy}", "followers_url": "https://api.github.com/users/justineuroHP/followers", "following_url": "https://api.github.com/users/justineuroHP/following{/other_user}", "gist...
[ { "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": "3465A4", "default": false, ...
open
false
null
[]
null
3
2019-02-10T10:25:17Z
2020-04-19T21:40:01Z
null
NONE
null
**Describe the bug** Got an `IOError: [Errno 2]` when I tried to build the [pandas docs](https://github.com/pandas-dev/panda) in Ubuntu 18.04 LTS (Bionic Beaver) running in Windows 10. I initially posted this at `sphinx-doc` issues: [#6049](https://github.com/sphinx-doc/sphinx/issues/6049#issue-408502477) and [#6049-...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/25258/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/25258/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/25259
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/25259/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/25259/comments
https://api.github.com/repos/pandas-dev/pandas/issues/25259/events
https://github.com/pandas-dev/pandas/issues/25259
408,547,241
MDU6SXNzdWU0MDg1NDcyNDE=
25,259
replace method with comma separator does not work in pandas 0.24.1
{ "avatar_url": "https://avatars.githubusercontent.com/u/29349211?v=4", "events_url": "https://api.github.com/users/mr-yoo/events{/privacy}", "followers_url": "https://api.github.com/users/mr-yoo/followers", "following_url": "https://api.github.com/users/mr-yoo/following{/other_user}", "gists_url": "https://a...
[ { "color": "e10c02", "default": false, "description": null, "id": 76811, "name": "Bug", "node_id": "MDU6TGFiZWw3NjgxMQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug" }, { "color": "e11d21", "default": false, "description": "Functionality that used ...
closed
false
null
[]
{ "closed_at": "2019-03-13T21:33:10Z", "closed_issues": 127, "created_at": "2019-01-30T14:20:23Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/1312546?v=4", "events_url": "https://api.github.com/users/TomAugspurger/events{/privacy}", "followers_url": "https://api.github.com/u...
2
2019-02-10T15:40:42Z
2019-02-28T13:55:33Z
2019-02-28T13:55:33Z
NONE
null
### The latest version (0.24.1) does not replace comma separator, but 0.23.4 does. ```python import pandas as pd df = pd.DataFrame({'one': ["1,000", "2,000"], 'two': ["3,000", "4,000"]}) df = df.replace({',': ''}, regex=True) print(pd.__version__) print(df) ``` ``` 0.23.4 one two 0 1000 3000 ...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/25259/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/25259/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/25260
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/25260/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/25260/comments
https://api.github.com/repos/pandas-dev/pandas/issues/25260/events
https://github.com/pandas-dev/pandas/pull/25260
408,597,151
MDExOlB1bGxSZXF1ZXN0MjUxNzc1ODk3
25,260
BUG: DataFrame.join on tz-aware DatetimeIndex
{ "avatar_url": "https://avatars.githubusercontent.com/u/10647082?v=4", "events_url": "https://api.github.com/users/mroeschke/events{/privacy}", "followers_url": "https://api.github.com/users/mroeschke/followers", "following_url": "https://api.github.com/users/mroeschke/following{/other_user}", "gists_url": "...
[ { "color": "02d7e1", "default": false, "description": "Concat, Merge/Join, Stack/Unstack, Explode", "id": 13098779, "name": "Reshaping", "node_id": "MDU6TGFiZWwxMzA5ODc3OQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Reshaping" }, { "color": "5319e7", "de...
closed
false
null
[]
{ "closed_at": "2019-03-13T21:33:10Z", "closed_issues": 127, "created_at": "2019-01-30T14:20:23Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/1312546?v=4", "events_url": "https://api.github.com/users/TomAugspurger/events{/privacy}", "followers_url": "https://api.github.com/u...
6
2019-02-10T23:33:06Z
2019-03-11T19:17:27Z
2019-02-11T18:53:43Z
MEMBER
null
- [x] closes #23931 - [x] tests added / passed - [x] passes `git diff upstream/master -u -- "*.py" | flake8 --diff` - [x] whatsnew entry
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/25260/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/25260/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/25260.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/25260", "merged_at": "2019-02-11T18:53:42Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/25260.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/25260" }
https://api.github.com/repos/pandas-dev/pandas/issues/25261
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/25261/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/25261/comments
https://api.github.com/repos/pandas-dev/pandas/issues/25261/events
https://github.com/pandas-dev/pandas/issues/25261
408,601,476
MDU6SXNzdWU0MDg2MDE0NzY=
25,261
plotting: subplots_adjust prevents use of constrained_layout=True
{ "avatar_url": "https://avatars.githubusercontent.com/u/69774?v=4", "events_url": "https://api.github.com/users/michaelaye/events{/privacy}", "followers_url": "https://api.github.com/users/michaelaye/followers", "following_url": "https://api.github.com/users/michaelaye/following{/other_user}", "gists_url": "...
[ { "color": "8AE234", "default": false, "description": null, "id": 2413328, "name": "Visualization", "node_id": "MDU6TGFiZWwyNDEzMzI4", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Visualization" } ]
closed
false
null
[]
{ "closed_at": "2021-07-02T07:59:17Z", "closed_issues": 2396, "created_at": "2020-11-11T19:05:43Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/j...
14
2019-02-11T00:15:51Z
2021-01-28T15:07:14Z
2021-01-28T15:07:14Z
CONTRIBUTOR
null
#### Code Sample, a copy-pastable example if possible ```python # Your code here import matplotlib.pyplot as plt import pandas as pd fig, axes = plt.subplots(2, constrained_layout=True) times = pd.date_range(start='now', periods=10) pd.DataFrame({'a': np.arange(10)}, index=times).plot(style='x', ax=axes[0]) ...
{ "+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/25261/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/25261/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/25262
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/25262/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/25262/comments
https://api.github.com/repos/pandas-dev/pandas/issues/25262/events
https://github.com/pandas-dev/pandas/pull/25262
408,602,298
MDExOlB1bGxSZXF1ZXN0MjUxNzc5MzI0
25,262
REF/TST: resample/test_base.py
{ "avatar_url": "https://avatars.githubusercontent.com/u/13159005?v=4", "events_url": "https://api.github.com/users/simonjayhawkins/events{/privacy}", "followers_url": "https://api.github.com/users/simonjayhawkins/followers", "following_url": "https://api.github.com/users/simonjayhawkins/following{/other_user}"...
[ { "color": "C4A000", "default": false, "description": "pandas testing functions or related to the test suite", "id": 127685, "name": "Testing", "node_id": "MDU6TGFiZWwxMjc2ODU=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Testing" }, { "color": "207de5", "d...
closed
false
null
[]
{ "closed_at": "2019-07-19T00:34:29Z", "closed_issues": 1289, "created_at": "2018-10-23T02:34:15Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/j...
4
2019-02-11T00:23:41Z
2019-03-13T21:11:32Z
2019-02-11T12:55:05Z
MEMBER
null
follow-on from #24377 xref #25197 in #24377, the `pytest_generate_tests` hook was used to parametrize the base tests over date_range, period_range and timedelta_range indexes. to make it easier to understand the code and use less pytest magic, this PR uses a simpler approach of applying markers to the tests inst...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/25262/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/25262/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/25262.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/25262", "merged_at": "2019-02-11T12:55:05Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/25262.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/25262" }
https://api.github.com/repos/pandas-dev/pandas/issues/25263
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/25263/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/25263/comments
https://api.github.com/repos/pandas-dev/pandas/issues/25263/events
https://github.com/pandas-dev/pandas/pull/25263
408,621,012
MDExOlB1bGxSZXF1ZXN0MjUxNzkyMTYy
25,263
BUG: Indexing with UTC offset string no longer ignored
{ "avatar_url": "https://avatars.githubusercontent.com/u/10647082?v=4", "events_url": "https://api.github.com/users/mroeschke/events{/privacy}", "followers_url": "https://api.github.com/users/mroeschke/followers", "following_url": "https://api.github.com/users/mroeschke/following{/other_user}", "gists_url": "...
[ { "color": "0b02e1", "default": false, "description": "Related to indexing on series/frames, not to indexes themselves", "id": 2822098, "name": "Indexing", "node_id": "MDU6TGFiZWwyODIyMDk4", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Indexing" }, { "color": "53...
closed
false
null
[]
{ "closed_at": "2019-07-19T00:34:29Z", "closed_issues": 1289, "created_at": "2018-10-23T02:34:15Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/j...
8
2019-02-11T03:16:48Z
2019-11-25T12:47:06Z
2019-02-24T03:37:40Z
MEMBER
null
- [x] closes #24076 - [x] closes #16785 - [x] tests added / passed - [x] passes `git diff upstream/master -u -- "*.py" | flake8 --diff` - [x] whatsnew entry Additionally, date strings with UTC offsets that are using in indexing are now validated by the following: - An error is raised if 2 date strings have di...
{ "+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/25263/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/25263/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/25263.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/25263", "merged_at": "2019-02-24T03:37:39Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/25263.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/25263" }
https://api.github.com/repos/pandas-dev/pandas/issues/25264
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/25264/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/25264/comments
https://api.github.com/repos/pandas-dev/pandas/issues/25264/events
https://github.com/pandas-dev/pandas/pull/25264
408,655,730
MDExOlB1bGxSZXF1ZXN0MjUxODE3MDc3
25,264
BUG: groupby.transform retains timezone information
{ "avatar_url": "https://avatars.githubusercontent.com/u/10647082?v=4", "events_url": "https://api.github.com/users/mroeschke/events{/privacy}", "followers_url": "https://api.github.com/users/mroeschke/followers", "following_url": "https://api.github.com/users/mroeschke/following{/other_user}", "gists_url": "...
[ { "color": "e10c02", "default": false, "description": null, "id": 76811, "name": "Bug", "node_id": "MDU6TGFiZWw3NjgxMQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug" }, { "color": "729FCF", "default": false, "description": null, "id": 233160, ...
closed
false
null
[]
{ "closed_at": "2019-03-13T21:33:10Z", "closed_issues": 127, "created_at": "2019-01-30T14:20:23Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/1312546?v=4", "events_url": "https://api.github.com/users/TomAugspurger/events{/privacy}", "followers_url": "https://api.github.com/u...
4
2019-02-11T07:01:00Z
2019-02-16T22:33:36Z
2019-02-16T16:32:04Z
MEMBER
null
- [x] closes #24198 - [x] tests added / passed - [x] passes `git diff upstream/master -u -- "*.py" | flake8 --diff` - [x] whatsnew entry
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/25264/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/25264/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/25264.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/25264", "merged_at": "2019-02-16T16:32:04Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/25264.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/25264" }
https://api.github.com/repos/pandas-dev/pandas/issues/25265
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/25265/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/25265/comments
https://api.github.com/repos/pandas-dev/pandas/issues/25265/events
https://github.com/pandas-dev/pandas/pull/25265
408,687,539
MDExOlB1bGxSZXF1ZXN0MjUxODQwNjQz
25,265
BUG: support casting from bool array to EA Integer dtype
{ "avatar_url": "https://avatars.githubusercontent.com/u/9671366?v=4", "events_url": "https://api.github.com/users/vladserkoff/events{/privacy}", "followers_url": "https://api.github.com/users/vladserkoff/followers", "following_url": "https://api.github.com/users/vladserkoff/following{/other_user}", "gists_ur...
[ { "color": "e10c02", "default": false, "description": null, "id": 76811, "name": "Bug", "node_id": "MDU6TGFiZWw3NjgxMQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug" }, { "color": "d7e102", "default": false, "description": "np.nan, pd.NaT, pd.NA, d...
closed
false
null
[]
{ "closed_at": "2019-07-19T00:34:29Z", "closed_issues": 1289, "created_at": "2018-10-23T02:34:15Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/j...
23
2019-02-11T09:09:36Z
2019-05-14T14:25:41Z
2019-05-14T14:15:30Z
CONTRIBUTOR
null
Cast boolean array to int before casting to EA Integer dtype. - [x] closes #25211 - [x] tests added / passed - [x] passes `git diff upstream/master -u -- "*.py" | flake8 --diff`
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/25265/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/25265/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/25265.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/25265", "merged_at": "2019-05-14T14:15:30Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/25265.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/25265" }
https://api.github.com/repos/pandas-dev/pandas/issues/25266
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/25266/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/25266/comments
https://api.github.com/repos/pandas-dev/pandas/issues/25266/events
https://github.com/pandas-dev/pandas/pull/25266
408,720,955
MDExOlB1bGxSZXF1ZXN0MjUxODY2Mzg1
25,266
BUG: Fix regression on DataFrame.replace for regex
{ "avatar_url": "https://avatars.githubusercontent.com/u/9269985?v=4", "events_url": "https://api.github.com/users/PetitLepton/events{/privacy}", "followers_url": "https://api.github.com/users/PetitLepton/followers", "following_url": "https://api.github.com/users/PetitLepton/following{/other_user}", "gists_ur...
[ { "color": "e10c02", "default": false, "description": null, "id": 76811, "name": "Bug", "node_id": "MDU6TGFiZWw3NjgxMQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug" }, { "color": "5319e7", "default": false, "description": "String extension data ty...
closed
false
null
[]
{ "closed_at": "2019-03-13T21:33:10Z", "closed_issues": 127, "created_at": "2019-01-30T14:20:23Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/1312546?v=4", "events_url": "https://api.github.com/users/TomAugspurger/events{/privacy}", "followers_url": "https://api.github.com/u...
15
2019-02-11T10:41:58Z
2019-02-28T18:44:51Z
2019-02-28T13:55:34Z
CONTRIBUTOR
null
The commit ensures that the replacement for regex is not confined to the beginning of the string but spans all the characters within. The behaviour is then consistent with versions prior to 0.24.0. - [x] closes #25259 - [x] tests added / passed - [ ] passes `git diff upstream/master -u -- "*.py" | flake8 --dif...
{ "+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/25266/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/25266/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/25266.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/25266", "merged_at": "2019-02-28T13:55:33Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/25266.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/25266" }
https://api.github.com/repos/pandas-dev/pandas/issues/25267
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/25267/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/25267/comments
https://api.github.com/repos/pandas-dev/pandas/issues/25267/events
https://github.com/pandas-dev/pandas/pull/25267
408,768,125
MDExOlB1bGxSZXF1ZXN0MjUxOTAyOTIz
25,267
Backport PR #25234 on branch 0.24.x (BUG: Duplicated returns boolean dataframe)
{ "avatar_url": "https://avatars.githubusercontent.com/u/39504233?v=4", "events_url": "https://api.github.com/users/meeseeksmachine/events{/privacy}", "followers_url": "https://api.github.com/users/meeseeksmachine/followers", "following_url": "https://api.github.com/users/meeseeksmachine/following{/other_user}"...
[ { "color": "02d7e1", "default": false, "description": "Concat, Merge/Join, Stack/Unstack, Explode", "id": 13098779, "name": "Reshaping", "node_id": "MDU6TGFiZWwxMzA5ODc3OQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Reshaping" } ]
closed
false
null
[]
{ "closed_at": "2019-03-13T21:33:10Z", "closed_issues": 127, "created_at": "2019-01-30T14:20:23Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/1312546?v=4", "events_url": "https://api.github.com/users/TomAugspurger/events{/privacy}", "followers_url": "https://api.github.com/u...
2
2019-02-11T12:53:23Z
2019-02-11T13:59:47Z
2019-02-11T13:59:47Z
NONE
null
Backport PR #25234: BUG: Duplicated returns boolean dataframe
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/25267/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/25267/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/25267.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/25267", "merged_at": "2019-02-11T13:59:47Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/25267.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/25267" }
https://api.github.com/repos/pandas-dev/pandas/issues/25268
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/25268/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/25268/comments
https://api.github.com/repos/pandas-dev/pandas/issues/25268/events
https://github.com/pandas-dev/pandas/pull/25268
408,808,891
MDExOlB1bGxSZXF1ZXN0MjUxOTM0NTkw
25,268
[BUG] exception handling of MultiIndex.__contains__ too narrow
{ "avatar_url": "https://avatars.githubusercontent.com/u/14367887?v=4", "events_url": "https://api.github.com/users/makbigc/events{/privacy}", "followers_url": "https://api.github.com/users/makbigc/followers", "following_url": "https://api.github.com/users/makbigc/following{/other_user}", "gists_url": "https:...
[ { "color": "e10c02", "default": false, "description": null, "id": 76811, "name": "Bug", "node_id": "MDU6TGFiZWw3NjgxMQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug" }, { "color": "207de5", "default": false, "description": null, "id": 71268330,...
closed
false
null
[]
{ "closed_at": "2019-07-19T00:34:29Z", "closed_issues": 1289, "created_at": "2018-10-23T02:34:15Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/j...
7
2019-02-11T14:31:59Z
2019-02-19T13:46:12Z
2019-02-19T13:46:05Z
CONTRIBUTOR
null
- closes #24570 - 1 test added - 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/25268/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/25268/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/25268.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/25268", "merged_at": "2019-02-19T13:46:04Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/25268.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/25268" }
https://api.github.com/repos/pandas-dev/pandas/issues/25269
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/25269/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/25269/comments
https://api.github.com/repos/pandas-dev/pandas/issues/25269/events
https://github.com/pandas-dev/pandas/issues/25269
408,813,437
MDU6SXNzdWU0MDg4MTM0Mzc=
25,269
Numpy 1.16 and pickle retrocompatibility
{ "avatar_url": "https://avatars.githubusercontent.com/u/23078199?v=4", "events_url": "https://api.github.com/users/SylvainLan/events{/privacy}", "followers_url": "https://api.github.com/users/SylvainLan/followers", "following_url": "https://api.github.com/users/SylvainLan/following{/other_user}", "gists_url"...
[]
closed
false
null
[]
{ "closed_at": null, "closed_issues": 2361, "created_at": "2015-02-26T19:29:05Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/1020496?v=4", "events_url": "https://api.github.com/users/jorisvandenbossche/events{/privacy}", "followers_url": "https://api.github.com/users/jorisva...
4
2019-02-11T14:41:45Z
2019-02-11T16:16:06Z
2019-02-11T14:46:16Z
CONTRIBUTOR
null
Hi, I don't really know if this matter should be posted in pandas but here is the issue I noticed. If you save a DataFrame into pickle (using `to_pickle`) on a virtualenv that has `numpy>=1.16` and want to open it with another virtualenv with `numpy<=1.15.4`, the following error is thrown : ``` ModuleNotFoun...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/25269/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/25269/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/25270
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/25270/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/25270/comments
https://api.github.com/repos/pandas-dev/pandas/issues/25270/events
https://github.com/pandas-dev/pandas/issues/25270
408,814,207
MDU6SXNzdWU0MDg4MTQyMDc=
25,270
Indexing bug with Sparse DataFrames and column names not starting with `0`
{ "avatar_url": "https://avatars.githubusercontent.com/u/5618407?v=4", "events_url": "https://api.github.com/users/rasbt/events{/privacy}", "followers_url": "https://api.github.com/users/rasbt/followers", "following_url": "https://api.github.com/users/rasbt/following{/other_user}", "gists_url": "https://api.g...
[ { "color": "009800", "default": false, "description": "Sparse Data Type", "id": 49182326, "name": "Sparse", "node_id": "MDU6TGFiZWw0OTE4MjMyNg==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Sparse" }, { "color": "0e8a16", "default": true, "description":...
open
false
null
[]
null
7
2019-02-11T14:43:33Z
2021-09-23T23:27:57Z
null
NONE
null
#### Code Sample, a copy-pastable example if possible ```python import pandas as pd import numpy as np ary = np.array([ [1, 0, 0, 3], [1, 0, 2, 0], [0, 4, 0 ,0] ]) df = pd.DataFrame(ary) df.columns = [1, 2, 3, 4] dfs = pd.SparseDataFrame(df, d...
{ "+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/25270/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/25270/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/25271
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/25271/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/25271/comments
https://api.github.com/repos/pandas-dev/pandas/issues/25271/events
https://github.com/pandas-dev/pandas/issues/25271
408,903,867
MDU6SXNzdWU0MDg5MDM4Njc=
25,271
Excel Module Cleanups
{ "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": "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" }, { "color": "207de5", "default": false, "de...
closed
false
null
[]
{ "closed_at": "2019-07-19T00:34:29Z", "closed_issues": 1289, "created_at": "2018-10-23T02:34:15Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/j...
1
2019-02-11T17:55:40Z
2019-02-20T08:04:32Z
2019-02-20T08:04:32Z
MEMBER
null
As called out by @gfyoung in review there are some easy opportunities to clean up and simplify the existing Excel IO modules. These are mostly minor loop refactors and docstring updates https://github.com/pandas-dev/pandas/pull/25153#pullrequestreview-200888051
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/25271/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/25271/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/25272
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/25272/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/25272/comments
https://api.github.com/repos/pandas-dev/pandas/issues/25272/events
https://github.com/pandas-dev/pandas/pull/25272
408,910,504
MDExOlB1bGxSZXF1ZXN0MjUyMDEzMjY3
25,272
REF: use _constructor and ABCFoo to avoid runtime imports
{ "avatar_url": "https://avatars.githubusercontent.com/u/8078968?v=4", "events_url": "https://api.github.com/users/jbrockmendel/events{/privacy}", "followers_url": "https://api.github.com/users/jbrockmendel/followers", "following_url": "https://api.github.com/users/jbrockmendel/following{/other_user}", "gists...
[ { "color": "207de5", "default": false, "description": null, "id": 211029535, "name": "Clean", "node_id": "MDU6TGFiZWwyMTEwMjk1MzU=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Clean" } ]
closed
false
null
[]
{ "closed_at": "2019-07-19T00:34:29Z", "closed_issues": 1289, "created_at": "2018-10-23T02:34:15Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/j...
6
2019-02-11T18:13:03Z
2019-03-05T21:02:54Z
2019-02-11T19:37:54Z
MEMBER
null
- [ ] closes #xxxx - [ ] tests added / passed - [ ] passes `git diff upstream/master -u -- "*.py" | flake8 --diff` - [ ] whatsnew entry
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/25272/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/25272/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/25272.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/25272", "merged_at": "2019-02-11T19:37:53Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/25272.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/25272" }
https://api.github.com/repos/pandas-dev/pandas/issues/25273
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/25273/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/25273/comments
https://api.github.com/repos/pandas-dev/pandas/issues/25273/events
https://github.com/pandas-dev/pandas/issues/25273
408,922,153
MDU6SXNzdWU0MDg5MjIxNTM=
25,273
REF: Refactor private/circular parts out of dtypes.concat
{ "avatar_url": "https://avatars.githubusercontent.com/u/8078968?v=4", "events_url": "https://api.github.com/users/jbrockmendel/events{/privacy}", "followers_url": "https://api.github.com/users/jbrockmendel/followers", "following_url": "https://api.github.com/users/jbrockmendel/following{/other_user}", "gists...
[ { "color": "FCE94F", "default": false, "description": "Internal refactoring of code", "id": 127681, "name": "Refactor", "node_id": "MDU6TGFiZWwxMjc2ODE=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Refactor" }, { "color": "fbca04", "default": false, "de...
closed
false
null
[]
null
0
2019-02-11T18:44:36Z
2021-06-17T03:06:21Z
2021-06-17T03:06:21Z
MEMBER
null
A lot of core.dtypes.concat arguably doesn't belong in core.dtypes. In particular functions that induce circular imports, private functions that are used externally, and functions that are more about arrays/indexes than they are about dtypes. Some of these (_get_series_result_type, _get_frame_result_type) are used ...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/25273/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/25273/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/25274
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/25274/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/25274/comments
https://api.github.com/repos/pandas-dev/pandas/issues/25274/events
https://github.com/pandas-dev/pandas/issues/25274
408,929,321
MDU6SXNzdWU0MDg5MjkzMjE=
25,274
Broken behaviour on read_excel on 0.24.0
{ "avatar_url": "https://avatars.githubusercontent.com/u/3506856?v=4", "events_url": "https://api.github.com/users/LPugens/events{/privacy}", "followers_url": "https://api.github.com/users/LPugens/followers", "following_url": "https://api.github.com/users/LPugens/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": "bfe5bf", "default": false, "descript...
closed
false
null
[]
null
3
2019-02-11T19:03:28Z
2019-02-15T00:28:13Z
2019-02-12T06:24:58Z
NONE
null
#### Code Sample, a copy-pastable example if possible ```python # Your code here wget https://github.com/pandas-dev/pandas/files/2852618/file.xlsx pip install pandas==0.23.4 >>import pandas as pd >>df = pd.read_excel('file.xlsx', index_row=[0, 1, 2], header=[0, 1, 2]) >>print(df.columns.names) pip uninstall 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/25274/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/25274/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/25275
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/25275/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/25275/comments
https://api.github.com/repos/pandas-dev/pandas/issues/25275/events
https://github.com/pandas-dev/pandas/pull/25275
408,974,389
MDExOlB1bGxSZXF1ZXN0MjUyMDYyOTM5
25,275
[CLN] Excel Module Cleanups
{ "avatar_url": "https://avatars.githubusercontent.com/u/7870803?v=4", "events_url": "https://api.github.com/users/tdamsma/events{/privacy}", "followers_url": "https://api.github.com/users/tdamsma/followers", "following_url": "https://api.github.com/users/tdamsma/following{/other_user}", "gists_url": "https:/...
[ { "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" }, { "color": "207de5", "default": false, "de...
closed
false
null
[]
{ "closed_at": "2019-07-19T00:34:29Z", "closed_issues": 1289, "created_at": "2018-10-23T02:34:15Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/j...
7
2019-02-11T21:02:24Z
2019-02-20T08:42:25Z
2019-02-20T08:04:32Z
CONTRIBUTOR
null
- [x] closes #25271 - [x] tests added / passed - [x] passes `git diff upstream/master -u -- "*.py" | flake8 --diff`
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/25275/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/25275/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/25275.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/25275", "merged_at": "2019-02-20T08:04:32Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/25275.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/25275" }
https://api.github.com/repos/pandas-dev/pandas/issues/25276
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/25276/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/25276/comments
https://api.github.com/repos/pandas-dev/pandas/issues/25276/events
https://github.com/pandas-dev/pandas/issues/25276
408,976,820
MDU6SXNzdWU0MDg5NzY4MjA=
25,276
New pd variable types for pd.period arithmetic
{ "avatar_url": "https://avatars.githubusercontent.com/u/24326925?v=4", "events_url": "https://api.github.com/users/justinessert/events{/privacy}", "followers_url": "https://api.github.com/users/justinessert/followers", "following_url": "https://api.github.com/users/justinessert/following{/other_user}", "gist...
[ { "color": "3465A4", "default": false, "description": null, "id": 134699, "name": "Docs", "node_id": "MDU6TGFiZWwxMzQ2OTk=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Docs" }, { "color": "0052cc", "default": false, "description": "DateOffsets", "id...
closed
false
null
[]
null
6
2019-02-11T21:08:46Z
2019-02-12T21:47:20Z
2019-02-12T21:47:19Z
CONTRIBUTOR
null
I believe it was with the release of version 0.24.0 that changed how the arithmetic between pandas periods works, but prior to that version, if we started with ```python x = pd.Period('2017-01') y = pd.Period('2016-01') diff = x-y print(diff, ' ', type(diff)) ``` The result would be: ``` 12 <class 'int...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/25276/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/25276/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/25277
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/25277/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/25277/comments
https://api.github.com/repos/pandas-dev/pandas/issues/25277/events
https://github.com/pandas-dev/pandas/pull/25277
408,986,879
MDExOlB1bGxSZXF1ZXN0MjUyMDcyNDE0
25,277
TST/CLN: remove test_slice_ints_with_floats_raises
{ "avatar_url": "https://avatars.githubusercontent.com/u/13159005?v=4", "events_url": "https://api.github.com/users/simonjayhawkins/events{/privacy}", "followers_url": "https://api.github.com/users/simonjayhawkins/followers", "following_url": "https://api.github.com/users/simonjayhawkins/following{/other_user}"...
[ { "color": "C4A000", "default": false, "description": "pandas testing functions or related to the test suite", "id": 127685, "name": "Testing", "node_id": "MDU6TGFiZWwxMjc2ODU=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Testing" }, { "color": "207de5", "d...
closed
false
null
[]
{ "closed_at": "2019-07-19T00:34:29Z", "closed_issues": 1289, "created_at": "2018-10-23T02:34:15Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/j...
3
2019-02-11T21:34:42Z
2019-02-20T14:08:35Z
2019-02-13T13:04:32Z
MEMBER
null
- [x] closes #20915 - [x] tests added / passed - [x] passes `git diff upstream/master -u -- "*.py" | flake8 --diff` - [n/a ] whatsnew entry
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/25277/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/25277/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/25277.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/25277", "merged_at": "2019-02-13T13:04:32Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/25277.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/25277" }
https://api.github.com/repos/pandas-dev/pandas/issues/25278
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/25278/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/25278/comments
https://api.github.com/repos/pandas-dev/pandas/issues/25278/events
https://github.com/pandas-dev/pandas/issues/25278
409,073,631
MDU6SXNzdWU0MDkwNzM2MzE=
25,278
crosstab shows margins in wrong order if index/columns are ordered categories
{ "avatar_url": "https://avatars.githubusercontent.com/u/6955013?v=4", "events_url": "https://api.github.com/users/oriolmirosa/events{/privacy}", "followers_url": "https://api.github.com/users/oriolmirosa/followers", "following_url": "https://api.github.com/users/oriolmirosa/following{/other_user}", "gists_ur...
[ { "color": "02d7e1", "default": false, "description": "Concat, Merge/Join, Stack/Unstack, Explode", "id": 13098779, "name": "Reshaping", "node_id": "MDU6TGFiZWwxMzA5ODc3OQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Reshaping" }, { "color": "0e8a16", "de...
open
false
null
[]
null
2
2019-02-12T01:47:13Z
2021-06-26T05:25:57Z
null
NONE
null
#### Code Sample Do a `crosstab` with an ordered categorical variable, with the order being different than the alphabetic default: ```python df = pd.DataFrame({'First': ['B', 'B', 'C', 'A', 'B', 'C'], 'Second': ['C', 'B', 'B', 'B', 'C', 'A']}) df.First = df.First.astype(CategoricalDtype(ord...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/25278/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/25278/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/25279
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/25279/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/25279/comments
https://api.github.com/repos/pandas-dev/pandas/issues/25279/events
https://github.com/pandas-dev/pandas/pull/25279
409,088,678
MDExOlB1bGxSZXF1ZXN0MjUyMTUyOTI2
25,279
"Backport PR #25260 on branch 0.24.x"
{ "avatar_url": "https://avatars.githubusercontent.com/u/10647082?v=4", "events_url": "https://api.github.com/users/mroeschke/events{/privacy}", "followers_url": "https://api.github.com/users/mroeschke/followers", "following_url": "https://api.github.com/users/mroeschke/following{/other_user}", "gists_url": "...
[ { "color": "02d7e1", "default": false, "description": "Concat, Merge/Join, Stack/Unstack, Explode", "id": 13098779, "name": "Reshaping", "node_id": "MDU6TGFiZWwxMzA5ODc3OQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Reshaping" }, { "color": "5319e7", "de...
closed
false
null
[]
{ "closed_at": "2019-03-13T21:33:10Z", "closed_issues": 127, "created_at": "2019-01-30T14:20:23Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/1312546?v=4", "events_url": "https://api.github.com/users/TomAugspurger/events{/privacy}", "followers_url": "https://api.github.com/u...
3
2019-02-12T02:34:00Z
2019-03-11T19:17:22Z
2019-02-12T13:40:08Z
MEMBER
null
(cherry picked from commit a9a03a25d82ee285b6da48bfb20b9057d20bb9e7) xref https://github.com/pandas-dev/pandas/pull/25260#issuecomment-462448610
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/25279/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/25279/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/25279.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/25279", "merged_at": "2019-02-12T13:40:08Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/25279.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/25279" }
https://api.github.com/repos/pandas-dev/pandas/issues/25280
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/25280/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/25280/comments
https://api.github.com/repos/pandas-dev/pandas/issues/25280/events
https://github.com/pandas-dev/pandas/pull/25280
409,100,010
MDExOlB1bGxSZXF1ZXN0MjUyMTYyMDY4
25,280
ENH: Support times with timezones in at_time
{ "avatar_url": "https://avatars.githubusercontent.com/u/10647082?v=4", "events_url": "https://api.github.com/users/mroeschke/events{/privacy}", "followers_url": "https://api.github.com/users/mroeschke/followers", "following_url": "https://api.github.com/users/mroeschke/following{/other_user}", "gists_url": "...
[ { "color": "4E9A06", "default": false, "description": null, "id": 76812, "name": "Enhancement", "node_id": "MDU6TGFiZWw3NjgxMg==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Enhancement" }, { "color": "0b02e1", "default": false, "description": "Related ...
closed
false
null
[]
{ "closed_at": "2019-07-19T00:34:29Z", "closed_issues": 1289, "created_at": "2018-10-23T02:34:15Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/j...
3
2019-02-12T03:12:47Z
2019-02-16T22:33:50Z
2019-02-16T17:56:49Z
MEMBER
null
- [x] closes #24043 - [x] tests added / passed - [x] passes `git diff upstream/master -u -- "*.py" | flake8 --diff` - [x] whatsnew entry
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/25280/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/25280/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/25280.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/25280", "merged_at": "2019-02-16T17:56:49Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/25280.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/25280" }
https://api.github.com/repos/pandas-dev/pandas/issues/25281
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/25281/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/25281/comments
https://api.github.com/repos/pandas-dev/pandas/issues/25281/events
https://github.com/pandas-dev/pandas/pull/25281
409,131,331
MDExOlB1bGxSZXF1ZXN0MjUyMTg1MjI1
25,281
Removed Panel class from HDF ASVs
{ "avatar_url": "https://avatars.githubusercontent.com/u/609873?v=4", "events_url": "https://api.github.com/users/WillAyd/events{/privacy}", "followers_url": "https://api.github.com/users/WillAyd/followers", "following_url": "https://api.github.com/users/WillAyd/following{/other_user}", "gists_url": "https://...
[ { "color": "5319e7", "default": false, "description": "Functionality to remove in pandas", "id": 87485152, "name": "Deprecate", "node_id": "MDU6TGFiZWw4NzQ4NTE1Mg==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Deprecate" }, { "color": "ae68cc", "default": f...
closed
false
null
[]
{ "closed_at": "2019-07-19T00:34:29Z", "closed_issues": 1289, "created_at": "2018-10-23T02:34:15Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/j...
3
2019-02-12T05:47:56Z
2019-02-28T07:23:11Z
2019-02-13T13:48:28Z
MEMBER
null
This is a logical follow up to #25233 which should also help resolve the build failures in #24953
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/25281/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/25281/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/25281.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/25281", "merged_at": "2019-02-13T13:48:28Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/25281.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/25281" }
https://api.github.com/repos/pandas-dev/pandas/issues/25282
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/25282/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/25282/comments
https://api.github.com/repos/pandas-dev/pandas/issues/25282/events
https://github.com/pandas-dev/pandas/issues/25282
409,149,773
MDU6SXNzdWU0MDkxNDk3NzM=
25,282
Sum of TimedeltaIndex raises TypeError: len() of unsized object
{ "avatar_url": "https://avatars.githubusercontent.com/u/9310831?v=4", "events_url": "https://api.github.com/users/H-SG/events{/privacy}", "followers_url": "https://api.github.com/users/H-SG/followers", "following_url": "https://api.github.com/users/H-SG/following{/other_user}", "gists_url": "https://api.gith...
[ { "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": "2019-03-13T21:33:10Z", "closed_issues": 127, "created_at": "2019-01-30T14:20:23Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/1312546?v=4", "events_url": "https://api.github.com/users/TomAugspurger/events{/privacy}", "followers_url": "https://api.github.com/u...
6
2019-02-12T07:02:04Z
2019-02-20T10:52:02Z
2019-02-20T10:52:02Z
NONE
null
#### Example code ```python import pandas as pd import numpy as np dti = pd.date_range('2018-01-01', periods=100, freq='T') dtd = dti[1:] - dti[:-1] print(np.sum(dtd)) ``` #### Problem description Summing a TimedeltaIndex when using pandas 0.24.0 or newer with any version of numpy, or pandas 0.23.4 with ...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/25282/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/25282/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/25283
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/25283/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/25283/comments
https://api.github.com/repos/pandas-dev/pandas/issues/25283/events
https://github.com/pandas-dev/pandas/issues/25283
409,242,330
MDU6SXNzdWU0MDkyNDIzMzA=
25,283
Pandas dataFrame - selecting data - 'Interval' Recursion error
{ "avatar_url": "https://avatars.githubusercontent.com/u/11476338?v=4", "events_url": "https://api.github.com/users/cruzzoe/events{/privacy}", "followers_url": "https://api.github.com/users/cruzzoe/followers", "following_url": "https://api.github.com/users/cruzzoe/following{/other_user}", "gists_url": "https:...
[ { "color": "e10c02", "default": false, "description": null, "id": 76811, "name": "Bug", "node_id": "MDU6TGFiZWw3NjgxMQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug" }, { "color": "e102d8", "default": false, "description": "Unexpected or buggy dtyp...
closed
false
null
[]
{ "closed_at": "2019-03-13T21:33:10Z", "closed_issues": 127, "created_at": "2019-01-30T14:20:23Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/1312546?v=4", "events_url": "https://api.github.com/users/TomAugspurger/events{/privacy}", "followers_url": "https://api.github.com/u...
1
2019-02-12T11:05:25Z
2019-02-20T03:51:05Z
2019-02-20T03:51:05Z
CONTRIBUTOR
null
#### Code Sample, a copy-pastable example if possible ```python import pandas as pd df = pd.DataFrame({'SPCName': ['IntervalXxxxxxxxxxxxxxxxxxxxxxxxx']}) df[df.SPCName == 'IntervalA'] ``` #### Problem description I am getting a recursion error from the above code ( RuntimeError: maximum recursion depth excee...
{ "+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/25283/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/25283/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/25284
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/25284/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/25284/comments
https://api.github.com/repos/pandas-dev/pandas/issues/25284/events
https://github.com/pandas-dev/pandas/issues/25284
409,354,336
MDU6SXNzdWU0MDkzNTQzMzY=
25,284
Empty string as subindex changes the shape
{ "avatar_url": "https://avatars.githubusercontent.com/u/6740194?v=4", "events_url": "https://api.github.com/users/impact27/events{/privacy}", "followers_url": "https://api.github.com/users/impact27/followers", "following_url": "https://api.github.com/users/impact27/following{/other_user}", "gists_url": "http...
[ { "color": "e10c02", "default": false, "description": null, "id": 76811, "name": "Bug", "node_id": "MDU6TGFiZWw3NjgxMQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug" }, { "color": "0b02e1", "default": false, "description": "Related to indexing on s...
open
false
null
[]
null
1
2019-02-12T15:23:35Z
2021-06-26T05:26:43Z
null
NONE
null
#### Code Sample, a copy-pastable example if possible Example 1: ```python import pandas as pd import numpy as np index = ['col1:sub1', 'col1:sub2', 'col2'] df = pd.DataFrame(np.random.random(size=(10, len(index))), columns = index) df.columns = df.columns.str.split(':', expand=True) for key in df.columns.level...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/25284/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/25284/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/25285
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/25285/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/25285/comments
https://api.github.com/repos/pandas-dev/pandas/issues/25285/events
https://github.com/pandas-dev/pandas/pull/25285
409,366,441
MDExOlB1bGxSZXF1ZXN0MjUyMzY3MDc1
25,285
DOC: Fix minor typo in docstring
{ "avatar_url": "https://avatars.githubusercontent.com/u/5822618?v=4", "events_url": "https://api.github.com/users/elcombato/events{/privacy}", "followers_url": "https://api.github.com/users/elcombato/followers", "following_url": "https://api.github.com/users/elcombato/following{/other_user}", "gists_url": "h...
[ { "color": "3465A4", "default": false, "description": null, "id": 134699, "name": "Docs", "node_id": "MDU6TGFiZWwxMzQ2OTk=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Docs" } ]
closed
false
null
[]
{ "closed_at": "2019-07-19T00:34:29Z", "closed_issues": 1289, "created_at": "2018-10-23T02:34:15Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/j...
3
2019-02-12T15:47:27Z
2019-02-14T01:50:05Z
2019-02-14T01:49:50Z
CONTRIBUTOR
null
fix for the docstring of `DataFrame.stack()`
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/25285/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/25285/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/25285.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/25285", "merged_at": "2019-02-14T01:49:50Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/25285.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/25285" }
https://api.github.com/repos/pandas-dev/pandas/issues/25286
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/25286/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/25286/comments
https://api.github.com/repos/pandas-dev/pandas/issues/25286/events
https://github.com/pandas-dev/pandas/issues/25286
409,402,246
MDU6SXNzdWU0MDk0MDIyNDY=
25,286
Ability to Override Default Titles for Missing Column Headers in read_csv
{ "avatar_url": "https://avatars.githubusercontent.com/u/6740194?v=4", "events_url": "https://api.github.com/users/impact27/events{/privacy}", "followers_url": "https://api.github.com/users/impact27/followers", "following_url": "https://api.github.com/users/impact27/following{/other_user}", "gists_url": "http...
[ { "color": "4E9A06", "default": false, "description": null, "id": 76812, "name": "Enhancement", "node_id": "MDU6TGFiZWw3NjgxMg==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Enhancement" }, { "color": "207de5", "default": false, "description": null, ...
closed
false
null
[]
null
6
2019-02-12T16:59:24Z
2021-06-26T05:29:49Z
2021-06-26T05:29:49Z
NONE
null
#### Code Sample, a copy-pastable example if possible ```python import pandas as pd index = pd.MultiIndex.from_tuples([('col1', ''), ('col2', 'a1'), ('col2', 'a2')]) df = pd.DataFrame(np.random.random(size=(10, 3)), columns=index) df.to_csv('test.cvs') df2 = pd.read_csv('test.cvs', header=[0, 1], index_...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/25286/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/25286/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/25287
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/25287/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/25287/comments
https://api.github.com/repos/pandas-dev/pandas/issues/25287/events
https://github.com/pandas-dev/pandas/issues/25287
409,417,816
MDU6SXNzdWU0MDk0MTc4MTY=
25,287
Python 2: pandas.Series.eq() crashes with unicode data
{ "avatar_url": "https://avatars.githubusercontent.com/u/461983?v=4", "events_url": "https://api.github.com/users/joaoe/events{/privacy}", "followers_url": "https://api.github.com/users/joaoe/followers", "following_url": "https://api.github.com/users/joaoe/following{/other_user}", "gists_url": "https://api.gi...
[]
closed
false
null
[]
null
4
2019-02-12T17:35:12Z
2019-06-11T01:27:13Z
2019-06-11T01:27:13Z
NONE
null
#### Code Sample ```python #!/usr/bin/env python # -*- coding: utf-8 -*- import pandas as pd weird_string = u"føøbår" x = pd.DataFrame({"a" : [weird_string, "xx"]}) bool_series = (x["a"].eq(weird_string)) print(x[bool_series].to_string()) assert len(x[bool_series]) == 1 ``` #### Problem description Th...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/25287/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/25287/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/25288
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/25288/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/25288/comments
https://api.github.com/repos/pandas-dev/pandas/issues/25288/events
https://github.com/pandas-dev/pandas/issues/25288
409,470,361
MDU6SXNzdWU0MDk0NzAzNjE=
25,288
[0.24.1] New nullable integer fillna with non-int doesn't coerce to object
{ "avatar_url": "https://avatars.githubusercontent.com/u/4515493?v=4", "events_url": "https://api.github.com/users/jelther/events{/privacy}", "followers_url": "https://api.github.com/users/jelther/followers", "following_url": "https://api.github.com/users/jelther/following{/other_user}", "gists_url": "https:/...
[ { "color": "e10c02", "default": false, "description": null, "id": 76811, "name": "Bug", "node_id": "MDU6TGFiZWw3NjgxMQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug" }, { "color": "e102d8", "default": false, "description": "Unexpected or buggy dtyp...
open
false
null
[]
null
22
2019-02-12T19:47:57Z
2021-10-13T00:00:48Z
null
NONE
null
#### Code Sample ```python import pandas as pd sample_data = [] sample_data.append({"integer_column":None}) sample_data.append({"integer_column":1}) sample_data.append({"integer_column":2}) df = pd.DataFrame(sample_data) # Previous type is object # df.dtypes df.loc[:,'integer_column'] = df.loc[:,'...
{ "+1": 3, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 3, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/25288/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/25288/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/25289
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/25289/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/25289/comments
https://api.github.com/repos/pandas-dev/pandas/issues/25289/events
https://github.com/pandas-dev/pandas/pull/25289
409,498,397
MDExOlB1bGxSZXF1ZXN0MjUyNDY5ODIz
25,289
BUG: fixed merging with empty frame containing an Int64 column (#25183)
{ "avatar_url": "https://avatars.githubusercontent.com/u/3686522?v=4", "events_url": "https://api.github.com/users/josham/events{/privacy}", "followers_url": "https://api.github.com/users/josham/followers", "following_url": "https://api.github.com/users/josham/following{/other_user}", "gists_url": "https://ap...
[ { "color": "02d7e1", "default": false, "description": "Concat, Merge/Join, Stack/Unstack, Explode", "id": 13098779, "name": "Reshaping", "node_id": "MDU6TGFiZWwxMzA5ODc3OQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Reshaping" }, { "color": "e102d8", "de...
closed
false
null
[]
{ "closed_at": "2019-03-13T21:33:10Z", "closed_issues": 127, "created_at": "2019-01-30T14:20:23Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/1312546?v=4", "events_url": "https://api.github.com/users/TomAugspurger/events{/privacy}", "followers_url": "https://api.github.com/u...
6
2019-02-12T21:01:45Z
2019-02-24T03:47:53Z
2019-02-24T03:47:24Z
CONTRIBUTOR
null
- [x] closes #25183 - [x] tests added / passed - [x] passes `git diff upstream/master -u -- "*.py" | flake8 --diff` - [x] whatsnew entry
{ "+1": 1, "-1": 0, "confused": 0, "eyes": 0, "heart": 1, "hooray": 1, "laugh": 0, "rocket": 0, "total_count": 3, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/25289/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/25289/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/25289.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/25289", "merged_at": "2019-02-24T03:47:24Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/25289.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/25289" }
https://api.github.com/repos/pandas-dev/pandas/issues/25290
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/25290/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/25290/comments
https://api.github.com/repos/pandas-dev/pandas/issues/25290/events
https://github.com/pandas-dev/pandas/issues/25290
409,527,382
MDU6SXNzdWU0MDk1MjczODI=
25,290
Row assignment by multi-index label not working in 0.24.1
{ "avatar_url": "https://avatars.githubusercontent.com/u/7799980?v=4", "events_url": "https://api.github.com/users/stuz5000/events{/privacy}", "followers_url": "https://api.github.com/users/stuz5000/followers", "following_url": "https://api.github.com/users/stuz5000/following{/other_user}", "gists_url": "http...
[ { "color": "0b02e1", "default": false, "description": "Related to indexing on series/frames, not to indexes themselves", "id": 2822098, "name": "Indexing", "node_id": "MDU6TGFiZWwyODIyMDk4", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Indexing" }, { "color": "20...
closed
false
null
[]
null
6
2019-02-12T22:21:18Z
2021-06-26T05:38:09Z
2021-06-26T05:38:09Z
NONE
null
#### Code Sample, a copy-pastable example if possible I uses to be able to assign to a series like so: ``` import pandas as pd pd.Series()["aaa"]= True # regular indexing pd.Series().loc["aaa"]= True # regular indexing pd.Series()[("aaa",123)]= True # Multi indexing pd.Series().loc[("aaa",123)...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/25290/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/25290/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/25291
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/25291/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/25291/comments
https://api.github.com/repos/pandas-dev/pandas/issues/25291/events
https://github.com/pandas-dev/pandas/pull/25291
409,539,041
MDExOlB1bGxSZXF1ZXN0MjUyNTAxMDA4
25,291
Series pct_change fill_method behavior
{ "avatar_url": "https://avatars.githubusercontent.com/u/8515462?v=4", "events_url": "https://api.github.com/users/albertvillanova/events{/privacy}", "followers_url": "https://api.github.com/users/albertvillanova/followers", "following_url": "https://api.github.com/users/albertvillanova/following{/other_user}",...
[ { "color": "d7e102", "default": false, "description": "np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate", "id": 2822342, "name": "Missing-data", "node_id": "MDU6TGFiZWwyODIyMzQy", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Missing-data" }, { "color": "AD7FA8"...
closed
false
null
[]
null
17
2019-02-12T22:55:12Z
2019-09-20T14:42:35Z
2019-09-20T14:42:35Z
CONTRIBUTOR
null
- [ ] closes #25006 - [ ] tests added / passed - [ ] passes `git diff upstream/master -u -- "*.py" | flake8 --diff` - [ ] whatsnew entry
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/25291/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/25291/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/25291.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/25291", "merged_at": null, "patch_url": "https://github.com/pandas-dev/pandas/pull/25291.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/25291" }
https://api.github.com/repos/pandas-dev/pandas/issues/25292
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/25292/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/25292/comments
https://api.github.com/repos/pandas-dev/pandas/issues/25292/events
https://github.com/pandas-dev/pandas/issues/25292
409,564,279
MDU6SXNzdWU0MDk1NjQyNzk=
25,292
read_parquet segmentation fault with pyarrow
{ "avatar_url": "https://avatars.githubusercontent.com/u/6054037?v=4", "events_url": "https://api.github.com/users/ibackus/events{/privacy}", "followers_url": "https://api.github.com/users/ibackus/followers", "following_url": "https://api.github.com/users/ibackus/following{/other_user}", "gists_url": "https:/...
[]
closed
false
null
[]
null
3
2019-02-13T00:21:43Z
2019-02-13T00:52:30Z
2019-02-13T00:41:12Z
NONE
null
#### Problem description Loading a dataframe with `pandas.read_parquet` with `engine='pyarrow'` can semi-randomly result in a segmentation fault. This only seems to affect certain dataframes, others always seem to work. Unfortunately I can't share an affected dataframe because the problematic ones have sensitive...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/25292/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/25292/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/25293
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/25293/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/25293/comments
https://api.github.com/repos/pandas-dev/pandas/issues/25293/events
https://github.com/pandas-dev/pandas/issues/25293
409,578,075
MDU6SXNzdWU0MDk1NzgwNzU=
25,293
OO Optimization Failure
{ "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": "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": "75507B", "d...
closed
false
null
[]
{ "closed_at": "2019-03-13T21:33:10Z", "closed_issues": 127, "created_at": "2019-01-30T14:20:23Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/1312546?v=4", "events_url": "https://api.github.com/users/TomAugspurger/events{/privacy}", "followers_url": "https://api.github.com/u...
3
2019-02-13T01:17:57Z
2019-03-03T02:33:36Z
2019-03-03T02:33:35Z
MEMBER
null
The travis logs have been failing recently as a result of -OO optimization failure. I cannot reproduce this locally so may just be a Windows issue? https://dev.azure.com/pandas-dev/pandas/_build/results?buildId=8270&view=logs&jobId=ae5f5554-4e02-5fb5-2f57-d6e8aefc10c0&taskId=1f8b548e-2577-5189-1750-f82ca6ecc932&line...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/25293/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/25293/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/25294
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/25294/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/25294/comments
https://api.github.com/repos/pandas-dev/pandas/issues/25294/events
https://github.com/pandas-dev/pandas/issues/25294
409,584,647
MDU6SXNzdWU0MDk1ODQ2NDc=
25,294
variable dtype does not update when populating a dataframe
{ "avatar_url": "https://avatars.githubusercontent.com/u/1747497?v=4", "events_url": "https://api.github.com/users/stragu/events{/privacy}", "followers_url": "https://api.github.com/users/stragu/followers", "following_url": "https://api.github.com/users/stragu/following{/other_user}", "gists_url": "https://ap...
[ { "color": "0052cc", "default": false, "description": null, "id": 34444536, "name": "Usage Question", "node_id": "MDU6TGFiZWwzNDQ0NDUzNg==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Usage%20Question" }, { "color": "009800", "default": false, "descript...
closed
false
null
[]
null
4
2019-02-13T01:47:04Z
2019-02-13T12:29:54Z
2019-02-13T08:07:34Z
CONTRIBUTOR
null
I posted a question about this on [StackOverflow](https://stackoverflow.com/questions/54650913/why-doesnt-pandas-update-a-variables-dtype-when-populating-a-dataframe), but though it might be something worth reporting here. #### Code Sample, a copy-pastable example if possible ```python import pandas as pd df = ...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/25294/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/25294/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/25295
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/25295/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/25295/comments
https://api.github.com/repos/pandas-dev/pandas/issues/25295/events
https://github.com/pandas-dev/pandas/pull/25295
409,604,039
MDExOlB1bGxSZXF1ZXN0MjUyNTQ2NDQ4
25,295
DOC/CLN: Fix various docstring errors
{ "avatar_url": "https://avatars.githubusercontent.com/u/2658661?v=4", "events_url": "https://api.github.com/users/dsaxton/events{/privacy}", "followers_url": "https://api.github.com/users/dsaxton/followers", "following_url": "https://api.github.com/users/dsaxton/following{/other_user}", "gists_url": "https:/...
[ { "color": "3465A4", "default": false, "description": null, "id": 134699, "name": "Docs", "node_id": "MDU6TGFiZWwxMzQ2OTk=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Docs" } ]
closed
false
null
[]
{ "closed_at": "2019-07-19T00:34:29Z", "closed_issues": 1289, "created_at": "2018-10-23T02:34:15Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/j...
6
2019-02-13T03:08:35Z
2019-02-16T17:29:49Z
2019-02-16T17:27:50Z
MEMBER
null
This PR fixes a variety of docstring errors found in different parts of the code base (mostly incorrect names for data types, missing punctuation, PEP8 in examples, etc.).
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/25295/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/25295/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/25295.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/25295", "merged_at": "2019-02-16T17:27:50Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/25295.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/25295" }
https://api.github.com/repos/pandas-dev/pandas/issues/25296
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/25296/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/25296/comments
https://api.github.com/repos/pandas-dev/pandas/issues/25296/events
https://github.com/pandas-dev/pandas/issues/25296
409,615,840
MDU6SXNzdWU0MDk2MTU4NDA=
25,296
Document Using Regex for str.split
{ "avatar_url": "https://avatars.githubusercontent.com/u/33796896?v=4", "events_url": "https://api.github.com/users/StevenLi-DS/events{/privacy}", "followers_url": "https://api.github.com/users/StevenLi-DS/followers", "following_url": "https://api.github.com/users/StevenLi-DS/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" }, { "color": "0e8a16", "default": true, "description": null, "id": 7171206...
closed
false
null
[]
null
5
2019-02-13T04:02:52Z
2019-05-03T05:50:10Z
2019-05-03T05:50:10Z
NONE
null
```python import pandas as pd df = pd.DataFrame({'col': ['a-b-c+e=d,f#t']*5}) df.col.str.split('+|=', expand=True) ``` #### Problem description While passing two patterns separating with `|` to `str.split()` method, if one of them is `+`, `panads` returns the following error: ``` --------------------------...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/25296/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/25296/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/25297
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/25297/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/25297/comments
https://api.github.com/repos/pandas-dev/pandas/issues/25297/events
https://github.com/pandas-dev/pandas/pull/25297
409,668,119
MDExOlB1bGxSZXF1ZXN0MjUyNTkxMjMy
25,297
BUG: OverflowError in resample.agg with tz data
{ "avatar_url": "https://avatars.githubusercontent.com/u/10647082?v=4", "events_url": "https://api.github.com/users/mroeschke/events{/privacy}", "followers_url": "https://api.github.com/users/mroeschke/followers", "following_url": "https://api.github.com/users/mroeschke/following{/other_user}", "gists_url": "...
[ { "color": "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": "Timezone data dtype", ...
closed
false
null
[]
{ "closed_at": "2019-07-19T00:34:29Z", "closed_issues": 1289, "created_at": "2018-10-23T02:34:15Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/j...
3
2019-02-13T07:42:48Z
2019-02-16T22:34:09Z
2019-02-16T17:22:41Z
MEMBER
null
- [x] closes #22660 - [x] tests added / passed - [x] passes `git diff upstream/master -u -- "*.py" | flake8 --diff` - [x] whatsnew entry
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/25297/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/25297/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/25297.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/25297", "merged_at": "2019-02-16T17:22:41Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/25297.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/25297" }
https://api.github.com/repos/pandas-dev/pandas/issues/25298
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/25298/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/25298/comments
https://api.github.com/repos/pandas-dev/pandas/issues/25298/events
https://github.com/pandas-dev/pandas/issues/25298
409,674,422
MDU6SXNzdWU0MDk2NzQ0MjI=
25,298
IntervalIndex level in MultiIndex does not work as expected
{ "avatar_url": "https://avatars.githubusercontent.com/u/31465436?v=4", "events_url": "https://api.github.com/users/pushkarnimkar/events{/privacy}", "followers_url": "https://api.github.com/users/pushkarnimkar/followers", "following_url": "https://api.github.com/users/pushkarnimkar/following{/other_user}", "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": "0b02e1", "default": false, "description": "Related to indexing on s...
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
2019-02-13T08:03:41Z
2021-10-05T12:37:29Z
null
NONE
null
I am trying to index data frame with a `MultiIndex` with constituent `IntervalIndex` #### Example ```python ii = pd.IntervalIndex.from_arrays([1, 5, 2, 6, 3, 7], [4, 8, 5, 9, 6, 10]) mi = pd.MultiIndex.from_arrays([["aa", "aa", "bb", "bb", "cc", "cc"], ii]) data = [(1, 2), (3, 4), (5, 6), (7, 8), (9, 10), (11, 12)...
{ "+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/25298/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/25298/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/25299
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/25299/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/25299/comments
https://api.github.com/repos/pandas-dev/pandas/issues/25299/events
https://github.com/pandas-dev/pandas/issues/25299
409,700,937
MDU6SXNzdWU0MDk3MDA5Mzc=
25,299
Minimum of ordered categorical data in Panda DataFrames
{ "avatar_url": "https://avatars.githubusercontent.com/u/30867543?v=4", "events_url": "https://api.github.com/users/Guillaume1801/events{/privacy}", "followers_url": "https://api.github.com/users/Guillaume1801/followers", "following_url": "https://api.github.com/users/Guillaume1801/following{/other_user}", "g...
[ { "color": "e11d21", "default": false, "description": "Functionality that used to work in a prior pandas version", "id": 32815646, "name": "Regression", "node_id": "MDU6TGFiZWwzMjgxNTY0Ng==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Regression" }, { "color": ...
closed
false
null
[]
{ "closed_at": "2019-03-13T21:33:10Z", "closed_issues": 127, "created_at": "2019-01-30T14:20:23Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/1312546?v=4", "events_url": "https://api.github.com/users/TomAugspurger/events{/privacy}", "followers_url": "https://api.github.com/u...
7
2019-02-13T09:15:34Z
2019-02-16T18:50:48Z
2019-02-16T18:50:48Z
NONE
null
I have a Pandas DataFrame with one Serie containing ordered Categorical data. Some value of this Serie may be missing (NaN). I want to get the minimum without taking into account NaNs but I obtained strange results ... #### Code: ```python raw_cat = pd.Categorical(["a", "b", "c", "a"], ca...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/25299/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/25299/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/25300
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/25300/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/25300/comments
https://api.github.com/repos/pandas-dev/pandas/issues/25300/events
https://github.com/pandas-dev/pandas/issues/25300
409,724,595
MDU6SXNzdWU0MDk3MjQ1OTU=
25,300
to_dict(orient='records') automatically renames "from" column
{ "avatar_url": "https://avatars.githubusercontent.com/u/6176998?v=4", "events_url": "https://api.github.com/users/MaksimMisin/events{/privacy}", "followers_url": "https://api.github.com/users/MaksimMisin/followers", "following_url": "https://api.github.com/users/MaksimMisin/following{/other_user}", "gists_ur...
[ { "color": "009800", "default": false, "description": "Duplicate issue or pull request", "id": 40153326, "name": "Duplicate Report", "node_id": "MDU6TGFiZWw0MDE1MzMyNg==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Duplicate%20Report" } ]
closed
false
null
[]
{ "closed_at": null, "closed_issues": 2361, "created_at": "2015-02-26T19:29:05Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/1020496?v=4", "events_url": "https://api.github.com/users/jorisvandenbossche/events{/privacy}", "followers_url": "https://api.github.com/users/jorisva...
1
2019-02-13T10:10:02Z
2019-02-13T11:49:46Z
2019-02-13T11:49:36Z
NONE
null
Column `from` gets automatically renamed when DataFrame is converted to dictionary. #### Code Sample ```python import pandas as pd import numpy as np df = pd.DataFrame(np.ones((5, 2)), columns=['from', 'sum']) print(df.to_dict(orient='records')) ``` Obove code returns: ``` [{'_0': 1.0, 'sum': 1.0}, {'...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/25300/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/25300/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/25301
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/25301/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/25301/comments
https://api.github.com/repos/pandas-dev/pandas/issues/25301/events
https://github.com/pandas-dev/pandas/issues/25301
409,784,212
MDU6SXNzdWU0MDk3ODQyMTI=
25,301
pandas.Series.eq docs page example doesn't feature eq
{ "avatar_url": "https://avatars.githubusercontent.com/u/8105141?v=4", "events_url": "https://api.github.com/users/mikeyford/events{/privacy}", "followers_url": "https://api.github.com/users/mikeyford/followers", "following_url": "https://api.github.com/users/mikeyford/following{/other_user}", "gists_url": "h...
[]
closed
false
null
[]
null
4
2019-02-13T12:35:49Z
2019-02-13T14:09:39Z
2019-02-13T14:09:39Z
NONE
null
The current stable documentation page for eq doesn't actually feature eq in the example: https://pandas.pydata.org/pandas-docs/stable/reference/api/pandas.Series.eq.html I presume the last execution in the example should be something like this, rather than the add example. ``` >>> a.eq(b) a True b F...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/25301/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/25301/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/25302
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/25302/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/25302/comments
https://api.github.com/repos/pandas-dev/pandas/issues/25302/events
https://github.com/pandas-dev/pandas/issues/25302
409,804,530
MDU6SXNzdWU0MDk4MDQ1MzA=
25,302
BLD: pandas-wheels timing out
{ "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/jreback/followers", "following_url": "https://api.github.com/users/jreback/following{/other_user}", "gists_url": "https://...
[ { "color": "75507B", "default": false, "description": "Library building on various platforms", "id": 129350, "name": "Build", "node_id": "MDU6TGFiZWwxMjkzNTA=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Build" } ]
closed
false
null
[]
{ "closed_at": "2019-03-13T21:33:10Z", "closed_issues": 127, "created_at": "2019-01-30T14:20:23Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/1312546?v=4", "events_url": "https://api.github.com/users/TomAugspurger/events{/privacy}", "followers_url": "https://api.github.com/u...
3
2019-02-13T13:27:01Z
2019-03-03T02:31:38Z
2019-03-03T02:31:38Z
CONTRIBUTOR
null
anyone know why the wheel building is timing out, not all of them though: https://travis-ci.org/MacPython/pandas-wheels. I have restarted on multiple days. cc @TomAugspurger @matthew-brett
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/25302/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/25302/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/25303
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/25303/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/25303/comments
https://api.github.com/repos/pandas-dev/pandas/issues/25303/events
https://github.com/pandas-dev/pandas/issues/25303
409,808,562
MDU6SXNzdWU0MDk4MDg1NjI=
25,303
API: What is the rationale for numeric_only of Categorical reductions?
{ "avatar_url": "https://avatars.githubusercontent.com/u/1020496?v=4", "events_url": "https://api.github.com/users/jorisvandenbossche/events{/privacy}", "followers_url": "https://api.github.com/users/jorisvandenbossche/followers", "following_url": "https://api.github.com/users/jorisvandenbossche/following{/othe...
[ { "color": "AD7FA8", "default": false, "description": null, "id": 35818298, "name": "API Design", "node_id": "MDU6TGFiZWwzNTgxODI5OA==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/API%20Design" }, { "color": "e11d21", "default": false, "description": "C...
closed
false
null
[]
{ "closed_at": "2020-01-30T12:18:05Z", "closed_issues": 2207, "created_at": "2012-09-13T02:13:00Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4", "events_url": "https://api.github.com/users/wesm/events{/privacy}", "followers_url": "https://api.github.com/users/wesm...
7
2019-02-13T13:36:51Z
2019-12-02T10:37:12Z
2019-12-02T10:37:12Z
MEMBER
null
Consider an ordered Categorical with missing values: ``` In [32]: cat = pd.Categorical(['a', np.nan, 'b', 'a'], ordered=True) In [33]: cat.min() Out[33]: nan In [34]: cat.max() Out[34]: 'b' In [35]: cat.min(numeric_only=True) Out[35]: 'a' In [36]: cat.max(numeric_only=True) Out[36]: 'b' In [37]: ...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/25303/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/25303/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/25304
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/25304/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/25304/comments
https://api.github.com/repos/pandas-dev/pandas/issues/25304/events
https://github.com/pandas-dev/pandas/pull/25304
409,823,534
MDExOlB1bGxSZXF1ZXN0MjUyNzA4Mzkw
25,304
BUG: Fix passing of numeric_only argument for categorical reduce
{ "avatar_url": "https://avatars.githubusercontent.com/u/356082?v=4", "events_url": "https://api.github.com/users/arnov/events{/privacy}", "followers_url": "https://api.github.com/users/arnov/followers", "following_url": "https://api.github.com/users/arnov/following{/other_user}", "gists_url": "https://api.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": "2019-03-13T21:33:10Z", "closed_issues": 127, "created_at": "2019-01-30T14:20:23Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/1312546?v=4", "events_url": "https://api.github.com/users/TomAugspurger/events{/privacy}", "followers_url": "https://api.github.com/u...
14
2019-02-13T14:10:56Z
2019-02-16T18:49:58Z
2019-02-16T18:49:51Z
CONTRIBUTOR
null
See https://github.com/pandas-dev/pandas/issues/25303 and https://github.com/pandas-dev/pandas/issues/25299 - [x] closes https://github.com/pandas-dev/pandas/issues/25299 - [x] tests added / passed - [x] passes `git diff upstream/master -u -- "*.py" | flake8 --diff` - [x] whatsnew entry
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/25304/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/25304/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/25304.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/25304", "merged_at": "2019-02-16T18:49:51Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/25304.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/25304" }
https://api.github.com/repos/pandas-dev/pandas/issues/25305
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/25305/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/25305/comments
https://api.github.com/repos/pandas-dev/pandas/issues/25305/events
https://github.com/pandas-dev/pandas/pull/25305
409,835,533
MDExOlB1bGxSZXF1ZXN0MjUyNzE3ODQx
25,305
DOC: fix misspellings
{ "avatar_url": "https://avatars.githubusercontent.com/u/10229505?v=4", "events_url": "https://api.github.com/users/tnir/events{/privacy}", "followers_url": "https://api.github.com/users/tnir/followers", "following_url": "https://api.github.com/users/tnir/following{/other_user}", "gists_url": "https://api.git...
[ { "color": "3465A4", "default": false, "description": null, "id": 134699, "name": "Docs", "node_id": "MDU6TGFiZWwxMzQ2OTk=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Docs" } ]
closed
false
null
[]
{ "closed_at": "2019-07-19T00:34:29Z", "closed_issues": 1289, "created_at": "2018-10-23T02:34:15Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/j...
5
2019-02-13T14:37:24Z
2019-02-15T04:07:59Z
2019-02-15T04:07:55Z
CONTRIBUTOR
null
Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/25305/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/25305/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/25305.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/25305", "merged_at": "2019-02-15T04:07:55Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/25305.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/25305" }
https://api.github.com/repos/pandas-dev/pandas/issues/25306
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/25306/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/25306/comments
https://api.github.com/repos/pandas-dev/pandas/issues/25306/events
https://github.com/pandas-dev/pandas/issues/25306
409,957,970
MDU6SXNzdWU0MDk5NTc5NzA=
25,306
Fix validation error type `SS03` and check in CI
{ "avatar_url": "https://avatars.githubusercontent.com/u/15032115?v=4", "events_url": "https://api.github.com/users/MarckK/events{/privacy}", "followers_url": "https://api.github.com/users/MarckK/followers", "following_url": "https://api.github.com/users/MarckK/following{/other_user}", "gists_url": "https://a...
[ { "color": "3465A4", "default": false, "description": null, "id": 134699, "name": "Docs", "node_id": "MDU6TGFiZWwxMzQ2OTk=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Docs" }, { "color": "a2bca7", "default": false, "description": "Continuous Integratio...
open
false
null
[]
{ "closed_at": null, "closed_issues": 1203, "created_at": "2021-06-09T18:28:42Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/jreback/followers",...
5
2019-02-13T19:12:48Z
2021-11-21T00:50:06Z
null
CONTRIBUTOR
null
#### Problem description In order to have a continuous check by the CI on validation error `SS03` (Summary does not end with a period), fixing them in the code base enables the addition to the CI for automated testing in the future. `SS03` has 178 occurrences (see [overview of the errors](https://gist.github.com/19...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/25306/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/25306/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/25307
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/25307/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/25307/comments
https://api.github.com/repos/pandas-dev/pandas/issues/25307/events
https://github.com/pandas-dev/pandas/issues/25307
409,964,393
MDU6SXNzdWU0MDk5NjQzOTM=
25,307
Wrong result for float32 Series when using bottleneck
{ "avatar_url": "https://avatars.githubusercontent.com/u/691772?v=4", "events_url": "https://api.github.com/users/lumbric/events{/privacy}", "followers_url": "https://api.github.com/users/lumbric/followers", "following_url": "https://api.github.com/users/lumbric/following{/other_user}", "gists_url": "https://...
[ { "color": "207de5", "default": false, "description": "Clarification about behavior needed to assess issue", "id": 307649777, "name": "Needs Info", "node_id": "MDU6TGFiZWwzMDc2NDk3Nzc=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Needs%20Info" } ]
closed
false
null
[]
null
8
2019-02-13T19:29:17Z
2020-03-08T18:13:09Z
2020-03-08T18:13:08Z
NONE
null
#### Minimal example Requires bottleneck, numpy and pandas to be installed: ```python >>> import numpy as np >>> import pandas as pd >>> import bottleneck as bn >>> data = np.ones(2**25, dtype=np.float32) >>> pd.Series(data).mean() # wrong 0.5 >>> bn.nanmean(data) # wrong 0.5 >>> data.mean() # correct...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/25307/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/25307/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/25308
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/25308/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/25308/comments
https://api.github.com/repos/pandas-dev/pandas/issues/25308/events
https://github.com/pandas-dev/pandas/pull/25308
409,974,288
MDExOlB1bGxSZXF1ZXN0MjUyODI2Mzc4
25,308
BUG: Groupby.agg with reduction function with tz aware data
{ "avatar_url": "https://avatars.githubusercontent.com/u/10647082?v=4", "events_url": "https://api.github.com/users/mroeschke/events{/privacy}", "followers_url": "https://api.github.com/users/mroeschke/followers", "following_url": "https://api.github.com/users/mroeschke/following{/other_user}", "gists_url": "...
[ { "color": "e10c02", "default": false, "description": null, "id": 76811, "name": "Bug", "node_id": "MDU6TGFiZWw3NjgxMQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug" }, { "color": "729FCF", "default": false, "description": null, "id": 233160, ...
closed
false
null
[]
{ "closed_at": "2019-07-19T00:34:29Z", "closed_issues": 1289, "created_at": "2018-10-23T02:34:15Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/j...
5
2019-02-13T19:55:07Z
2019-02-28T17:39:01Z
2019-02-28T17:38:48Z
MEMBER
null
- [x] closes #23683 - [x] closes #21603 - [x] tests added / passed - [x] passes `git diff upstream/master -u -- "*.py" | flake8 --diff` - [x] whatsnew entry
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/25308/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/25308/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/25308.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/25308", "merged_at": "2019-02-28T17:38:48Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/25308.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/25308" }
https://api.github.com/repos/pandas-dev/pandas/issues/25309
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/25309/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/25309/comments
https://api.github.com/repos/pandas-dev/pandas/issues/25309/events
https://github.com/pandas-dev/pandas/pull/25309
409,992,163
MDExOlB1bGxSZXF1ZXN0MjUyODQwMDM0
25,309
Rt05 documentation error fix issue 25108
{ "avatar_url": "https://avatars.githubusercontent.com/u/42625717?v=4", "events_url": "https://api.github.com/users/zangell44/events{/privacy}", "followers_url": "https://api.github.com/users/zangell44/followers", "following_url": "https://api.github.com/users/zangell44/following{/other_user}", "gists_url": "...
[ { "color": "3465A4", "default": false, "description": null, "id": 134699, "name": "Docs", "node_id": "MDU6TGFiZWwxMzQ2OTk=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Docs" } ]
closed
false
null
[]
{ "closed_at": "2019-07-19T00:34:29Z", "closed_issues": 1289, "created_at": "2018-10-23T02:34:15Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/j...
8
2019-02-13T20:41:40Z
2019-02-14T20:37:45Z
2019-02-14T19:18:09Z
CONTRIBUTOR
null
- [x] closes #25108 - [x] tests added / passed - [x] passes `git diff upstream/master -u -- "*.py" | flake8 --diff` - [x] updates CI script to check for future testing automation
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/25309/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/25309/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/25309.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/25309", "merged_at": "2019-02-14T19:18:05Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/25309.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/25309" }
https://api.github.com/repos/pandas-dev/pandas/issues/25310
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/25310/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/25310/comments
https://api.github.com/repos/pandas-dev/pandas/issues/25310/events
https://github.com/pandas-dev/pandas/pull/25310
410,027,192
MDExOlB1bGxSZXF1ZXN0MjUyODY1ODU3
25,310
#9236: test for the DataFrame.groupby with MultiIndex having pd.NaT
{ "avatar_url": "https://avatars.githubusercontent.com/u/2520893?v=4", "events_url": "https://api.github.com/users/TrigonaMinima/events{/privacy}", "followers_url": "https://api.github.com/users/TrigonaMinima/followers", "following_url": "https://api.github.com/users/TrigonaMinima/following{/other_user}", "gi...
[ { "color": "C4A000", "default": false, "description": "pandas testing functions or related to the test suite", "id": 127685, "name": "Testing", "node_id": "MDU6TGFiZWwxMjc2ODU=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Testing" } ]
closed
false
null
[]
{ "closed_at": "2019-07-19T00:34:29Z", "closed_issues": 1289, "created_at": "2018-10-23T02:34:15Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/j...
7
2019-02-13T22:10:35Z
2019-02-19T18:55:20Z
2019-02-19T13:32:42Z
CONTRIBUTOR
null
- [x] closes #9236 - [x] tests added / passed - [x] passes `git diff upstream/master -u -- "*.py" | flake8 --diff` The referenced issue seems to be solved in the current master. So added a test for the edge case.
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/25310/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/25310/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/25310.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/25310", "merged_at": "2019-02-19T13:32:42Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/25310.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/25310" }
https://api.github.com/repos/pandas-dev/pandas/issues/25311
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/25311/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/25311/comments
https://api.github.com/repos/pandas-dev/pandas/issues/25311/events
https://github.com/pandas-dev/pandas/issues/25311
410,055,786
MDU6SXNzdWU0MTAwNTU3ODY=
25,311
DataFrame to_csv line_terminator inconsistency when using compression
{ "avatar_url": "https://avatars.githubusercontent.com/u/42198131?v=4", "events_url": "https://api.github.com/users/jointfull/events{/privacy}", "followers_url": "https://api.github.com/users/jointfull/followers", "following_url": "https://api.github.com/users/jointfull/following{/other_user}", "gists_url": "...
[ { "color": "5319e7", "default": false, "description": "read_csv, to_csv", "id": 47229171, "name": "IO CSV", "node_id": "MDU6TGFiZWw0NzIyOTE3MQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/IO%20CSV" }, { "color": "0052cc", "default": false, "descriptio...
closed
false
null
[]
{ "closed_at": "2019-03-13T21:33:10Z", "closed_issues": 127, "created_at": "2019-01-30T14:20:23Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/1312546?v=4", "events_url": "https://api.github.com/users/TomAugspurger/events{/privacy}", "followers_url": "https://api.github.com/u...
8
2019-02-13T23:42:04Z
2019-03-11T16:56:29Z
2019-03-11T15:26:55Z
NONE
null
#### Code Sample, a copy-pastable example if possible ```python df.to_csv('uncompressed.csv') df.to_csv('compressed-wrong-line-terminator.csv.gz') df.to_csv('compressed-good-line-terminator.csv.gz', line_terminator='\n') ``` #### Problem description Current line_terminator defaults when using compression and...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/25311/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/25311/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/25312
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/25312/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/25312/comments
https://api.github.com/repos/pandas-dev/pandas/issues/25312/events
https://github.com/pandas-dev/pandas/issues/25312
410,097,797
MDU6SXNzdWU0MTAwOTc3OTc=
25,312
Pandas graphing time series issue
{ "avatar_url": "https://avatars.githubusercontent.com/u/15021936?v=4", "events_url": "https://api.github.com/users/bran112299/events{/privacy}", "followers_url": "https://api.github.com/users/bran112299/followers", "following_url": "https://api.github.com/users/bran112299/following{/other_user}", "gists_url"...
[]
closed
false
null
[]
null
3
2019-02-14T02:36:04Z
2019-02-16T23:24:24Z
2019-02-14T06:35:32Z
NONE
null
``` import pandas as pd import numpy as np import matplotlib import matplotlib.pyplot as plt %matplotlib qt exampl = [4.4,5.1,6.1,6.2,6.1,6.1,5.7,5.2,4.7,4.1,3.9,3.5] dates = pd.date_range('2016/10/29 5:30pm', periods = 12, freq='H') series = pd.Series(exampl, dates) series15m = series.resample('15...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/25312/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/25312/timeline
null
null
null