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/27013
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/27013/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/27013/comments
https://api.github.com/repos/pandas-dev/pandas/issues/27013/events
https://github.com/pandas-dev/pandas/issues/27013
459,637,524
MDU6SXNzdWU0NTk2Mzc1MjQ=
27,013
Join error, possibly caused by dtype inferrence
{ "avatar_url": "https://avatars.githubusercontent.com/u/12854129?v=4", "events_url": "https://api.github.com/users/roya0045/events{/privacy}", "followers_url": "https://api.github.com/users/roya0045/followers", "following_url": "https://api.github.com/users/roya0045/following{/other_user}", "gists_url": "htt...
[]
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...
13
2019-06-24T00:40:12Z
2019-06-25T16:47:57Z
2019-06-25T16:47:46Z
NONE
null
#### Code Sample, a copy-pastable example if possible ```python def reform(df,error_only=True): melted=df.melt(id_vars=['station','day','source','index']) splited = melted['index'].str.split('_', expand=True) melted['type']=splited[0] reformed=None melted['uid']= melted['station']+'_'+ me...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/27013/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/27013/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/27014
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/27014/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/27014/comments
https://api.github.com/repos/pandas-dev/pandas/issues/27014/events
https://github.com/pandas-dev/pandas/issues/27014
459,664,793
MDU6SXNzdWU0NTk2NjQ3OTM=
27,014
TST: dont break ABCPandasArray checks
{ "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
5
2019-06-24T02:59:45Z
2019-11-05T22:11:14Z
2019-11-05T22:11:14Z
MEMBER
null
Apparently tests.extension.tests_numpy patches PandasArray._typ so as to break all `isinstance(obj, ABCPandasArray)` checks. Learning this in the process of troubleshooting failing tests is really frustrating. This is a code smell and should be removed.
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/27014/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/27014/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/27015
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/27015/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/27015/comments
https://api.github.com/repos/pandas-dev/pandas/issues/27015/events
https://github.com/pandas-dev/pandas/pull/27015
459,675,530
MDExOlB1bGxSZXF1ZXN0MjkwOTYwMTg3
27,015
POC: 2D EAs via composition
{ "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": "4E9A06", "default": false, "description": null, "id": 76812, "name": "Enhancement", "node_id": "MDU6TGFiZWw3NjgxMg==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Enhancement" }, { "color": "6138b5", "default": false, "description": "Extendin...
closed
false
null
[]
null
4
2019-06-24T03:57:16Z
2019-07-01T21:25:46Z
2019-07-01T20:57:35Z
MEMBER
null
Plenty of kludges and linting errors in here, just want to push it to add composition to the discussion. Instead of patching existing EAs, this introduces ReshapeableArray which just wraps other EAs, and implements reshape methods. EAs that _do_ natively support 2D can set a `_allows_2d = True` and avoid being wrap...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/27015/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/27015/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/27015.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/27015", "merged_at": null, "patch_url": "https://github.com/pandas-dev/pandas/pull/27015.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/27015" }
https://api.github.com/repos/pandas-dev/pandas/issues/27016
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/27016/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/27016/comments
https://api.github.com/repos/pandas-dev/pandas/issues/27016/events
https://github.com/pandas-dev/pandas/issues/27016
459,840,297
MDU6SXNzdWU0NTk4NDAyOTc=
27,016
Test Failure with xlrd and defusedxml
{ "avatar_url": "https://avatars.githubusercontent.com/u/13159005?v=4", "events_url": "https://api.github.com/users/simonjayhawkins/events{/privacy}", "followers_url": "https://api.github.com/users/simonjayhawkins/followers", "following_url": "https://api.github.com/users/simonjayhawkins/following{/other_user}"...
[ { "color": "C4A000", "default": false, "description": "pandas testing functions or related to the test suite", "id": 127685, "name": "Testing", "node_id": "MDU6TGFiZWwxMjc2ODU=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Testing" }, { "color": "bfe5bf", "d...
open
false
null
[]
{ "closed_at": null, "closed_issues": 786, "created_at": "2015-01-13T10:53:19Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/jreback/followers", ...
6
2019-06-24T11:34:11Z
2019-12-25T04:41:13Z
null
MEMBER
null
``` ================================== FAILURES =================================== __________________ TestReaders.test_usecols_int[xlrd-.xlsx] ___________________ self = <pandas.tests.io.excel.test_readers.TestReaders object at 0x00000268B4801B70> read_ext = '.xlsx' df_ref = A 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/27016/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/27016/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/27017
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/27017/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/27017/comments
https://api.github.com/repos/pandas-dev/pandas/issues/27017/events
https://github.com/pandas-dev/pandas/issues/27017
459,889,555
MDU6SXNzdWU0NTk4ODk1NTU=
27,017
The input column name in query contains special characters
{ "avatar_url": "https://avatars.githubusercontent.com/u/38648009?v=4", "events_url": "https://api.github.com/users/zhaohongqiangsoliva/events{/privacy}", "followers_url": "https://api.github.com/users/zhaohongqiangsoliva/followers", "following_url": "https://api.github.com/users/zhaohongqiangsoliva/following{/...
[ { "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": "f3afff", "default": false, "description": "pd.eval,...
closed
false
null
[]
{ "closed_at": "2020-01-30T12:18:05Z", "closed_issues": 2207, "created_at": "2012-09-13T02:13:00Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4", "events_url": "https://api.github.com/users/wesm/events{/privacy}", "followers_url": "https://api.github.com/users/wesm...
20
2019-06-24T13:23:19Z
2020-01-04T19:07:05Z
2020-01-04T19:07:05Z
NONE
null
The input column name in pandas.dataframe.query() contains special characters. I saw the change in 0.25, but still have . \ / 等问题 And main problem is that I can't restore these characters after converting them to "_" , which is a very serious problem. I have an idea ```python input: pandas.dataframe Intermed...
{ "+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/27017/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/27017/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/27018
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/27018/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/27018/comments
https://api.github.com/repos/pandas-dev/pandas/issues/27018/events
https://github.com/pandas-dev/pandas/issues/27018
459,916,937
MDU6SXNzdWU0NTk5MTY5Mzc=
27,018
Support MyPy New Semantic Analyzer
{ "avatar_url": "https://avatars.githubusercontent.com/u/609873?v=4", "events_url": "https://api.github.com/users/WillAyd/events{/privacy}", "followers_url": "https://api.github.com/users/WillAyd/followers", "following_url": "https://api.github.com/users/WillAyd/following{/other_user}", "gists_url": "https://...
[ { "color": "ea91a4", "default": false, "description": "type annotations, mypy/pyright type checking", "id": 1280988427, "name": "Typing", "node_id": "MDU6TGFiZWwxMjgwOTg4NDI3", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Typing" } ]
closed
false
null
[]
{ "closed_at": "2019-07-19T00:34:29Z", "closed_issues": 1289, "created_at": "2018-10-23T02:34:15Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/j...
2
2019-06-24T14:14:47Z
2019-07-08T01:36:05Z
2019-07-08T01:36:05Z
MEMBER
null
MyPy recently released a new semantic analyzer in v0.710: https://mypy-lang.blogspot.com/2019/06/mypy-0710-released-new-semantic-analyzer.html This will likely be the default in the next mypy release so would be good to get a head start on support. This currently causes a few errors in our code base: ```sh $ ...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/27018/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/27018/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/27019
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/27019/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/27019/comments
https://api.github.com/repos/pandas-dev/pandas/issues/27019/events
https://github.com/pandas-dev/pandas/issues/27019
459,923,425
MDU6SXNzdWU0NTk5MjM0MjU=
27,019
DOC: Add glossary to the documentation
{ "avatar_url": "https://avatars.githubusercontent.com/u/10058240?v=4", "events_url": "https://api.github.com/users/datapythonista/events{/privacy}", "followers_url": "https://api.github.com/users/datapythonista/followers", "following_url": "https://api.github.com/users/datapythonista/following{/other_user}", ...
[ { "color": "3465A4", "default": false, "description": null, "id": 134699, "name": "Docs", "node_id": "MDU6TGFiZWwxMzQ2OTk=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Docs" }, { "color": "207de5", "default": false, "description": "Requires discussion f...
open
false
null
[]
null
2
2019-06-24T14:26:44Z
2019-06-24T14:35:11Z
null
MEMBER
null
We often use terms in the documentation that may not be clear for the users. For example: - label (see #27005) - list-like (see #21784) scikit-learn added a glossary to their documentation (https://scikit-learn.org/stable/glossary.html), and I think this would also be useful for pandas. Not sure the exact termin...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/27019/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/27019/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/27020
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/27020/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/27020/comments
https://api.github.com/repos/pandas-dev/pandas/issues/27020/events
https://github.com/pandas-dev/pandas/issues/27020
459,975,207
MDU6SXNzdWU0NTk5NzUyMDc=
27,020
iloc doesn't error when boolean mask is too long
{ "avatar_url": "https://avatars.githubusercontent.com/u/1190450?v=4", "events_url": "https://api.github.com/users/NicolasHug/events{/privacy}", "followers_url": "https://api.github.com/users/NicolasHug/followers", "following_url": "https://api.github.com/users/NicolasHug/following{/other_user}", "gists_url":...
[]
closed
false
null
[]
null
1
2019-06-24T16:04:38Z
2019-06-24T16:29:01Z
2019-06-24T16:29:01Z
NONE
null
`iloc` doesn't error when passing a boolean mask that is too long (as long as the values are False). The same is true for Series. ```python import pandas as pd d = pd.DataFrame([1, 2]) d.iloc[[True, True, False]] # does not error even though index is too long d.iloc[[True, True, True]] # error as expected ```...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/27020/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/27020/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/27021
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/27021/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/27021/comments
https://api.github.com/repos/pandas-dev/pandas/issues/27021/events
https://github.com/pandas-dev/pandas/issues/27021
459,991,061
MDU6SXNzdWU0NTk5OTEwNjE=
27,021
column name dedupe when already deduped returns "column_name.1.1"
{ "avatar_url": "https://avatars.githubusercontent.com/u/28285028?v=4", "events_url": "https://api.github.com/users/boldloop/events{/privacy}", "followers_url": "https://api.github.com/users/boldloop/followers", "following_url": "https://api.github.com/users/boldloop/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": "read_csv, to_csv", "...
open
false
null
[]
null
0
2019-06-24T16:41:59Z
2021-07-10T05:27:27Z
null
NONE
null
This isn't necessarily a bug, just something I think could be handled slightly cleaner. The code: ```python from io import StringIO csv = StringIO('a,a.1,a') pd.read_csv(csv) ``` returns ``` a a.1 a.1.1 ``` where I think it could return ``` a a.1 a.2 ``` I encountered this when working with data that incl...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/27021/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/27021/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/27022
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/27022/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/27022/comments
https://api.github.com/repos/pandas-dev/pandas/issues/27022/events
https://github.com/pandas-dev/pandas/issues/27022
460,024,468
MDU6SXNzdWU0NjAwMjQ0Njg=
27,022
Unexpected ValueError when using a json reader to read file from disk using chunksize
{ "avatar_url": "https://avatars.githubusercontent.com/u/703084?v=4", "events_url": "https://api.github.com/users/vlbrown/events{/privacy}", "followers_url": "https://api.github.com/users/vlbrown/followers", "following_url": "https://api.github.com/users/vlbrown/following{/other_user}", "gists_url": "https://...
[ { "color": "0052cc", "default": false, "description": null, "id": 34444536, "name": "Usage Question", "node_id": "MDU6TGFiZWwzNDQ0NDUzNg==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Usage%20Question" }, { "color": "207de5", "default": false, "descript...
closed
false
null
[]
null
11
2019-06-24T18:06:31Z
2020-05-08T21:05:05Z
2020-05-08T21:05:04Z
NONE
null
Sent to pandas-dev@python.org on June 23 (vlb@c....com); posted here as recommended by Marc Garcia. #### Code Sample, a copy-pastable example if possible ```python path = 'file://localhost/Users/vlb/Learn/DSC_Intro/' filename = path + 'yelp_dataset/review_test.json' # read the entire file -- this works revi...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/27022/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/27022/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/27023
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/27023/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/27023/comments
https://api.github.com/repos/pandas-dev/pandas/issues/27023/events
https://github.com/pandas-dev/pandas/issues/27023
460,085,596
MDU6SXNzdWU0NjAwODU1OTY=
27,023
testing.assert_frame_equal obj parameter not always respected
{ "avatar_url": "https://avatars.githubusercontent.com/u/93171?v=4", "events_url": "https://api.github.com/users/ajwood/events{/privacy}", "followers_url": "https://api.github.com/users/ajwood/followers", "following_url": "https://api.github.com/users/ajwood/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": "ffa0ff", "d...
closed
false
null
[]
{ "closed_at": "2019-07-19T00:34:29Z", "closed_issues": 1289, "created_at": "2018-10-23T02:34:15Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/j...
5
2019-06-24T20:40:25Z
2019-06-28T22:56:22Z
2019-06-28T22:56:22Z
CONTRIBUTOR
null
#### Code Sample ```python import pandas as pd df = pd.DataFrame({'a': [1,2], 'b': [2,3]}) df_coldiff = pd.DataFrame({'a': [1,2], 'ZZZ': [2,3]}) pd.testing.assert_frame_equal(df, df_coldiff, obj='myobj') # raises: # AssertionError: myobj.columns are different # # myobj.columns values are different (...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/27023/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/27023/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/27024
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/27024/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/27024/comments
https://api.github.com/repos/pandas-dev/pandas/issues/27024/events
https://github.com/pandas-dev/pandas/pull/27024
460,100,569
MDExOlB1bGxSZXF1ZXN0MjkxMjk5OTMy
27,024
BUG: Categorical.copy deep kwarg
{ "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": "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": null, "closed_issues": 2361, "created_at": "2015-02-26T19:29:05Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/1020496?v=4", "events_url": "https://api.github.com/users/jorisvandenbossche/events{/privacy}", "followers_url": "https://api.github.com/users/jorisva...
6
2019-06-24T21:17:44Z
2019-06-27T21:26:33Z
2019-06-27T20:41:02Z
MEMBER
null
Would close #26995 if I hadn't just updated that to reflect the fact that several other pandas-internal EAs don't handle the `deep` kwarg correctly. - [ ] closes #xxxx - [x] tests added / passed - [x] passes `git diff upstream/master -u -- "*.py" | flake8 --diff` - [ ] whatsnew entry
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/27024/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/27024/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/27024.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/27024", "merged_at": null, "patch_url": "https://github.com/pandas-dev/pandas/pull/27024.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/27024" }
https://api.github.com/repos/pandas-dev/pandas/issues/27025
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/27025/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/27025/comments
https://api.github.com/repos/pandas-dev/pandas/issues/27025/events
https://github.com/pandas-dev/pandas/issues/27025
460,126,250
MDU6SXNzdWU0NjAxMjYyNTA=
27,025
keep_tz FutureWarning and generic.py
{ "avatar_url": "https://avatars.githubusercontent.com/u/16157159?v=4", "events_url": "https://api.github.com/users/danielwlogan/events{/privacy}", "followers_url": "https://api.github.com/users/danielwlogan/followers", "following_url": "https://api.github.com/users/danielwlogan/following{/other_user}", "gist...
[ { "color": "e10c02", "default": false, "description": null, "id": 76811, "name": "Bug", "node_id": "MDU6TGFiZWw3NjgxMQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug" }, { "color": "AFEEEE", "default": false, "description": null, "id": 211840, ...
closed
false
null
[]
{ "closed_at": null, "closed_issues": 786, "created_at": "2015-01-13T10:53:19Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/jreback/followers", ...
11
2019-06-24T22:36:27Z
2020-03-30T02:29:34Z
2020-03-30T02:29:33Z
NONE
null
#### Code Sample, a copy-pastable example if possible ```python import pandas as pd df = pd.DataFrame(index=pd.date_range(start='2019', periods=3, freq='H', tz='America/Los_Angeles'), data={'A': [1, 2, 3]}) df.query('A > 1') ``` #### Problem description The above code produces a `FutureWarning`: ``` /usr...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/27025/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/27025/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/27026
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/27026/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/27026/comments
https://api.github.com/repos/pandas-dev/pandas/issues/27026/events
https://github.com/pandas-dev/pandas/pull/27026
460,137,976
MDExOlB1bGxSZXF1ZXN0MjkxMzMwMDk3
27,026
BUG-26988 implement replace for categorical blocks
{ "avatar_url": "https://avatars.githubusercontent.com/u/29615021?v=4", "events_url": "https://api.github.com/users/JustinZhengBC/events{/privacy}", "followers_url": "https://api.github.com/users/JustinZhengBC/followers", "following_url": "https://api.github.com/users/JustinZhengBC/following{/other_user}", "g...
[ { "color": "e10c02", "default": false, "description": null, "id": 76811, "name": "Bug", "node_id": "MDU6TGFiZWw3NjgxMQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug" }, { "color": "e102d8", "default": false, "description": "Unexpected or buggy dtyp...
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...
23
2019-06-24T23:22:15Z
2019-11-16T21:54:12Z
2019-11-16T21:54:02Z
CONTRIBUTOR
null
- [X] closes #26988 - [X] tests added / passed - [X] passes `git diff upstream/master -u -- "*.py" | flake8 --diff` - [X] whatsnew entry The replace functions used in the code path that caused the bug report appeared to densify the series. This PR adds a replace function to `CategoricalBlock` that takes advantag...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/27026/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/27026/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/27026.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/27026", "merged_at": "2019-11-16T21:54:02Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/27026.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/27026" }
https://api.github.com/repos/pandas-dev/pandas/issues/27027
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/27027/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/27027/comments
https://api.github.com/repos/pandas-dev/pandas/issues/27027/events
https://github.com/pandas-dev/pandas/pull/27027
460,148,627
MDExOlB1bGxSZXF1ZXN0MjkxMzM4NTk2
27,027
BUG: Restrict DTA to 1D
{ "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": "AFEEEE", "default": false, "description": null, "id": 211840, ...
closed
false
null
[]
{ "closed_at": "2019-07-19T00:34:29Z", "closed_issues": 1289, "created_at": "2018-10-23T02:34:15Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/j...
3
2019-06-25T00:10:23Z
2019-06-27T21:36:28Z
2019-06-27T21:33:08Z
MEMBER
null
- [ ] closes #xxxx - [x] tests added / passed - [x] passes `git diff upstream/master -u -- "*.py" | flake8 --diff` - [ ] whatsnew entry Bug identified in #27015. Much less-kludgy patch for NDFrame.rank.
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/27027/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/27027/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/27027.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/27027", "merged_at": "2019-06-27T21:33:08Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/27027.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/27027" }
https://api.github.com/repos/pandas-dev/pandas/issues/27028
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/27028/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/27028/comments
https://api.github.com/repos/pandas-dev/pandas/issues/27028/events
https://github.com/pandas-dev/pandas/issues/27028
460,158,913
MDU6SXNzdWU0NjAxNTg5MTM=
27,028
Silent failure on column reassignment
{ "avatar_url": "https://avatars.githubusercontent.com/u/20801821?v=4", "events_url": "https://api.github.com/users/jrwrigh/events{/privacy}", "followers_url": "https://api.github.com/users/jrwrigh/followers", "following_url": "https://api.github.com/users/jrwrigh/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": "0b02e1", "default": false, "description": "Related to indexing on s...
open
false
null
[]
{ "closed_at": null, "closed_issues": 786, "created_at": "2015-01-13T10:53:19Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/jreback/followers", ...
6
2019-06-25T01:03:52Z
2019-06-29T07:52:24Z
null
NONE
null
#### Code Sample, a copy-pastable example if possible ```python In [1]: import pandas as pd # Create example dataframe In [2]: df = pd.DataFrame({'a':[1,2,3],'b':[4,5,8]}) In [3]: df Out[3]: a b 0 1 4 1 2 5 2 3 8 # Add 0 to end of series In [4]: df.a.append(pd.Series([0]), ignore_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/27028/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/27028/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/27029
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/27029/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/27029/comments
https://api.github.com/repos/pandas-dev/pandas/issues/27029/events
https://github.com/pandas-dev/pandas/issues/27029
460,169,268
MDU6SXNzdWU0NjAxNjkyNjg=
27,029
Pickle not working
{ "avatar_url": "https://avatars.githubusercontent.com/u/19598003?v=4", "events_url": "https://api.github.com/users/dqii/events{/privacy}", "followers_url": "https://api.github.com/users/dqii/followers", "following_url": "https://api.github.com/users/dqii/following{/other_user}", "gists_url": "https://api.git...
[]
closed
false
null
[]
{ "closed_at": null, "closed_issues": 2361, "created_at": "2015-02-26T19:29:05Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/1020496?v=4", "events_url": "https://api.github.com/users/jorisvandenbossche/events{/privacy}", "followers_url": "https://api.github.com/users/jorisva...
4
2019-06-25T01:54:10Z
2019-06-26T11:53:31Z
2019-06-26T11:53:31Z
NONE
null
I'm trying to pickle a dataframe with to_pickle and read_pickle, and when reading I get this error ``` --------------------------------------------------------------------------- ValueError Traceback (most recent call last) ~/miniconda3/lib/python3.7/site-packages/pandas/io/pickle.py in try_read(path, encodin...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/27029/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/27029/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/27030
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/27030/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/27030/comments
https://api.github.com/repos/pandas-dev/pandas/issues/27030/events
https://github.com/pandas-dev/pandas/issues/27030
460,169,297
MDU6SXNzdWU0NjAxNjkyOTc=
27,030
Pickle not working
{ "avatar_url": "https://avatars.githubusercontent.com/u/19598003?v=4", "events_url": "https://api.github.com/users/dqii/events{/privacy}", "followers_url": "https://api.github.com/users/dqii/followers", "following_url": "https://api.github.com/users/dqii/following{/other_user}", "gists_url": "https://api.git...
[]
closed
false
null
[]
null
0
2019-06-25T01:54:18Z
2019-06-25T01:54:48Z
2019-06-25T01:54:48Z
NONE
null
I'm trying to pickle a dataframe with to_pickle and read_pickle, and when reading I get this error ```--------------------------------------------------------------------------- ValueError Traceback (most recent call last) ~/miniconda3/lib/python3.7/site-packages/pandas/io/pickle.py in try_read(path, encoding)...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/27030/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/27030/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/27031
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/27031/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/27031/comments
https://api.github.com/repos/pandas-dev/pandas/issues/27031/events
https://github.com/pandas-dev/pandas/pull/27031
460,184,616
MDExOlB1bGxSZXF1ZXN0MjkxMzY1NzIz
27,031
CLN/PERF: remove gc.collect from the setting_with_copy checks as not needed
{ "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": "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": "207de5", "default"...
closed
false
null
[]
{ "closed_at": "2019-07-19T00:34:29Z", "closed_issues": 1289, "created_at": "2018-10-23T02:34:15Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/j...
3
2019-06-25T03:03:33Z
2019-06-27T16:37:37Z
2019-06-27T16:37:36Z
CONTRIBUTOR
null
This doesn't look might much of a perf gain, but in practice the gc collect can happen at odd times, so this change removes this uncertainty (and is much simpler code) ``` (pandas) bash-3.2$ asv continuous --bench chained_indexing master gc --config asv_bench/asv.conf.json · Creating environments · Discovering 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/27031/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/27031/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/27031.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/27031", "merged_at": "2019-06-27T16:37:36Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/27031.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/27031" }
https://api.github.com/repos/pandas-dev/pandas/issues/27032
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/27032/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/27032/comments
https://api.github.com/repos/pandas-dev/pandas/issues/27032/events
https://github.com/pandas-dev/pandas/pull/27032
460,196,958
MDExOlB1bGxSZXF1ZXN0MjkxMzc0OTM4
27,032
TST: parametrize pytable test
{ "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-07-19T00:34:29Z", "closed_issues": 1289, "created_at": "2018-10-23T02:34:15Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/j...
3
2019-06-25T04:02:12Z
2019-06-25T14:11:19Z
2019-06-25T12:19:45Z
MEMBER
null
This came up in troubleshooting a different branch, putting it up to trim the diff there. Also a couple of small misc cleanups.
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/27032/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/27032/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/27032.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/27032", "merged_at": "2019-06-25T12:19:45Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/27032.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/27032" }
https://api.github.com/repos/pandas-dev/pandas/issues/27033
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/27033/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/27033/comments
https://api.github.com/repos/pandas-dev/pandas/issues/27033/events
https://github.com/pandas-dev/pandas/pull/27033
460,333,036
MDExOlB1bGxSZXF1ZXN0MjkxNDgyNDM2
27,033
fixes qcut failing for labels = True
{ "avatar_url": "https://avatars.githubusercontent.com/u/30770547?v=4", "events_url": "https://api.github.com/users/Dharni0607/events{/privacy}", "followers_url": "https://api.github.com/users/Dharni0607/followers", "following_url": "https://api.github.com/users/Dharni0607/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": "02d7e1", "default": false, "description": "Concat, Merge/Join, S...
closed
false
null
[]
null
9
2019-06-25T10:10:01Z
2019-08-26T02:51:46Z
2019-08-26T02:51:46Z
NONE
null
- closes #26963
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/27033/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/27033/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/27033.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/27033", "merged_at": null, "patch_url": "https://github.com/pandas-dev/pandas/pull/27033.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/27033" }
https://api.github.com/repos/pandas-dev/pandas/issues/27034
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/27034/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/27034/comments
https://api.github.com/repos/pandas-dev/pandas/issues/27034/events
https://github.com/pandas-dev/pandas/pull/27034
460,378,285
MDExOlB1bGxSZXF1ZXN0MjkxNTE5NDAz
27,034
API/REGR: Convert to float for index union
{ "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": "e102d8", "default": false, "description": "Unexpected or buggy dtype conversions", "id": 31404521, "name": "Dtype Conversions", "node_id": "MDU6TGFiZWwzMTQwNDUyMQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Dtype%20Conversions" }, { "color": "e99...
closed
false
null
[]
{ "closed_at": "2019-07-19T00:34:29Z", "closed_issues": 1289, "created_at": "2018-10-23T02:34:15Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/j...
6
2019-06-25T11:52:28Z
2019-06-27T17:24:58Z
2019-06-27T17:24:54Z
CONTRIBUTOR
null
This restores the 0.24.x behavior of Index.union(other) between Float and (U)Int indexes. These are again floating dtype. left | right | output of left.union(right) ----- | ----- | ------ int |float | float64 int |uint | object float | uint | float64 https://github.com/pandas-dev/pandas/issues/26778...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/27034/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/27034/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/27034.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/27034", "merged_at": "2019-06-27T17:24:53Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/27034.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/27034" }
https://api.github.com/repos/pandas-dev/pandas/issues/27035
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/27035/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/27035/comments
https://api.github.com/repos/pandas-dev/pandas/issues/27035/events
https://github.com/pandas-dev/pandas/issues/27035
460,417,400
MDU6SXNzdWU0NjA0MTc0MDA=
27,035
Unstable hashtable / duplicated algo for object dtype
{ "avatar_url": "https://avatars.githubusercontent.com/u/1020496?v=4", "events_url": "https://api.github.com/users/jorisvandenbossche/events{/privacy}", "followers_url": "https://api.github.com/users/jorisvandenbossche/followers", "following_url": "https://api.github.com/users/jorisvandenbossche/following{/othe...
[ { "color": "e10c02", "default": false, "description": null, "id": 76811, "name": "Bug", "node_id": "MDU6TGFiZWw3NjgxMQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug" }, { "color": "fc6feb", "default": false, "description": "duplicated, drop_duplica...
open
false
null
[]
{ "closed_at": null, "closed_issues": 786, "created_at": "2015-01-13T10:53:19Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/jreback/followers", ...
3
2019-06-25T13:14:27Z
2020-05-13T02:50:01Z
null
MEMBER
null
From a flaky test in geopandas, I observed the following behaviour: ``` In [1]: pd.__version__ Out[1]: '0.25.0.dev0+791.gf0919f272' In [2]: from shapely.geometry import Point In [3]: a = np.array([Point(1, 1), Point(1, 1)], dtype=object) In [4]: pd.Series(a).duplicated() Out[4]: 0 False 1 Tru...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/27035/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/27035/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/27036
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/27036/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/27036/comments
https://api.github.com/repos/pandas-dev/pandas/issues/27036/events
https://github.com/pandas-dev/pandas/issues/27036
460,424,863
MDU6SXNzdWU0NjA0MjQ4NjM=
27,036
df.plot() does not work for time series after deregistering converters Prophet
{ "avatar_url": "https://avatars.githubusercontent.com/u/2093393?v=4", "events_url": "https://api.github.com/users/sudhNau/events{/privacy}", "followers_url": "https://api.github.com/users/sudhNau/followers", "following_url": "https://api.github.com/users/sudhNau/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": "8AE234", "default": false, "description": null, "id": 2413328, ...
open
false
null
[]
null
13
2019-06-25T13:28:29Z
2019-08-26T20:31:35Z
null
NONE
null
#### Code Sample, a copy-pastable example if possible ```python import pandas as pd import numpy as np from pandas.plotting import deregister_matplotlib_converters deregister_matplotlib_converters() ts = pd.Series(np.random.randn(1000), index=pd.date_range('1/1/2000', periods=1000)) ts.plot() ``` ...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/27036/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/27036/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/27037
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/27037/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/27037/comments
https://api.github.com/repos/pandas-dev/pandas/issues/27037/events
https://github.com/pandas-dev/pandas/pull/27037
460,453,362
MDExOlB1bGxSZXF1ZXN0MjkxNTgwNTk4
27,037
CLN: Remove never-True Block.is_sparse
{ "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-07-19T00:34:29Z", "closed_issues": 1289, "created_at": "2018-10-23T02:34:15Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/j...
3
2019-06-25T14:18:15Z
2019-06-25T17:59:44Z
2019-06-25T16:13:20Z
MEMBER
null
Along with some non-reachable branches in Block.quantile. This in turn lets us get rid of Block._na_value.
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/27037/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/27037/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/27037.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/27037", "merged_at": "2019-06-25T16:13:20Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/27037.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/27037" }
https://api.github.com/repos/pandas-dev/pandas/issues/27038
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/27038/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/27038/comments
https://api.github.com/repos/pandas-dev/pandas/issues/27038/events
https://github.com/pandas-dev/pandas/issues/27038
460,455,656
MDU6SXNzdWU0NjA0NTU2NTY=
27,038
Building pandas complains missng algos.c
{ "avatar_url": "https://avatars.githubusercontent.com/u/15952683?v=4", "events_url": "https://api.github.com/users/soilstack/events{/privacy}", "followers_url": "https://api.github.com/users/soilstack/followers", "following_url": "https://api.github.com/users/soilstack/following{/other_user}", "gists_url": "...
[]
closed
false
null
[]
null
1
2019-06-25T14:22:02Z
2019-06-25T14:45:32Z
2019-06-25T14:45:32Z
CONTRIBUTOR
null
#### Code Sample, a copy-pastable example if possible Want to create a pull-request to solve [another Issue I filed last week](https://github.com/pandas-dev/pandas/issues/26944). Am trying to follow the [pandas-dev instructions for creating a development environment](https://dev.pandas.io/development/contributing.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/27038/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/27038/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/27039
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/27039/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/27039/comments
https://api.github.com/repos/pandas-dev/pandas/issues/27039/events
https://github.com/pandas-dev/pandas/pull/27039
460,538,810
MDExOlB1bGxSZXF1ZXN0MjkxNjUwMTAx
27,039
PKG: Add test extra
{ "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" }, { "color": "d93f0b", "d...
closed
false
null
[]
{ "closed_at": "2019-07-19T00:34:29Z", "closed_issues": 1289, "created_at": "2018-10-23T02:34:15Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/j...
3
2019-06-25T17:03:55Z
2019-06-26T12:18:59Z
2019-06-26T12:18:55Z
CONTRIBUTOR
null
Closes https://github.com/pandas-dev/pandas/issues/25593
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/27039/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/27039/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/27039.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/27039", "merged_at": "2019-06-26T12:18:55Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/27039.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/27039" }
https://api.github.com/repos/pandas-dev/pandas/issues/27040
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/27040/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/27040/comments
https://api.github.com/repos/pandas-dev/pandas/issues/27040/events
https://github.com/pandas-dev/pandas/issues/27040
460,556,285
MDU6SXNzdWU0NjA1NTYyODU=
27,040
weekofyear is producing wrong output in some cases
{ "avatar_url": "https://avatars.githubusercontent.com/u/29749122?v=4", "events_url": "https://api.github.com/users/jjackofall/events{/privacy}", "followers_url": "https://api.github.com/users/jjackofall/followers", "following_url": "https://api.github.com/users/jjackofall/following{/other_user}", "gists_url"...
[]
closed
false
null
[]
null
0
2019-06-25T17:45:13Z
2019-06-25T17:47:54Z
2019-06-25T17:47:54Z
NONE
null
#### Code Sample, a copy-pastable example if possible ```python # Your code here ``` #### Problem description [this should explain **why** the current behaviour is a problem and why the expected output is a better solution.] **Note**: We receive a lot of issues on our GitHub tracker, so it is very possibl...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/27040/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/27040/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/27041
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/27041/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/27041/comments
https://api.github.com/repos/pandas-dev/pandas/issues/27041/events
https://github.com/pandas-dev/pandas/issues/27041
460,562,970
MDU6SXNzdWU0NjA1NjI5NzA=
27,041
weekofyear or dt.week() are producing wrong output in some specific cases
{ "avatar_url": "https://avatars.githubusercontent.com/u/29749122?v=4", "events_url": "https://api.github.com/users/jjackofall/events{/privacy}", "followers_url": "https://api.github.com/users/jjackofall/followers", "following_url": "https://api.github.com/users/jjackofall/following{/other_user}", "gists_url"...
[ { "color": "AFEEEE", "default": false, "description": null, "id": 211840, "name": "Timeseries", "node_id": "MDU6TGFiZWwyMTE4NDA=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Timeseries" }, { "color": "009800", "default": false, "description": "Duplicate...
closed
false
null
[]
{ "closed_at": null, "closed_issues": 2361, "created_at": "2015-02-26T19:29:05Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/1020496?v=4", "events_url": "https://api.github.com/users/jorisvandenbossche/events{/privacy}", "followers_url": "https://api.github.com/users/jorisva...
1
2019-06-25T18:00:40Z
2019-06-25T18:21:26Z
2019-06-25T18:21:04Z
NONE
null
#### Code Sample, a copy-pastable example if possible ```python import pandas as pd date = pd.to_datetime(20191230, format="%Y%m%d") print(date.weekofyear) ``` #### Problem description [this should explain **why** the current behavior is a problem and why the expected output is a better solution.] I'm 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/27041/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/27041/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/27042
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/27042/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/27042/comments
https://api.github.com/repos/pandas-dev/pandas/issues/27042/events
https://github.com/pandas-dev/pandas/issues/27042
460,611,173
MDU6SXNzdWU0NjA2MTExNzM=
27,042
fillna not throwing error when limit is not positive
{ "avatar_url": "https://avatars.githubusercontent.com/u/12377941?v=4", "events_url": "https://api.github.com/users/williamma12/events{/privacy}", "followers_url": "https://api.github.com/users/williamma12/followers", "following_url": "https://api.github.com/users/williamma12/following{/other_user}", "gists_u...
[ { "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": "0e8a...
closed
false
null
[]
{ "closed_at": "2019-07-19T00:34:29Z", "closed_issues": 1289, "created_at": "2018-10-23T02:34:15Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/j...
5
2019-06-25T19:56:50Z
2019-06-27T18:16:28Z
2019-06-27T18:16:28Z
NONE
null
#### Code Sample ```python import pandas as pd import numpy as np # Your code here NCOLS = 3 NROWS = 50 data = {"col{}".format(int((i - NCOLS / 2) % NCOLS + 1)): np.random.randint( -100, 100, size=(NROWS) ) for i in range(NCOLS) } df = pd.dataframe(data) df.fillna(0, limit=-5)...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/27042/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/27042/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/27043
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/27043/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/27043/comments
https://api.github.com/repos/pandas-dev/pandas/issues/27043/events
https://github.com/pandas-dev/pandas/pull/27043
460,639,556
MDExOlB1bGxSZXF1ZXN0MjkxNzI5NzQw
27,043
CLN: Remove no-longer-used BlockManager.xs
{ "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-07-19T00:34:29Z", "closed_issues": 1289, "created_at": "2018-10-23T02:34:15Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/j...
6
2019-06-25T20:59:23Z
2020-04-05T17:36:42Z
2019-06-26T15:56:35Z
MEMBER
null
Also some unrecheable try_cast code.
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/27043/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/27043/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/27043.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/27043", "merged_at": "2019-06-26T15:56:35Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/27043.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/27043" }
https://api.github.com/repos/pandas-dev/pandas/issues/27044
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/27044/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/27044/comments
https://api.github.com/repos/pandas-dev/pandas/issues/27044/events
https://github.com/pandas-dev/pandas/pull/27044
460,671,661
MDExOlB1bGxSZXF1ZXN0MjkxNzUzMTQ1
27,044
ENH: Exclude nuisance columns from result of window functions
{ "avatar_url": "https://avatars.githubusercontent.com/u/13166114?v=4", "events_url": "https://api.github.com/users/ihsansecer/events{/privacy}", "followers_url": "https://api.github.com/users/ihsansecer/followers", "following_url": "https://api.github.com/users/ihsansecer/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": "e102d8", "default": false, "description": "Unexpect...
closed
false
null
[]
{ "closed_at": "2019-07-19T00:34:29Z", "closed_issues": 1289, "created_at": "2018-10-23T02:34:15Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/j...
10
2019-06-25T22:21:11Z
2019-07-11T15:46:40Z
2019-07-01T16:41:06Z
CONTRIBUTOR
null
- [x] closes #12537 - [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/27044/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/27044/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/27044.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/27044", "merged_at": "2019-07-01T16:41:06Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/27044.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/27044" }
https://api.github.com/repos/pandas-dev/pandas/issues/27045
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/27045/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/27045/comments
https://api.github.com/repos/pandas-dev/pandas/issues/27045/events
https://github.com/pandas-dev/pandas/issues/27045
460,885,665
MDU6SXNzdWU0NjA4ODU2NjU=
27,045
to_json() for multi indexed dataframe is missing escapes
{ "avatar_url": "https://avatars.githubusercontent.com/u/1256318?v=4", "events_url": "https://api.github.com/users/dickreuter/events{/privacy}", "followers_url": "https://api.github.com/users/dickreuter/followers", "following_url": "https://api.github.com/users/dickreuter/following{/other_user}", "gists_url":...
[ { "color": "009800", "default": false, "description": "Duplicate issue or pull request", "id": 40153326, "name": "Duplicate Report", "node_id": "MDU6TGFiZWw0MDE1MzMyNg==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Duplicate%20Report" }, { "color": "207de5", ...
closed
false
null
[]
{ "closed_at": null, "closed_issues": 2361, "created_at": "2015-02-26T19:29:05Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/1020496?v=4", "events_url": "https://api.github.com/users/jorisvandenbossche/events{/privacy}", "followers_url": "https://api.github.com/users/jorisva...
1
2019-06-26T10:20:26Z
2019-06-26T10:28:08Z
2019-06-26T10:27:03Z
CONTRIBUTOR
null
For df.to_json() the speech marks should be escaped. Currently, the json is not valid. This was already reported as an issue here https://github.com/pandas-dev/pandas/issues/15288, but most likely incorrectly marked as duplicate with something else. ``` idx = pd.MultiIndex.from_product([['Zara', 'LV', 'Roots'], ...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/27045/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/27045/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/27046
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/27046/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/27046/comments
https://api.github.com/repos/pandas-dev/pandas/issues/27046/events
https://github.com/pandas-dev/pandas/pull/27046
460,890,794
MDExOlB1bGxSZXF1ZXN0MjkxOTI0MTc0
27,046
BUG: Fix redundant run of unwinding nested dictionary
{ "avatar_url": "https://avatars.githubusercontent.com/u/35633013?v=4", "events_url": "https://api.github.com/users/jiangyue12392/events{/privacy}", "followers_url": "https://api.github.com/users/jiangyue12392/followers", "following_url": "https://api.github.com/users/jiangyue12392/following{/other_user}", "g...
[ { "color": "207de5", "default": false, "description": "read_json, to_json, json_normalize", "id": 49379259, "name": "IO JSON", "node_id": "MDU6TGFiZWw0OTM3OTI1OQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/IO%20JSON" } ]
closed
false
null
[]
null
12
2019-06-26T10:32:00Z
2019-09-05T17:07:37Z
2019-09-05T17:07:37Z
CONTRIBUTOR
null
- [x] passes `git diff upstream/master -u -- "*.py" | flake8 --diff` The original implementation of checking whether the json contains nested structure is wrong as it will return `True` even for a non nested json (e.g. `[{'x' : 1}]`). The changes ensures that `nested_to_record` is not called unnecessarily
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/27046/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/27046/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/27046.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/27046", "merged_at": null, "patch_url": "https://github.com/pandas-dev/pandas/pull/27046.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/27046" }
https://api.github.com/repos/pandas-dev/pandas/issues/27047
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/27047/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/27047/comments
https://api.github.com/repos/pandas-dev/pandas/issues/27047/events
https://github.com/pandas-dev/pandas/issues/27047
460,897,528
MDU6SXNzdWU0NjA4OTc1Mjg=
27,047
Inconsistent behavior on aggregate after resample
{ "avatar_url": "https://avatars.githubusercontent.com/u/14607246?v=4", "events_url": "https://api.github.com/users/rareal/events{/privacy}", "followers_url": "https://api.github.com/users/rareal/followers", "following_url": "https://api.github.com/users/rareal/following{/other_user}", "gists_url": "https://a...
[ { "color": "0052cc", "default": false, "description": null, "id": 34444536, "name": "Usage Question", "node_id": "MDU6TGFiZWwzNDQ0NDUzNg==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Usage%20Question" }, { "color": "207de5", "default": false, "descript...
closed
false
null
[]
{ "closed_at": null, "closed_issues": 2361, "created_at": "2015-02-26T19:29:05Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/1020496?v=4", "events_url": "https://api.github.com/users/jorisvandenbossche/events{/privacy}", "followers_url": "https://api.github.com/users/jorisva...
2
2019-06-26T10:47:17Z
2019-06-26T11:52:55Z
2019-06-26T11:52:01Z
NONE
null
```python import pandas as pd df = pd.DataFrame({'a': range(0, 10), 'b': range(0, 10), 'c': [False, True]*5}, index=pd.to_datetime(['01:00', '01:01', '01:02', '01:03', '01:04', '01:31', '01:32', '01:33', '01:34', '01:35'])) df.resample('15min').agg({'a': 's...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/27047/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/27047/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/27048
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/27048/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/27048/comments
https://api.github.com/repos/pandas-dev/pandas/issues/27048/events
https://github.com/pandas-dev/pandas/pull/27048
460,947,609
MDExOlB1bGxSZXF1ZXN0MjkxOTcwMjAy
27,048
Use mypy default follow import strategy
{ "avatar_url": "https://avatars.githubusercontent.com/u/609873?v=4", "events_url": "https://api.github.com/users/WillAyd/events{/privacy}", "followers_url": "https://api.github.com/users/WillAyd/followers", "following_url": "https://api.github.com/users/WillAyd/following{/other_user}", "gists_url": "https://...
[ { "color": "ea91a4", "default": false, "description": "type annotations, mypy/pyright type checking", "id": 1280988427, "name": "Typing", "node_id": "MDU6TGFiZWwxMjgwOTg4NDI3", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Typing" } ]
closed
false
null
[]
{ "closed_at": "2019-07-19T00:34:29Z", "closed_issues": 1289, "created_at": "2018-10-23T02:34:15Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/j...
3
2019-06-26T12:41:28Z
2020-01-16T00:34:52Z
2019-06-27T02:49:02Z
MEMBER
null
This was put in place as we were fixing up old annotations but isn't required at this point, so can safely remove and stick with mypy defaults (which is more strict)
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/27048/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/27048/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/27048.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/27048", "merged_at": "2019-06-27T02:49:02Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/27048.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/27048" }
https://api.github.com/repos/pandas-dev/pandas/issues/27049
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/27049/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/27049/comments
https://api.github.com/repos/pandas-dev/pandas/issues/27049/events
https://github.com/pandas-dev/pandas/issues/27049
460,954,014
MDU6SXNzdWU0NjA5NTQwMTQ=
27,049
Inconsistent behavior when boolean mask has inconsistent size with a Series
{ "avatar_url": "https://avatars.githubusercontent.com/u/7454015?v=4", "events_url": "https://api.github.com/users/glemaitre/events{/privacy}", "followers_url": "https://api.github.com/users/glemaitre/followers", "following_url": "https://api.github.com/users/glemaitre/following{/other_user}", "gists_url": "h...
[]
closed
false
null
[]
null
2
2019-06-26T12:54:42Z
2019-06-26T13:10:55Z
2019-06-26T13:10:55Z
CONTRIBUTOR
null
#### Code Sample, a copy-pastable example if possible ```python import numpy as np import pandas as pd series = pd.Series(np.arange(3)) print(series.iloc[[True, False, True, False]]) print(series.iloc[[True, False, True, True]]) ``` ```pytb 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/27049/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/27049/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/27050
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/27050/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/27050/comments
https://api.github.com/repos/pandas-dev/pandas/issues/27050/events
https://github.com/pandas-dev/pandas/pull/27050
460,976,377
MDExOlB1bGxSZXF1ZXN0MjkxOTkzNjc1
27,050
Contributing Guide for Type Hints
{ "avatar_url": "https://avatars.githubusercontent.com/u/609873?v=4", "events_url": "https://api.github.com/users/WillAyd/events{/privacy}", "followers_url": "https://api.github.com/users/WillAyd/followers", "following_url": "https://api.github.com/users/WillAyd/following{/other_user}", "gists_url": "https://...
[ { "color": "3465A4", "default": false, "description": null, "id": 134699, "name": "Docs", "node_id": "MDU6TGFiZWwxMzQ2OTk=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Docs" }, { "color": "ea91a4", "default": false, "description": "type annotations, myp...
closed
false
null
[]
{ "closed_at": "2020-01-30T12:18:05Z", "closed_issues": 2207, "created_at": "2012-09-13T02:13:00Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4", "events_url": "https://api.github.com/users/wesm/events{/privacy}", "followers_url": "https://api.github.com/users/wesm...
10
2019-06-26T13:37:58Z
2019-08-25T16:06:33Z
2019-08-25T16:05:00Z
MEMBER
null
Want to get this documented as we've been picking up momentum with type hints @toobaz @TomAugspurger @vaibhavhrt @gwrome @makbigc
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/27050/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/27050/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/27050.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/27050", "merged_at": "2019-08-25T16:05:00Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/27050.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/27050" }
https://api.github.com/repos/pandas-dev/pandas/issues/27051
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/27051/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/27051/comments
https://api.github.com/repos/pandas-dev/pandas/issues/27051/events
https://github.com/pandas-dev/pandas/issues/27051
461,011,337
MDU6SXNzdWU0NjEwMTEzMzc=
27,051
Improve to_excel Append Documentation
{ "avatar_url": "https://avatars.githubusercontent.com/u/6198220?v=4", "events_url": "https://api.github.com/users/MasterAir/events{/privacy}", "followers_url": "https://api.github.com/users/MasterAir/followers", "following_url": "https://api.github.com/users/MasterAir/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": "bfe5bf", "default": false, "description": "read_excel, to_excel"...
closed
false
null
[]
null
4
2019-06-26T14:38:09Z
2019-08-13T09:41:59Z
2019-08-13T09:41:59Z
NONE
null
#### Code Sample, a copy-pastable example if possible I have recently worked on a project where I needed to insert pandas dataframes into an existing Excel workbook (.xlsx) file. I wrote the following function: ```python def append_df_to_excel(filename, df, sheet_name='Sheet1', startcol='A', startrow=1, **to...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/27051/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/27051/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/27052
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/27052/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/27052/comments
https://api.github.com/repos/pandas-dev/pandas/issues/27052/events
https://github.com/pandas-dev/pandas/issues/27052
461,013,108
MDU6SXNzdWU0NjEwMTMxMDg=
27,052
sharey and tick_params: top row not impacted
{ "avatar_url": "https://avatars.githubusercontent.com/u/27856353?v=4", "events_url": "https://api.github.com/users/bzhmacro/events{/privacy}", "followers_url": "https://api.github.com/users/bzhmacro/followers", "following_url": "https://api.github.com/users/bzhmacro/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": "8AE234", "default": false, "description": null, "id": 2413328, ...
open
false
null
[]
null
1
2019-06-26T14:41:11Z
2021-07-10T05:31:05Z
null
NONE
null
```python import pandas as pd import numpy as np import matplotlib.pyplot as plt n=3 df1 = pd.DataFrame(data=np.random.rand(10, n)) df2 = pd.DataFrame(data=np.random.rand(10, n) * 2) # Using Pandas plot method fig, axes = plt.subplots(ncols=n, nrows=2, sharey='row') for ax, d in zip(axes, [df1, df2]): f...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/27052/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/27052/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/27053
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/27053/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/27053/comments
https://api.github.com/repos/pandas-dev/pandas/issues/27053/events
https://github.com/pandas-dev/pandas/issues/27053
461,031,247
MDU6SXNzdWU0NjEwMzEyNDc=
27,053
pandas.concat removes the name of the index column for string index columns
{ "avatar_url": "https://avatars.githubusercontent.com/u/32075911?v=4", "events_url": "https://api.github.com/users/AlexFuster/events{/privacy}", "followers_url": "https://api.github.com/users/AlexFuster/followers", "following_url": "https://api.github.com/users/AlexFuster/following{/other_user}", "gists_url"...
[ { "color": "02d7e1", "default": false, "description": "Concat, Merge/Join, Stack/Unstack, Explode", "id": 13098779, "name": "Reshaping", "node_id": "MDU6TGFiZWwxMzA5ODc3OQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Reshaping" }, { "color": "009800", "de...
closed
false
null
[]
null
1
2019-06-26T15:13:01Z
2019-06-27T03:42:13Z
2019-06-27T03:42:13Z
NONE
null
#### Code Sample, a copy-pastable example if possible ```python df0=pd.DataFrame({'index':['a','b'],'foo':[1,2]}).set_index('index') df1=pd.DataFrame({'index':['b','c'],'bar':[3,4]}).set_index('index') pd.concat([df0,df1],axis=1) ``` #### Problem description pandas.concat removes the name of the index column...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/27053/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/27053/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/27054
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/27054/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/27054/comments
https://api.github.com/repos/pandas-dev/pandas/issues/27054/events
https://github.com/pandas-dev/pandas/issues/27054
461,044,615
MDU6SXNzdWU0NjEwNDQ2MTU=
27,054
DOC: Fix pipe example in the Essential basic functionality page
{ "avatar_url": "https://avatars.githubusercontent.com/u/10058240?v=4", "events_url": "https://api.github.com/users/datapythonista/events{/privacy}", "followers_url": "https://api.github.com/users/datapythonista/followers", "following_url": "https://api.github.com/users/datapythonista/following{/other_user}", ...
[ { "color": "3465A4", "default": false, "description": null, "id": 134699, "name": "Docs", "node_id": "MDU6TGFiZWwxMzQ2OTk=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Docs" } ]
closed
false
null
[]
null
1
2019-06-26T15:37:59Z
2019-11-06T17:51:05Z
2019-11-06T17:51:05Z
MEMBER
null
In our continuous integration we validate that all the examples in the documentation follow PEP-8, and are valid code that can run. Currently, we're skipping the essential basic functionality page, because the examples showing the `pipe` functionality can't be run, because the variables it uses are not defined. The ...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/27054/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/27054/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/27055
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/27055/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/27055/comments
https://api.github.com/repos/pandas-dev/pandas/issues/27055/events
https://github.com/pandas-dev/pandas/issues/27055
461,052,761
MDU6SXNzdWU0NjEwNTI3NjE=
27,055
DOC: Validation of docsting validates Python type doc
{ "avatar_url": "https://avatars.githubusercontent.com/u/10058240?v=4", "events_url": "https://api.github.com/users/datapythonista/events{/privacy}", "followers_url": "https://api.github.com/users/datapythonista/followers", "following_url": "https://api.github.com/users/datapythonista/following{/other_user}", ...
[ { "color": "3465A4", "default": false, "description": null, "id": 134699, "name": "Docs", "node_id": "MDU6TGFiZWwxMzQ2OTk=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Docs" }, { "color": "a2bca7", "default": false, "description": "Continuous Integratio...
open
false
null
[]
null
2
2019-06-26T15:52:26Z
2020-01-10T14:11:00Z
null
MEMBER
null
Our script `scripts/validate_docstrings.py` validates that docstrings in our code follow certain standards (the right parameters are documented, the docstring contain examples, capitalization and punctuation...). There is currently one case when the validation is incorrect. See this (hypothetical) example: ```pytho...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/27055/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/27055/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/27056
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/27056/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/27056/comments
https://api.github.com/repos/pandas-dev/pandas/issues/27056/events
https://github.com/pandas-dev/pandas/issues/27056
461,056,985
MDU6SXNzdWU0NjEwNTY5ODU=
27,056
Missing narrow-unicode Python 2.7 wheels
{ "avatar_url": "https://avatars.githubusercontent.com/u/4616906?v=4", "events_url": "https://api.github.com/users/henryiii/events{/privacy}", "followers_url": "https://api.github.com/users/henryiii/followers", "following_url": "https://api.github.com/users/henryiii/following{/other_user}", "gists_url": "http...
[ { "color": "75507B", "default": false, "description": "Library building on various platforms", "id": 129350, "name": "Build", "node_id": "MDU6TGFiZWwxMjkzNTA=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Build" } ]
closed
false
null
[]
null
2
2019-06-26T16:00:52Z
2019-09-19T17:18:38Z
2019-09-19T17:18:37Z
NONE
null
On PyPI, narrow-unicode wheels are not provided. This causes [my](https://github.com/scikit-hep/decaylanguage) Azure pipelines that uses Pandas to take 8 minutes on the Python 2.7 versions instead of 45 seconds for all other Python 3 versions. The manylinux container does [have both](https://github.com/pypa/manylinux) ...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/27056/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/27056/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/27057
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/27057/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/27057/comments
https://api.github.com/repos/pandas-dev/pandas/issues/27057/events
https://github.com/pandas-dev/pandas/issues/27057
461,059,512
MDU6SXNzdWU0NjEwNTk1MTI=
27,057
rolling(offset) treats duplicated Timestamps inconsistently between closed=`left`/`right`;
{ "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
2019-06-26T16:06:14Z
2019-08-02T15:32:05Z
2019-08-02T15:32:05Z
NONE
null
On second thought, ok.
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/27057/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/27057/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/27058
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/27058/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/27058/comments
https://api.github.com/repos/pandas-dev/pandas/issues/27058/events
https://github.com/pandas-dev/pandas/issues/27058
461,067,249
MDU6SXNzdWU0NjEwNjcyNDk=
27,058
ENH: add Series.set_index
{ "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
3
2019-06-26T16:23:16Z
2019-07-22T20:37:03Z
2019-07-22T17:15:31Z
NONE
null
Related #21684 **update**: use `set_axis`. ```python import pandas as pd dates=[ "2001-01-01 23:50", "2001-01-02 14:00", "2001-01-03 00:08"] ser=pd.Series(range(3),pd.DatetimeIndex(dates)) ``` sometimes when writing a sequence of operation, you want to replace the index of the object you're work...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/27058/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/27058/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/27059
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/27059/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/27059/comments
https://api.github.com/repos/pandas-dev/pandas/issues/27059/events
https://github.com/pandas-dev/pandas/issues/27059
461,099,959
MDU6SXNzdWU0NjEwOTk5NTk=
27,059
Discussion: Why is loc label-based slicing right-inclusive?
{ "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...
[ { "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": "AD...
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...
14
2019-06-26T17:43:02Z
2020-01-02T01:45:40Z
2020-01-01T15:58:48Z
NONE
null
I've searched the documentation and old issues and I can't find anything on the reason for this unusual choice. The original historic PR was #2922. One user raised the question before in #14900 and aggressively shut down by jeff without an answer. It has caused bugs in my code in the past, and I've seen it do t...
{ "+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/27059/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/27059/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/27060
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/27060/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/27060/comments
https://api.github.com/repos/pandas-dev/pandas/issues/27060/events
https://github.com/pandas-dev/pandas/pull/27060
461,101,556
MDExOlB1bGxSZXF1ZXN0MjkyMDk0MjE2
27,060
POC: Implement pythonic label-based index slicing NDFrame.slice(closed='left')
{ "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...
[ { "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": "AD...
closed
false
null
[]
null
9
2019-06-26T17:46:53Z
2019-08-08T18:49:43Z
2019-07-31T14:23:52Z
NONE
null
**Note**: this began as a POC for an additional indexer `loc_left`, which has now been updated to become the low-level API used for providing the `NDFrame.slice` functionality. WIP/POC for #27059. In short, `loc` was designed with unpythonic right-inclusive semantics, and for dubious considerations. It would be an i...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/27060/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/27060/timeline
null
1
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/27060.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/27060", "merged_at": null, "patch_url": "https://github.com/pandas-dev/pandas/pull/27060.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/27060" }
https://api.github.com/repos/pandas-dev/pandas/issues/27061
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/27061/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/27061/comments
https://api.github.com/repos/pandas-dev/pandas/issues/27061/events
https://github.com/pandas-dev/pandas/pull/27061
461,126,286
MDExOlB1bGxSZXF1ZXN0MjkyMTE0MzIx
27,061
Install pyreadstat using conda instead
{ "avatar_url": "https://avatars.githubusercontent.com/u/4407787?v=4", "events_url": "https://api.github.com/users/rs2/events{/privacy}", "followers_url": "https://api.github.com/users/rs2/followers", "following_url": "https://api.github.com/users/rs2/following{/other_user}", "gists_url": "https://api.github....
[ { "color": "d93f0b", "default": false, "description": "Required and optional dependencies", "id": 527603109, "name": "Dependencies", "node_id": "MDU6TGFiZWw1Mjc2MDMxMDk=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Dependencies" } ]
closed
false
null
[]
{ "closed_at": "2019-07-19T00:34:29Z", "closed_issues": 1289, "created_at": "2018-10-23T02:34:15Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/j...
7
2019-06-26T18:47:40Z
2019-06-27T08:30:20Z
2019-06-26T19:24:46Z
CONTRIBUTOR
null
``` > conda search pyreadstat -c conda-forge Loading channels: done # Name Version Build Channel pyreadstat 0.2.1 py36h301d43c_0 conda-forge pyreadstat 0.2.1 py37h301d43c_0 conda-forge pyreadstat 0.2.5 py36h301d43c_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/27061/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/27061/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/27061.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/27061", "merged_at": "2019-06-26T19:24:46Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/27061.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/27061" }
https://api.github.com/repos/pandas-dev/pandas/issues/27062
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/27062/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/27062/comments
https://api.github.com/repos/pandas-dev/pandas/issues/27062/events
https://github.com/pandas-dev/pandas/pull/27062
461,127,276
MDExOlB1bGxSZXF1ZXN0MjkyMTE1MTM2
27,062
CI: Use conda compiler in `environment.yml`
{ "avatar_url": "https://avatars.githubusercontent.com/u/7882269?v=4", "events_url": "https://api.github.com/users/marcelotrevisani/events{/privacy}", "followers_url": "https://api.github.com/users/marcelotrevisani/followers", "following_url": "https://api.github.com/users/marcelotrevisani/following{/other_user...
[ { "color": "a2bca7", "default": false, "description": "Continuous Integration", "id": 48070600, "name": "CI", "node_id": "MDU6TGFiZWw0ODA3MDYwMA==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/CI" }, { "color": "d93f0b", "default": false, "description": ...
closed
false
null
[]
null
13
2019-06-26T18:50:11Z
2019-10-11T21:54:34Z
2019-10-11T21:54:34Z
NONE
null
Improvement to the conda environment to use the compiler from the virtual env instead of the system Using the ``cxx-compile`` would be better because it will use the compiler from the virtual environment and it will not rely on the system anymore. That would be great to also avoid any kind of abi problems if someone...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/27062/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/27062/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/27062.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/27062", "merged_at": null, "patch_url": "https://github.com/pandas-dev/pandas/pull/27062.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/27062" }
https://api.github.com/repos/pandas-dev/pandas/issues/27063
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/27063/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/27063/comments
https://api.github.com/repos/pandas-dev/pandas/issues/27063/events
https://github.com/pandas-dev/pandas/pull/27063
461,138,962
MDExOlB1bGxSZXF1ZXN0MjkyMTI0NzAz
27,063
CLN: Dead version checking code post minimum version bump
{ "avatar_url": "https://avatars.githubusercontent.com/u/10647082?v=4", "events_url": "https://api.github.com/users/mroeschke/events{/privacy}", "followers_url": "https://api.github.com/users/mroeschke/followers", "following_url": "https://api.github.com/users/mroeschke/following{/other_user}", "gists_url": "...
[ { "color": "207de5", "default": false, "description": null, "id": 211029535, "name": "Clean", "node_id": "MDU6TGFiZWwyMTEwMjk1MzU=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Clean" } ]
closed
false
null
[]
{ "closed_at": "2019-07-19T00:34:29Z", "closed_issues": 1289, "created_at": "2018-10-23T02:34:15Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/j...
5
2019-06-26T19:19:18Z
2019-06-27T23:14:21Z
2019-06-27T23:14:00Z
MEMBER
null
- [x] xref #26832 - [ ] tests added / passed - [x] passes `git diff upstream/master -u -- "*.py" | flake8 --diff`
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/27063/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/27063/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/27063.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/27063", "merged_at": "2019-06-27T23:14:00Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/27063.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/27063" }
https://api.github.com/repos/pandas-dev/pandas/issues/27064
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/27064/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/27064/comments
https://api.github.com/repos/pandas-dev/pandas/issues/27064/events
https://github.com/pandas-dev/pandas/pull/27064
461,140,473
MDExOlB1bGxSZXF1ZXN0MjkyMTI1OTQ5
27,064
COMPAT: 32-bit nargsort
{ "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": "0e8a1...
closed
false
null
[]
{ "closed_at": "2019-07-19T00:34:29Z", "closed_issues": 1289, "created_at": "2018-10-23T02:34:15Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/j...
4
2019-06-26T19:22:59Z
2019-06-27T15:44:12Z
2019-06-27T15:44:07Z
CONTRIBUTOR
null
xref https://github.com/MacPython/pandas-wheels/pull/51
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/27064/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/27064/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/27064.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/27064", "merged_at": "2019-06-27T15:44:06Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/27064.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/27064" }
https://api.github.com/repos/pandas-dev/pandas/issues/27065
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/27065/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/27065/comments
https://api.github.com/repos/pandas-dev/pandas/issues/27065/events
https://github.com/pandas-dev/pandas/pull/27065
461,144,988
MDExOlB1bGxSZXF1ZXN0MjkyMTI5Njgw
27,065
Add pytest-azurepipelines
{ "avatar_url": "https://avatars.githubusercontent.com/u/7882269?v=4", "events_url": "https://api.github.com/users/marcelotrevisani/events{/privacy}", "followers_url": "https://api.github.com/users/marcelotrevisani/followers", "following_url": "https://api.github.com/users/marcelotrevisani/following{/other_user...
[]
closed
false
null
[]
null
3
2019-06-26T19:34:34Z
2019-06-27T22:40:47Z
2019-06-27T22:40:46Z
NONE
null
- [ ] closes #xxxx - [ ] tests added / passed - [ ] passes `git diff upstream/master -u -- "*.py" | flake8 --diff` - [ ] whatsnew entry
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/27065/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/27065/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/27065.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/27065", "merged_at": null, "patch_url": "https://github.com/pandas-dev/pandas/pull/27065.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/27065" }
https://api.github.com/repos/pandas-dev/pandas/issues/27066
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/27066/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/27066/comments
https://api.github.com/repos/pandas-dev/pandas/issues/27066/events
https://github.com/pandas-dev/pandas/pull/27066
461,152,870
MDExOlB1bGxSZXF1ZXN0MjkyMTM2MjM2
27,066
CI: Disable codecov comments and re-enable results in the checks
{ "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" } ]
closed
false
null
[]
{ "closed_at": "2019-07-19T00:34:29Z", "closed_issues": 1289, "created_at": "2018-10-23T02:34:15Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/j...
1
2019-06-26T19:55:10Z
2019-06-27T21:36:18Z
2019-06-27T02:17:02Z
MEMBER
null
- [x] closes #26896 Depending on how flaky the coverage calculations are, we could consider adding `threshold` to the yaml to specify how far the coverage can drop while posting success. https://docs.codecov.io/docs/commit-status
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/27066/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/27066/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/27066.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/27066", "merged_at": "2019-06-27T02:17:02Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/27066.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/27066" }
https://api.github.com/repos/pandas-dev/pandas/issues/27067
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/27067/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/27067/comments
https://api.github.com/repos/pandas-dev/pandas/issues/27067/events
https://github.com/pandas-dev/pandas/pull/27067
461,153,270
MDExOlB1bGxSZXF1ZXN0MjkyMTM2NTU2
27,067
DOC: Exception raised if columns do not match data GH27003
{ "avatar_url": "https://avatars.githubusercontent.com/u/20629361?v=4", "events_url": "https://api.github.com/users/srf94/events{/privacy}", "followers_url": "https://api.github.com/users/srf94/followers", "following_url": "https://api.github.com/users/srf94/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": "ffa0ff", "default": false, "description": "Incorrect or improved...
closed
false
null
[]
null
6
2019-06-26T19:56:09Z
2019-08-28T17:08:29Z
2019-08-28T17:08:29Z
NONE
null
- [X] closes #27003 - [ ] 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/27067/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/27067/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/27067.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/27067", "merged_at": null, "patch_url": "https://github.com/pandas-dev/pandas/pull/27067.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/27067" }
https://api.github.com/repos/pandas-dev/pandas/issues/27068
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/27068/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/27068/comments
https://api.github.com/repos/pandas-dev/pandas/issues/27068/events
https://github.com/pandas-dev/pandas/pull/27068
461,200,515
MDExOlB1bGxSZXF1ZXN0MjkyMTc1MzMz
27,068
TST: change assertion messages in assert_frame_equal (#27023)
{ "avatar_url": "https://avatars.githubusercontent.com/u/93171?v=4", "events_url": "https://api.github.com/users/ajwood/events{/privacy}", "followers_url": "https://api.github.com/users/ajwood/followers", "following_url": "https://api.github.com/users/ajwood/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": "ffa0ff", "d...
closed
false
null
[]
{ "closed_at": "2019-07-19T00:34:29Z", "closed_issues": 1289, "created_at": "2018-10-23T02:34:15Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/j...
12
2019-06-26T21:59:11Z
2019-06-28T23:08:12Z
2019-06-28T22:56:22Z
CONTRIBUTOR
null
- [x] closes #27023 - [x] passes `git diff upstream/master -u -- "*.py" | flake8 --diff`
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/27068/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/27068/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/27068.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/27068", "merged_at": "2019-06-28T22:56:22Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/27068.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/27068" }
https://api.github.com/repos/pandas-dev/pandas/issues/27069
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/27069/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/27069/comments
https://api.github.com/repos/pandas-dev/pandas/issues/27069/events
https://github.com/pandas-dev/pandas/issues/27069
461,213,642
MDU6SXNzdWU0NjEyMTM2NDI=
27,069
Feature request: make read_parquet support reading a list of paths
{ "avatar_url": "https://avatars.githubusercontent.com/u/824507?v=4", "events_url": "https://api.github.com/users/dclong/events{/privacy}", "followers_url": "https://api.github.com/users/dclong/followers", "following_url": "https://api.github.com/users/dclong/following{/other_user}", "gists_url": "https://api...
[ { "color": "4E9A06", "default": false, "description": null, "id": 76812, "name": "Enhancement", "node_id": "MDU6TGFiZWw3NjgxMg==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Enhancement" }, { "color": "5319e7", "default": false, "description": "parquet,...
closed
false
null
[]
null
2
2019-06-26T22:44:41Z
2021-07-10T05:35:53Z
2021-07-10T05:35:52Z
NONE
null
Currently `pandas.read_parquet` supports reading either a parquet file or all parquet files under a directory. It would be great if it supports reading a list of paths (to parquet files).
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/27069/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/27069/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/27070
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/27070/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/27070/comments
https://api.github.com/repos/pandas-dev/pandas/issues/27070/events
https://github.com/pandas-dev/pandas/pull/27070
461,227,893
MDExOlB1bGxSZXF1ZXN0MjkyMTk3Njk2
27,070
Typing: Support New Mypy Semantic Analyzer
{ "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": "ea91a4", "default": false, "description": "type annotations, mypy/pyright type checking", "id": 1280988427, "name": "Typing", "node_id": "MDU6TGFiZWwxMjgwOTg4NDI3", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Typing" } ]
closed
false
null
[]
{ "closed_at": "2019-07-19T00:34:29Z", "closed_issues": 1289, "created_at": "2018-10-23T02:34:15Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/j...
20
2019-06-26T23:44:49Z
2019-12-25T20:35:32Z
2019-07-08T01:36:05Z
CONTRIBUTOR
null
- [x] closes #27018
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/27070/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/27070/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/27070.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/27070", "merged_at": "2019-07-08T01:36:05Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/27070.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/27070" }
https://api.github.com/repos/pandas-dev/pandas/issues/27071
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/27071/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/27071/comments
https://api.github.com/repos/pandas-dev/pandas/issues/27071/events
https://github.com/pandas-dev/pandas/pull/27071
461,268,659
MDExOlB1bGxSZXF1ZXN0MjkyMjMxNDc5
27,071
BUG: preserve categorical & sparse types when grouping / pivot
{ "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": "729FCF", "default": false, "description": null, "id": 233160, "name": "Groupby", "node_id": "MDU6TGFiZWwyMzMxNjA=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Groupby" }, { "color": "0052cc", "default": false, "description": "pandas objects ...
closed
false
null
[]
{ "closed_at": "2019-07-19T00:34:29Z", "closed_issues": 1289, "created_at": "2018-10-23T02:34:15Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/j...
7
2019-06-27T02:14:22Z
2020-12-04T12:56:36Z
2019-06-27T23:13:28Z
CONTRIBUTOR
null
closes #18502 replaces #26550
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/27071/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/27071/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/27071.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/27071", "merged_at": "2019-06-27T23:13:28Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/27071.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/27071" }
https://api.github.com/repos/pandas-dev/pandas/issues/27072
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/27072/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/27072/comments
https://api.github.com/repos/pandas-dev/pandas/issues/27072/events
https://github.com/pandas-dev/pandas/pull/27072
461,278,363
MDExOlB1bGxSZXF1ZXN0MjkyMjM4ODUy
27,072
[POC] CLN: use ExtensionBlock for datetime tz data
{ "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": "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
[]
null
8
2019-06-27T03:00:05Z
2019-10-31T22:42:38Z
2019-10-31T22:42:38Z
MEMBER
null
Trying out to simply use the ExtensionBlock instead of the current DatetimeTZBlock for datetime tz data (with the exception of one override to have `.values` backwards compatible), to see what breaks.
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/27072/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/27072/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/27072.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/27072", "merged_at": null, "patch_url": "https://github.com/pandas-dev/pandas/pull/27072.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/27072" }
https://api.github.com/repos/pandas-dev/pandas/issues/27073
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/27073/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/27073/comments
https://api.github.com/repos/pandas-dev/pandas/issues/27073/events
https://github.com/pandas-dev/pandas/pull/27073
461,324,662
MDExOlB1bGxSZXF1ZXN0MjkyMjc1NDk3
27,073
ENH: Json fill_value for missing fields
{ "avatar_url": "https://avatars.githubusercontent.com/u/35633013?v=4", "events_url": "https://api.github.com/users/jiangyue12392/events{/privacy}", "followers_url": "https://api.github.com/users/jiangyue12392/followers", "following_url": "https://api.github.com/users/jiangyue12392/following{/other_user}", "g...
[ { "color": "d7e102", "default": false, "description": "np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate", "id": 2822342, "name": "Missing-data", "node_id": "MDU6TGFiZWwyODIyMzQy", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Missing-data" }, { "color": "207de5"...
closed
false
null
[]
null
10
2019-06-27T05:40:31Z
2019-07-15T01:06:37Z
2019-07-15T01:06:37Z
CONTRIBUTOR
null
- [x] closes #16918 - [x] tests added / passed - [x] passes `git diff upstream/master -u -- "*.py" | flake8 --diff` - [x] whatsnew entry A new argument `fill_value` is added to allow users to supply default values for missing fields for each column. This enhancement also addresses the undesirable type conversion ...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/27073/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/27073/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/27073.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/27073", "merged_at": null, "patch_url": "https://github.com/pandas-dev/pandas/pull/27073.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/27073" }
https://api.github.com/repos/pandas-dev/pandas/issues/27074
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/27074/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/27074/comments
https://api.github.com/repos/pandas-dev/pandas/issues/27074/events
https://github.com/pandas-dev/pandas/pull/27074
461,451,296
MDExOlB1bGxSZXF1ZXN0MjkyMzcwNjQy
27,074
BUG/TST: Fillna limit Error Reporting
{ "avatar_url": "https://avatars.githubusercontent.com/u/43890311?v=4", "events_url": "https://api.github.com/users/Inevitable-Marzipan/events{/privacy}", "followers_url": "https://api.github.com/users/Inevitable-Marzipan/followers", "following_url": "https://api.github.com/users/Inevitable-Marzipan/following{/...
[ { "color": "ffa0ff", "default": false, "description": "Incorrect or improved errors from pandas", "id": 42670965, "name": "Error Reporting", "node_id": "MDU6TGFiZWw0MjY3MDk2NQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Error%20Reporting" } ]
closed
false
null
[]
null
4
2019-06-27T10:33:03Z
2019-06-27T18:17:51Z
2019-06-27T17:21:02Z
CONTRIBUTOR
null
fillna method was not throwing an ValueError with a dataframe full of integers (no NAs) and limit keyword set to a negative number. Issue can be seen in GH27042. Begun with writing tests for checking the behaviour of fillna and values of limit in test/frame/test_missing.py for both negative and non-integer value...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/27074/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/27074/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/27074.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/27074", "merged_at": null, "patch_url": "https://github.com/pandas-dev/pandas/pull/27074.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/27074" }
https://api.github.com/repos/pandas-dev/pandas/issues/27075
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/27075/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/27075/comments
https://api.github.com/repos/pandas-dev/pandas/issues/27075/events
https://github.com/pandas-dev/pandas/issues/27075
461,537,792
MDU6SXNzdWU0NjE1Mzc3OTI=
27,075
Groupby ignores unobserved combinations when passing more than one categorical column even if observed=True
{ "avatar_url": "https://avatars.githubusercontent.com/u/7702207?v=4", "events_url": "https://api.github.com/users/harmbuisman/events{/privacy}", "followers_url": "https://api.github.com/users/harmbuisman/followers", "following_url": "https://api.github.com/users/harmbuisman/following{/other_user}", "gists_ur...
[ { "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": "e11d21", "default": false, "description": "Categorical Dat...
closed
false
{ "avatar_url": "https://avatars.githubusercontent.com/u/3813175?v=4", "events_url": "https://api.github.com/users/smithto1/events{/privacy}", "followers_url": "https://api.github.com/users/smithto1/followers", "following_url": "https://api.github.com/users/smithto1/following{/other_user}", "gists_url": "http...
[ { "avatar_url": "https://avatars.githubusercontent.com/u/3813175?v=4", "events_url": "https://api.github.com/users/smithto1/events{/privacy}", "followers_url": "https://api.github.com/users/smithto1/followers", "following_url": "https://api.github.com/users/smithto1/following{/other_user}", "gis...
{ "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...
11
2019-06-27T13:43:34Z
2020-07-08T21:47:42Z
2020-07-08T21:47:29Z
NONE
null
#### Code Sample, a copy-pastable example if possible ```python import pandas as pd import numpy as np df_test = pd.DataFrame() df_test['A'] = pd.Series(np.arange(0,2), dtype='category').cat.set_categories(list(range(0,3))) df_test['B'] = pd.Series(np.arange(10,12), dtype='category').cat.set_categories(list(r...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/27075/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/27075/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/27076
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/27076/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/27076/comments
https://api.github.com/repos/pandas-dev/pandas/issues/27076/events
https://github.com/pandas-dev/pandas/pull/27076
461,587,265
MDExOlB1bGxSZXF1ZXN0MjkyNDgxNjE1
27,076
Blacken the code base
{ "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": "e11d21", "default": false, "description": "Blocking issue or pull request for an upcoming release", "id": 77550281, "name": "Blocker", "node_id": "MDU6TGFiZWw3NzU1MDI4MQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Blocker" }, { "color": "eb6420",...
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...
24
2019-06-27T15:10:07Z
2019-07-04T03:30:51Z
2019-07-04T03:28:24Z
MEMBER
null
So we can see what it looks like
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/27076/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/27076/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/27076.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/27076", "merged_at": "2019-07-04T03:28:24Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/27076.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/27076" }
https://api.github.com/repos/pandas-dev/pandas/issues/27077
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/27077/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/27077/comments
https://api.github.com/repos/pandas-dev/pandas/issues/27077/events
https://github.com/pandas-dev/pandas/pull/27077
461,606,972
MDExOlB1bGxSZXF1ZXN0MjkyNDk2OTU3
27,077
BUG/TST: fillna limit checks and tests
{ "avatar_url": "https://avatars.githubusercontent.com/u/43890311?v=4", "events_url": "https://api.github.com/users/Inevitable-Marzipan/events{/privacy}", "followers_url": "https://api.github.com/users/Inevitable-Marzipan/followers", "following_url": "https://api.github.com/users/Inevitable-Marzipan/following{/...
[ { "color": "ffa0ff", "default": false, "description": "Incorrect or improved errors from pandas", "id": 42670965, "name": "Error Reporting", "node_id": "MDU6TGFiZWw0MjY3MDk2NQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Error%20Reporting" } ]
closed
false
null
[]
{ "closed_at": "2019-07-19T00:34:29Z", "closed_issues": 1289, "created_at": "2018-10-23T02:34:15Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/j...
4
2019-06-27T15:45:40Z
2019-06-27T18:21:17Z
2019-06-27T18:16:28Z
CONTRIBUTOR
null
Reversed the order of returning and performing checks on `limit` in fillna method in blocks.py so that an ValueError is raised before returning. Alternative to PR #27074 - [tick ] closes #27042 - [ ] tests added / passed - [tick ] passes `git diff upstream/master -u -- "*.py" | flake8 --diff` - [ tick] wh...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/27077/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/27077/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/27077.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/27077", "merged_at": "2019-06-27T18:16:28Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/27077.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/27077" }
https://api.github.com/repos/pandas-dev/pandas/issues/27078
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/27078/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/27078/comments
https://api.github.com/repos/pandas-dev/pandas/issues/27078/events
https://github.com/pandas-dev/pandas/issues/27078
461,613,660
MDU6SXNzdWU0NjE2MTM2NjA=
27,078
DOC/TST: provide documentation & testing on groupby filtering & aggregation ops for EA
{ "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": "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": null, "closed_issues": 2361, "created_at": "2015-02-26T19:29:05Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/1020496?v=4", "events_url": "https://api.github.com/users/jorisvandenbossche/events{/privacy}", "followers_url": "https://api.github.com/users/jorisva...
2
2019-06-27T15:57:25Z
2021-01-27T00:15:44Z
2021-01-27T00:15:44Z
CONTRIBUTOR
null
#27071 allows for the preservation dtype for filtering type of ops in groupby (first, last, min, max). This *should* work for all EA (though was fixing Categorical). We should - test all EA more generally for groupby filtering type ops & potentially other aggregations - document what works / what doesn't work.
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/27078/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/27078/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/27079
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/27079/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/27079/comments
https://api.github.com/repos/pandas-dev/pandas/issues/27079/events
https://github.com/pandas-dev/pandas/pull/27079
461,639,676
MDExOlB1bGxSZXF1ZXN0MjkyNTIxMjcz
27,079
BUG: fix index validation in algos.take
{ "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": "009800", "default": false, "description": "Sparse Data Type", "...
closed
false
null
[]
{ "closed_at": "2019-07-19T00:34:29Z", "closed_issues": 1289, "created_at": "2018-10-23T02:34:15Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/j...
0
2019-06-27T16:52:28Z
2019-06-27T18:36:43Z
2019-06-27T18:33:20Z
MEMBER
null
- [x] closes #26976 - [x] tests added / passed - [x] passes `git diff upstream/master -u -- "*.py" | flake8 --diff` - [ ] whatsnew entry Remove unused maybe_to_sparse unrelated.
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/27079/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/27079/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/27079.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/27079", "merged_at": "2019-06-27T18:33:20Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/27079.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/27079" }
https://api.github.com/repos/pandas-dev/pandas/issues/27080
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/27080/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/27080/comments
https://api.github.com/repos/pandas-dev/pandas/issues/27080/events
https://github.com/pandas-dev/pandas/issues/27080
461,640,345
MDU6SXNzdWU0NjE2NDAzNDU=
27,080
Bug in SparseArray.__array_ufunc__ for reduce
{ "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": "009800", "default": false, "description": "Sparse Data Type", "...
closed
false
null
[]
{ "closed_at": "2020-01-30T12:18:05Z", "closed_issues": 2207, "created_at": "2012-09-13T02:13:00Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4", "events_url": "https://api.github.com/users/wesm/events{/privacy}", "followers_url": "https://api.github.com/users/wesm...
2
2019-06-27T16:53:52Z
2019-08-13T16:15:37Z
2019-08-13T16:15:37Z
CONTRIBUTOR
null
#### Code Sample, a copy-pastable example if possible ```python In [2]: a = pd.SparseArray([0, 10, 1]) In [3]: np.maximum.reduce(a) Out[3]: --------------------------------------------------------------------------- TypeError Traceback (most recent call last) ~/Envs/pandas-dev/...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/27080/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/27080/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/27081
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/27081/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/27081/comments
https://api.github.com/repos/pandas-dev/pandas/issues/27081/events
https://github.com/pandas-dev/pandas/issues/27081
461,644,999
MDU6SXNzdWU0NjE2NDQ5OTk=
27,081
API: .equals for Extension Arrays
{ "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": "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": "0e8a16", "default": true, "description": nul...
closed
false
null
[]
{ "closed_at": "2020-07-28T18:13:47Z", "closed_issues": 2378, "created_at": "2019-12-02T12:52:48Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/j...
8
2019-06-27T17:04:14Z
2020-05-09T07:57:33Z
2020-05-09T07:57:17Z
CONTRIBUTOR
null
We don't have a good method of testing for equality between EA's ``` In [19]: from pandas.tests.extension.decimal.array import DecimalArray ...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/27081/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/27081/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/27082
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/27082/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/27082/comments
https://api.github.com/repos/pandas-dev/pandas/issues/27082/events
https://github.com/pandas-dev/pandas/pull/27082
461,648,670
MDExOlB1bGxSZXF1ZXN0MjkyNTI3NTI4
27,082
Removed Panel Kludge from Pickle/Msgpack tests
{ "avatar_url": "https://avatars.githubusercontent.com/u/609873?v=4", "events_url": "https://api.github.com/users/WillAyd/events{/privacy}", "followers_url": "https://api.github.com/users/WillAyd/followers", "following_url": "https://api.github.com/users/WillAyd/following{/other_user}", "gists_url": "https://...
[ { "color": "C4A000", "default": false, "description": "pandas testing functions or related to the test suite", "id": 127685, "name": "Testing", "node_id": "MDU6TGFiZWwxMjc2ODU=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Testing" } ]
closed
false
null
[]
{ "closed_at": "2019-07-19T00:34:29Z", "closed_issues": 1289, "created_at": "2018-10-23T02:34:15Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/j...
3
2019-06-27T17:12:05Z
2019-06-27T21:26:08Z
2019-06-27T21:23:03Z
MEMBER
null
@jreback @jbrockmendel Recreated pickle file for 0.20.3 using Python 3.5.2 on Mac. Created msgpack file anew (previously 0.19 was last version tested) Lots of follow ups can be done here including: - Automatically generating one of these files as part of build process - Decoupling script from test requir...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/27082/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/27082/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/27082.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/27082", "merged_at": "2019-06-27T21:23:03Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/27082.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/27082" }
https://api.github.com/repos/pandas-dev/pandas/issues/27083
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/27083/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/27083/comments
https://api.github.com/repos/pandas-dev/pandas/issues/27083/events
https://github.com/pandas-dev/pandas/pull/27083
461,687,249
MDExOlB1bGxSZXF1ZXN0MjkyNTU0NDAx
27,083
API: remove deep keyword from EA.copy
{ "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": "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": "6138b5", "default": false, "description": "E...
closed
false
null
[]
{ "closed_at": "2019-07-19T00:34:29Z", "closed_issues": 1289, "created_at": "2018-10-23T02:34:15Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/j...
5
2019-06-27T18:34:25Z
2019-06-27T21:27:18Z
2019-06-27T21:22:38Z
MEMBER
null
Not clear on what type of deprecation cycle we want here - [x] closes #26995, closes #27024
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/27083/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/27083/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/27083.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/27083", "merged_at": "2019-06-27T21:22:38Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/27083.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/27083" }
https://api.github.com/repos/pandas-dev/pandas/issues/27084
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/27084/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/27084/comments
https://api.github.com/repos/pandas-dev/pandas/issues/27084/events
https://github.com/pandas-dev/pandas/issues/27084
461,756,858
MDU6SXNzdWU0NjE3NTY4NTg=
27,084
DEPR: msgpack
{ "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": "e11d21", "default": false, "description": "Blocking issue or pull request for an upcoming release", "id": 77550281, "name": "Blocker", "node_id": "MDU6TGFiZWw3NzU1MDI4MQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Blocker" }, { "color": "5319e7",...
closed
false
{ "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://...
[ { "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_u...
{ "closed_at": "2019-07-19T00:34:29Z", "closed_issues": 1289, "created_at": "2018-10-23T02:34:15Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/j...
1
2019-06-27T21:26:19Z
2021-05-13T09:30:04Z
2019-06-29T02:37:45Z
CONTRIBUTOR
null
msgpack uses the internal format on the wire. this makes for *only* pandas producers and consumers, but with ``pyarrow`` support now fully handling this case (and better performing), it is time to deprecate msgpack.
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/27084/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/27084/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/27085
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/27085/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/27085/comments
https://api.github.com/repos/pandas-dev/pandas/issues/27085/events
https://github.com/pandas-dev/pandas/issues/27085
461,769,668
MDU6SXNzdWU0NjE3Njk2Njg=
27,085
TST: Split test_offsets.py
{ "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": "FCE94F", "default": false, "description": "Internal refactoring of code", "id": 127681, "name": "Refactor", "node_id": "MDU6TGFiZWwxMjc2ODE=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Refactor" }, { "color": "C4A000", "default": false, "de...
closed
false
{ "avatar_url": "https://avatars.githubusercontent.com/u/17751774?v=4", "events_url": "https://api.github.com/users/felixDulys/events{/privacy}", "followers_url": "https://api.github.com/users/felixDulys/followers", "following_url": "https://api.github.com/users/felixDulys/following{/other_user}", "gists_url"...
[ { "avatar_url": "https://avatars.githubusercontent.com/u/17751774?v=4", "events_url": "https://api.github.com/users/felixDulys/events{/privacy}", "followers_url": "https://api.github.com/users/felixDulys/followers", "following_url": "https://api.github.com/users/felixDulys/following{/other_user}", ...
{ "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", ...
9
2019-06-27T22:05:15Z
2021-11-20T05:33:42Z
2021-11-20T05:33:41Z
MEMBER
null
xref https://github.com/pandas-dev/pandas/pull/26628#issuecomment-500166805 It would be good to create: `pandas/tests/tseries/offsets/test_business_offsets.py` for business offsets `pandas/tests/tseries/offsets/test_date_offsets.py` for all offsets that subclass `DateOffset` and converting the tests to pytest...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/27085/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/27085/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/27086
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/27086/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/27086/comments
https://api.github.com/repos/pandas-dev/pandas/issues/27086/events
https://github.com/pandas-dev/pandas/pull/27086
461,769,698
MDExOlB1bGxSZXF1ZXN0MjkyNjIwMTUw
27,086
TST: Add missing tests for loc slicing of PeriodIndex, TimedeltaIndex
{ "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...
[ { "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": "0b02e1", "d...
closed
false
null
[]
{ "closed_at": "2019-07-19T00:34:29Z", "closed_issues": 1289, "created_at": "2018-10-23T02:34:15Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/j...
0
2019-06-27T22:05:21Z
2019-06-28T15:27:27Z
2019-06-28T12:33:26Z
NONE
null
While working on the tests for #27060, I found there's no test coverage for `loc` slicing of PeriodIndex and TimedeltaIndex. Added test for string and label slicing. Someday, it may be a good idea to refactor and parameterize by Index type. But not today.
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/27086/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/27086/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/27086.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/27086", "merged_at": "2019-06-28T12:33:26Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/27086.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/27086" }
https://api.github.com/repos/pandas-dev/pandas/issues/27087
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/27087/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/27087/comments
https://api.github.com/repos/pandas-dev/pandas/issues/27087/events
https://github.com/pandas-dev/pandas/pull/27087
461,774,330
MDExOlB1bGxSZXF1ZXN0MjkyNjIzNjkz
27,087
WIP: Add DayEnd, DayBegin Offsets (Help Wanted)
{ "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...
[ { "color": "0052cc", "default": false, "description": "DateOffsets", "id": 53181044, "name": "Frequency", "node_id": "MDU6TGFiZWw1MzE4MTA0NA==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Frequency" } ]
closed
false
null
[]
null
8
2019-06-27T22:20:21Z
2019-07-31T14:11:10Z
2019-07-31T14:11:05Z
NONE
null
- [ ] tests - [ ] whatsnew - [ ] update [documentation](https://dev.pandas.io/user_guide/timeseries.html#offset-aliases) This is missing tests, but I'm not sure I'm doing this properly (timezones, DST) so comments/advice welcome. If reviewers are inclined to merge a complete PR, I'll gladly add the missing 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/27087/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/27087/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/27087.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/27087", "merged_at": null, "patch_url": "https://github.com/pandas-dev/pandas/pull/27087.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/27087" }
https://api.github.com/repos/pandas-dev/pandas/issues/27088
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/27088/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/27088/comments
https://api.github.com/repos/pandas-dev/pandas/issues/27088/events
https://github.com/pandas-dev/pandas/pull/27088
461,792,476
MDExOlB1bGxSZXF1ZXN0MjkyNjM4NDQ3
27,088
BUG: Fix handling of ambiguous or nonexistent of start and end times in date_range
{ "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": "AFEEEE", "default": false, "description": null, "id": 211840, ...
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...
2
2019-06-27T23:35:24Z
2019-06-28T13:13:43Z
2019-06-28T13:13:25Z
MEMBER
null
- [x] tests added / passed - [x] passes `git diff upstream/master -u -- "*.py" | flake8 --diff` - [x] whatsnew entry Closing a `FIXME` note in the test suite.
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/27088/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/27088/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/27088.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/27088", "merged_at": "2019-06-28T13:13:25Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/27088.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/27088" }
https://api.github.com/repos/pandas-dev/pandas/issues/27089
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/27089/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/27089/comments
https://api.github.com/repos/pandas-dev/pandas/issues/27089/events
https://github.com/pandas-dev/pandas/issues/27089
461,814,705
MDU6SXNzdWU0NjE4MTQ3MDU=
27,089
Anyone knows a free Transaction Language 1 (TL1) library for Python?
{ "avatar_url": "https://avatars.githubusercontent.com/u/38776140?v=4", "events_url": "https://api.github.com/users/Object-v/events{/privacy}", "followers_url": "https://api.github.com/users/Object-v/followers", "following_url": "https://api.github.com/users/Object-v/following{/other_user}", "gists_url": "htt...
[]
closed
false
null
[]
null
1
2019-06-28T01:27:34Z
2019-06-28T14:43:15Z
2019-06-28T14:43:15Z
NONE
null
a free Transaction Language 1 (TL1) library for Python?
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/27089/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/27089/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/27090
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/27090/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/27090/comments
https://api.github.com/repos/pandas-dev/pandas/issues/27090/events
https://github.com/pandas-dev/pandas/pull/27090
461,816,007
MDExOlB1bGxSZXF1ZXN0MjkyNjU3MzI4
27,090
ENH: allow non-Tick offsets in index.round/ceil/floor
{ "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...
[ { "color": "0052cc", "default": false, "description": "DateOffsets", "id": 53181044, "name": "Frequency", "node_id": "MDU6TGFiZWw1MzE4MTA0NA==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Frequency" }, { "color": "207de5", "default": false, "description...
closed
false
null
[]
null
9
2019-06-28T01:35:06Z
2019-07-31T14:09:21Z
2019-07-31T14:09:16Z
NONE
null
related #27087 (Add `DayBegin`, `DayEnd` offsets) - [ ] closes #15303 - [ ] tests added / passed - [ ] passes `git diff upstream/master -u -- "*.py" | flake8 --diff` - [ ] whatsnew entry I ran into #15303 ```python In [4]: import pandas as pd ...: index=pd.date_range("2000-01-01","2000-01-02",freq="1H")...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/27090/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/27090/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/27090.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/27090", "merged_at": null, "patch_url": "https://github.com/pandas-dev/pandas/pull/27090.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/27090" }
https://api.github.com/repos/pandas-dev/pandas/issues/27091
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/27091/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/27091/comments
https://api.github.com/repos/pandas-dev/pandas/issues/27091/events
https://github.com/pandas-dev/pandas/issues/27091
461,866,467
MDU6SXNzdWU0NjE4NjY0Njc=
27,091
Enhancement: The shift function should have an optional argument allowing to extend the dataframe i.e. for forecasts
{ "avatar_url": "https://avatars.githubusercontent.com/u/10957396?v=4", "events_url": "https://api.github.com/users/KIC/events{/privacy}", "followers_url": "https://api.github.com/users/KIC/followers", "following_url": "https://api.github.com/users/KIC/following{/other_user}", "gists_url": "https://api.github...
[ { "color": "4E9A06", "default": false, "description": null, "id": 76812, "name": "Enhancement", "node_id": "MDU6TGFiZWw3NjgxMg==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Enhancement" }, { "color": "AFEEEE", "default": false, "description": null, ...
closed
false
null
[]
null
5
2019-06-28T05:44:48Z
2021-07-10T05:39:38Z
2021-07-10T05:39:38Z
NONE
null
I believe using pandas dataframes to work with forecasts is a pretty standard use case. Therefore I am missing a convenient method to extend the dataframe in its length while shifting, instead of loosing values. Currently the only way to do this is something like: ```python df_ext = pd.DataFrame(index=pd.date...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/27091/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/27091/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/27092
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/27092/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/27092/comments
https://api.github.com/repos/pandas-dev/pandas/issues/27092/events
https://github.com/pandas-dev/pandas/pull/27092
462,013,296
MDExOlB1bGxSZXF1ZXN0MjkyODEzNjE5
27,092
Update visualization.rst
{ "avatar_url": "https://avatars.githubusercontent.com/u/1880943?v=4", "events_url": "https://api.github.com/users/metaswirl/events{/privacy}", "followers_url": "https://api.github.com/users/metaswirl/followers", "following_url": "https://api.github.com/users/metaswirl/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": "8AE234", "default": false, "description": null, "id": 241332...
closed
false
null
[]
null
3
2019-06-28T12:34:11Z
2019-08-26T22:37:06Z
2019-08-26T22:37:06Z
NONE
null
closes #26293 Note added to the docs, warning users to be careful when adapting datetime indices generated by pandas.
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/27092/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/27092/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/27092.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/27092", "merged_at": null, "patch_url": "https://github.com/pandas-dev/pandas/pull/27092.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/27092" }
https://api.github.com/repos/pandas-dev/pandas/issues/27093
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/27093/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/27093/comments
https://api.github.com/repos/pandas-dev/pandas/issues/27093/events
https://github.com/pandas-dev/pandas/issues/27093
462,043,071
MDU6SXNzdWU0NjIwNDMwNzE=
27,093
Change in column name creates an empty output for wide_to_long function
{ "avatar_url": "https://avatars.githubusercontent.com/u/30723825?v=4", "events_url": "https://api.github.com/users/SSMK-wq/events{/privacy}", "followers_url": "https://api.github.com/users/SSMK-wq/followers", "following_url": "https://api.github.com/users/SSMK-wq/following{/other_user}", "gists_url": "https:...
[]
closed
false
null
[]
null
1
2019-06-28T13:46:16Z
2019-07-08T15:48:07Z
2019-07-08T15:48:07Z
NONE
null
#### Code Sample, a copy-pastable example if possible ```python df = pd.DataFrame({'person_id' :[1,2,3],'date1': ['12/31/2007','11/25/2009','10/06/2005'],'val1': [2,4,6],'date2': ['12/31/2017','11/25/2019','10/06/2015'],'val2':[1,3,5],'date3': ['12/31/2027','11/25/2029','10/06/2025'],'val3':[7,9,11]}) 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/27093/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/27093/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/27094
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/27094/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/27094/comments
https://api.github.com/repos/pandas-dev/pandas/issues/27094/events
https://github.com/pandas-dev/pandas/pull/27094
462,067,954
MDExOlB1bGxSZXF1ZXN0MjkyODU4MDQz
27,094
CLN: Assorted cleanups
{ "avatar_url": "https://avatars.githubusercontent.com/u/8078968?v=4", "events_url": "https://api.github.com/users/jbrockmendel/events{/privacy}", "followers_url": "https://api.github.com/users/jbrockmendel/followers", "following_url": "https://api.github.com/users/jbrockmendel/following{/other_user}", "gists...
[ { "color": "207de5", "default": false, "description": null, "id": 211029535, "name": "Clean", "node_id": "MDU6TGFiZWwyMTEwMjk1MzU=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Clean" } ]
closed
false
null
[]
{ "closed_at": "2019-07-19T00:34:29Z", "closed_issues": 1289, "created_at": "2018-10-23T02:34:15Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/j...
1
2019-06-28T14:40:56Z
2019-06-28T17:42:53Z
2019-06-28T17:41:31Z
MEMBER
null
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/27094/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/27094/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/27094.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/27094", "merged_at": "2019-06-28T17:41:31Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/27094.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/27094" }
https://api.github.com/repos/pandas-dev/pandas/issues/27095
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/27095/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/27095/comments
https://api.github.com/repos/pandas-dev/pandas/issues/27095/events
https://github.com/pandas-dev/pandas/pull/27095
462,069,735
MDExOlB1bGxSZXF1ZXN0MjkyODU5NDk5
27,095
Shorter truncated Series/DataFrame repr: introduce min_rows
{ "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": "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": "2019-07-19T00:34:29Z", "closed_issues": 1289, "created_at": "2018-10-23T02:34:15Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/j...
10
2019-06-28T14:44:47Z
2019-07-04T00:44:31Z
2019-07-03T21:59:48Z
MEMBER
null
Closes #27000 (didn't yet add tests, docs or whatsnew, but I think the implementation is already more or less complete)
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/27095/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/27095/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/27095.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/27095", "merged_at": "2019-07-03T21:59:48Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/27095.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/27095" }
https://api.github.com/repos/pandas-dev/pandas/issues/27096
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/27096/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/27096/comments
https://api.github.com/repos/pandas-dev/pandas/issues/27096/events
https://github.com/pandas-dev/pandas/issues/27096
462,079,621
MDU6SXNzdWU0NjIwNzk2MjE=
27,096
Clean Up Testing of Excel Engine Option Setting for Readers/Writers
{ "avatar_url": "https://avatars.githubusercontent.com/u/609873?v=4", "events_url": "https://api.github.com/users/WillAyd/events{/privacy}", "followers_url": "https://api.github.com/users/WillAyd/followers", "following_url": "https://api.github.com/users/WillAyd/following{/other_user}", "gists_url": "https://...
[ { "color": "C4A000", "default": false, "description": "pandas testing functions or related to the test suite", "id": 127685, "name": "Testing", "node_id": "MDU6TGFiZWwxMjc2ODU=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Testing" }, { "color": "bfe5bf", "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
2019-06-28T15:06:58Z
2020-09-29T20:34:36Z
2020-09-29T20:34:36Z
MEMBER
null
Follow up to this https://github.com/pandas-dev/pandas/pull/25092#issuecomment-506752805 Right now for readers we test directly setting `engine=` as a keyword argument, whereas in the writer tests we set the global option. I *think* we should consistently set the keyword argument and simply have a test on both readi...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/27096/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/27096/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/27097
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/27097/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/27097/comments
https://api.github.com/repos/pandas-dev/pandas/issues/27097/events
https://github.com/pandas-dev/pandas/pull/27097
462,107,925
MDExOlB1bGxSZXF1ZXN0MjkyODg5MTgx
27,097
Enabled stricter type checking
{ "avatar_url": "https://avatars.githubusercontent.com/u/609873?v=4", "events_url": "https://api.github.com/users/WillAyd/events{/privacy}", "followers_url": "https://api.github.com/users/WillAyd/followers", "following_url": "https://api.github.com/users/WillAyd/following{/other_user}", "gists_url": "https://...
[ { "color": "ea91a4", "default": false, "description": "type annotations, mypy/pyright type checking", "id": 1280988427, "name": "Typing", "node_id": "MDU6TGFiZWwxMjgwOTg4NDI3", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Typing" } ]
closed
false
null
[]
{ "closed_at": "2019-07-19T00:34:29Z", "closed_issues": 1289, "created_at": "2018-10-23T02:34:15Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/j...
1
2019-06-28T16:10:16Z
2020-01-16T00:34:53Z
2019-06-28T18:32:33Z
MEMBER
null
Considered a "mistake" in the original PEP 484 using the implicit `Optional[]` on parameters with a default argument of None this PR enables a mypy flag that doesn't do that and checks types more strictly
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/27097/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/27097/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/27097.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/27097", "merged_at": "2019-06-28T18:32:33Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/27097.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/27097" }
https://api.github.com/repos/pandas-dev/pandas/issues/27098
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/27098/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/27098/comments
https://api.github.com/repos/pandas-dev/pandas/issues/27098/events
https://github.com/pandas-dev/pandas/issues/27098
462,108,041
MDU6SXNzdWU0NjIxMDgwNDE=
27,098
DEPR: DatetimeIndex.snap()
{ "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": "AFEEEE", "default": false, "description": null, "id": 211840, "name": "Timeseries", "node_id": "MDU6TGFiZWwyMTE4NDA=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Timeseries" }, { "color": "5319e7", "default": false, "description": "Functiona...
open
false
null
[]
{ "closed_at": null, "closed_issues": 786, "created_at": "2015-01-13T10:53:19Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/jreback/followers", ...
2
2019-06-28T16:10:33Z
2019-07-17T23:35:16Z
null
CONTRIBUTOR
null
we have a ``DatetimeIndex.snap``, this is duplicative of our more general ``.ceil()``, ``.floor()`` and ``.round()`` (and ``.to_period().to_timestamp()``); the former are also generally available on all of the timelike indices (DTI, TDI, PI) we should remove this and prefer the 3 rounding methods
{ "+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/27098/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/27098/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/27099
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/27099/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/27099/comments
https://api.github.com/repos/pandas-dev/pandas/issues/27099/events
https://github.com/pandas-dev/pandas/issues/27099
462,122,005
MDU6SXNzdWU0NjIxMjIwMDU=
27,099
Join operation takes more time.
{ "avatar_url": "https://avatars.githubusercontent.com/u/20059518?v=4", "events_url": "https://api.github.com/users/ericksc/events{/privacy}", "followers_url": "https://api.github.com/users/ericksc/followers", "following_url": "https://api.github.com/users/ericksc/following{/other_user}", "gists_url": "https:...
[ { "color": "a10c02", "default": false, "description": "Memory or execution speed performance", "id": 8935311, "name": "Performance", "node_id": "MDU6TGFiZWw4OTM1MzEx", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Performance" } ]
closed
false
null
[]
{ "closed_at": "2020-01-30T12:18:05Z", "closed_issues": 2207, "created_at": "2012-09-13T02:13:00Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4", "events_url": "https://api.github.com/users/wesm/events{/privacy}", "followers_url": "https://api.github.com/users/wesm...
1
2019-06-28T16:46:38Z
2019-07-23T22:04:24Z
2019-07-23T22:04:24Z
NONE
null
#### My Code Sample When I tried to launch a join operation between multiIndexed dataframes as the following code describes Fully code is posted on: https://github.com/ericksc/pandas_studies ```python # My code here dates = pd.date_range(start='1980-1-1', end='2050-1-1') strings = np.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/27099/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/27099/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/27100
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/27100/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/27100/comments
https://api.github.com/repos/pandas-dev/pandas/issues/27100/events
https://github.com/pandas-dev/pandas/pull/27100
462,135,533
MDExOlB1bGxSZXF1ZXN0MjkyOTEwNjY1
27,100
API: Implement new indexing behavior for intervals
{ "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": "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": "AD...
closed
false
null
[]
{ "closed_at": "2019-07-19T00:34:29Z", "closed_issues": 1289, "created_at": "2018-10-23T02:34:15Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/j...
13
2019-06-28T17:26:18Z
2020-01-24T19:47:30Z
2019-07-02T15:41:45Z
MEMBER
null
- [X] closes #16316, closes #23705, closes #25087, closes #25860, closes #24931 - [X] tests added / passed - [X] passes `git diff upstream/master -u -- "*.py" | flake8 --diff` - [X] whatsnew entry I left the `test_interval.py` and `test_interval_new.py` files separate for now, in order to make it more obvious 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/27100/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/27100/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/27100.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/27100", "merged_at": "2019-07-02T15:41:44Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/27100.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/27100" }
https://api.github.com/repos/pandas-dev/pandas/issues/27101
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/27101/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/27101/comments
https://api.github.com/repos/pandas-dev/pandas/issues/27101/events
https://github.com/pandas-dev/pandas/pull/27101
462,148,627
MDExOlB1bGxSZXF1ZXN0MjkyOTIxMDQ2
27,101
CLN/DEPR: Final panel removal
{ "avatar_url": "https://avatars.githubusercontent.com/u/609873?v=4", "events_url": "https://api.github.com/users/WillAyd/events{/privacy}", "followers_url": "https://api.github.com/users/WillAyd/followers", "following_url": "https://api.github.com/users/WillAyd/following{/other_user}", "gists_url": "https://...
[]
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...
29
2019-06-28T18:03:18Z
2020-01-16T00:35:00Z
2019-07-03T17:02:36Z
MEMBER
null
- [ ] closes #25632 - [ ] 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/27101/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/27101/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/27101.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/27101", "merged_at": "2019-07-03T17:02:36Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/27101.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/27101" }
https://api.github.com/repos/pandas-dev/pandas/issues/27102
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/27102/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/27102/comments
https://api.github.com/repos/pandas-dev/pandas/issues/27102/events
https://github.com/pandas-dev/pandas/pull/27102
462,160,993
MDExOlB1bGxSZXF1ZXN0MjkyOTMxMTYy
27,102
Remove read_table deprecation
{ "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": "06909A", "default": false, "description": "IO issues that don't fit into a more specific label", "id": 2301354, "name": "IO Data", "node_id": "MDU6TGFiZWwyMzAxMzU0", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/IO%20Data" }, { "color": "5319e7", "...
closed
false
null
[]
{ "closed_at": "2019-07-19T00:34:29Z", "closed_issues": 1289, "created_at": "2018-10-23T02:34:15Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/j...
0
2019-06-28T18:39:24Z
2019-06-28T20:04:18Z
2019-06-28T20:04:13Z
MEMBER
null
- [x] closes #25220 - [x] tests added / passed - [x] passes `git diff upstream/master -u -- "*.py" | flake8 --diff` - [x] whatsnew entry Let me know if the whatsnew note should be a special section in the `Deprecation` section.
{ "+1": 1, "-1": 0, "confused": 0, "eyes": 0, "heart": 1, "hooray": 2, "laugh": 0, "rocket": 1, "total_count": 5, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/27102/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/27102/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/27102.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/27102", "merged_at": "2019-06-28T20:04:13Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/27102.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/27102" }
https://api.github.com/repos/pandas-dev/pandas/issues/27103
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/27103/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/27103/comments
https://api.github.com/repos/pandas-dev/pandas/issues/27103/events
https://github.com/pandas-dev/pandas/pull/27103
462,172,289
MDExOlB1bGxSZXF1ZXN0MjkyOTQwMzgx
27,103
DEPR: deprecate msgpack support
{ "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": "5319e7", "default": false, "description": "Functionality to remove in pandas", "id": 87485152, "name": "Deprecate", "node_id": "MDU6TGFiZWw4NzQ4NTE1Mg==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Deprecate" } ]
closed
false
null
[]
{ "closed_at": "2019-07-19T00:34:29Z", "closed_issues": 1289, "created_at": "2018-10-23T02:34:15Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/j...
2
2019-06-28T19:12:43Z
2019-06-29T02:37:45Z
2019-06-29T02:37:45Z
CONTRIBUTOR
null
closes #27084
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/27103/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/27103/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/27103.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/27103", "merged_at": "2019-06-29T02:37:45Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/27103.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/27103" }
https://api.github.com/repos/pandas-dev/pandas/issues/27104
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/27104/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/27104/comments
https://api.github.com/repos/pandas-dev/pandas/issues/27104/events
https://github.com/pandas-dev/pandas/issues/27104
462,173,323
MDU6SXNzdWU0NjIxNzMzMjM=
27,104
Partial indexing with list on MultiIndex with missing value includes them despite not being in the list
{ "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": "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": "d7...
closed
false
null
[]
{ "closed_at": "2020-12-26T13:57:50Z", "closed_issues": 1768, "created_at": "2020-05-29T23:47:32Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/j...
0
2019-06-28T19:15:56Z
2020-11-09T20:27:35Z
2020-11-09T20:27:35Z
MEMBER
null
#### Code Sample, a copy-pastable example if possible ```python In [2]: df = pd.DataFrame({'col':[1, 2, 3, 4, 5], 'ind1':['a','b','c','d',np.nan], 'ind2':[1,2,3,4,5] }).set_index(['ind1', 'ind2']) In [3]: 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/27104/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/27104/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/27105
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/27105/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/27105/comments
https://api.github.com/repos/pandas-dev/pandas/issues/27105/events
https://github.com/pandas-dev/pandas/pull/27105
462,178,157
MDExOlB1bGxSZXF1ZXN0MjkyOTQ1MTY4
27,105
DOC: clarify that Index.equals(non_index) returns False
{ "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": "3465A4", "default": false, "description": null, "id": 134699, "name": "Docs", "node_id": "MDU6TGFiZWwxMzQ2OTk=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Docs" } ]
closed
false
null
[]
{ "closed_at": "2019-07-19T00:34:29Z", "closed_issues": 1289, "created_at": "2018-10-23T02:34:15Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/j...
0
2019-06-28T19:31:01Z
2019-06-28T20:00:21Z
2019-06-28T19:54:51Z
MEMBER
null
- [x] closes #14411 - [x] passes `git diff upstream/master -u -- "*.py" | flake8 --diff`
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/27105/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/27105/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/27105.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/27105", "merged_at": "2019-06-28T19:54:50Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/27105.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/27105" }
https://api.github.com/repos/pandas-dev/pandas/issues/27106
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/27106/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/27106/comments
https://api.github.com/repos/pandas-dev/pandas/issues/27106/events
https://github.com/pandas-dev/pandas/pull/27106
462,184,212
MDExOlB1bGxSZXF1ZXN0MjkyOTUwMDc3
27,106
DEPR: Series.put, Series.real, Series.imag, Index.dtype_str
{ "avatar_url": "https://avatars.githubusercontent.com/u/10647082?v=4", "events_url": "https://api.github.com/users/mroeschke/events{/privacy}", "followers_url": "https://api.github.com/users/mroeschke/followers", "following_url": "https://api.github.com/users/mroeschke/following{/other_user}", "gists_url": "...
[ { "color": "5319e7", "default": false, "description": "Functionality to remove in pandas", "id": 87485152, "name": "Deprecate", "node_id": "MDU6TGFiZWw4NzQ4NTE1Mg==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Deprecate" } ]
closed
false
null
[]
{ "closed_at": "2019-07-19T00:34:29Z", "closed_issues": 1289, "created_at": "2018-10-23T02:34:15Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/j...
4
2019-06-28T19:50:26Z
2019-06-28T22:57:10Z
2019-06-28T22:53:54Z
MEMBER
null
- [x] xref #https://github.com/pandas-dev/pandas/issues/18262 - [x] tests added / passed - [x] passes `git diff upstream/master -u -- "*.py" | flake8 --diff` - [x] whatsnew entry Removes: `Series.put` `Index.dtype_str` `Series.real` `Series.imag`
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/27106/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/27106/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/27106.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/27106", "merged_at": "2019-06-28T22:53:53Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/27106.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/27106" }
https://api.github.com/repos/pandas-dev/pandas/issues/27107
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/27107/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/27107/comments
https://api.github.com/repos/pandas-dev/pandas/issues/27107/events
https://github.com/pandas-dev/pandas/pull/27107
462,188,333
MDExOlB1bGxSZXF1ZXN0MjkyOTUzNDY2
27,107
TST: test initializing a Series from Index while passing dtype
{ "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": "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": "e102d8", "d...
closed
false
null
[]
null
0
2019-06-28T20:02:57Z
2019-06-28T22:13:27Z
2019-06-28T22:13:02Z
MEMBER
null
- [x] closes #17088 - [x] tests added / passed - [x] passes `git diff upstream/master -u -- "*.py" | flake8 --diff`
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/27107/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/27107/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/27107.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/27107", "merged_at": "2019-06-28T22:13:02Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/27107.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/27107" }
https://api.github.com/repos/pandas-dev/pandas/issues/27108
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/27108/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/27108/comments
https://api.github.com/repos/pandas-dev/pandas/issues/27108/events
https://github.com/pandas-dev/pandas/issues/27108
462,214,792
MDU6SXNzdWU0NjIyMTQ3OTI=
27,108
API: Add NDFrame property to disallow duplicates
{ "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": "AD7FA8", "default": false, "description": null, ...
closed
false
null
[]
null
4
2019-06-28T21:31:45Z
2020-09-21T11:34:08Z
2020-09-21T11:34:08Z
CONTRIBUTOR
null
edit: see https://github.com/pandas-dev/pandas/issues/27108#issuecomment-527633246 --- I'd like to be able to have an index, and ensure that no operation introduces duplicates. ```python idx = pd.Index(..., allow_duplicates=False) s = pd.Series(..., index=idx) ``` From here, any pandas operation that int...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/27108/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/27108/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/27109
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/27109/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/27109/comments
https://api.github.com/repos/pandas-dev/pandas/issues/27109/events
https://github.com/pandas-dev/pandas/pull/27109
462,218,037
MDExOlB1bGxSZXF1ZXN0MjkyOTc3NjAw
27,109
DEPR: remove deprecated date casting; closes #21359
{ "avatar_url": "https://avatars.githubusercontent.com/u/8078968?v=4", "events_url": "https://api.github.com/users/jbrockmendel/events{/privacy}", "followers_url": "https://api.github.com/users/jbrockmendel/followers", "following_url": "https://api.github.com/users/jbrockmendel/following{/other_user}", "gists...
[ { "color": "AFEEEE", "default": false, "description": null, "id": 211840, "name": "Timeseries", "node_id": "MDU6TGFiZWwyMTE4NDA=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Timeseries" }, { "color": "5319e7", "default": false, "description": "Functiona...
closed
false
null
[]
{ "closed_at": "2020-01-30T12:18:05Z", "closed_issues": 2207, "created_at": "2012-09-13T02:13:00Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4", "events_url": "https://api.github.com/users/wesm/events{/privacy}", "followers_url": "https://api.github.com/users/wesm...
5
2019-06-28T21:44:44Z
2019-07-31T20:38:29Z
2019-07-31T19:50:29Z
MEMBER
null
- [x] closes #21359 - [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/27109/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/27109/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/27109.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/27109", "merged_at": "2019-07-31T19:50:28Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/27109.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/27109" }
https://api.github.com/repos/pandas-dev/pandas/issues/27110
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/27110/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/27110/comments
https://api.github.com/repos/pandas-dev/pandas/issues/27110/events
https://github.com/pandas-dev/pandas/pull/27110
462,221,920
MDExOlB1bGxSZXF1ZXN0MjkyOTgwNzI3
27,110
BUG: Fix indexing on DatetimeBlock
{ "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": "0b02e1", "default": false, "description": "Related to indexing on s...
closed
false
null
[]
{ "closed_at": "2019-07-19T00:34:29Z", "closed_issues": 1289, "created_at": "2018-10-23T02:34:15Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/j...
5
2019-06-28T22:00:32Z
2019-07-01T21:44:53Z
2019-07-01T21:40:58Z
MEMBER
null
- [ ] closes #xxxx - [x] tests added / passed - [x] passes `git diff upstream/master -u -- "*.py" | flake8 --diff` - [ ] whatsnew entry Addresses one of the problems behind #26864, but probably doesn't address the statefullness problem there.
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/27110/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/27110/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/27110.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/27110", "merged_at": "2019-07-01T21:40:58Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/27110.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/27110" }
https://api.github.com/repos/pandas-dev/pandas/issues/27111
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/27111/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/27111/comments
https://api.github.com/repos/pandas-dev/pandas/issues/27111/events
https://github.com/pandas-dev/pandas/issues/27111
462,224,258
MDU6SXNzdWU0NjIyMjQyNTg=
27,111
TST: openpyxl tests fail if xlrd is not installed
{ "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": "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
[]
{ "closed_at": "2019-07-19T00:34:29Z", "closed_issues": 1289, "created_at": "2018-10-23T02:34:15Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/j...
0
2019-06-28T22:10:48Z
2019-06-30T03:46:34Z
2019-06-30T03:46:34Z
MEMBER
null
If you run the `tests/io/excel/test_readers.py` with only openpyxl installed, the xlrd tests are skipped, but some of the openpyxl tests still fail on needing xlrd. eg: ``` ____________________________________________________________ TestExcelFileRead.test_read_excel_engine_value[openpyxl-.xlsm-None] _____________...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/27111/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/27111/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/27112
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/27112/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/27112/comments
https://api.github.com/repos/pandas-dev/pandas/issues/27112/events
https://github.com/pandas-dev/pandas/pull/27112
462,225,119
MDExOlB1bGxSZXF1ZXN0MjkyOTgzMzA4
27,112
DEPR: Series.item and Index.item
{ "avatar_url": "https://avatars.githubusercontent.com/u/10647082?v=4", "events_url": "https://api.github.com/users/mroeschke/events{/privacy}", "followers_url": "https://api.github.com/users/mroeschke/followers", "following_url": "https://api.github.com/users/mroeschke/following{/other_user}", "gists_url": "...
[ { "color": "5319e7", "default": false, "description": "Functionality to remove in pandas", "id": 87485152, "name": "Deprecate", "node_id": "MDU6TGFiZWw4NzQ4NTE1Mg==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Deprecate" } ]
closed
false
null
[]
{ "closed_at": "2019-07-19T00:34:29Z", "closed_issues": 1289, "created_at": "2018-10-23T02:34:15Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/j...
1
2019-06-28T22:14:59Z
2019-06-29T01:56:07Z
2019-06-29T01:56:04Z
MEMBER
null
- [x] xerf #18262 - [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/27112/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/27112/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/27112.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/27112", "merged_at": "2019-06-29T01:56:04Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/27112.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/27112" }