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/22612
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/22612/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/22612/comments
https://api.github.com/repos/pandas-dev/pandas/issues/22612/events
https://github.com/pandas-dev/pandas/issues/22612
357,347,857
MDU6SXNzdWUzNTczNDc4NTc=
22,612
ValueError when using pandas with a module overloading numpy's __eq__ with xpress
{ "avatar_url": "https://avatars.githubusercontent.com/u/290690?v=4", "events_url": "https://api.github.com/users/merraksh/events{/privacy}", "followers_url": "https://api.github.com/users/merraksh/followers", "following_url": "https://api.github.com/users/merraksh/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": "0052cc", "default": false, "description": "pandas objects compatabi...
closed
false
null
[]
null
5
2018-09-05T18:21:47Z
2021-06-22T04:53:04Z
2021-06-22T04:53:04Z
NONE
null
The following code produces a ValueError at the second print with pandas >= 0.22 and any version of xpress (available on conda and PyPI): ```python import pandas as pd n = 3 str1 = ['a'] * n str2 = ['b'] * n str3 = ['c'] * n str1[0] = 'd' df = pd.DataFrame({'key':str1, 'val1':str2, 'val2':str3}) 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/22612/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/22612/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/22613
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/22613/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/22613/comments
https://api.github.com/repos/pandas-dev/pandas/issues/22613/events
https://github.com/pandas-dev/pandas/issues/22613
357,348,809
MDU6SXNzdWUzNTczNDg4MDk=
22,613
Series.str.decode() turns arrays of strings to NaN and fails on byte strings
{ "avatar_url": "https://avatars.githubusercontent.com/u/5281745?v=4", "events_url": "https://api.github.com/users/abrakababra/events{/privacy}", "followers_url": "https://api.github.com/users/abrakababra/followers", "following_url": "https://api.github.com/users/abrakababra/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...
open
false
null
[]
null
9
2018-09-05T18:24:22Z
2020-08-06T14:54:27Z
null
NONE
null
Hello, this looks like a bug: ``` x = np.array(['x','y']) pd.Series(x).str.decode(encoding='UTF-8',errors='strict') 0 NaN 1 NaN dtype: float64 ``` the line above is also used in pytables.py: [data = Series(data).str.decode(encoding, errors=errors).values](https://github.com/pandas-dev/pandas/blob...
{ "+1": 5, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 5, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/22613/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/22613/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/22614
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/22614/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/22614/comments
https://api.github.com/repos/pandas-dev/pandas/issues/22614/events
https://github.com/pandas-dev/pandas/issues/22614
357,364,673
MDU6SXNzdWUzNTczNjQ2NzM=
22,614
BUG: DataFrame+DataFrame ops
{ "avatar_url": "https://avatars.githubusercontent.com/u/8078968?v=4", "events_url": "https://api.github.com/users/jbrockmendel/events{/privacy}", "followers_url": "https://api.github.com/users/jbrockmendel/followers", "following_url": "https://api.github.com/users/jbrockmendel/following{/other_user}", "gists...
[ { "color": "e10c02", "default": false, "description": null, "id": 76811, "name": "Bug", "node_id": "MDU6TGFiZWw3NjgxMQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug" }, { "color": "eb6420", "default": false, "description": "Non-arithmetic algos: va...
closed
false
null
[]
null
5
2018-09-05T19:09:48Z
2018-10-12T16:46:55Z
2018-10-12T16:46:54Z
MEMBER
null
There are code paths for arithmetic methods (in particular `DataFrame._combine_frame`, `_combine_match_index`) that operate with `self.values`, `other.values`, and as a result behave differently from their Series/Index analogues. Example: ``` df = pd.DataFrame([pd.Timedelta(seconds=1), pd.Timedelta(seconds=2)]) d...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/22614/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/22614/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/22615
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/22615/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/22615/comments
https://api.github.com/repos/pandas-dev/pandas/issues/22615/events
https://github.com/pandas-dev/pandas/issues/22615
357,365,421
MDU6SXNzdWUzNTczNjU0MjE=
22,615
DOC: scripts/validate_docstrings.py should detect when the short summary span over multiple lines
{ "avatar_url": "https://avatars.githubusercontent.com/u/31669?v=4", "events_url": "https://api.github.com/users/Moisan/events{/privacy}", "followers_url": "https://api.github.com/users/Moisan/followers", "following_url": "https://api.github.com/users/Moisan/following{/other_user}", "gists_url": "https://api....
[ { "color": "C4A000", "default": false, "description": "pandas testing functions or related to the test suite", "id": 127685, "name": "Testing", "node_id": "MDU6TGFiZWwxMjc2ODU=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Testing" }, { "color": "3465A4", "d...
closed
false
null
[]
{ "closed_at": "2019-01-26T00:51:26Z", "closed_issues": 2048, "created_at": "2018-03-29T12:00:12Z", "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...
4
2018-09-05T19:12:02Z
2018-09-18T13:00:18Z
2018-09-18T13:00:18Z
CONTRIBUTOR
null
#### Code Sample, a copy-pastable example if possible Take any docstring and write a short summary (the first line of the docstring) on multiple lines. Then test it with `./scripts/validate_docstrings.py pandas.DataFrame.my_method`. #### Problem description As discussed in #22516 and in the [documentation](ht...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/22615/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/22615/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/22616
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/22616/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/22616/comments
https://api.github.com/repos/pandas-dev/pandas/issues/22616/events
https://github.com/pandas-dev/pandas/issues/22616
357,425,106
MDU6SXNzdWUzNTc0MjUxMDY=
22,616
Bug in the api pandas.get_dummies()
{ "avatar_url": "https://avatars.githubusercontent.com/u/25287838?v=4", "events_url": "https://api.github.com/users/anuraagrijal3138/events{/privacy}", "followers_url": "https://api.github.com/users/anuraagrijal3138/followers", "following_url": "https://api.github.com/users/anuraagrijal3138/following{/other_use...
[ { "color": "0052cc", "default": false, "description": null, "id": 34444536, "name": "Usage Question", "node_id": "MDU6TGFiZWwzNDQ0NDUzNg==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Usage%20Question" } ]
closed
false
null
[]
null
1
2018-09-05T22:19:29Z
2018-09-05T22:35:44Z
2018-09-05T22:35:44Z
NONE
null
In pandas.get_dummies, dtype attribute does not work. Please help! pd.get_dummies(pd.Series(list('abc')), dtype=float) TypeError: get_dummies() got an unexpected keyword argument 'dtype'
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/22616/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/22616/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/22617
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/22617/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/22617/comments
https://api.github.com/repos/pandas-dev/pandas/issues/22617/events
https://github.com/pandas-dev/pandas/pull/22617
357,459,706
MDExOlB1bGxSZXF1ZXN0MjEzNDY5NjE0
22,617
Test in scripts/validate_docstrings.py that the short summary is always one line long
{ "avatar_url": "https://avatars.githubusercontent.com/u/31669?v=4", "events_url": "https://api.github.com/users/Moisan/events{/privacy}", "followers_url": "https://api.github.com/users/Moisan/followers", "following_url": "https://api.github.com/users/Moisan/following{/other_user}", "gists_url": "https://api....
[ { "color": "C4A000", "default": false, "description": "pandas testing functions or related to the test suite", "id": 127685, "name": "Testing", "node_id": "MDU6TGFiZWwxMjc2ODU=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Testing" }, { "color": "3465A4", "d...
closed
false
null
[]
{ "closed_at": "2019-01-26T00:51:26Z", "closed_issues": 2048, "created_at": "2018-03-29T12:00:12Z", "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...
4
2018-09-06T01:16:49Z
2018-09-18T13:27:11Z
2018-09-18T13:00:19Z
CONTRIBUTOR
null
- [x] closes #22615 - [x] tests added / passed - [x] passes `git diff upstream/master -u -- "*.py" | flake8 --diff` The previous test to check if the summary property should be empty was based on the non-existence of the extended summary which doesn't seem to make sense. The test case I added failed before changin...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/22617/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/22617/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/22617.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/22617", "merged_at": "2018-09-18T13:00:18Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/22617.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/22617" }
https://api.github.com/repos/pandas-dev/pandas/issues/22618
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/22618/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/22618/comments
https://api.github.com/repos/pandas-dev/pandas/issues/22618/events
https://github.com/pandas-dev/pandas/issues/22618
357,599,944
MDU6SXNzdWUzNTc1OTk5NDQ=
22,618
Merge matches np.nan and None while merging
{ "avatar_url": "https://avatars.githubusercontent.com/u/14200192?v=4", "events_url": "https://api.github.com/users/shenaimm/events{/privacy}", "followers_url": "https://api.github.com/users/shenaimm/followers", "following_url": "https://api.github.com/users/shenaimm/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": "d7e102", "default": false, "description": "np.nan, pd.NaT, pd.NA, d...
closed
false
null
[]
{ "closed_at": null, "closed_issues": 786, "created_at": "2015-01-13T10:53:19Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/jreback/followers", ...
2
2018-09-06T10:49:08Z
2021-07-21T04:37:57Z
2021-07-21T04:37:56Z
NONE
null
#### Code Sample ``` pd.merge(pd.DataFrame({'a':[None,np.nan,'A','B']}),pd.DataFrame({'a':[None,np.nan,'A']})) ``` #### Problem description The ouput I get is this a 0 None 1 None 2 NaN 3 NaN 4 A #### Expected Output The ideal behavior should be a 1 A #### Output of...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/22618/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/22618/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/22619
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/22619/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/22619/comments
https://api.github.com/repos/pandas-dev/pandas/issues/22619/events
https://github.com/pandas-dev/pandas/issues/22619
357,622,318
MDU6SXNzdWUzNTc2MjIzMTg=
22,619
Pandas 0.23.4: when does "ValueError: Values falls before first bin" happens during grouping?
{ "avatar_url": "https://avatars.githubusercontent.com/u/25978536?v=4", "events_url": "https://api.github.com/users/Nemecsek/events{/privacy}", "followers_url": "https://api.github.com/users/Nemecsek/followers", "following_url": "https://api.github.com/users/Nemecsek/following{/other_user}", "gists_url": "htt...
[ { "color": "009800", "default": false, "description": "Duplicate issue or pull request", "id": 40153326, "name": "Duplicate Report", "node_id": "MDU6TGFiZWw0MDE1MzMyNg==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Duplicate%20Report" } ]
closed
false
null
[]
null
6
2018-09-06T11:58:53Z
2018-09-08T05:05:03Z
2018-09-07T20:36:01Z
NONE
null
I didn't find any reference of a Pandas error that happens during grouping: `"ValueError: Values falls before first bin"`. Can it be due to a internal bug? According to my opinion it should never happen that a group cannot be done. None should be returned instead. The trace is: File "new_calc.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/22619/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/22619/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/22620
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/22620/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/22620/comments
https://api.github.com/repos/pandas-dev/pandas/issues/22620/events
https://github.com/pandas-dev/pandas/issues/22620
357,669,412
MDU6SXNzdWUzNTc2Njk0MTI=
22,620
DataFrame.to_dict(orient='records') numeric inconsistency
{ "avatar_url": "https://avatars.githubusercontent.com/u/1926144?v=4", "events_url": "https://api.github.com/users/JohanKahrstrom/events{/privacy}", "followers_url": "https://api.github.com/users/JohanKahrstrom/followers", "following_url": "https://api.github.com/users/JohanKahrstrom/following{/other_user}", ...
[ { "color": "0e8a16", "default": true, "description": null, "id": 717120670, "name": "good first issue", "node_id": "MDU6TGFiZWw3MTcxMjA2NzA=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/good%20first%20issue" }, { "color": "cdea3c", "default": false, "de...
closed
false
null
[]
{ "closed_at": "2020-01-30T12:18:05Z", "closed_issues": 2207, "created_at": "2012-09-13T02:13:00Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4", "events_url": "https://api.github.com/users/wesm/events{/privacy}", "followers_url": "https://api.github.com/users/wesm...
3
2018-09-06T14:01:22Z
2019-11-05T17:18:21Z
2019-11-05T17:18:21Z
CONTRIBUTOR
null
#### Code Sample, a copy-pastable example if possible Similar to #11247, but related to numerics. If there are any object columns in the DataFrame, then numerical columns are turned into native types, whereas if all columns are numpy numerics, they stay that way: ```python import pandas as pd df = pd.DataFram...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/22620/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/22620/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/22621
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/22621/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/22621/comments
https://api.github.com/repos/pandas-dev/pandas/issues/22621/events
https://github.com/pandas-dev/pandas/issues/22621
357,699,110
MDU6SXNzdWUzNTc2OTkxMTA=
22,621
Dtype inconsistency when appending to empty dataframe
{ "avatar_url": "https://avatars.githubusercontent.com/u/593945?v=4", "events_url": "https://api.github.com/users/jonathanrocher/events{/privacy}", "followers_url": "https://api.github.com/users/jonathanrocher/followers", "following_url": "https://api.github.com/users/jonathanrocher/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": "02d7e1", "default": false, "description": "Concat, Merge/Join, Stac...
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
2018-09-06T15:04:20Z
2021-06-22T04:54:16Z
null
NONE
null
#### Code Sample, a copy-pastable example if possible ```python >>> pd.DataFrame().append({"a": 1}, ignore_index=True) a 0 1.0 ``` #### Problem description I would expect append not to change the dtype of the a column from `int` to `float`, and for the output to be identical to that of `pd.concat([pd.D...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/22621/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/22621/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/22622
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/22622/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/22622/comments
https://api.github.com/repos/pandas-dev/pandas/issues/22622/events
https://github.com/pandas-dev/pandas/pull/22622
357,751,619
MDExOlB1bGxSZXF1ZXN0MjEzNjkyMjU2
22,622
DataFrame.corrwith() method now supports 'how', 'method' and 'min_periods' params
{ "avatar_url": "https://avatars.githubusercontent.com/u/4404433?v=4", "events_url": "https://api.github.com/users/Mottl/events{/privacy}", "followers_url": "https://api.github.com/users/Mottl/followers", "following_url": "https://api.github.com/users/Mottl/following{/other_user}", "gists_url": "https://api.g...
[ { "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": "006b75", "default": false, "description": "Arithmet...
closed
false
null
[]
null
27
2018-09-06T17:23:20Z
2018-12-26T07:28:01Z
2018-12-26T07:28:01Z
NONE
null
- [x] tests added / passed - [x] passes `git diff upstream/master -u -- "*.py" | flake8 --diff` - [x] whatsnew entry A method `DataFrame.corrmatrix()` creates a correlation matrix between all columns of the first DataFrame object and all columns of the second DataFrame object. It differs from `corrwith()` in tha...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/22622/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/22622/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/22622.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/22622", "merged_at": null, "patch_url": "https://github.com/pandas-dev/pandas/pull/22622.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/22622" }
https://api.github.com/repos/pandas-dev/pandas/issues/22623
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/22623/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/22623/comments
https://api.github.com/repos/pandas-dev/pandas/issues/22623/events
https://github.com/pandas-dev/pandas/issues/22623
357,777,705
MDU6SXNzdWUzNTc3Nzc3MDU=
22,623
why same modification without any intererst
{ "avatar_url": "https://avatars.githubusercontent.com/u/16016862?v=4", "events_url": "https://api.github.com/users/Malouke/events{/privacy}", "followers_url": "https://api.github.com/users/Malouke/followers", "following_url": "https://api.github.com/users/Malouke/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
2018-09-06T18:41:42Z
2018-09-06T19:03:43Z
2018-09-06T18:53:15Z
NONE
null
#### Code Sample, a copy-pastable example if possible ```python # Your code here ``` #### Problem description [this should explain **why** the current behaviour is a problem and why the expected output is a better solution.] before with previous version we can sort the value of data frame by row and affe...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/22623/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/22623/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/22624
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/22624/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/22624/comments
https://api.github.com/repos/pandas-dev/pandas/issues/22624/events
https://github.com/pandas-dev/pandas/issues/22624
357,865,287
MDU6SXNzdWUzNTc4NjUyODc=
22,624
Refactor test_sql.py
{ "avatar_url": "https://avatars.githubusercontent.com/u/16733618?v=4", "events_url": "https://api.github.com/users/alimcmaster1/events{/privacy}", "followers_url": "https://api.github.com/users/alimcmaster1/followers", "following_url": "https://api.github.com/users/alimcmaster1/following{/other_user}", "gist...
[ { "color": "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
[]
null
1
2018-09-06T23:27:53Z
2020-10-23T15:21:14Z
2020-10-23T15:21:14Z
CONTRIBUTOR
null
Off the back of discussion in this [PR](https://github.com/pandas-dev/pandas/pull/22515) we should consider refactoring [test_sql.py](https://github.com/pandas-dev/pandas/blob/master/pandas/tests/io/test_sql.py) to use just [PyTest Fixtures](https://docs.pytest.org/en/latest/fixture.html) opposed to fixures and the [ol...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/22624/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/22624/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/22625
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/22625/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/22625/comments
https://api.github.com/repos/pandas-dev/pandas/issues/22625/events
https://github.com/pandas-dev/pandas/pull/22625
357,872,112
MDExOlB1bGxSZXF1ZXN0MjEzNzgyNTM2
22,625
STYLE: Fixing #18419 - Fixing flake8 issues to allow for >3.4.1 support
{ "avatar_url": "https://avatars.githubusercontent.com/u/5992653?v=4", "events_url": "https://api.github.com/users/AaronCritchley/events{/privacy}", "followers_url": "https://api.github.com/users/AaronCritchley/followers", "following_url": "https://api.github.com/users/AaronCritchley/following{/other_user}", ...
[]
closed
false
null
[]
null
3
2018-09-07T00:03:14Z
2018-09-07T00:11:06Z
2018-09-07T00:11:06Z
CONTRIBUTOR
null
- [x] closes #18419 - [x] tests added / passed - [x] passes `git diff upstream/master -u -- "*.py" | flake8 --diff` - [x] whatsnew entry There were tons of E722's, in a lot of cases I did not know what exceptions the author was expecting, so have unfortunately had to mark as `except Exception`, but where possible...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/22625/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/22625/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/22625.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/22625", "merged_at": null, "patch_url": "https://github.com/pandas-dev/pandas/pull/22625.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/22625" }
https://api.github.com/repos/pandas-dev/pandas/issues/22626
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/22626/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/22626/comments
https://api.github.com/repos/pandas-dev/pandas/issues/22626/events
https://github.com/pandas-dev/pandas/pull/22626
357,982,312
MDExOlB1bGxSZXF1ZXN0MjEzODYyNjgx
22,626
CLN/DEPR: removed deprecated as_indexer arg from str.match()
{ "avatar_url": "https://avatars.githubusercontent.com/u/22214136?v=4", "events_url": "https://api.github.com/users/HyunTruth/events{/privacy}", "followers_url": "https://api.github.com/users/HyunTruth/followers", "following_url": "https://api.github.com/users/HyunTruth/following{/other_user}", "gists_url": "...
[ { "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-01-26T00:51:26Z", "closed_issues": 2048, "created_at": "2018-03-29T12:00:12Z", "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...
4
2018-09-07T09:05:41Z
2018-09-09T09:20:05Z
2018-09-07T12:47:56Z
CONTRIBUTOR
null
- [x] closes #22316 - [x] tests added / passed - [x] passes `git diff upstream/master -u -- "*.py" | flake8 --diff` - [x] whatsnew entry This is the renewal of #22356, as the git got tangled up I re-forked the repo.
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/22626/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/22626/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/22626.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/22626", "merged_at": "2018-09-07T12:47:56Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/22626.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/22626" }
https://api.github.com/repos/pandas-dev/pandas/issues/22627
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/22627/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/22627/comments
https://api.github.com/repos/pandas-dev/pandas/issues/22627/events
https://github.com/pandas-dev/pandas/issues/22627
358,061,232
MDU6SXNzdWUzNTgwNjEyMzI=
22,627
Series.reorder_levels docstring includes extra `axis` argument.
{ "avatar_url": "https://avatars.githubusercontent.com/u/2046079?v=4", "events_url": "https://api.github.com/users/tschm/events{/privacy}", "followers_url": "https://api.github.com/users/tschm/followers", "following_url": "https://api.github.com/users/tschm/following{/other_user}", "gists_url": "https://api.g...
[ { "color": "3465A4", "default": false, "description": null, "id": 134699, "name": "Docs", "node_id": "MDU6TGFiZWwxMzQ2OTk=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Docs" } ]
closed
false
null
[]
null
3
2018-09-07T13:10:56Z
2020-09-22T23:24:18Z
2020-09-22T23:24:17Z
NONE
null
#### Code Sample, a copy-pastable example if possible ```python def reorder_levels(self, order): """ Rearrange index levels using input order. May not drop or duplicate levels Parameters ---------- order : list of int representing new level order. ...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/22627/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/22627/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/22628
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/22628/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/22628/comments
https://api.github.com/repos/pandas-dev/pandas/issues/22628/events
https://github.com/pandas-dev/pandas/pull/22628
358,104,708
MDExOlB1bGxSZXF1ZXN0MjEzOTU3NDg3
22,628
BUG: Some sas7bdat files with many columns are not parseable by read_sas
{ "avatar_url": "https://avatars.githubusercontent.com/u/3203?v=4", "events_url": "https://api.github.com/users/troels/events{/privacy}", "followers_url": "https://api.github.com/users/troels/followers", "following_url": "https://api.github.com/users/troels/following{/other_user}", "gists_url": "https://api.g...
[ { "color": "e10c02", "default": false, "description": null, "id": 76811, "name": "Bug", "node_id": "MDU6TGFiZWw3NjgxMQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug" }, { "color": "5319e7", "default": false, "description": "SAS: read_sas", "id"...
closed
false
null
[]
{ "closed_at": "2019-01-26T00:51:26Z", "closed_issues": 2048, "created_at": "2018-03-29T12:00:12Z", "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...
10
2018-09-07T15:07:08Z
2018-09-18T12:17:17Z
2018-09-18T12:13:46Z
CONTRIBUTOR
null
- [X] tests added / passed - [X] passes `git diff upstream/master -u -- "*.py" | flake8 --diff` - [X] whatsnew entry The reason is that column definitions may be split up into different pages. Allow column information to be parsed from different pages and add a test for it.
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/22628/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/22628/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/22628.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/22628", "merged_at": "2018-09-18T12:13:46Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/22628.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/22628" }
https://api.github.com/repos/pandas-dev/pandas/issues/22629
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/22629/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/22629/comments
https://api.github.com/repos/pandas-dev/pandas/issues/22629/events
https://github.com/pandas-dev/pandas/issues/22629
358,151,727
MDU6SXNzdWUzNTgxNTE3Mjc=
22,629
read_excel ignores `sheet_name` parameter in PyInstaller EXE but not in Python interpreter
{ "avatar_url": "https://avatars.githubusercontent.com/u/43070785?v=4", "events_url": "https://api.github.com/users/AlexKnightSR/events{/privacy}", "followers_url": "https://api.github.com/users/AlexKnightSR/followers", "following_url": "https://api.github.com/users/AlexKnightSR/following{/other_user}", "gist...
[]
closed
false
null
[]
null
5
2018-09-07T17:34:04Z
2018-09-08T01:47:50Z
2018-09-08T01:47:50Z
NONE
null
#### Code Sample ```python import pandas as pd filepath = 'C:/Users/User/Documents/Development/Python/PandaTest/test1.xlsx' df = pd.read_excel(filepath, sheet_name='Data Entry', index_col=1) print(df.head()) ``` #### Problem description I'm using the Pandas `read_excel` function to import data from a spread...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/22629/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/22629/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/22630
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/22630/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/22630/comments
https://api.github.com/repos/pandas-dev/pandas/issues/22630/events
https://github.com/pandas-dev/pandas/issues/22630
358,181,085
MDU6SXNzdWUzNTgxODEwODU=
22,630
BUG: SparseDataFrame coerces input to dense matrix if string-type index is given
{ "avatar_url": "https://avatars.githubusercontent.com/u/8499679?v=4", "events_url": "https://api.github.com/users/scottgigante/events{/privacy}", "followers_url": "https://api.github.com/users/scottgigante/followers", "following_url": "https://api.github.com/users/scottgigante/following{/other_user}", "gists...
[ { "color": "a10c02", "default": false, "description": "Memory or execution speed performance", "id": 8935311, "name": "Performance", "node_id": "MDU6TGFiZWw4OTM1MzEx", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Performance" }, { "color": "009800", "default"...
closed
false
null
[]
{ "closed_at": null, "closed_issues": 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", ...
7
2018-09-07T19:15:41Z
2019-09-18T14:02:14Z
2019-09-18T14:02:14Z
CONTRIBUTOR
null
#### Code Sample, a copy-pastable example if possible ```python import scipy.sparse as sp import pandas as pd import numpy as np shape = (500000, 50000) data = np.repeat(1, 10000) i = np.random.choice(shape[0], 10000, replace=False) j = np.random.choice(shape[1], 10000, replace=False) X = sp.coo_matrix((data...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/22630/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/22630/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/22631
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/22631/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/22631/comments
https://api.github.com/repos/pandas-dev/pandas/issues/22631/events
https://github.com/pandas-dev/pandas/issues/22631
358,255,999
MDU6SXNzdWUzNTgyNTU5OTk=
22,631
BUG: TDI / TDI should work
{ "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": "006b75", "default": false, "description": "Arithmetic, Comparison, and Logical operations", "id": 47223669, "name": "Numeric Operations", "node_id": "MDU6TGFiZWw0NzIyMzY2OQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Numeric%20Operations" }, { "c...
closed
false
null
[]
{ "closed_at": "2019-01-26T00:51:26Z", "closed_issues": 2048, "created_at": "2018-03-29T12:00:12Z", "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...
3
2018-09-08T02:22:30Z
2018-11-29T12:48:26Z
2018-11-29T12:48:26Z
CONTRIBUTOR
null
``` In [1]: pd.__version__ Out[1]: '0.20.3' In [2]: i = pd.timedelta_range('1 day', periods=3) In [3]: i / i TypeError: cannot evaluate a numeric op with a non-numeric dtype ``` master ``` In [1]: pd.__version__ Out[1]: '0.24.0.dev0+550.g70c9003c9' In [2]: i = pd.timedelta_range('1 day', periods=3) ...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/22631/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/22631/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/22632
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/22632/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/22632/comments
https://api.github.com/repos/pandas-dev/pandas/issues/22632/events
https://github.com/pandas-dev/pandas/issues/22632
358,265,769
MDU6SXNzdWUzNTgyNjU3Njk=
22,632
TimedeltaIndex should have to_timedelta64 mirroring Timedelta
{ "avatar_url": "https://avatars.githubusercontent.com/u/8078968?v=4", "events_url": "https://api.github.com/users/jbrockmendel/events{/privacy}", "followers_url": "https://api.github.com/users/jbrockmendel/followers", "following_url": "https://api.github.com/users/jbrockmendel/following{/other_user}", "gists...
[ { "color": "5319e7", "default": false, "description": "Timedelta data type", "id": 49597148, "name": "Timedelta", "node_id": "MDU6TGFiZWw0OTU5NzE0OA==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Timedelta" } ]
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...
0
2018-09-08T05:17:35Z
2018-10-26T07:45:56Z
2018-10-25T20:00:00Z
MEMBER
null
Also `asm8`
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/22632/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/22632/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/22633
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/22633/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/22633/comments
https://api.github.com/repos/pandas-dev/pandas/issues/22633/events
https://github.com/pandas-dev/pandas/pull/22633
358,266,681
MDExOlB1bGxSZXF1ZXN0MjE0MDc4OTcz
22,633
DOC: Add more documentation showcasing CalendarDay
{ "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": "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-01-26T00:51:26Z", "closed_issues": 2048, "created_at": "2018-03-29T12:00:12Z", "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...
3
2018-09-08T05:37:26Z
2018-09-27T20:26:35Z
2018-09-27T20:26:31Z
MEMBER
null
xref https://github.com/pandas-dev/pandas/pull/22288#issuecomment-419572535 Highlighting usages of `CalendarDay` with `date_range` and `resample` specifically.
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/22633/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/22633/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/22633.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/22633", "merged_at": null, "patch_url": "https://github.com/pandas-dev/pandas/pull/22633.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/22633" }
https://api.github.com/repos/pandas-dev/pandas/issues/22634
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/22634/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/22634/comments
https://api.github.com/repos/pandas-dev/pandas/issues/22634/events
https://github.com/pandas-dev/pandas/pull/22634
358,266,879
MDExOlB1bGxSZXF1ZXN0MjE0MDc5MDky
22,634
BUG: NaN should have pct rank of NaN
{ "avatar_url": "https://avatars.githubusercontent.com/u/9273653?v=4", "events_url": "https://api.github.com/users/gfyoung/events{/privacy}", "followers_url": "https://api.github.com/users/gfyoung/followers", "following_url": "https://api.github.com/users/gfyoung/following{/other_user}", "gists_url": "https:/...
[ { "color": "729FCF", "default": false, "description": null, "id": 233160, "name": "Groupby", "node_id": "MDU6TGFiZWwyMzMxNjA=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Groupby" }, { "color": "d7e102", "default": false, "description": "np.nan, pd.NaT,...
closed
false
null
[]
{ "closed_at": "2018-10-23T02:32:44Z", "closed_issues": 18, "created_at": "2018-08-02T10:03:24Z", "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/jre...
6
2018-09-08T05:41:02Z
2018-09-11T21:45:46Z
2018-09-11T21:45:26Z
MEMBER
null
Backport of #22600.
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/22634/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/22634/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/22634.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/22634", "merged_at": "2018-09-11T21:45:26Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/22634.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/22634" }
https://api.github.com/repos/pandas-dev/pandas/issues/22635
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/22635/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/22635/comments
https://api.github.com/repos/pandas-dev/pandas/issues/22635/events
https://github.com/pandas-dev/pandas/issues/22635
358,273,949
MDU6SXNzdWUzNTgyNzM5NDk=
22,635
Pandas 0.23.4 failed to build simple DataFrame in python2.7
{ "avatar_url": "https://avatars.githubusercontent.com/u/10137?v=4", "events_url": "https://api.github.com/users/ghost/events{/privacy}", "followers_url": "https://api.github.com/users/ghost/followers", "following_url": "https://api.github.com/users/ghost/following{/other_user}", "gists_url": "https://api.git...
[]
closed
false
null
[]
null
0
2018-09-08T07:46:18Z
2018-09-08T08:15:23Z
2018-09-08T08:15:23Z
NONE
null
#### Code Sample, a copy-pastable example if possible import pandas import numpy as np df = pd.DataFrame(np.random.randint(low=0, high=10, size=(5, 5)), columns=['a', 'b', 'c', 'd', 'e']) #### Problem description File "/Users/nicolaspauen/Desktop/MA_Pauen/03-Ausarbeitung/3.6/unti...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/22635/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/22635/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/22636
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/22636/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/22636/comments
https://api.github.com/repos/pandas-dev/pandas/issues/22636/events
https://github.com/pandas-dev/pandas/pull/22636
358,280,754
MDExOlB1bGxSZXF1ZXN0MjE0MDg3Mjk3
22,636
DOC: improve doc string for .aggregate and df.transform
{ "avatar_url": "https://avatars.githubusercontent.com/u/26364415?v=4", "events_url": "https://api.github.com/users/topper-123/events{/privacy}", "followers_url": "https://api.github.com/users/topper-123/followers", "following_url": "https://api.github.com/users/topper-123/following{/other_user}", "gists_url"...
[]
closed
false
null
[]
null
1
2018-09-08T09:44:04Z
2018-09-08T11:13:44Z
2018-09-08T11:13:44Z
CONTRIBUTOR
null
Since #21224, operations using ``axis=1`` in df.aggregate and df.transform now work the same as when ``axis=0``. This PR updates the methods' doc strings to reflect that. For example, we can now pass a dict to DataFrame.agg/transform, also when ``axis=1``, and DataFrame.transform now accepts an ``axis`` parameter. ...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/22636/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/22636/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/22636.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/22636", "merged_at": null, "patch_url": "https://github.com/pandas-dev/pandas/pull/22636.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/22636" }
https://api.github.com/repos/pandas-dev/pandas/issues/22637
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/22637/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/22637/comments
https://api.github.com/repos/pandas-dev/pandas/issues/22637/events
https://github.com/pandas-dev/pandas/pull/22637
358,310,723
MDExOlB1bGxSZXF1ZXN0MjE0MTA0MDU2
22,637
CI / BLD: Various CI Backports
{ "avatar_url": "https://avatars.githubusercontent.com/u/9273653?v=4", "events_url": "https://api.github.com/users/gfyoung/events{/privacy}", "followers_url": "https://api.github.com/users/gfyoung/followers", "following_url": "https://api.github.com/users/gfyoung/following{/other_user}", "gists_url": "https:/...
[ { "color": "75507B", "default": false, "description": "Library building on various platforms", "id": 129350, "name": "Build", "node_id": "MDU6TGFiZWwxMjkzNTA=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Build" }, { "color": "a2bca7", "default": false, ...
closed
false
null
[]
{ "closed_at": "2018-10-23T02:32:44Z", "closed_issues": 18, "created_at": "2018-08-02T10:03:24Z", "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/jre...
13
2018-09-08T16:48:16Z
2018-09-11T20:07:41Z
2018-09-11T16:40:59Z
MEMBER
null
* Pin `blosc` to `1.14.3` (#22429) * Migrate to CircleCI 2.0 (#21814) * Pin `openpyxl` to `2.5.5` (#22601) * Bump `numpy` to `1.9.3` (#22499) * Fix locale handling (#21739, #22213) * Upgrade `Cython` to `>=0.28.2` (#21688)
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/22637/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/22637/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/22637.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/22637", "merged_at": "2018-09-11T16:40:59Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/22637.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/22637" }
https://api.github.com/repos/pandas-dev/pandas/issues/22638
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/22638/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/22638/comments
https://api.github.com/repos/pandas-dev/pandas/issues/22638/events
https://github.com/pandas-dev/pandas/pull/22638
358,315,341
MDExOlB1bGxSZXF1ZXN0MjE0MTA2OTYz
22,638
pythonize cython code
{ "avatar_url": "https://avatars.githubusercontent.com/u/8078968?v=4", "events_url": "https://api.github.com/users/jbrockmendel/events{/privacy}", "followers_url": "https://api.github.com/users/jbrockmendel/followers", "following_url": "https://api.github.com/users/jbrockmendel/following{/other_user}", "gists...
[ { "color": "fbca04", "default": false, "description": "Related to non-user accessible pandas implementation", "id": 49094459, "name": "Internals", "node_id": "MDU6TGFiZWw0OTA5NDQ1OQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Internals" }, { "color": "207de5...
closed
false
null
[]
{ "closed_at": "2019-01-26T00:51:26Z", "closed_issues": 2048, "created_at": "2018-03-29T12:00:12Z", "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...
4
2018-09-08T17:52:45Z
2018-09-12T18:29:06Z
2018-09-12T11:33:44Z
MEMBER
null
Use python-style type annotations instead of cython-style in a few places. Use python-style isinstance checks in cases where cython will automatically optimize them into C calls. Part of the hope is that we can get the code close enough to valid python that we can trick flake8 into working on it.
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/22638/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/22638/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/22638.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/22638", "merged_at": "2018-09-12T11:33:44Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/22638.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/22638" }
https://api.github.com/repos/pandas-dev/pandas/issues/22639
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/22639/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/22639/comments
https://api.github.com/repos/pandas-dev/pandas/issues/22639/events
https://github.com/pandas-dev/pandas/issues/22639
358,324,554
MDU6SXNzdWUzNTgzMjQ1NTQ=
22,639
API: Standardize usage of underscores in multi-word kwargs
{ "avatar_url": "https://avatars.githubusercontent.com/u/9993?v=4", "events_url": "https://api.github.com/users/palewire/events{/privacy}", "followers_url": "https://api.github.com/users/palewire/followers", "following_url": "https://api.github.com/users/palewire/following{/other_user}", "gists_url": "https:/...
[ { "color": "4E9A06", "default": false, "description": null, "id": 76812, "name": "Enhancement", "node_id": "MDU6TGFiZWw3NjgxMg==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Enhancement" }, { "color": "5319e7", "default": false, "description": "read_csv...
open
false
null
[]
null
28
2018-09-08T20:12:40Z
2021-06-22T04:54:51Z
null
CONTRIBUTOR
null
*This ticket is an outgrowth of a discussion in pull request #22587* By [my rough count](https://docs.google.com/spreadsheets/d/1h_iQ5Pexs5SuCT2pfbN8OH6ld6ZyvWqTEaH2W-xkEJE/edit?usp=sharing), the [`read_csv`](https://pandas.pydata.org/pandas-docs/stable/generated/pandas.read_csv.html) method has nearly 50 keyword ar...
{ "+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/22639/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/22639/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/22640
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/22640/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/22640/comments
https://api.github.com/repos/pandas-dev/pandas/issues/22640/events
https://github.com/pandas-dev/pandas/pull/22640
358,327,035
MDExOlB1bGxSZXF1ZXN0MjE0MTEzOTYz
22,640
BUG: df.sort_values() not respecting na_position with categoricals #22556
{ "avatar_url": "https://avatars.githubusercontent.com/u/18094746?v=4", "events_url": "https://api.github.com/users/staftermath/events{/privacy}", "followers_url": "https://api.github.com/users/staftermath/followers", "following_url": "https://api.github.com/users/staftermath/following{/other_user}", "gists_u...
[ { "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": "eb6420", "default": false, "description": "Non-arithmetic algos: va...
closed
false
null
[]
{ "closed_at": "2019-01-26T00:51:26Z", "closed_issues": 2048, "created_at": "2018-03-29T12:00:12Z", "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...
6
2018-09-08T20:51:57Z
2018-10-18T23:32:03Z
2018-10-18T16:07:26Z
CONTRIBUTOR
null
- [x] closes #22556 - [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/22640/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/22640/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/22640.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/22640", "merged_at": "2018-10-18T16:07:26Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/22640.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/22640" }
https://api.github.com/repos/pandas-dev/pandas/issues/22641
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/22641/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/22641/comments
https://api.github.com/repos/pandas-dev/pandas/issues/22641/events
https://github.com/pandas-dev/pandas/pull/22641
358,329,463
MDExOlB1bGxSZXF1ZXN0MjE0MTE1NTU0
22,641
DOC: improve doc string for .aggregate and .transform
{ "avatar_url": "https://avatars.githubusercontent.com/u/26364415?v=4", "events_url": "https://api.github.com/users/topper-123/events{/privacy}", "followers_url": "https://api.github.com/users/topper-123/followers", "following_url": "https://api.github.com/users/topper-123/following{/other_user}", "gists_url"...
[ { "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-01-26T00:51:26Z", "closed_issues": 2048, "created_at": "2018-03-29T12:00:12Z", "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...
7
2018-09-08T21:31:34Z
2018-09-20T21:12:02Z
2018-09-18T12:18:09Z
CONTRIBUTOR
null
Since #21224, operations using ``axis=1`` in df.aggregate and df.transform now work the same as when axis=0. This PR updates the methods' doc strings to reflect the new reality. For example, we can now pass a dict to DataFrame.agg/transform when ``axis=1`` also, and ``DataFrame.transform`` now has an ``axis`` parame...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/22641/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/22641/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/22641.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/22641", "merged_at": "2018-09-18T12:18:08Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/22641.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/22641" }
https://api.github.com/repos/pandas-dev/pandas/issues/22642
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/22642/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/22642/comments
https://api.github.com/repos/pandas-dev/pandas/issues/22642/events
https://github.com/pandas-dev/pandas/issues/22642
358,334,688
MDU6SXNzdWUzNTgzMzQ2ODg=
22,642
BUG: df.sum() of string columns depends on whether or not they can be coerced to numbers
{ "avatar_url": "https://avatars.githubusercontent.com/u/5356340?v=4", "events_url": "https://api.github.com/users/rosnfeld/events{/privacy}", "followers_url": "https://api.github.com/users/rosnfeld/followers", "following_url": "https://api.github.com/users/rosnfeld/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": "5319e7", "default": false, "description": "String extension data ty...
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",...
7
2018-09-08T23:13:00Z
2021-11-13T17:32:30Z
null
CONTRIBUTOR
null
Note that all the columns in this example are string columns: ```python In [32]: df1 = pd.DataFrame(data={'a':['1', '2'], 'b':['3', '4']}) In [33]: df1.sum(axis=1) Out[33]: 0 13.0 1 24.0 dtype: float64 In [34]: df2 = pd.DataFrame(data={'a':['i', 'j'], 'b':['m', 'n']}) In [35]: df2.sum(axis=1) O...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/22642/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/22642/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/22643
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/22643/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/22643/comments
https://api.github.com/repos/pandas-dev/pandas/issues/22643/events
https://github.com/pandas-dev/pandas/issues/22643
358,339,433
MDU6SXNzdWUzNTgzMzk0MzM=
22,643
TST: Use __tracebackhide__ for pd.util.testing helpers?
{ "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" } ]
closed
false
null
[]
null
4
2018-09-09T00:54:57Z
2018-11-05T04:11:49Z
2018-11-05T04:11:49Z
MEMBER
null
I haven't looked at the feature too carefully, but it looks like it may make test failure messages more targeted.
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/22643/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/22643/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/22644
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/22644/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/22644/comments
https://api.github.com/repos/pandas-dev/pandas/issues/22644/events
https://github.com/pandas-dev/pandas/pull/22644
358,341,165
MDExOlB1bGxSZXF1ZXN0MjE0MTIyNzUw
22,644
API/ENH: tz_localize handling of nonexistent times: rename keyword + add shift option
{ "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": "AD7FA8", "default": false, "description": null, ...
closed
false
null
[]
{ "closed_at": "2019-01-26T00:51:26Z", "closed_issues": 2048, "created_at": "2018-03-29T12:00:12Z", "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...
19
2018-09-09T01:34:58Z
2018-10-25T15:48:10Z
2018-10-25T11:46:30Z
MEMBER
null
- [x] closes #8917 - [x] tests added / passed - [x] passes `git diff upstream/master -u -- "*.py" | flake8 --diff` - [x] whatsnew entry Currently, users do not have any control over nonexistent datetime handling when `tz_localize`ing like they do ambiguous times. This adds a new keyword `nonexistent` to `tz_local...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/22644/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/22644/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/22644.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/22644", "merged_at": "2018-10-25T11:46:30Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/22644.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/22644" }
https://api.github.com/repos/pandas-dev/pandas/issues/22645
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/22645/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/22645/comments
https://api.github.com/repos/pandas-dev/pandas/issues/22645/events
https://github.com/pandas-dev/pandas/pull/22645
358,341,233
MDExOlB1bGxSZXF1ZXN0MjE0MTIyNzkx
22,645
TST: Collect/Use arithmetic test fixtures
{ "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" } ]
closed
false
null
[]
{ "closed_at": "2019-01-26T00:51:26Z", "closed_issues": 2048, "created_at": "2018-03-29T12:00:12Z", "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...
5
2018-09-09T01:36:38Z
2018-09-12T13:41:23Z
2018-09-12T11:28:48Z
MEMBER
null
Takes over from #22350 (which would have been a rebasing nightmare), addressing AFAICT all unaddressed comments from there. All remaining fixtures in tests/arithmetic are collected in tests/arithmetic/conftest.py Fixtures are given more descriptive names and docstrings as requested in #22350. A handful of tests ...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/22645/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/22645/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/22645.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/22645", "merged_at": "2018-09-12T11:28:48Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/22645.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/22645" }
https://api.github.com/repos/pandas-dev/pandas/issues/22646
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/22646/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/22646/comments
https://api.github.com/repos/pandas-dev/pandas/issues/22646/events
https://github.com/pandas-dev/pandas/pull/22646
358,347,250
MDExOlB1bGxSZXF1ZXN0MjE0MTI2NDQ4
22,646
TST: Avoid DeprecationWarnings
{ "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": "5319e7", "d...
closed
false
null
[]
{ "closed_at": "2019-01-26T00:51:26Z", "closed_issues": 2048, "created_at": "2018-03-29T12:00:12Z", "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...
3
2018-09-09T03:52:05Z
2018-09-12T13:42:04Z
2018-09-12T11:26:13Z
MEMBER
null
Avoid a boatload of these: ``` pandas/tests/plotting/test_frame.py::TestDataFramePlots::()::test_plot /home/travis/build/pandas-dev/pandas/pandas/core/indexes/multi.py:1556: DeprecationWarning: using a non-integer number instead of an integer will result in an error in the future if lab[key] == -1: /ho...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/22646/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/22646/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/22646.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/22646", "merged_at": "2018-09-12T11:26:13Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/22646.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/22646" }
https://api.github.com/repos/pandas-dev/pandas/issues/22647
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/22647/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/22647/comments
https://api.github.com/repos/pandas-dev/pandas/issues/22647/events
https://github.com/pandas-dev/pandas/pull/22647
358,354,948
MDExOlB1bGxSZXF1ZXN0MjE0MTMxMjA1
22,647
BUG/ENH: Handle AmbiguousTimeError in date rounding
{ "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": "4E9A06", "default": false, "description": null, "id": 76812, ...
closed
false
null
[]
{ "closed_at": "2019-01-26T00:51:26Z", "closed_issues": 2048, "created_at": "2018-03-29T12:00:12Z", "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...
4
2018-09-09T06:48:32Z
2018-09-23T16:18:22Z
2018-09-23T13:25:41Z
MEMBER
null
- [x] closes #18946 - [x] tests added / passed - [x] passes `git diff upstream/master -u -- "*.py" | flake8 --diff` - [x] whatsnew entry Discussed in #22560, adding an `ambiguous` argument to `round`, `ceil` and `floor` so the user can dictate how to handle rounding timestamps that land on ambiguous times.
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/22647/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/22647/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/22647.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/22647", "merged_at": "2018-09-23T13:25:41Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/22647.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/22647" }
https://api.github.com/repos/pandas-dev/pandas/issues/22648
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/22648/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/22648/comments
https://api.github.com/repos/pandas-dev/pandas/issues/22648/events
https://github.com/pandas-dev/pandas/issues/22648
358,377,622
MDU6SXNzdWUzNTgzNzc2MjI=
22,648
Cloning fork on Windows fails due to asv_bench/asv.conf.json
{ "avatar_url": "https://avatars.githubusercontent.com/u/7095926?v=4", "events_url": "https://api.github.com/users/Michael-E-Rose/events{/privacy}", "followers_url": "https://api.github.com/users/Michael-E-Rose/followers", "following_url": "https://api.github.com/users/Michael-E-Rose/following{/other_user}", ...
[ { "color": "fbca04", "default": false, "description": "Windows OS", "id": 57186974, "name": "Windows", "node_id": "MDU6TGFiZWw1NzE4Njk3NA==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Windows" } ]
closed
false
null
[]
null
10
2018-09-09T13:13:42Z
2018-11-20T16:29:42Z
2018-11-20T16:29:42Z
NONE
null
I just forked the pandas-dev/pandas repo and tried to clone it on my Windows [Version 6.1.7601] box. ``` Z:\software>git clone https://github.com/Michael-E-Rose/pandas.git Cloning into 'pandas'... remote: Counting objects: 152309, done. remote: Compressing objects: 100% (8/8), done. remote: Total 152309 (delta ...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/22648/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/22648/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/22649
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/22649/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/22649/comments
https://api.github.com/repos/pandas-dev/pandas/issues/22649/events
https://github.com/pandas-dev/pandas/issues/22649
358,378,295
MDU6SXNzdWUzNTgzNzgyOTU=
22,649
BUG: dataframe.eval() throws error when using @function if numexpr package is installed
{ "avatar_url": "https://avatars.githubusercontent.com/u/8617421?v=4", "events_url": "https://api.github.com/users/bogdanCsn/events{/privacy}", "followers_url": "https://api.github.com/users/bogdanCsn/followers", "following_url": "https://api.github.com/users/bogdanCsn/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": "f3afff", "default": false, "description": "pd.eval, query", "id...
open
false
null
[]
null
3
2018-09-09T13:23:24Z
2020-04-26T21:01:45Z
null
NONE
null
Full details and workaround are available in this [SO question](https://stackoverflow.com/questions/52233633/dataframe-eval-using-function-name-in-expression/52236235) #### Code Sample, a copy-pastable example if possible ```python import numpy as np import pandas as pd from numpy import around df = pd.Data...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/22649/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/22649/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/22650
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/22650/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/22650/comments
https://api.github.com/repos/pandas-dev/pandas/issues/22650/events
https://github.com/pandas-dev/pandas/pull/22650
358,391,972
MDExOlB1bGxSZXF1ZXN0MjE0MTUzMjgx
22,650
BUG: Dont include deleted rows from sas7bdat files (#15963)
{ "avatar_url": "https://avatars.githubusercontent.com/u/3203?v=4", "events_url": "https://api.github.com/users/troels/events{/privacy}", "followers_url": "https://api.github.com/users/troels/followers", "following_url": "https://api.github.com/users/troels/following{/other_user}", "gists_url": "https://api.g...
[ { "color": "5319e7", "default": false, "description": "SAS: read_sas", "id": 258745163, "name": "IO SAS", "node_id": "MDU6TGFiZWwyNTg3NDUxNjM=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/IO%20SAS" } ]
closed
false
null
[]
null
9
2018-09-09T16:35:50Z
2020-05-04T05:30:40Z
2019-02-06T03:31:36Z
CONTRIBUTOR
null
Sas7bdat files may contain rows which are actually deleted. After reverse engineering the file format a bit, I found that if the page_type has bit 7 set, there is a bitmap following the normal row data with a bit set for a given row if it has been deleted. Use that information to not include deleted rows 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/22650/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/22650/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/22650.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/22650", "merged_at": null, "patch_url": "https://github.com/pandas-dev/pandas/pull/22650.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/22650" }
https://api.github.com/repos/pandas-dev/pandas/issues/22651
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/22651/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/22651/comments
https://api.github.com/repos/pandas-dev/pandas/issues/22651/events
https://github.com/pandas-dev/pandas/pull/22651
358,401,912
MDExOlB1bGxSZXF1ZXN0MjE0MTU5MzM4
22,651
BUG: Make sure that sas7bdat parsers memory is initialized to 0 (#21616)
{ "avatar_url": "https://avatars.githubusercontent.com/u/3203?v=4", "events_url": "https://api.github.com/users/troels/events{/privacy}", "followers_url": "https://api.github.com/users/troels/followers", "following_url": "https://api.github.com/users/troels/following{/other_user}", "gists_url": "https://api.g...
[ { "color": "5319e7", "default": false, "description": "SAS: read_sas", "id": 258745163, "name": "IO SAS", "node_id": "MDU6TGFiZWwyNTg3NDUxNjM=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/IO%20SAS" } ]
closed
false
null
[]
{ "closed_at": "2019-01-26T00:51:26Z", "closed_issues": 2048, "created_at": "2018-03-29T12:00:12Z", "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...
7
2018-09-09T18:58:39Z
2018-09-15T12:13:01Z
2018-09-15T12:12:56Z
CONTRIBUTOR
null
Memory for numbers in sas7bdat-parsing was not initialized properly to 0. For sas7bdat files with numbers smaller than 8 bytes this made the least significant part of the numbers essentially random. Fix it by initializing memory correctly. - [X] closes #21616 - [X] tests added / passed - [X] passes `git diff up...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/22651/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/22651/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/22651.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/22651", "merged_at": "2018-09-15T12:12:56Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/22651.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/22651" }
https://api.github.com/repos/pandas-dev/pandas/issues/22652
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/22652/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/22652/comments
https://api.github.com/repos/pandas-dev/pandas/issues/22652/events
https://github.com/pandas-dev/pandas/pull/22652
358,410,352
MDExOlB1bGxSZXF1ZXN0MjE0MTYzODU4
22,652
ASV: more for str.cat
{ "avatar_url": "https://avatars.githubusercontent.com/u/33685575?v=4", "events_url": "https://api.github.com/users/h-vetinari/events{/privacy}", "followers_url": "https://api.github.com/users/h-vetinari/followers", "following_url": "https://api.github.com/users/h-vetinari/following{/other_user}", "gists_url"...
[ { "color": "ae68cc", "default": false, "description": "Performance (ASV) benchmarks", "id": 732775912, "name": "Benchmark", "node_id": "MDU6TGFiZWw3MzI3NzU5MTI=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Benchmark" } ]
closed
false
null
[]
{ "closed_at": "2019-01-26T00:51:26Z", "closed_issues": 2048, "created_at": "2018-03-29T12:00:12Z", "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...
9
2018-09-09T20:42:12Z
2018-09-15T16:39:27Z
2018-09-14T12:43:59Z
CONTRIBUTOR
null
Planning to do a clean-up of the `Series.str.cat` internals and wanted to expand ASV-coverage before doing so.
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/22652/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/22652/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/22652.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/22652", "merged_at": "2018-09-14T12:43:59Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/22652.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/22652" }
https://api.github.com/repos/pandas-dev/pandas/issues/22653
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/22653/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/22653/comments
https://api.github.com/repos/pandas-dev/pandas/issues/22653/events
https://github.com/pandas-dev/pandas/pull/22653
358,419,186
MDExOlB1bGxSZXF1ZXN0MjE0MTY4NjM0
22,653
BUG SeriesGroupBy.mean() overflowed on some integer arrays (#22487)
{ "avatar_url": "https://avatars.githubusercontent.com/u/3203?v=4", "events_url": "https://api.github.com/users/troels/events{/privacy}", "followers_url": "https://api.github.com/users/troels/followers", "following_url": "https://api.github.com/users/troels/following{/other_user}", "gists_url": "https://api.g...
[ { "color": "729FCF", "default": false, "description": null, "id": 233160, "name": "Groupby", "node_id": "MDU6TGFiZWwyMzMxNjA=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Groupby" }, { "color": "eb6420", "default": false, "description": "Non-arithmetic ...
closed
false
null
[]
{ "closed_at": "2019-01-26T00:51:26Z", "closed_issues": 2048, "created_at": "2018-03-29T12:00:12Z", "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...
4
2018-09-09T22:29:20Z
2018-09-18T14:47:41Z
2018-09-18T14:47:32Z
CONTRIBUTOR
null
When integer arrays contained integers that were outside the range of int64, the conversion would overflow. Instead only allow allow safe casting and if a safe cast can not be done, cast to float64 instead. - [X] closes #22487 - [X] tests added / passed - [X] passes `git diff upstream/master -u -- "*.py" | flak...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/22653/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/22653/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/22653.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/22653", "merged_at": "2018-09-18T14:47:31Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/22653.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/22653" }
https://api.github.com/repos/pandas-dev/pandas/issues/22654
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/22654/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/22654/comments
https://api.github.com/repos/pandas-dev/pandas/issues/22654/events
https://github.com/pandas-dev/pandas/pull/22654
358,440,576
MDExOlB1bGxSZXF1ZXN0MjE0MTgxMDYz
22,654
ENH: Support writing timestamps with timezones with to_sql
{ "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": "5319e7", "default": false, "description": "to_sql, ...
closed
false
null
[]
{ "closed_at": "2019-01-26T00:51:26Z", "closed_issues": 2048, "created_at": "2018-03-29T12:00:12Z", "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...
29
2018-09-10T02:04:06Z
2018-11-08T18:02:15Z
2018-11-08T14:55:50Z
MEMBER
null
- [x] closes #9086 - [x] closes #23510 - [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": 1, "laugh": 0, "rocket": 0, "total_count": 1, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/22654/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/22654/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/22654.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/22654", "merged_at": "2018-11-08T14:55:50Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/22654.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/22654" }
https://api.github.com/repos/pandas-dev/pandas/issues/22655
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/22655/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/22655/comments
https://api.github.com/repos/pandas-dev/pandas/issues/22655/events
https://github.com/pandas-dev/pandas/pull/22655
358,456,062
MDExOlB1bGxSZXF1ZXN0MjE0MTkwMTkz
22,655
BUG: output formatting with to_html(), index=False and/or index_names=False (#22579, #22747)
{ "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": "ededed", "default": false, "description": "__repr__ of pandas objects, to_string", "id": 13101118, "name": "Output-Formatting", "node_id": "MDU6TGFiZWwxMzEwMTExOA==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Output-Formatting" }, { "color": "006b7...
closed
false
null
[]
{ "closed_at": "2019-01-26T00:51:26Z", "closed_issues": 2048, "created_at": "2018-03-29T12:00:12Z", "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...
17
2018-09-10T03:35:05Z
2019-01-01T21:00:37Z
2019-01-01T16:35:15Z
MEMBER
null
- [x] closes #22579 - [x] closes #22747 - [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/22655/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/22655/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/22655.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/22655", "merged_at": "2019-01-01T16:35:14Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/22655.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/22655" }
https://api.github.com/repos/pandas-dev/pandas/issues/22656
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/22656/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/22656/comments
https://api.github.com/repos/pandas-dev/pandas/issues/22656/events
https://github.com/pandas-dev/pandas/issues/22656
358,521,634
MDU6SXNzdWUzNTg1MjE2MzQ=
22,656
pandas.Series.shift
{ "avatar_url": "https://avatars.githubusercontent.com/u/31531236?v=4", "events_url": "https://api.github.com/users/shuiyuejihua/events{/privacy}", "followers_url": "https://api.github.com/users/shuiyuejihua/followers", "following_url": "https://api.github.com/users/shuiyuejihua/following{/other_user}", "gist...
[ { "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
2018-09-10T08:37:57Z
2018-09-11T09:18:19Z
2018-09-10T11:24:10Z
NONE
null
#### Code Sample, a copy-pastable example if possible ```python import pandas as pd df1 = pd.DataFrame({'A':[1,2,3],'B':[1,2,3]}) df2 = pd.DataFrame(df1) df2.B = df2.B.shift(-1) print('id-df1 :',id(df1),'id-df2:',id(df2)) print('df1:\n',df1) print('df2:\n',df2) ``` #### Problem description ![pdchage](https...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/22656/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/22656/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/22657
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/22657/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/22657/comments
https://api.github.com/repos/pandas-dev/pandas/issues/22657/events
https://github.com/pandas-dev/pandas/pull/22657
358,526,630
MDExOlB1bGxSZXF1ZXN0MjE0MjQwNTQ2
22,657
DOC: Follows ISO 639-1 code
{ "avatar_url": "https://avatars.githubusercontent.com/u/11006919?v=4", "events_url": "https://api.github.com/users/KangYoosam/events{/privacy}", "followers_url": "https://api.github.com/users/KangYoosam/followers", "following_url": "https://api.github.com/users/KangYoosam/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-01-26T00:51:26Z", "closed_issues": 2048, "created_at": "2018-03-29T12:00:12Z", "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...
5
2018-09-10T08:51:47Z
2018-09-30T21:27:18Z
2018-09-30T21:27:18Z
CONTRIBUTOR
null
## Changes - change suffix `_JP` to `_JA` according to `ISO 639` - fixed typo in `Pandas_Cheat_Sheet_JA.pdf` - translated `Pandas_Cheat_Sheet_JA.pptx` in Japanese
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/22657/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/22657/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/22657.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/22657", "merged_at": "2018-09-30T21:27:18Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/22657.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/22657" }
https://api.github.com/repos/pandas-dev/pandas/issues/22658
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/22658/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/22658/comments
https://api.github.com/repos/pandas-dev/pandas/issues/22658/events
https://github.com/pandas-dev/pandas/pull/22658
358,602,608
MDExOlB1bGxSZXF1ZXN0MjE0Mjk4MzQ0
22,658
DOC iteritems docstring update and examples
{ "avatar_url": "https://avatars.githubusercontent.com/u/20912214?v=4", "events_url": "https://api.github.com/users/Ecboxer/events{/privacy}", "followers_url": "https://api.github.com/users/Ecboxer/followers", "following_url": "https://api.github.com/users/Ecboxer/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-01-26T00:51:26Z", "closed_issues": 2048, "created_at": "2018-03-29T12:00:12Z", "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...
9
2018-09-10T12:34:25Z
2018-09-27T12:54:28Z
2018-09-27T12:54:12Z
CONTRIBUTOR
null
Updated iteritems docstring to start with an infinitive and added a short example - [ ] 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/22658/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/22658/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/22658.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/22658", "merged_at": "2018-09-27T12:54:12Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/22658.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/22658" }
https://api.github.com/repos/pandas-dev/pandas/issues/22659
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/22659/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/22659/comments
https://api.github.com/repos/pandas-dev/pandas/issues/22659/events
https://github.com/pandas-dev/pandas/pull/22659
358,891,163
MDExOlB1bGxSZXF1ZXN0MjE0NTE1MzY4
22,659
DOC/CLN: small whatsnew fixes
{ "avatar_url": "https://avatars.githubusercontent.com/u/5332445?v=4", "events_url": "https://api.github.com/users/jschendel/events{/privacy}", "followers_url": "https://api.github.com/users/jschendel/followers", "following_url": "https://api.github.com/users/jschendel/following{/other_user}", "gists_url": "h...
[ { "color": "3465A4", "default": false, "description": null, "id": 134699, "name": "Docs", "node_id": "MDU6TGFiZWwxMzQ2OTk=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Docs" }, { "color": "207de5", "default": false, "description": null, "id": 211029...
closed
false
null
[]
{ "closed_at": "2019-01-26T00:51:26Z", "closed_issues": 2048, "created_at": "2018-03-29T12:00:12Z", "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...
1
2018-09-11T05:24:48Z
2018-09-24T17:21:40Z
2018-09-11T18:24:14Z
MEMBER
null
Small edits to fix some instances where the text isn't rendering as intended.
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/22659/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/22659/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/22659.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/22659", "merged_at": "2018-09-11T18:24:14Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/22659.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/22659" }
https://api.github.com/repos/pandas-dev/pandas/issues/22660
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/22660/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/22660/comments
https://api.github.com/repos/pandas-dev/pandas/issues/22660/events
https://github.com/pandas-dev/pandas/issues/22660
359,051,025
MDU6SXNzdWUzNTkwNTEwMjU=
22,660
OverflowError in resample+aggregate for tz-aware index and list-like aggregation
{ "avatar_url": "https://avatars.githubusercontent.com/u/27341103?v=4", "events_url": "https://api.github.com/users/frexvahi/events{/privacy}", "followers_url": "https://api.github.com/users/frexvahi/followers", "following_url": "https://api.github.com/users/frexvahi/following{/other_user}", "gists_url": "htt...
[ { "color": "e10c02", "default": false, "description": null, "id": 76811, "name": "Bug", "node_id": "MDU6TGFiZWw3NjgxMQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug" }, { "color": "5319e7", "default": false, "description": "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...
1
2018-09-11T13:35:53Z
2019-02-16T17:22:41Z
2019-02-16T17:22:41Z
CONTRIBUTOR
null
#### Code Sample, a copy-pastable example if possible ```python df = pd.DataFrame(np.random.rand(200, 1), index=pd.DatetimeIndex(start='2017-01-01', freq='15min', periods=200, tz='Europe/Berlin'), columns=['t2p']) df.resample('1d').aggregate(['mean']) ... OverflowError [...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/22660/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/22660/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/22661
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/22661/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/22661/comments
https://api.github.com/repos/pandas-dev/pandas/issues/22661/events
https://github.com/pandas-dev/pandas/issues/22661
359,061,580
MDU6SXNzdWUzNTkwNjE1ODA=
22,661
Bug: pd.read_csv does not read lines with data containing leading quotes but not matching close quotes
{ "avatar_url": "https://avatars.githubusercontent.com/u/3661965?v=4", "events_url": "https://api.github.com/users/dhruvsakalley/events{/privacy}", "followers_url": "https://api.github.com/users/dhruvsakalley/followers", "following_url": "https://api.github.com/users/dhruvsakalley/following{/other_user}", "gi...
[ { "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": "207de5", "default": false, "descriptio...
closed
false
null
[]
null
3
2018-09-11T14:00:56Z
2020-01-24T07:02:52Z
2020-01-24T07:02:52Z
NONE
null
#### Code Sample, a copy-pastable example if possible pd.read_csv("pandas_bug.tsv", sep="\t", index_col=None, header=None, encoding='utf-8', skip_blank_lines=True, quotechar='"') #### Problem description The pandas_bug.tsv looks like this 3 abc 5.6 4 "abc" 4.3 5 "error 3.3 This code line results in an 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/22661/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/22661/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/22662
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/22662/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/22662/comments
https://api.github.com/repos/pandas-dev/pandas/issues/22662/events
https://github.com/pandas-dev/pandas/issues/22662
359,101,095
MDU6SXNzdWUzNTkxMDEwOTU=
22,662
DOC: Document column order in MultiIndex.to_frame
{ "avatar_url": "https://avatars.githubusercontent.com/u/2401026?v=4", "events_url": "https://api.github.com/users/matthewgilbert/events{/privacy}", "followers_url": "https://api.github.com/users/matthewgilbert/followers", "following_url": "https://api.github.com/users/matthewgilbert/following{/other_user}", ...
[ { "color": "3465A4", "default": false, "description": null, "id": 134699, "name": "Docs", "node_id": "MDU6TGFiZWwxMzQ2OTk=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Docs" }, { "color": "0e8a16", "default": true, "description": null, "id": 7171206...
closed
false
null
[]
null
3
2018-09-11T15:30:20Z
2018-09-12T11:11:53Z
2018-09-12T11:11:53Z
CONTRIBUTOR
null
``` conda create -q -n pandas1 python=3.6 pandas=0.23.4 source activate pandas1 ``` ```python >>> import pandas as pd >>> >>> pd.MultiIndex.from_tuples( ... [("B1", "A1"), ("B2", "A1")], names=["B", "A"] ... ).to_frame() B A B A B1 A1 B1 A1 B2 A1 B2 A1 ``` ``` conda crea...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/22662/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/22662/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/22663
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/22663/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/22663/comments
https://api.github.com/repos/pandas-dev/pandas/issues/22663/events
https://github.com/pandas-dev/pandas/issues/22663
359,159,958
MDU6SXNzdWUzNTkxNTk5NTg=
22,663
Operation between DataFrame with non-numeric types and incomplete series
{ "avatar_url": "https://avatars.githubusercontent.com/u/1224492?v=4", "events_url": "https://api.github.com/users/toobaz/events{/privacy}", "followers_url": "https://api.github.com/users/toobaz/followers", "following_url": "https://api.github.com/users/toobaz/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": "0e8a16", "de...
closed
false
null
[]
{ "closed_at": "2020-07-28T18:13:47Z", "closed_issues": 2378, "created_at": "2019-12-02T12:52:48Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/j...
1
2018-09-11T18:09:20Z
2020-06-02T22:21:04Z
2020-06-02T22:21:04Z
MEMBER
null
#### Code Sample, a copy-pastable example if possible ```python In [2]: df = pd.DataFrame([[1, 2, 3], [4, 5, 6]], columns=list('abc')) In [3]: df + pd.Series([-1, -2], index=list('ab')) Out[3]: a b c 0 0.0 0.0 NaN 1 3.0 3.0 NaN In [4]: df['c'] = 'c' In [5]: df + pd.Series([-1, -2], 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/22663/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/22663/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/22664
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/22664/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/22664/comments
https://api.github.com/repos/pandas-dev/pandas/issues/22664/events
https://github.com/pandas-dev/pandas/issues/22664
359,170,208
MDU6SXNzdWUzNTkxNzAyMDg=
22,664
API: Add extension type registry to API
{ "avatar_url": "https://avatars.githubusercontent.com/u/1312546?v=4", "events_url": "https://api.github.com/users/TomAugspurger/events{/privacy}", "followers_url": "https://api.github.com/users/TomAugspurger/followers", "following_url": "https://api.github.com/users/TomAugspurger/following{/other_user}", "gi...
[ { "color": "6138b5", "default": false, "description": "Extending pandas with custom dtypes or arrays.", "id": 849023693, "name": "ExtensionArray", "node_id": "MDU6TGFiZWw4NDkwMjM2OTM=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/ExtensionArray" } ]
closed
false
null
[]
{ "closed_at": "2019-01-26T00:51:26Z", "closed_issues": 2048, "created_at": "2018-03-29T12:00:12Z", "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...
1
2018-09-11T18:38:43Z
2018-09-13T11:27:43Z
2018-09-13T11:27:43Z
CONTRIBUTOR
null
In `pandas.api.extensions` probably.
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/22664/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/22664/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/22665
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/22665/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/22665/comments
https://api.github.com/repos/pandas-dev/pandas/issues/22665/events
https://github.com/pandas-dev/pandas/issues/22665
359,179,165
MDU6SXNzdWUzNTkxNzkxNjU=
22,665
BUG: CategoricalIndex can't be a boolen mask
{ "avatar_url": "https://avatars.githubusercontent.com/u/1312546?v=4", "events_url": "https://api.github.com/users/TomAugspurger/events{/privacy}", "followers_url": "https://api.github.com/users/TomAugspurger/followers", "following_url": "https://api.github.com/users/TomAugspurger/following{/other_user}", "gi...
[ { "color": "0b02e1", "default": false, "description": "Related to indexing on series/frames, not to indexes themselves", "id": 2822098, "name": "Indexing", "node_id": "MDU6TGFiZWwyODIyMDk4", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Indexing" }, { "color": "e1...
closed
false
null
[]
{ "closed_at": "2019-01-26T00:51:26Z", "closed_issues": 2048, "created_at": "2018-03-29T12:00:12Z", "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...
2
2018-09-11T19:01:36Z
2018-09-20T14:01:32Z
2018-09-20T14:01:32Z
CONTRIBUTOR
null
```python In [1]: import pandas as pd In [2]: idx = pd.CategoricalIndex([True, False, True]) In [3]: pd.Series(range(3))[idx] Out[3]: True NaN False NaN True NaN dtype: float64 ``` Expected: ```python In [4]: pd.Series(range(3))[idx.astype(object)] Out[4]: 0 0 2 2 dtype: int64 `...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/22665/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/22665/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/22666
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/22666/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/22666/comments
https://api.github.com/repos/pandas-dev/pandas/issues/22666/events
https://github.com/pandas-dev/pandas/pull/22666
359,179,810
MDExOlB1bGxSZXF1ZXN0MjE0NzMzNzI1
22,666
API: register_extension_dtype class decorator
{ "avatar_url": "https://avatars.githubusercontent.com/u/1312546?v=4", "events_url": "https://api.github.com/users/TomAugspurger/events{/privacy}", "followers_url": "https://api.github.com/users/TomAugspurger/followers", "following_url": "https://api.github.com/users/TomAugspurger/following{/other_user}", "gi...
[ { "color": "6138b5", "default": false, "description": "Extending pandas with custom dtypes or arrays.", "id": 849023693, "name": "ExtensionArray", "node_id": "MDU6TGFiZWw4NDkwMjM2OTM=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/ExtensionArray" } ]
closed
false
null
[]
{ "closed_at": "2019-01-26T00:51:26Z", "closed_issues": 2048, "created_at": "2018-03-29T12:00:12Z", "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...
8
2018-09-11T19:03:12Z
2018-09-13T11:30:33Z
2018-09-13T11:27:43Z
CONTRIBUTOR
null
Closes https://github.com/pandas-dev/pandas/issues/22664
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/22666/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/22666/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/22666.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/22666", "merged_at": "2018-09-13T11:27:43Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/22666.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/22666" }
https://api.github.com/repos/pandas-dev/pandas/issues/22667
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/22667/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/22667/comments
https://api.github.com/repos/pandas-dev/pandas/issues/22667/events
https://github.com/pandas-dev/pandas/pull/22667
359,189,527
MDExOlB1bGxSZXF1ZXN0MjE0NzQwNDQ5
22,667
is_bool_dtype for ExtensionArrays
{ "avatar_url": "https://avatars.githubusercontent.com/u/1312546?v=4", "events_url": "https://api.github.com/users/TomAugspurger/events{/privacy}", "followers_url": "https://api.github.com/users/TomAugspurger/followers", "following_url": "https://api.github.com/users/TomAugspurger/following{/other_user}", "gi...
[ { "color": "0b02e1", "default": false, "description": "Related to indexing on series/frames, not to indexes themselves", "id": 2822098, "name": "Indexing", "node_id": "MDU6TGFiZWwyODIyMDk4", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Indexing" }, { "color": "e1...
closed
false
null
[]
{ "closed_at": "2019-01-26T00:51:26Z", "closed_issues": 2048, "created_at": "2018-03-29T12:00:12Z", "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...
10
2018-09-11T19:28:36Z
2018-09-20T23:23:15Z
2018-09-20T14:01:32Z
CONTRIBUTOR
null
Closes #22326 Closes #22665 Two commits: https://github.com/pandas-dev/pandas/commit/fe3500248dec1b21469e94e054f636dc7707fae0 partially implements an Arrow-backed ExtensionArray. We need this as we don't currently have any boolean-values EAs. https://github.com/pandas-dev/pandas/commit/04029ac94d1e53fbec18264b...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/22667/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/22667/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/22667.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/22667", "merged_at": "2018-09-20T14:01:32Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/22667.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/22667" }
https://api.github.com/repos/pandas-dev/pandas/issues/22668
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/22668/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/22668/comments
https://api.github.com/repos/pandas-dev/pandas/issues/22668/events
https://github.com/pandas-dev/pandas/issues/22668
359,199,631
MDU6SXNzdWUzNTkxOTk2MzE=
22,668
Alternative wheel build
{ "avatar_url": "https://avatars.githubusercontent.com/u/2615950?v=4", "events_url": "https://api.github.com/users/lyssdod/events{/privacy}", "followers_url": "https://api.github.com/users/lyssdod/followers", "following_url": "https://api.github.com/users/lyssdod/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
[]
null
11
2018-09-11T19:55:56Z
2020-07-28T13:23:40Z
2020-07-28T13:23:40Z
NONE
null
Hi, I'm about to start working on adding support for non-glibc linux platforms (Alpine etc)[1, 2] to the pip/wheel toolset (https://github.com/pypa/manylinux/issues/37). Long story short, pip wheels don't support musl libc at this moment, so if you want to install pandas in a neat small Alpine-based Docker image, yo...
{ "+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/22668/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/22668/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/22669
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/22669/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/22669/comments
https://api.github.com/repos/pandas-dev/pandas/issues/22669/events
https://github.com/pandas-dev/pandas/issues/22669
359,223,801
MDU6SXNzdWUzNTkyMjM4MDE=
22,669
Feature: Qcut when passed labels and duplicates='drop' should drop corresponding labels
{ "avatar_url": "https://avatars.githubusercontent.com/u/10198835?v=4", "events_url": "https://api.github.com/users/olveirap/events{/privacy}", "followers_url": "https://api.github.com/users/olveirap/followers", "following_url": "https://api.github.com/users/olveirap/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": "9aace2", "default": false, "description": "cut, qcut", "id": 16...
open
false
null
[]
null
12
2018-09-11T21:05:59Z
2021-11-09T04:38:01Z
null
NONE
null
#### Code Sample, a copy-pastable example if possible ```python import pandas as pd import numpy as np def add_quantiles(data, column, quantiles=4): """ Returns the given dataframe with dummy columns for quantiles of a given column. Quantiles can be a int to specify equal spaced quantiles or an ar...
{ "+1": 4, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 4, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/22669/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/22669/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/22670
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/22670/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/22670/comments
https://api.github.com/repos/pandas-dev/pandas/issues/22670/events
https://github.com/pandas-dev/pandas/pull/22670
359,259,336
MDExOlB1bGxSZXF1ZXN0MjE0Nzk0NDE5
22,670
CLN: Standardize searchsorted signatures
{ "avatar_url": "https://avatars.githubusercontent.com/u/9273653?v=4", "events_url": "https://api.github.com/users/gfyoung/events{/privacy}", "followers_url": "https://api.github.com/users/gfyoung/followers", "following_url": "https://api.github.com/users/gfyoung/following{/other_user}", "gists_url": "https:/...
[ { "color": "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-01-26T00:51:26Z", "closed_issues": 2048, "created_at": "2018-03-29T12:00:12Z", "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...
4
2018-09-11T23:23:23Z
2018-09-14T18:10:21Z
2018-09-13T19:52:35Z
MEMBER
null
The parameter is "value" across the board. xref #14645.
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/22670/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/22670/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/22670.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/22670", "merged_at": "2018-09-13T19:52:35Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/22670.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/22670" }
https://api.github.com/repos/pandas-dev/pandas/issues/22671
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/22671/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/22671/comments
https://api.github.com/repos/pandas-dev/pandas/issues/22671/events
https://github.com/pandas-dev/pandas/pull/22671
359,267,931
MDExOlB1bGxSZXF1ZXN0MjE0ODAwODE1
22,671
DOC: add cross references to advanced.rst
{ "avatar_url": "https://avatars.githubusercontent.com/u/26364415?v=4", "events_url": "https://api.github.com/users/topper-123/events{/privacy}", "followers_url": "https://api.github.com/users/topper-123/followers", "following_url": "https://api.github.com/users/topper-123/following{/other_user}", "gists_url"...
[ { "color": "3465A4", "default": false, "description": null, "id": 134699, "name": "Docs", "node_id": "MDU6TGFiZWwxMzQ2OTk=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Docs" }, { "color": "207de5", "default": false, "description": null, "id": 712683...
closed
false
null
[]
{ "closed_at": "2019-01-26T00:51:26Z", "closed_issues": 2048, "created_at": "2018-03-29T12:00:12Z", "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...
6
2018-09-12T00:06:59Z
2018-09-12T06:03:06Z
2018-09-12T06:01:13Z
CONTRIBUTOR
null
IMO the [MultiIndex / Advanced Indexing](http://pandas-docs.github.io/pandas-docs-travis/advanced.html) section of the docs are a bit thin on cross references, so it's too difficult to make deeper looks into the API, when you are in doubt. I've added cross references. They're added relatively sparingly, typically o...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/22671/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/22671/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/22671.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/22671", "merged_at": "2018-09-12T06:01:13Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/22671.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/22671" }
https://api.github.com/repos/pandas-dev/pandas/issues/22672
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/22672/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/22672/comments
https://api.github.com/repos/pandas-dev/pandas/issues/22672/events
https://github.com/pandas-dev/pandas/pull/22672
359,270,941
MDExOlB1bGxSZXF1ZXN0MjE0ODAzMTAy
22,672
MAINT: Standardize searchsorted signature
{ "avatar_url": "https://avatars.githubusercontent.com/u/9273653?v=4", "events_url": "https://api.github.com/users/gfyoung/events{/privacy}", "followers_url": "https://api.github.com/users/gfyoung/followers", "following_url": "https://api.github.com/users/gfyoung/following{/other_user}", "gists_url": "https:/...
[ { "color": "eb6420", "default": false, "description": "Non-arithmetic algos: value_counts, factorize, sorting, isin, clip, shift, diff", "id": 57296398, "name": "Algos", "node_id": "MDU6TGFiZWw1NzI5NjM5OA==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Algos" } ]
closed
false
null
[]
{ "closed_at": "2019-01-26T00:51:26Z", "closed_issues": 2048, "created_at": "2018-03-29T12:00:12Z", "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...
8
2018-09-12T00:24:12Z
2018-09-16T04:00:56Z
2018-09-15T17:53:41Z
MEMBER
null
"value" is the law of the land. xref #14645. Follow-up to #15601.
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/22672/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/22672/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/22672.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/22672", "merged_at": "2018-09-15T17:53:41Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/22672.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/22672" }
https://api.github.com/repos/pandas-dev/pandas/issues/22673
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/22673/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/22673/comments
https://api.github.com/repos/pandas-dev/pandas/issues/22673/events
https://github.com/pandas-dev/pandas/pull/22673
359,273,895
MDExOlB1bGxSZXF1ZXN0MjE0ODA1Mjcy
22,673
DOC: Fix DataFrame.to_xarray doctests and allow the CI to run it.
{ "avatar_url": "https://avatars.githubusercontent.com/u/31669?v=4", "events_url": "https://api.github.com/users/Moisan/events{/privacy}", "followers_url": "https://api.github.com/users/Moisan/followers", "following_url": "https://api.github.com/users/Moisan/following{/other_user}", "gists_url": "https://api....
[ { "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": "06909A", "default": false, "description": "IO issues that don't ...
closed
false
null
[]
null
3
2018-09-12T00:42:11Z
2018-09-19T17:21:25Z
2018-09-19T15:37:37Z
CONTRIBUTOR
null
- [x] tests added / passed - [x] passes `git diff upstream/master -u -- "*.py" | flake8 --diff` Fix the docstring for DataFrame.to_xarray as described in #22459 . I removed the pandas.panel example since it was deprecated and I replaced it with a MultiIndex.
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/22673/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/22673/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/22673.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/22673", "merged_at": "2018-09-19T15:37:37Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/22673.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/22673" }
https://api.github.com/repos/pandas-dev/pandas/issues/22674
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/22674/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/22674/comments
https://api.github.com/repos/pandas-dev/pandas/issues/22674/events
https://github.com/pandas-dev/pandas/pull/22674
359,278,279
MDExOlB1bGxSZXF1ZXN0MjE0ODA4NTE0
22,674
DOC: Add section on MultiIndex.to_frame() ordering
{ "avatar_url": "https://avatars.githubusercontent.com/u/2401026?v=4", "events_url": "https://api.github.com/users/matthewgilbert/events{/privacy}", "followers_url": "https://api.github.com/users/matthewgilbert/followers", "following_url": "https://api.github.com/users/matthewgilbert/following{/other_user}", ...
[ { "color": "3465A4", "default": false, "description": null, "id": 134699, "name": "Docs", "node_id": "MDU6TGFiZWwxMzQ2OTk=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Docs" }, { "color": "207de5", "default": false, "description": null, "id": 712683...
closed
false
null
[]
null
2
2018-09-12T01:10:02Z
2018-09-12T11:11:56Z
2018-09-12T11:11:54Z
CONTRIBUTOR
null
- Closes #22662
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/22674/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/22674/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/22674.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/22674", "merged_at": "2018-09-12T11:11:53Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/22674.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/22674" }
https://api.github.com/repos/pandas-dev/pandas/issues/22675
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/22675/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/22675/comments
https://api.github.com/repos/pandas-dev/pandas/issues/22675/events
https://github.com/pandas-dev/pandas/issues/22675
359,282,751
MDU6SXNzdWUzNTkyODI3NTE=
22,675
BLD/IO: Elusive Travis ResourceWarning & closing files by default
{ "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": "a2bca7", "default": false, "description": "Continuous Integration", "id": 48070600, "name": "CI", "node_id": "MDU6TGFiZWw0ODA3MDYwMA==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/CI" }, { "color": "5319e7", "default": false, "description": ...
closed
false
null
[]
null
14
2018-09-12T01:35:57Z
2018-09-21T03:13:16Z
2018-09-21T03:13:16Z
MEMBER
null
Every once in a while Travis will raise a `ResourceWarning` ``` ____________________ TestPythonParser.test_no_header_prefix ____________________ [gw0] darwin -- Python 3.5.6 /Users/travis/miniconda3/envs/pandas/bin/python self = <pandas.tests.io.parser.test_parsers.TestPythonParser object at 0x11d030da0> def...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/22675/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/22675/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/22676
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/22676/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/22676/comments
https://api.github.com/repos/pandas-dev/pandas/issues/22676/events
https://github.com/pandas-dev/pandas/issues/22676
359,325,934
MDU6SXNzdWUzNTkzMjU5MzQ=
22,676
DOC/DEPR: sep vs pat in series.str.partition
{ "avatar_url": "https://avatars.githubusercontent.com/u/33685575?v=4", "events_url": "https://api.github.com/users/h-vetinari/events{/privacy}", "followers_url": "https://api.github.com/users/h-vetinari/followers", "following_url": "https://api.github.com/users/h-vetinari/following{/other_user}", "gists_url"...
[ { "color": "3465A4", "default": false, "description": null, "id": 134699, "name": "Docs", "node_id": "MDU6TGFiZWwxMzQ2OTk=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Docs" }, { "color": "5319e7", "default": false, "description": "Functionality to remo...
closed
false
null
[]
{ "closed_at": "2019-01-26T00:51:26Z", "closed_issues": 2048, "created_at": "2018-03-29T12:00:12Z", "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...
2
2018-09-12T05:54:47Z
2018-11-20T01:07:24Z
2018-11-20T01:07:24Z
CONTRIBUTOR
null
All the way back to the v0.16 docs, `Series.str.partition` (https://pandas.pydata.org/pandas-docs/stable/generated/pandas.Series.str.partition.html) has the signature ```Series.str.partition(pat=' ', expand=True)```, but the docs only talk about `sep` instead of `pat`. ![3](https://user-images.githubusercontent.com/33...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/22676/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/22676/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/22677
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/22677/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/22677/comments
https://api.github.com/repos/pandas-dev/pandas/issues/22677/events
https://github.com/pandas-dev/pandas/issues/22677
359,333,058
MDU6SXNzdWUzNTkzMzMwNTg=
22,677
API/DEPR: error_bad_lines/warn_bad_lines in pd.read_csv
{ "avatar_url": "https://avatars.githubusercontent.com/u/33685575?v=4", "events_url": "https://api.github.com/users/h-vetinari/events{/privacy}", "followers_url": "https://api.github.com/users/h-vetinari/followers", "following_url": "https://api.github.com/users/h-vetinari/following{/other_user}", "gists_url"...
[ { "color": "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": "009800", "default": false, "description": "D...
closed
false
null
[]
null
2
2018-09-12T06:28:51Z
2021-03-14T04:21:21Z
2021-03-14T04:21:20Z
CONTRIBUTOR
null
From discussion started in #22639: Currently, `pd.read_csv` has two booleans * **error_bad_lines** : boolean, default True Lines with too many fields (e.g. a csv line with too many commas) will by default cause an exception to be raised, and no DataFrame will be returned. If False, then these “bad lines” will ...
{ "+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/22677/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/22677/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/22678
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/22678/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/22678/comments
https://api.github.com/repos/pandas-dev/pandas/issues/22678/events
https://github.com/pandas-dev/pandas/issues/22678
359,422,508
MDU6SXNzdWUzNTk0MjI1MDg=
22,678
DF to CSV splits row if one of the data points ends in \r (Windows)
{ "avatar_url": "https://avatars.githubusercontent.com/u/1978117?v=4", "events_url": "https://api.github.com/users/asishm/events{/privacy}", "followers_url": "https://api.github.com/users/asishm/followers", "following_url": "https://api.github.com/users/asishm/following{/other_user}", "gists_url": "https://ap...
[]
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
2018-09-12T10:45:16Z
2018-09-12T11:18:50Z
2018-09-12T11:18:45Z
CONTRIBUTOR
null
#### Code Sample, a copy-pastable example if possible ```python test_df = pd.DataFrame({"before": [1,2,3,4,6], "error": ["Water damage to 3 floor apartment building. \r"]*5, "after": [8,9,10,11,12]}) test_df[['before', 'error', 'after']].to_csv("test_error.csv", index=False) read_test_df = pd.read_csv("test_erro...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/22678/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/22678/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/22679
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/22679/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/22679/comments
https://api.github.com/repos/pandas-dev/pandas/issues/22679/events
https://github.com/pandas-dev/pandas/pull/22679
359,551,413
MDExOlB1bGxSZXF1ZXN0MjE1MDE2ODg2
22,679
Close ZipFile in compression test
{ "avatar_url": "https://avatars.githubusercontent.com/u/1312546?v=4", "events_url": "https://api.github.com/users/TomAugspurger/events{/privacy}", "followers_url": "https://api.github.com/users/TomAugspurger/followers", "following_url": "https://api.github.com/users/TomAugspurger/following{/other_user}", "gi...
[ { "color": "5319e7", "default": false, "description": "Unit tests that occasionally fail", "id": 76939933, "name": "Unreliable Test", "node_id": "MDU6TGFiZWw3NjkzOTkzMw==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Unreliable%20Test" } ]
closed
false
null
[]
{ "closed_at": "2019-01-26T00:51:26Z", "closed_issues": 2048, "created_at": "2018-03-29T12:00:12Z", "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...
6
2018-09-12T16:06:24Z
2018-09-13T13:24:18Z
2018-09-13T13:24:15Z
CONTRIBUTOR
null
Maybe fixes #22675 Maybe fixed #22682
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/22679/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/22679/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/22679.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/22679", "merged_at": "2018-09-13T13:24:15Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/22679.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/22679" }
https://api.github.com/repos/pandas-dev/pandas/issues/22680
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/22680/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/22680/comments
https://api.github.com/repos/pandas-dev/pandas/issues/22680/events
https://github.com/pandas-dev/pandas/issues/22680
359,562,599
MDU6SXNzdWUzNTk1NjI1OTk=
22,680
Add a method to ExtensionArray interface for whether an array contains NAs
{ "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": "4E9A06", "default": false, "description": null, "id": 76812, "name": "Enhancement", "node_id": "MDU6TGFiZWw3NjgxMg==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Enhancement" }, { "color": "a10c02", "default": false, "description": "Memory o...
open
false
null
[]
null
4
2018-09-12T16:36:38Z
2021-06-22T04:58:13Z
null
CONTRIBUTOR
null
In lots of places, pandas does something like `if np.any(arr.isna())`, which is wasteful as we have to create an ndarray of booleans just to check whether there are any `True` values. Some arrays, like Arrow, know ahead of time whether there are any NAs in the array. Would it make sense to expose an API for an array...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/22680/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/22680/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/22681
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/22681/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/22681/comments
https://api.github.com/repos/pandas-dev/pandas/issues/22681/events
https://github.com/pandas-dev/pandas/pull/22681
359,643,769
MDExOlB1bGxSZXF1ZXN0MjE1MDg5MDkx
22,681
TST Replace unittest.TestCase.fail calls, use pytest.raises instead of legacy constructs
{ "avatar_url": "https://avatars.githubusercontent.com/u/630936?v=4", "events_url": "https://api.github.com/users/rth/events{/privacy}", "followers_url": "https://api.github.com/users/rth/followers", "following_url": "https://api.github.com/users/rth/following{/other_user}", "gists_url": "https://api.github.c...
[ { "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-01-26T00:51:26Z", "closed_issues": 2048, "created_at": "2018-03-29T12:00:12Z", "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...
5
2018-09-12T20:39:38Z
2018-09-13T22:11:41Z
2018-09-13T22:05:04Z
CONTRIBUTOR
null
Similarly to https://github.com/numpy/numpy/pull/11933, > Following pytest migration there are unit tests that used to call unittest.TestCase.fail and now will produce a misleading error message on failure because the fail method no longer exists (test classes just inherit from object). > > This fixes this issue, b...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/22681/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/22681/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/22681.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/22681", "merged_at": "2018-09-13T22:05:04Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/22681.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/22681" }
https://api.github.com/repos/pandas-dev/pandas/issues/22682
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/22682/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/22682/comments
https://api.github.com/repos/pandas-dev/pandas/issues/22682/events
https://github.com/pandas-dev/pandas/issues/22682
359,712,762
MDU6SXNzdWUzNTk3MTI3NjI=
22,682
CI: xlrd PendingDeprecationWarning
{ "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": "bfe5bf", "d...
closed
false
null
[]
null
9
2018-09-13T01:51:55Z
2019-05-22T13:43:21Z
2018-09-13T13:24:15Z
MEMBER
null
https://travis-ci.org/pandas-dev/pandas/jobs/427910477 ``` E AssertionError: Caused unexpected warning(s): [('PendingDeprecationWarning', PendingDeprecationWarning("This method will be removed in future versions. Use 'tree.iter()' or 'list(tree.iter())' instead.",), '/home/travis/miniconda3/envs/pandas/l...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/22682/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/22682/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/22683
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/22683/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/22683/comments
https://api.github.com/repos/pandas-dev/pandas/issues/22683/events
https://github.com/pandas-dev/pandas/issues/22683
359,721,824
MDU6SXNzdWUzNTk3MjE4MjQ=
22,683
missing files on test
{ "avatar_url": "https://avatars.githubusercontent.com/u/704401?v=4", "events_url": "https://api.github.com/users/marianielias/events{/privacy}", "followers_url": "https://api.github.com/users/marianielias/followers", "following_url": "https://api.github.com/users/marianielias/following{/other_user}", "gists_...
[ { "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": "C4A000", "default": false, "description": "pandas t...
open
false
null
[]
null
9
2018-09-13T02:45:19Z
2020-05-22T03:24:05Z
null
NONE
null
Hi, testing with "pytest pandas" from a pypi package returns a bunch of errors related to missing files. I understand that those files are removed on propose ? Shouldn't the tests skip the use of those files if they aren't present ?
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/22683/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/22683/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/22684
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/22684/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/22684/comments
https://api.github.com/repos/pandas-dev/pandas/issues/22684/events
https://github.com/pandas-dev/pandas/pull/22684
359,798,794
MDExOlB1bGxSZXF1ZXN0MjE1MjA2NzIy
22,684
ENH: correlation function accepts method being a callable
{ "avatar_url": "https://avatars.githubusercontent.com/u/8392324?v=4", "events_url": "https://api.github.com/users/shadiakiki1986/events{/privacy}", "followers_url": "https://api.github.com/users/shadiakiki1986/followers", "following_url": "https://api.github.com/users/shadiakiki1986/following{/other_user}", ...
[ { "color": "4E9A06", "default": false, "description": null, "id": 76812, "name": "Enhancement", "node_id": "MDU6TGFiZWw3NjgxMg==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Enhancement" }, { "color": "eb6420", "default": false, "description": "Non-arit...
closed
false
null
[]
{ "closed_at": "2019-01-26T00:51:26Z", "closed_issues": 2048, "created_at": "2018-03-29T12:00:12Z", "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...
5
2018-09-13T08:44:25Z
2018-09-26T10:20:26Z
2018-09-26T10:20:21Z
CONTRIBUTOR
null
- other than the listed strings for the `method` argument, accept a callable for generic correlation calculations - ~~~minor fix of = to == in requirements file~~~ - [ ] closes #xxxx (no issue opened for PR) - [x] tests added / passed - [x] passes `git diff upstream/master -u -- "*.py" | flake8 --diff` - [x] wha...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/22684/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/22684/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/22684.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/22684", "merged_at": "2018-09-26T10:20:21Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/22684.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/22684" }
https://api.github.com/repos/pandas-dev/pandas/issues/22685
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/22685/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/22685/comments
https://api.github.com/repos/pandas-dev/pandas/issues/22685/events
https://github.com/pandas-dev/pandas/issues/22685
359,809,635
MDU6SXNzdWUzNTk4MDk2MzU=
22,685
DataFrame.agg() raises TypeError when passing list of functions and setting axis=1
{ "avatar_url": "https://avatars.githubusercontent.com/u/12885402?v=4", "events_url": "https://api.github.com/users/somiandras/events{/privacy}", "followers_url": "https://api.github.com/users/somiandras/followers", "following_url": "https://api.github.com/users/somiandras/following{/other_user}", "gists_url"...
[]
closed
false
null
[]
null
2
2018-09-13T09:14:38Z
2018-09-13T20:37:39Z
2018-09-13T20:37:39Z
NONE
null
#### Code Sample, a copy-pastable example if possible ```python >>> df = pd.DataFrame([[1, 2, 3], [4, 5, 6]], index=['row1', 'row2'], columns=['A', 'B', 'C']) >>> df A B C row1 1 2 3 row2 4 5 6 >>> df.agg(['mean', 'sem'], axis=0) A B C mean 2.5 3.5 4.5 sem 1.5 1.5 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/22685/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/22685/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/22686
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/22686/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/22686/comments
https://api.github.com/repos/pandas-dev/pandas/issues/22686/events
https://github.com/pandas-dev/pandas/issues/22686
359,820,094
MDU6SXNzdWUzNTk4MjAwOTQ=
22,686
Pandas vs Numpy broadcasting discrepancy
{ "avatar_url": "https://avatars.githubusercontent.com/u/7346303?v=4", "events_url": "https://api.github.com/users/timlod/events{/privacy}", "followers_url": "https://api.github.com/users/timlod/followers", "following_url": "https://api.github.com/users/timlod/following{/other_user}", "gists_url": "https://ap...
[ { "color": "006b75", "default": false, "description": "Arithmetic, Comparison, and Logical operations", "id": 47223669, "name": "Numeric Operations", "node_id": "MDU6TGFiZWw0NzIyMzY2OQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Numeric%20Operations" } ]
closed
false
null
[]
{ "closed_at": "2019-01-26T00:51:26Z", "closed_issues": 2048, "created_at": "2018-03-29T12:00:12Z", "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...
0
2018-09-13T09:42:47Z
2018-10-07T22:38:27Z
2018-10-07T22:38:27Z
NONE
null
#### Code Sample, a copy-pastable example if possible ```python # Not working in full pandas pd.DataFrame(np.full((5,5), True)) & np.full((1,5), False) #ValueError: Unable to coerce to DataFrame, shape must be (5, 5): given (1, 5) # After extracting the numpy array it works as expected: pd.DataFrame(np.full((...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/22686/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/22686/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/22687
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/22687/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/22687/comments
https://api.github.com/repos/pandas-dev/pandas/issues/22687/events
https://github.com/pandas-dev/pandas/pull/22687
359,824,032
MDExOlB1bGxSZXF1ZXN0MjE1MjI2MTQ3
22,687
Only sort dict columns in from_records for py < 3.6
{ "avatar_url": "https://avatars.githubusercontent.com/u/263523?v=4", "events_url": "https://api.github.com/users/llawall/events{/privacy}", "followers_url": "https://api.github.com/users/llawall/followers", "following_url": "https://api.github.com/users/llawall/following{/other_user}", "gists_url": "https://...
[ { "color": "370f77", "default": false, "description": "DataFrame data structure", "id": 1049312478, "name": "DataFrame", "node_id": "MDU6TGFiZWwxMDQ5MzEyNDc4", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/DataFrame" } ]
closed
false
null
[]
null
8
2018-09-13T09:53:26Z
2018-12-23T23:45:23Z
2018-12-23T23:45:22Z
NONE
null
- [ ] closes #xxxx (no existing issue) - [x] tests passed (no new test added - can add one if necessary) - [x] passes `git diff upstream/master -u -- "*.py" | flake8 --diff` - [ ] whatsnew entry DataFrame.from_records does not respect dictionary order on Python 3.6+. For example: ``` >>> df = pd.DataFrame.fro...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/22687/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/22687/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/22687.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/22687", "merged_at": null, "patch_url": "https://github.com/pandas-dev/pandas/pull/22687.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/22687" }
https://api.github.com/repos/pandas-dev/pandas/issues/22688
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/22688/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/22688/comments
https://api.github.com/repos/pandas-dev/pandas/issues/22688/events
https://github.com/pandas-dev/pandas/issues/22688
359,855,344
MDU6SXNzdWUzNTk4NTUzNDQ=
22,688
Meaning of BaseDtypeTests.test_array_type_with_arg
{ "avatar_url": "https://avatars.githubusercontent.com/u/1312546?v=4", "events_url": "https://api.github.com/users/TomAugspurger/events{/privacy}", "followers_url": "https://api.github.com/users/TomAugspurger/followers", "following_url": "https://api.github.com/users/TomAugspurger/following{/other_user}", "gi...
[ { "color": "6138b5", "default": false, "description": "Extending pandas with custom dtypes or arrays.", "id": 849023693, "name": "ExtensionArray", "node_id": "MDU6TGFiZWw4NDkwMjM2OTM=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/ExtensionArray" } ]
closed
false
null
[]
{ "closed_at": 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
2018-09-13T11:30:13Z
2018-09-13T14:46:38Z
2018-09-13T14:46:35Z
CONTRIBUTOR
null
https://github.com/pandas-dev/pandas/pull/22666 removed that test as (I think) it wasn't functioning properly. The method doesn't take any parameters, so running it would always raise a `TypeError`. Subclasses had to override it, which ends up just duplicating `test_array_type`. cc @jreback, if you recall the motiva...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/22688/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/22688/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/22689
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/22689/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/22689/comments
https://api.github.com/repos/pandas-dev/pandas/issues/22689/events
https://github.com/pandas-dev/pandas/issues/22689
359,860,040
MDU6SXNzdWUzNTk4NjAwNDA=
22,689
scripts/convert_deps.py doesn't handle exact pins correctly
{ "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...
[]
closed
false
null
[]
null
2
2018-09-13T11:45:33Z
2019-01-13T21:01:41Z
2019-01-13T21:01:41Z
CONTRIBUTOR
null
This should be a double equals: https://github.com/pandas-dev/pandas/blob/857515f60ef39d13d943969f6958e922f1e9b430/ci/requirements-optional-pip.txt#L17 conda uses a single, while pip requirements files use double.
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/22689/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/22689/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/22690
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/22690/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/22690/comments
https://api.github.com/repos/pandas-dev/pandas/issues/22690/events
https://github.com/pandas-dev/pandas/issues/22690
359,896,635
MDU6SXNzdWUzNTk4OTY2MzU=
22,690
CI: add use Azure
{ "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/jreback/followers", "following_url": "https://api.github.com/users/jreback/following{/other_user}", "gists_url": "https://...
[ { "color": "a2bca7", "default": false, "description": "Continuous Integration", "id": 48070600, "name": "CI", "node_id": "MDU6TGFiZWw0ODA3MDYwMA==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/CI" } ]
closed
false
null
[]
{ "closed_at": "2019-01-26T00:51:26Z", "closed_issues": 2048, "created_at": "2018-03-29T12:00:12Z", "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...
6
2018-09-13T13:29:46Z
2018-09-19T15:42:25Z
2018-09-19T15:42:25Z
CONTRIBUTOR
null
numba project added support for Azure CI pipelines: https://github.com/numba/numba/pull/3303 https://azure.microsoft.com/en-us/services/devops/pipelines/ looks like 10 parallel pipelines for open-source projects on mac, linux, windows OS. we could replace appveyor with this I think. cc @pandas-dev/pandas-co...
{ "+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/22690/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/22690/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/22691
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/22691/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/22691/comments
https://api.github.com/repos/pandas-dev/pandas/issues/22691/events
https://github.com/pandas-dev/pandas/pull/22691
359,899,485
MDExOlB1bGxSZXF1ZXN0MjE1Mjg1MzY3
22,691
DEPR: Removed styler shim
{ "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...
[]
closed
false
null
[]
{ "closed_at": "2019-01-26T00:51:26Z", "closed_issues": 2048, "created_at": "2018-03-29T12:00:12Z", "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...
1
2018-09-13T13:36:44Z
2018-09-13T20:21:22Z
2018-09-13T20:21:19Z
CONTRIBUTOR
null
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/22691/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/22691/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/22691.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/22691", "merged_at": "2018-09-13T20:21:19Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/22691.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/22691" }
https://api.github.com/repos/pandas-dev/pandas/issues/22692
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/22692/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/22692/comments
https://api.github.com/repos/pandas-dev/pandas/issues/22692/events
https://github.com/pandas-dev/pandas/issues/22692
359,902,855
MDU6SXNzdWUzNTk5MDI4NTU=
22,692
`pandas.DataFrame.to_html()` without `table border` and `tr style`
{ "avatar_url": "https://avatars.githubusercontent.com/u/4312650?v=4", "events_url": "https://api.github.com/users/norok2/events{/privacy}", "followers_url": "https://api.github.com/users/norok2/followers", "following_url": "https://api.github.com/users/norok2/following{/other_user}", "gists_url": "https://ap...
[ { "color": "e10c02", "default": false, "description": null, "id": 76811, "name": "Bug", "node_id": "MDU6TGFiZWw3NjgxMQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug" }, { "color": "006b75", "default": false, "description": "read_html, to_html, Styl...
open
false
null
[]
null
7
2018-09-13T13:45:19Z
2021-06-22T05:00:18Z
null
NONE
null
The following code produces HTML code for the corresponding table: ```python import pandas as pd import numpy as np df = pd.DataFrame(data=np.arange(3 * 4).reshape(3, 4)) df.to_html(classes=None, border=None, justify=None) ``` Specifically, you get: ```html <table border="1" class="dataframe"> <thea...
{ "+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/22692/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/22692/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/22693
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/22693/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/22693/comments
https://api.github.com/repos/pandas-dev/pandas/issues/22693/events
https://github.com/pandas-dev/pandas/issues/22693
359,904,920
MDU6SXNzdWUzNTk5MDQ5MjA=
22,693
read_fwf: skip_blank_lines does nothing
{ "avatar_url": "https://avatars.githubusercontent.com/u/32849577?v=4", "events_url": "https://api.github.com/users/ivanradicek/events{/privacy}", "followers_url": "https://api.github.com/users/ivanradicek/followers", "following_url": "https://api.github.com/users/ivanradicek/following{/other_user}", "gists_u...
[ { "color": "0e8a16", "default": true, "description": null, "id": 717120670, "name": "good first issue", "node_id": "MDU6TGFiZWw3MTcxMjA2NzA=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/good%20first%20issue" }, { "color": "cdea3c", "default": false, "de...
open
false
null
[]
{ "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", ...
7
2018-09-13T13:50:10Z
2021-06-22T05:01:45Z
null
NONE
null
#### Code Sample, a copy-pastable example if possible ```python from io import StringIO import pandas as pd f = StringIO('''A B C D''') df = pd.read_fwf(f, colspecs=[(0, 1), (2,3)], header=None, skip_blank_lines=True) print(df) ``` #### Problem description Output: ``` 0 1 0 A B 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/22693/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/22693/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/22694
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/22694/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/22694/comments
https://api.github.com/repos/pandas-dev/pandas/issues/22694/events
https://github.com/pandas-dev/pandas/pull/22694
359,978,307
MDExOlB1bGxSZXF1ZXN0MjE1MzQ2OTI0
22,694
TST: Test for bug fixed during #22534 discussion
{ "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": "006b75", "d...
closed
false
null
[]
{ "closed_at": "2019-01-26T00:51:26Z", "closed_issues": 2048, "created_at": "2018-03-29T12:00:12Z", "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...
1
2018-09-13T16:48:39Z
2018-09-15T15:07:52Z
2018-09-15T11:55:18Z
MEMBER
null
In the course of profiling #22534 a bug was found, but that PR was made redundant and the bug fixed in master. This just adds a test for that bug.
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/22694/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/22694/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/22694.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/22694", "merged_at": "2018-09-15T11:55:18Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/22694.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/22694" }
https://api.github.com/repos/pandas-dev/pandas/issues/22695
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/22695/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/22695/comments
https://api.github.com/repos/pandas-dev/pandas/issues/22695/events
https://github.com/pandas-dev/pandas/pull/22695
359,987,877
MDExOlB1bGxSZXF1ZXN0MjE1MzU0MzM5
22,695
BUG: Incorrect addition of Week(weekday=6) to DatetimeIndex
{ "avatar_url": "https://avatars.githubusercontent.com/u/21114125?v=4", "events_url": "https://api.github.com/users/reidy-p/events{/privacy}", "followers_url": "https://api.github.com/users/reidy-p/followers", "following_url": "https://api.github.com/users/reidy-p/following{/other_user}", "gists_url": "https:...
[ { "color": "e10c02", "default": false, "description": null, "id": 76811, "name": "Bug", "node_id": "MDU6TGFiZWw3NjgxMQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug" }, { "color": "AFEEEE", "default": false, "description": null, "id": 211840, ...
closed
false
null
[]
null
3
2018-09-13T17:17:07Z
2018-09-15T14:25:45Z
2018-09-14T11:13:50Z
CONTRIBUTOR
null
- [ ] closes #22465 - [ ] 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/22695/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/22695/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/22695.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/22695", "merged_at": "2018-09-14T11:13:50Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/22695.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/22695" }
https://api.github.com/repos/pandas-dev/pandas/issues/22696
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/22696/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/22696/comments
https://api.github.com/repos/pandas-dev/pandas/issues/22696/events
https://github.com/pandas-dev/pandas/pull/22696
359,991,650
MDExOlB1bGxSZXF1ZXN0MjE1MzU3MjY1
22,696
BUG: fix DataFrame+DataFrame op with timedelta64 dtype
{ "avatar_url": "https://avatars.githubusercontent.com/u/8078968?v=4", "events_url": "https://api.github.com/users/jbrockmendel/events{/privacy}", "followers_url": "https://api.github.com/users/jbrockmendel/followers", "following_url": "https://api.github.com/users/jbrockmendel/following{/other_user}", "gists...
[ { "color": "e10c02", "default": false, "description": null, "id": 76811, "name": "Bug", "node_id": "MDU6TGFiZWw3NjgxMQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug" }, { "color": "5319e7", "default": false, "description": "Timedelta data type", ...
closed
false
null
[]
{ "closed_at": "2019-01-26T00:51:26Z", "closed_issues": 2048, "created_at": "2018-03-29T12:00:12Z", "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...
5
2018-09-13T17:27:58Z
2018-10-12T16:48:29Z
2018-10-02T21:22:53Z
MEMBER
null
<s>Needs whatsnew note.</s> This has the benefit of looking a lot like the SparseDataframe._combine_frame implementation. With luck we can de-duplicate those at some point. Likely to be a perf hit for non-td64 dtypes. One option would be to use dispatch_to_series more selectively, but that gets complicated in a...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/22696/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/22696/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/22696.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/22696", "merged_at": "2018-10-02T21:22:53Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/22696.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/22696" }
https://api.github.com/repos/pandas-dev/pandas/issues/22697
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/22697/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/22697/comments
https://api.github.com/repos/pandas-dev/pandas/issues/22697/events
https://github.com/pandas-dev/pandas/pull/22697
359,998,280
MDExOlB1bGxSZXF1ZXN0MjE1MzYyMzY2
22,697
API/DEPR: 'periods' argument instead of 'n' for DatetimeIndex.shift()
{ "avatar_url": "https://avatars.githubusercontent.com/u/13618953?v=4", "events_url": "https://api.github.com/users/arminv/events{/privacy}", "followers_url": "https://api.github.com/users/arminv/followers", "following_url": "https://api.github.com/users/arminv/following{/other_user}", "gists_url": "https://a...
[ { "color": "AFEEEE", "default": false, "description": null, "id": 211840, "name": "Timeseries", "node_id": "MDU6TGFiZWwyMTE4NDA=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Timeseries" }, { "color": "AD7FA8", "default": false, "description": null, ...
closed
false
null
[]
{ "closed_at": "2019-01-26T00:51:26Z", "closed_issues": 2048, "created_at": "2018-03-29T12:00:12Z", "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...
3
2018-09-13T17:47:41Z
2018-09-22T17:55:45Z
2018-09-20T22:18:31Z
CONTRIBUTOR
null
- [x] closes #22458 - [x] tests added / passed - [x] passes `git diff upstream/master -u -- "*.py" | flake8 --diff` - [x] whatsnew entry In order to be consistent with `Index.shift` & `Series.shift`, `n` argument was deprecated in favor of `periods`. ``` In [2]: idx = pd.DatetimeIndex(start='2014-08-01 10:00...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/22697/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/22697/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/22697.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/22697", "merged_at": "2018-09-20T22:18:31Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/22697.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/22697" }
https://api.github.com/repos/pandas-dev/pandas/issues/22698
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/22698/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/22698/comments
https://api.github.com/repos/pandas-dev/pandas/issues/22698/events
https://github.com/pandas-dev/pandas/issues/22698
360,024,745
MDU6SXNzdWUzNjAwMjQ3NDU=
22,698
Handle FutureWarning from NumPy in Series Construction
{ "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": "0052cc", "default": false, "description": "pandas objects compatability with Numpy or Python functions", "id": 76865106, "name": "Compat", "node_id": "MDU6TGFiZWw3Njg2NTEwNg==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Compat" }, { "color": "e11d2...
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
2018-09-13T19:01:31Z
2019-06-21T01:11:56Z
2019-06-21T01:11:56Z
CONTRIBUTOR
null
This is with NumPy dev. ```python In [2]: pd.Series(['0', '1'], dtype=float) /Users/taugspurger/sandbox/numpy/numpy/core/numeric.py:2468: FutureWarning: elementwise comparison failed; returning scalar instead, but in the future will perform elementwise comparison return bool(asarray(a1 == a2).all()) Out[2]: 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/22698/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/22698/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/22699
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/22699/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/22699/comments
https://api.github.com/repos/pandas-dev/pandas/issues/22699/events
https://github.com/pandas-dev/pandas/pull/22699
360,045,463
MDExOlB1bGxSZXF1ZXN0MjE1Mzk5NDE1
22,699
TST: Fail on warning
{ "avatar_url": "https://avatars.githubusercontent.com/u/1312546?v=4", "events_url": "https://api.github.com/users/TomAugspurger/events{/privacy}", "followers_url": "https://api.github.com/users/TomAugspurger/followers", "following_url": "https://api.github.com/users/TomAugspurger/following{/other_user}", "gi...
[ { "color": "C4A000", "default": false, "description": "pandas testing functions or related to the test suite", "id": 127685, "name": "Testing", "node_id": "MDU6TGFiZWwxMjc2ODU=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Testing" } ]
closed
false
null
[]
{ "closed_at": "2019-01-26T00:51:26Z", "closed_issues": 2048, "created_at": "2018-03-29T12:00:12Z", "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...
17
2018-09-13T20:03:15Z
2018-09-18T16:52:05Z
2018-09-18T16:52:01Z
CONTRIBUTOR
null
Sets our pytest config to fail on unhandled warnings. Fixes a bunch of tests to not fail. This still has a few TODOs. Closes https://github.com/pandas-dev/pandas/issues/16481 Closes https://github.com/pandas-dev/pandas/issues/19677 Closes https://github.com/pandas-dev/pandas/issues/13962 Closes https://gith...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/22699/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/22699/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/22699.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/22699", "merged_at": "2018-09-18T16:52:00Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/22699.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/22699" }
https://api.github.com/repos/pandas-dev/pandas/issues/22700
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/22700/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/22700/comments
https://api.github.com/repos/pandas-dev/pandas/issues/22700/events
https://github.com/pandas-dev/pandas/pull/22700
360,048,058
MDExOlB1bGxSZXF1ZXN0MjE1NDAxNTI2
22,700
Remove --strict-data-files on pytest by default
{ "avatar_url": "https://avatars.githubusercontent.com/u/704401?v=4", "events_url": "https://api.github.com/users/marianielias/events{/privacy}", "followers_url": "https://api.github.com/users/marianielias/followers", "following_url": "https://api.github.com/users/marianielias/following{/other_user}", "gists_...
[]
closed
false
null
[]
null
2
2018-09-13T20:11:02Z
2018-09-13T20:18:11Z
2018-09-13T20:17:10Z
NONE
null
- closes #22683 Explanation: pytest gets the configuration from setup.cfg, witch forces the option "--strict-data-files" by default. This makes the test to fail on missing files that are not packaged (on pypi and in the github tarball). Removing this line fixes the issue and the tests are skipped. Adding missing...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/22700/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/22700/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/22700.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/22700", "merged_at": null, "patch_url": "https://github.com/pandas-dev/pandas/pull/22700.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/22700" }
https://api.github.com/repos/pandas-dev/pandas/issues/22701
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/22701/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/22701/comments
https://api.github.com/repos/pandas-dev/pandas/issues/22701/events
https://github.com/pandas-dev/pandas/pull/22701
360,048,881
MDExOlB1bGxSZXF1ZXN0MjE1NDAyMTc4
22,701
Remove --strict-data-files on pytest by default
{ "avatar_url": "https://avatars.githubusercontent.com/u/704401?v=4", "events_url": "https://api.github.com/users/marianielias/events{/privacy}", "followers_url": "https://api.github.com/users/marianielias/followers", "following_url": "https://api.github.com/users/marianielias/following{/other_user}", "gists_...
[]
closed
false
null
[]
null
1
2018-09-13T20:13:23Z
2018-09-13T20:14:10Z
2018-09-13T20:14:09Z
NONE
null
- closes #22683 Explanation: pytest gets the configuration from setup.cfg, witch forces the option "--strict-data-files" by default. This makes the test to fail on missing files that are not packaged (on pypi and in the github tarball). Removing this line fixes the issue and the tests are skipped. Cheers. Elias...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/22701/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/22701/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/22701.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/22701", "merged_at": null, "patch_url": "https://github.com/pandas-dev/pandas/pull/22701.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/22701" }
https://api.github.com/repos/pandas-dev/pandas/issues/22702
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/22702/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/22702/comments
https://api.github.com/repos/pandas-dev/pandas/issues/22702/events
https://github.com/pandas-dev/pandas/issues/22702
360,063,108
MDU6SXNzdWUzNjAwNjMxMDg=
22,702
ValueError in Categorical Constructor with empty data and boolean categories
{ "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": "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-01-26T00:51:26Z", "closed_issues": 2048, "created_at": "2018-03-29T12:00:12Z", "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...
4
2018-09-13T20:55:42Z
2018-09-20T13:40:10Z
2018-09-20T13:40:10Z
CONTRIBUTOR
null
This works, ```python In [15]: pd.Categorical([], categories=['a', 'b']) Out[15]: [], Categories (2, object): [a, b] ``` This doesn't ```pytb In [16]: pd.Categorical([], categories=[True, False]) --------------------------------------------------------------------------- ValueError ...
{ "+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/22702/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/22702/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/22703
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/22703/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/22703/comments
https://api.github.com/repos/pandas-dev/pandas/issues/22703/events
https://github.com/pandas-dev/pandas/pull/22703
360,097,127
MDExOlB1bGxSZXF1ZXN0MjE1NDM5MzA4
22,703
BUG: Fix dtype inconsistency when appending to empty DataFrame
{ "avatar_url": "https://avatars.githubusercontent.com/u/19141454?v=4", "events_url": "https://api.github.com/users/lowerthansound/events{/privacy}", "followers_url": "https://api.github.com/users/lowerthansound/followers", "following_url": "https://api.github.com/users/lowerthansound/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": "e102d8", "de...
closed
false
null
[]
null
5
2018-09-13T23:01:55Z
2018-09-27T22:10:37Z
2018-09-27T22:09:19Z
CONTRIBUTOR
null
- [ ] closes #22621 - [ ] tests added / passed - [ ] passes `git diff upstream/master -u -- "*.py" | flake8 --diff` - [ ] whatsnew entry *edit*: currently rewriting the DataFrame.append function
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/22703/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/22703/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/22703.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/22703", "merged_at": null, "patch_url": "https://github.com/pandas-dev/pandas/pull/22703.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/22703" }
https://api.github.com/repos/pandas-dev/pandas/issues/22704
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/22704/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/22704/comments
https://api.github.com/repos/pandas-dev/pandas/issues/22704/events
https://github.com/pandas-dev/pandas/pull/22704
360,110,120
MDExOlB1bGxSZXF1ZXN0MjE1NDQ4ODQ2
22,704
Support writing CSV to GCS
{ "avatar_url": "https://avatars.githubusercontent.com/u/903655?v=4", "events_url": "https://api.github.com/users/bnaul/events{/privacy}", "followers_url": "https://api.github.com/users/bnaul/followers", "following_url": "https://api.github.com/users/bnaul/following{/other_user}", "gists_url": "https://api.gi...
[ { "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": "06909A", "default": false, "description": "IO issue...
closed
false
null
[]
null
8
2018-09-14T00:08:30Z
2019-08-16T11:23:01Z
2018-10-12T22:23:57Z
CONTRIBUTOR
null
- [x] fixes #23094 - [x] tests added / passed - [x] passes `git diff upstream/master -u -- "*.py" | flake8 --diff` - [x] whatsnew entry This seems to work as-is and doesn't break any of the IO tests; as I mentioned in https://github.com/pandas-dev/pandas/issues/8508#issuecomment-421184687 getting S3 to work is a...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/22704/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/22704/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/22704.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/22704", "merged_at": "2018-10-12T22:23:57Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/22704.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/22704" }
https://api.github.com/repos/pandas-dev/pandas/issues/22705
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/22705/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/22705/comments
https://api.github.com/repos/pandas-dev/pandas/issues/22705/events
https://github.com/pandas-dev/pandas/issues/22705
360,126,349
MDU6SXNzdWUzNjAxMjYzNDk=
22,705
DataFrame.from_dict(OrderedDict(items),...) not a proper replacement for from_items(items,...)
{ "avatar_url": "https://avatars.githubusercontent.com/u/17709454?v=4", "events_url": "https://api.github.com/users/PatrickDRusk/events{/privacy}", "followers_url": "https://api.github.com/users/PatrickDRusk/followers", "following_url": "https://api.github.com/users/PatrickDRusk/following{/other_user}", "gist...
[ { "color": "ffa0ff", "default": false, "description": "Incorrect or improved errors from pandas", "id": 42670965, "name": "Error Reporting", "node_id": "MDU6TGFiZWw0MjY3MDk2NQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Error%20Reporting" }, { "color": "d4c5...
closed
false
null
[]
null
2
2018-09-14T01:45:19Z
2020-06-28T03:28:53Z
2020-06-28T03:28:53Z
NONE
null
#### Code Sample ```python import pandas from collections import OrderedDict def test_from_dict_replacing_from_items_with_duplicates(): rows = [(1, (2,)), (1, (2,))] df1 = pandas.DataFrame.from_items(rows, columns=('a', ), orient='index') df2 = pandas.DataFrame.from_dict(OrderedDict(rows), columns=('...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/22705/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/22705/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/22706
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/22706/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/22706/comments
https://api.github.com/repos/pandas-dev/pandas/issues/22706/events
https://github.com/pandas-dev/pandas/issues/22706
360,145,961
MDU6SXNzdWUzNjAxNDU5NjE=
22,706
json_normalize raises TypeError exception
{ "avatar_url": "https://avatars.githubusercontent.com/u/796283?v=4", "events_url": "https://api.github.com/users/vuminhle/events{/privacy}", "followers_url": "https://api.github.com/users/vuminhle/followers", "following_url": "https://api.github.com/users/vuminhle/following{/other_user}", "gists_url": "https...
[ { "color": "e10c02", "default": false, "description": null, "id": 76811, "name": "Bug", "node_id": "MDU6TGFiZWw3NjgxMQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug" }, { "color": "207de5", "default": false, "description": "read_json, to_json, json...
closed
false
null
[]
{ "closed_at": "2019-01-26T00:51:26Z", "closed_issues": 2048, "created_at": "2018-03-29T12:00:12Z", "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...
8
2018-09-14T03:42:46Z
2018-12-13T20:25:51Z
2018-12-13T20:25:51Z
CONTRIBUTOR
null
#### Code Sample, a copy-pastable example if possible ```python from pandas.io.json import json_normalize d = { 'name': 'alan smith', 'info': { 'phones': [{ 'area': 111, 'number': 2222 }, { 'area': 333, 'number': 4444 }]...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/22706/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/22706/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/22707
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/22707/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/22707/comments
https://api.github.com/repos/pandas-dev/pandas/issues/22707/events
https://github.com/pandas-dev/pandas/issues/22707
360,193,360
MDU6SXNzdWUzNjAxOTMzNjA=
22,707
to_clipboard has no effect in ipython (works in python) (linux)
{ "avatar_url": "https://avatars.githubusercontent.com/u/3305775?v=4", "events_url": "https://api.github.com/users/seanv507/events{/privacy}", "followers_url": "https://api.github.com/users/seanv507/followers", "following_url": "https://api.github.com/users/seanv507/following{/other_user}", "gists_url": "http...
[ { "color": "ededed", "default": false, "description": "__repr__ of pandas objects, to_string", "id": 13101118, "name": "Output-Formatting", "node_id": "MDU6TGFiZWwxMzEwMTExOA==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Output-Formatting" } ]
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...
11
2018-09-14T07:46:54Z
2021-05-03T21:36:53Z
2019-12-30T18:56:23Z
NONE
null
#### Code Sample, a copy-pastable example if possible ```python # Your code here import pandas as pd a=pd.DataFrame([0,1,23]) a.to_clipboard() ``` #### Problem description Hi since several months I am no longer able to use the to_clipboard function in ipython - nothing pasted to clipboard. I notice it wor...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/22707/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/22707/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/22708
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/22708/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/22708/comments
https://api.github.com/repos/pandas-dev/pandas/issues/22708/events
https://github.com/pandas-dev/pandas/issues/22708
360,235,894
MDU6SXNzdWUzNjAyMzU4OTQ=
22,708
from_records should order dict columns similar to constructor and from_dict like pandas < 0.23
{ "avatar_url": "https://avatars.githubusercontent.com/u/263523?v=4", "events_url": "https://api.github.com/users/llawall/events{/privacy}", "followers_url": "https://api.github.com/users/llawall/followers", "following_url": "https://api.github.com/users/llawall/following{/other_user}", "gists_url": "https://...
[ { "color": "4E9A06", "default": false, "description": null, "id": 76812, "name": "Enhancement", "node_id": "MDU6TGFiZWw3NjgxMg==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Enhancement" }, { "color": "d4c5f9", "default": false, "description": "Series/D...
open
false
null
[]
null
3
2018-09-14T09:52:45Z
2021-06-22T05:05:14Z
null
NONE
null
#### Code Sample, a copy-pastable example if possible ```python import pandas as pd print("Pandas version : ", pd.__version__) def print_dict(fn): print(fn.__name__) print(fn(dict(C=[3], B=[2], A=[1]))) with pd.option_context('display.max_rows', 10, 'display.max_columns', 5): print_dict(pd....
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/22708/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/22708/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/22709
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/22709/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/22709/comments
https://api.github.com/repos/pandas-dev/pandas/issues/22709/events
https://github.com/pandas-dev/pandas/issues/22709
360,273,689
MDU6SXNzdWUzNjAyNzM2ODk=
22,709
API: reconsider or warn on the non-sorting of DataFrame(dict) on Python >= 3.6 ?
{ "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": "207de5", "default": false, "description": "R...
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...
16
2018-09-14T11:52:35Z
2019-06-30T19:38:45Z
2019-06-30T19:38:37Z
MEMBER
null
I recently had a colleague that ran into a nasty bug, due to the fact that on Python >= 3.6 we no longer sort the columns when creating a DataFrame from a dict. Eg on Python 3.5: ``` In [1]: df = pd.DataFrame({'B': [1, 2], 'A': [3, 4]}) In [2]: df Out[2]: A B 0 3 1 1 4 2 ``` On Python 3.6/3.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/22709/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/22709/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/22710
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/22710/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/22710/comments
https://api.github.com/repos/pandas-dev/pandas/issues/22710/events
https://github.com/pandas-dev/pandas/pull/22710
360,317,947
MDExOlB1bGxSZXF1ZXN0MjE1NjA0NjQ1
22,710
BUG: Empty CategoricalIndex fails with boolean categories
{ "avatar_url": "https://avatars.githubusercontent.com/u/1377457?v=4", "events_url": "https://api.github.com/users/pganssle/events{/privacy}", "followers_url": "https://api.github.com/users/pganssle/followers", "following_url": "https://api.github.com/users/pganssle/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": "e102d8", "default": false, "description": "Unexpected or buggy dtyp...
closed
false
null
[]
{ "closed_at": "2019-01-26T00:51:26Z", "closed_issues": 2048, "created_at": "2018-03-29T12:00:12Z", "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...
9
2018-09-14T14:02:41Z
2018-09-20T13:40:13Z
2018-09-20T13:40:11Z
CONTRIBUTOR
null
Fixes #22702. This bug was introduced in [7818486859d1aba53](https://github.com/pandas-dev/pandas/commit/7818486859d1aba53ce359b93cfc772e688958e5); per [my comment](https://github.com/pandas-dev/pandas/issues/22702#issuecomment-421364087), the problem is here: ```python if not is_dtype_equal(values.dtype, 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/22710/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/22710/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/22710.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/22710", "merged_at": "2018-09-20T13:40:10Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/22710.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/22710" }
https://api.github.com/repos/pandas-dev/pandas/issues/22711
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/22711/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/22711/comments
https://api.github.com/repos/pandas-dev/pandas/issues/22711/events
https://github.com/pandas-dev/pandas/issues/22711
360,362,892
MDU6SXNzdWUzNjAzNjI4OTI=
22,711
pd.Timestamp.today() / pd.to_datetime('today') returns date with time information
{ "avatar_url": "https://avatars.githubusercontent.com/u/18634426?v=4", "events_url": "https://api.github.com/users/charlesoblack/events{/privacy}", "followers_url": "https://api.github.com/users/charlesoblack/followers", "following_url": "https://api.github.com/users/charlesoblack/following{/other_user}", "g...
[ { "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
6
2018-09-14T15:58:15Z
2018-09-17T18:10:16Z
2018-09-14T16:54:33Z
NONE
null
Calling **pd.Timestamp.today()** or **pd.to_datetime('today')** returns both the date and time information. This is unexpected behavior since the time information should be returned with **.now()** or **'now'**, respectively, while the **.today()** and **'today'** should trim to simply the date information. Example ...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/22711/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/22711/timeline
null
null
null