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/32917
|
https://api.github.com/repos/pandas-dev/pandas
|
https://api.github.com/repos/pandas-dev/pandas/issues/32917/labels{/name}
|
https://api.github.com/repos/pandas-dev/pandas/issues/32917/comments
|
https://api.github.com/repos/pandas-dev/pandas/issues/32917/events
|
https://github.com/pandas-dev/pandas/issues/32917
| 585,861,455
|
MDU6SXNzdWU1ODU4NjE0NTU=
| 32,917
|
A strange bug in version 1.0.3
|
{
"avatar_url": "https://avatars.githubusercontent.com/u/24955138?v=4",
"events_url": "https://api.github.com/users/geeeekDing/events{/privacy}",
"followers_url": "https://api.github.com/users/geeeekDing/followers",
"following_url": "https://api.github.com/users/geeeekDing/following{/other_user}",
"gists_url": "https://api.github.com/users/geeeekDing/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/geeeekDing",
"id": 24955138,
"login": "geeeekDing",
"node_id": "MDQ6VXNlcjI0OTU1MTM4",
"organizations_url": "https://api.github.com/users/geeeekDing/orgs",
"received_events_url": "https://api.github.com/users/geeeekDing/received_events",
"repos_url": "https://api.github.com/users/geeeekDing/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/geeeekDing/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/geeeekDing/subscriptions",
"type": "User",
"url": "https://api.github.com/users/geeeekDing"
}
|
[
{
"color": "207de5",
"default": false,
"description": "Clarification about behavior needed to assess issue",
"id": 307649777,
"name": "Needs Info",
"node_id": "MDU6TGFiZWwzMDc2NDk3Nzc=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Needs%20Info"
}
] |
closed
| false
| null |
[] | null | 6
| 2020-03-23T01:06:45Z
| 2020-09-01T22:25:29Z
| 2020-09-01T22:25:29Z
|
NONE
| null |
```python
# Your code here
import pandas as pd
```
#### Problem description
When I import pandas 1.03 in pycharm, an error message was returned. This error did not occur when I lowered the version of the package to 0.23.4. In addition, this error no occur in spyder .
Traceback (most recent call last):
File "E:/coherenceestimation/code/venv/ROC_classifier.py", line 8, in <module>
import pandas as pd
File "D:\Users\ThinkPad\Anaconda3\envs\MeachineLing\lib\site-packages\pandas\__init__.py", line 124, in <module>
from pandas.core.computation.api import eval
File "D:\Users\ThinkPad\Anaconda3\envs\MeachineLing\lib\site-packages\pandas\core\computation\api.py", line 3, in <module>
from pandas.core.computation.eval import eval
File "D:\Users\ThinkPad\Anaconda3\envs\MeachineLing\lib\site-packages\pandas\core\computation\eval.py", line 14, in <module>
from pandas.core.computation.engines import _engines
File "D:\Users\ThinkPad\Anaconda3\envs\MeachineLing\lib\site-packages\pandas\core\computation\engines.py", line 9, in <module>
from pandas.core.computation.ops import _mathops, _reductions
File "D:\Users\ThinkPad\Anaconda3\envs\MeachineLing\lib\site-packages\pandas\core\computation\ops.py", line 17, in <module>
from pandas.core.computation.scope import _DEFAULT_GLOBALS
File "D:\Users\ThinkPad\Anaconda3\envs\MeachineLing\lib\site-packages\pandas\core\computation\scope.py", line 17, in <module>
from pandas.compat.chainmap import DeepChainMap
File "D:\Users\ThinkPad\Anaconda3\envs\MeachineLing\lib\site-packages\pandas\compat\chainmap.py", line 1, in <module>
from typing import ChainMap, MutableMapping, TypeVar, cast
ImportError: cannot import name 'ChainMap'
|
{
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/32917/reactions"
}
|
https://api.github.com/repos/pandas-dev/pandas/issues/32917/timeline
| null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/32918
|
https://api.github.com/repos/pandas-dev/pandas
|
https://api.github.com/repos/pandas-dev/pandas/issues/32918/labels{/name}
|
https://api.github.com/repos/pandas-dev/pandas/issues/32918/comments
|
https://api.github.com/repos/pandas-dev/pandas/issues/32918/events
|
https://github.com/pandas-dev/pandas/issues/32918
| 585,868,854
|
MDU6SXNzdWU1ODU4Njg4NTQ=
| 32,918
|
memory regression in grouping by categorical variables
|
{
"avatar_url": "https://avatars.githubusercontent.com/u/3627377?v=4",
"events_url": "https://api.github.com/users/jangorecki/events{/privacy}",
"followers_url": "https://api.github.com/users/jangorecki/followers",
"following_url": "https://api.github.com/users/jangorecki/following{/other_user}",
"gists_url": "https://api.github.com/users/jangorecki/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/jangorecki",
"id": 3627377,
"login": "jangorecki",
"node_id": "MDQ6VXNlcjM2MjczNzc=",
"organizations_url": "https://api.github.com/users/jangorecki/orgs",
"received_events_url": "https://api.github.com/users/jangorecki/received_events",
"repos_url": "https://api.github.com/users/jangorecki/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/jangorecki/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/jangorecki/subscriptions",
"type": "User",
"url": "https://api.github.com/users/jangorecki"
}
|
[
{
"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": "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": "e11d21",
"default": false,
"description": "Categorical Data Type",
"id": 78527356,
"name": "Categorical",
"node_id": "MDU6TGFiZWw3ODUyNzM1Ng==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Categorical"
}
] |
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",
"following_url": "https://api.github.com/users/jreback/following{/other_user}",
"gists_url": "https://api.github.com/users/jreback/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/jreback",
"id": 953992,
"login": "jreback",
"node_id": "MDQ6VXNlcjk1Mzk5Mg==",
"organizations_url": "https://api.github.com/users/jreback/orgs",
"received_events_url": "https://api.github.com/users/jreback/received_events",
"repos_url": "https://api.github.com/users/jreback/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/jreback/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/jreback/subscriptions",
"type": "User",
"url": "https://api.github.com/users/jreback"
},
"description": "Changes that would be nice to have in the next release. These issues are not blocking. They will be pushed to the next release if no one has time to fix them.",
"due_on": null,
"html_url": "https://github.com/pandas-dev/pandas/milestone/32",
"id": 933188,
"labels_url": "https://api.github.com/repos/pandas-dev/pandas/milestones/32/labels",
"node_id": "MDk6TWlsZXN0b25lOTMzMTg4",
"number": 32,
"open_issues": 1053,
"state": "open",
"title": "Contributions Welcome",
"updated_at": "2021-11-21T00:50:06Z",
"url": "https://api.github.com/repos/pandas-dev/pandas/milestones/32"
}
| 9
| 2020-03-23T01:35:55Z
| 2020-05-20T00:51:41Z
| 2020-05-20T00:51:41Z
|
NONE
| null |
There seems to be a regression when grouping by categorical columns.
One year old version 0.24.2 was able to complete the queryn, while 1.0.3 is hitting MemoryError.
`memory_usage(deep=True)` reports size of data frame to be **524 MB**, while my machine has **125 GB** so memory should not be an issue.
## Input
```py
import pandas as pd
import numpy as np
def randChar(f, numGrp, N) :
things = [f%x for x in range(numGrp)]
return [things[x] for x in np.random.choice(numGrp, N)]
def randFloat(numGrp, N) :
things = [round(100*np.random.random(),4) for x in range(numGrp)]
return [things[x] for x in np.random.choice(numGrp, N)]
N = int(1e7)
K = 100
x = pd.DataFrame({
'id1' : randChar("id%03d", K, N), # large groups (char)
'id2' : randChar("id%03d", K, N), # large groups (char)
'id3' : randChar("id%010d", N//K, N), # small groups (char)
'id4' : np.random.choice(K, N), # large groups (int)
'id5' : np.random.choice(K, N), # large groups (int)
'id6' : np.random.choice(N//K, N), # small groups (int)
'v1' : np.random.choice(5, N), # int in range [1,5]
'v2' : np.random.choice(5, N), # int in range [1,5]
'v3' : randFloat(100,N) # numeric e.g. 23.5749
})
x['id1'] = x['id1'].astype('category')
x['id2'] = x['id2'].astype('category')
x['id3'] = x['id3'].astype('category')
import os
import gc
import timeit
print(pd.__version__)
gc.collect()
t_start = timeit.default_timer()
ans = x.groupby(['id1','id2','id3','id4','id5','id6']).agg({'v3':'sum', 'v1':'count'})
ans.reset_index(inplace=True)
print(ans.shape, flush=True)
t = timeit.default_timer() - t_start
print(t)
```
## Output
### 1.0.3
```py
print(pd.__version__)
#1.0.3
gc.collect()
#0
t_start = timeit.default_timer()
ans = x.groupby(['id1','id2','id3','id4','id5','id6']).agg({'v3':'sum', 'v1'
:'count'})
#Traceback (most recent call last):
# File "<stdin>", line 1, in <module>
# File "/home/jan/git/db-benchmark/pandas/py-pandas/lib/python3.6/site-packages/
#pandas/core/groupby/generic.py", line 928, in aggregate
# result, how = self._aggregate(func, *args, **kwargs)
# File "/home/jan/git/db-benchmark/pandas/py-pandas/lib/python3.6/site-packages/
#pandas/core/base.py", line 419, in _aggregate
# result = _agg(arg, _agg_1dim)
# File "/home/jan/git/db-benchmark/pandas/py-pandas/lib/python3.6/site-packages/
#pandas/core/base.py", line 386, in _agg
# result[fname] = func(fname, agg_how)
# File "/home/jan/git/db-benchmark/pandas/py-pandas/lib/python3.6/site-packages/
#pandas/core/base.py", line 370, in _agg_1dim
# return colg.aggregate(how)
# File "/home/jan/git/db-benchmark/pandas/py-pandas/lib/python3.6/site-packages/
#pandas/core/groupby/generic.py", line 247, in aggregate
# return getattr(self, func)(*args, **kwargs)
# File "/home/jan/git/db-benchmark/pandas/py-pandas/lib/python3.6/site-packages/
#pandas/core/groupby/groupby.py", line 1371, in f
# return self._cython_agg_general(alias, alt=npfunc, **kwargs)
# File "/home/jan/git/db-benchmark/pandas/py-pandas/lib/python3.6/site-packages/
#pandas/core/groupby/groupby.py", line 909, in _cython_agg_general
# return self._wrap_aggregated_output(output)
# File "/home/jan/git/db-benchmark/pandas/py-pandas/lib/python3.6/site-packages/
#pandas/core/groupby/generic.py", line 386, in _wrap_aggregated_output
# return self._reindex_output(result)._convert(datetime=True)
# File "/home/jan/git/db-benchmark/pandas/py-pandas/lib/python3.6/site-packages/
#pandas/core/groupby/groupby.py", line 2483, in _reindex_output
# levels_list, names=self.grouper.names
# File "/home/jan/git/db-benchmark/pandas/py-pandas/lib/python3.6/site-packages/
#pandas/core/indexes/multi.py", line 552, in from_product
# codes = cartesian_product(codes)
# File "/home/jan/git/db-benchmark/pandas/py-pandas/lib/python3.6/site-packages/
#pandas/core/reshape/util.py", line 58, in cartesian_product
# for i, x in enumerate(X)
# File "/home/jan/git/db-benchmark/pandas/py-pandas/lib/python3.6/site-packages/
#pandas/core/reshape/util.py", line 58, in <listcomp>
# for i, x in enumerate(X)
# File "/home/jan/git/db-benchmark/pandas/py-pandas/lib/python3.6/site-packages/
#numpy/core/fromnumeric.py", line 445, in repeat
# return _wrapfunc(a, 'repeat', repeats, axis=axis)
# File "/home/jan/git/db-benchmark/pandas/py-pandas/lib/python3.6/site-packages/
#numpy/core/fromnumeric.py", line 51, in _wrapfunc
# return getattr(obj, method)(*args, **kwds)
#MemoryError
```
### 0.24.2
```py
print(pd.__version__)
#0.24.2
gc.collect()
#0
t_start = timeit.default_timer()
ans = x.groupby(['id1','id2','id3','id4','id5','id6']).agg({'v3':'sum', 'v1':'count'})
ans.reset_index(inplace=True)
print(ans.shape, flush=True)
#(10000000, 8)
t = timeit.default_timer() - t_start
print(t)
#9.52401043381542
```
|
{
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/32918/reactions"
}
|
https://api.github.com/repos/pandas-dev/pandas/issues/32918/timeline
| null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/32919
|
https://api.github.com/repos/pandas-dev/pandas
|
https://api.github.com/repos/pandas-dev/pandas/issues/32919/labels{/name}
|
https://api.github.com/repos/pandas-dev/pandas/issues/32919/comments
|
https://api.github.com/repos/pandas-dev/pandas/issues/32919/events
|
https://github.com/pandas-dev/pandas/pull/32919
| 585,870,113
|
MDExOlB1bGxSZXF1ZXN0MzkyMTEyNzAx
| 32,919
|
CLN: Remove unused is_datetimelike arg
|
{
"avatar_url": "https://avatars.githubusercontent.com/u/2658661?v=4",
"events_url": "https://api.github.com/users/dsaxton/events{/privacy}",
"followers_url": "https://api.github.com/users/dsaxton/followers",
"following_url": "https://api.github.com/users/dsaxton/following{/other_user}",
"gists_url": "https://api.github.com/users/dsaxton/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/dsaxton",
"id": 2658661,
"login": "dsaxton",
"node_id": "MDQ6VXNlcjI2NTg2NjE=",
"organizations_url": "https://api.github.com/users/dsaxton/orgs",
"received_events_url": "https://api.github.com/users/dsaxton/received_events",
"repos_url": "https://api.github.com/users/dsaxton/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/dsaxton/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/dsaxton/subscriptions",
"type": "User",
"url": "https://api.github.com/users/dsaxton"
}
|
[
{
"color": "207de5",
"default": false,
"description": null,
"id": 211029535,
"name": "Clean",
"node_id": "MDU6TGFiZWwyMTEwMjk1MzU=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Clean"
}
] |
closed
| false
| null |
[] |
{
"closed_at": "2020-07-28T18:13:47Z",
"closed_issues": 2378,
"created_at": "2019-12-02T12:52:48Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jreback/followers",
"following_url": "https://api.github.com/users/jreback/following{/other_user}",
"gists_url": "https://api.github.com/users/jreback/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/jreback",
"id": 953992,
"login": "jreback",
"node_id": "MDQ6VXNlcjk1Mzk5Mg==",
"organizations_url": "https://api.github.com/users/jreback/orgs",
"received_events_url": "https://api.github.com/users/jreback/received_events",
"repos_url": "https://api.github.com/users/jreback/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/jreback/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/jreback/subscriptions",
"type": "User",
"url": "https://api.github.com/users/jreback"
},
"description": "",
"due_on": "2020-08-01T07:00:00Z",
"html_url": "https://github.com/pandas-dev/pandas/milestone/68",
"id": 4894670,
"labels_url": "https://api.github.com/repos/pandas-dev/pandas/milestones/68/labels",
"node_id": "MDk6TWlsZXN0b25lNDg5NDY3MA==",
"number": 68,
"open_issues": 0,
"state": "closed",
"title": "1.1",
"updated_at": "2021-07-17T17:25:28Z",
"url": "https://api.github.com/repos/pandas-dev/pandas/milestones/68"
}
| 4
| 2020-03-23T01:39:39Z
| 2020-03-24T19:56:57Z
| 2020-03-24T19:46:15Z
|
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/32919/reactions"
}
|
https://api.github.com/repos/pandas-dev/pandas/issues/32919/timeline
| null | 0
|
{
"diff_url": "https://github.com/pandas-dev/pandas/pull/32919.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/32919",
"merged_at": "2020-03-24T19:46:15Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/32919.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/32919"
}
|
|
https://api.github.com/repos/pandas-dev/pandas/issues/32920
|
https://api.github.com/repos/pandas-dev/pandas
|
https://api.github.com/repos/pandas-dev/pandas/issues/32920/labels{/name}
|
https://api.github.com/repos/pandas-dev/pandas/issues/32920/comments
|
https://api.github.com/repos/pandas-dev/pandas/issues/32920/events
|
https://github.com/pandas-dev/pandas/pull/32920
| 585,874,268
|
MDExOlB1bGxSZXF1ZXN0MzkyMTE1NjUz
| 32,920
|
REF: misplaced to_datetime, date_range tests
|
{
"avatar_url": "https://avatars.githubusercontent.com/u/8078968?v=4",
"events_url": "https://api.github.com/users/jbrockmendel/events{/privacy}",
"followers_url": "https://api.github.com/users/jbrockmendel/followers",
"following_url": "https://api.github.com/users/jbrockmendel/following{/other_user}",
"gists_url": "https://api.github.com/users/jbrockmendel/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/jbrockmendel",
"id": 8078968,
"login": "jbrockmendel",
"node_id": "MDQ6VXNlcjgwNzg5Njg=",
"organizations_url": "https://api.github.com/users/jbrockmendel/orgs",
"received_events_url": "https://api.github.com/users/jbrockmendel/received_events",
"repos_url": "https://api.github.com/users/jbrockmendel/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/jbrockmendel/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/jbrockmendel/subscriptions",
"type": "User",
"url": "https://api.github.com/users/jbrockmendel"
}
|
[
{
"color": "C4A000",
"default": false,
"description": "pandas testing functions or related to the test suite",
"id": 127685,
"name": "Testing",
"node_id": "MDU6TGFiZWwxMjc2ODU=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Testing"
},
{
"color": "207de5",
"default": false,
"description": null,
"id": 211029535,
"name": "Clean",
"node_id": "MDU6TGFiZWwyMTEwMjk1MzU=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Clean"
}
] |
closed
| false
| null |
[] |
{
"closed_at": "2020-07-28T18:13:47Z",
"closed_issues": 2378,
"created_at": "2019-12-02T12:52:48Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jreback/followers",
"following_url": "https://api.github.com/users/jreback/following{/other_user}",
"gists_url": "https://api.github.com/users/jreback/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/jreback",
"id": 953992,
"login": "jreback",
"node_id": "MDQ6VXNlcjk1Mzk5Mg==",
"organizations_url": "https://api.github.com/users/jreback/orgs",
"received_events_url": "https://api.github.com/users/jreback/received_events",
"repos_url": "https://api.github.com/users/jreback/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/jreback/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/jreback/subscriptions",
"type": "User",
"url": "https://api.github.com/users/jreback"
},
"description": "",
"due_on": "2020-08-01T07:00:00Z",
"html_url": "https://github.com/pandas-dev/pandas/milestone/68",
"id": 4894670,
"labels_url": "https://api.github.com/repos/pandas-dev/pandas/milestones/68/labels",
"node_id": "MDk6TWlsZXN0b25lNDg5NDY3MA==",
"number": 68,
"open_issues": 0,
"state": "closed",
"title": "1.1",
"updated_at": "2021-07-17T17:25:28Z",
"url": "https://api.github.com/repos/pandas-dev/pandas/milestones/68"
}
| 1
| 2020-03-23T01:57:02Z
| 2020-03-23T15:29:03Z
| 2020-03-23T10:30:46Z
|
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/32920/reactions"
}
|
https://api.github.com/repos/pandas-dev/pandas/issues/32920/timeline
| null | 0
|
{
"diff_url": "https://github.com/pandas-dev/pandas/pull/32920.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/32920",
"merged_at": "2020-03-23T10:30:46Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/32920.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/32920"
}
|
|
https://api.github.com/repos/pandas-dev/pandas/issues/32921
|
https://api.github.com/repos/pandas-dev/pandas
|
https://api.github.com/repos/pandas-dev/pandas/issues/32921/labels{/name}
|
https://api.github.com/repos/pandas-dev/pandas/issues/32921/comments
|
https://api.github.com/repos/pandas-dev/pandas/issues/32921/events
|
https://github.com/pandas-dev/pandas/pull/32921
| 585,874,343
|
MDExOlB1bGxSZXF1ZXN0MzkyMTE1NzA0
| 32,921
|
TYP: Annotate groupby/ops.py
|
{
"avatar_url": "https://avatars.githubusercontent.com/u/2658661?v=4",
"events_url": "https://api.github.com/users/dsaxton/events{/privacy}",
"followers_url": "https://api.github.com/users/dsaxton/followers",
"following_url": "https://api.github.com/users/dsaxton/following{/other_user}",
"gists_url": "https://api.github.com/users/dsaxton/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/dsaxton",
"id": 2658661,
"login": "dsaxton",
"node_id": "MDQ6VXNlcjI2NTg2NjE=",
"organizations_url": "https://api.github.com/users/dsaxton/orgs",
"received_events_url": "https://api.github.com/users/dsaxton/received_events",
"repos_url": "https://api.github.com/users/dsaxton/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/dsaxton/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/dsaxton/subscriptions",
"type": "User",
"url": "https://api.github.com/users/dsaxton"
}
|
[
{
"color": "ea91a4",
"default": false,
"description": "type annotations, mypy/pyright type checking",
"id": 1280988427,
"name": "Typing",
"node_id": "MDU6TGFiZWwxMjgwOTg4NDI3",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Typing"
}
] |
closed
| false
| null |
[] |
{
"closed_at": "2020-07-28T18:13:47Z",
"closed_issues": 2378,
"created_at": "2019-12-02T12:52:48Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jreback/followers",
"following_url": "https://api.github.com/users/jreback/following{/other_user}",
"gists_url": "https://api.github.com/users/jreback/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/jreback",
"id": 953992,
"login": "jreback",
"node_id": "MDQ6VXNlcjk1Mzk5Mg==",
"organizations_url": "https://api.github.com/users/jreback/orgs",
"received_events_url": "https://api.github.com/users/jreback/received_events",
"repos_url": "https://api.github.com/users/jreback/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/jreback/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/jreback/subscriptions",
"type": "User",
"url": "https://api.github.com/users/jreback"
},
"description": "",
"due_on": "2020-08-01T07:00:00Z",
"html_url": "https://github.com/pandas-dev/pandas/milestone/68",
"id": 4894670,
"labels_url": "https://api.github.com/repos/pandas-dev/pandas/milestones/68/labels",
"node_id": "MDk6TWlsZXN0b25lNDg5NDY3MA==",
"number": 68,
"open_issues": 0,
"state": "closed",
"title": "1.1",
"updated_at": "2021-07-17T17:25:28Z",
"url": "https://api.github.com/repos/pandas-dev/pandas/milestones/68"
}
| 6
| 2020-03-23T01:57:20Z
| 2021-03-30T20:16:48Z
| 2020-04-27T00:18:49Z
|
MEMBER
| null |
Adding a few type annotations to this file. I think the `values` arguments here should be `ndarrays` but am not positive.
|
{
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/32921/reactions"
}
|
https://api.github.com/repos/pandas-dev/pandas/issues/32921/timeline
| null | 0
|
{
"diff_url": "https://github.com/pandas-dev/pandas/pull/32921.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/32921",
"merged_at": "2020-04-27T00:18:49Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/32921.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/32921"
}
|
https://api.github.com/repos/pandas-dev/pandas/issues/32922
|
https://api.github.com/repos/pandas-dev/pandas
|
https://api.github.com/repos/pandas-dev/pandas/issues/32922/labels{/name}
|
https://api.github.com/repos/pandas-dev/pandas/issues/32922/comments
|
https://api.github.com/repos/pandas-dev/pandas/issues/32922/events
|
https://github.com/pandas-dev/pandas/issues/32922
| 585,877,545
|
MDU6SXNzdWU1ODU4Nzc1NDU=
| 32,922
|
DEPR: Index.is_mixed
|
{
"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_url": "https://api.github.com/users/jbrockmendel/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/jbrockmendel",
"id": 8078968,
"login": "jbrockmendel",
"node_id": "MDQ6VXNlcjgwNzg5Njg=",
"organizations_url": "https://api.github.com/users/jbrockmendel/orgs",
"received_events_url": "https://api.github.com/users/jbrockmendel/received_events",
"repos_url": "https://api.github.com/users/jbrockmendel/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/jbrockmendel/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/jbrockmendel/subscriptions",
"type": "User",
"url": "https://api.github.com/users/jbrockmendel"
}
|
[
{
"color": "5319e7",
"default": false,
"description": "Functionality to remove in pandas",
"id": 87485152,
"name": "Deprecate",
"node_id": "MDU6TGFiZWw4NzQ4NTE1Mg==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Deprecate"
}
] |
closed
| false
| null |
[] |
{
"closed_at": "2020-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/jreback/followers",
"following_url": "https://api.github.com/users/jreback/following{/other_user}",
"gists_url": "https://api.github.com/users/jreback/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/jreback",
"id": 953992,
"login": "jreback",
"node_id": "MDQ6VXNlcjk1Mzk5Mg==",
"organizations_url": "https://api.github.com/users/jreback/orgs",
"received_events_url": "https://api.github.com/users/jreback/received_events",
"repos_url": "https://api.github.com/users/jreback/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/jreback/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/jreback/subscriptions",
"type": "User",
"url": "https://api.github.com/users/jreback"
},
"description": "",
"due_on": "2020-08-01T07:00:00Z",
"html_url": "https://github.com/pandas-dev/pandas/milestone/68",
"id": 4894670,
"labels_url": "https://api.github.com/repos/pandas-dev/pandas/milestones/68/labels",
"node_id": "MDk6TWlsZXN0b25lNDg5NDY3MA==",
"number": 68,
"open_issues": 0,
"state": "closed",
"title": "1.1",
"updated_at": "2021-07-17T17:25:28Z",
"url": "https://api.github.com/repos/pandas-dev/pandas/milestones/68"
}
| 1
| 2020-03-23T02:11:01Z
| 2020-04-05T19:53:13Z
| 2020-04-05T19:53:13Z
|
MEMBER
| null |
We only use it in one place, and removing it there doesn't break anything. Moreover, it behaves surprisingly:
```
>>> pd.Index(['a', np.nan, 'b']).is_mixed()
True
>>> Index([0, 'a', 1, 'b', 2, 'c']).is_mixed()
False
```
|
{
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/32922/reactions"
}
|
https://api.github.com/repos/pandas-dev/pandas/issues/32922/timeline
| null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/32923
|
https://api.github.com/repos/pandas-dev/pandas
|
https://api.github.com/repos/pandas-dev/pandas/issues/32923/labels{/name}
|
https://api.github.com/repos/pandas-dev/pandas/issues/32923/comments
|
https://api.github.com/repos/pandas-dev/pandas/issues/32923/events
|
https://github.com/pandas-dev/pandas/issues/32923
| 585,976,568
|
MDU6SXNzdWU1ODU5NzY1Njg=
| 32,923
|
Proposal: Rename bool() to to_bool()
|
{
"avatar_url": "https://avatars.githubusercontent.com/u/482709?v=4",
"events_url": "https://api.github.com/users/skasturi/events{/privacy}",
"followers_url": "https://api.github.com/users/skasturi/followers",
"following_url": "https://api.github.com/users/skasturi/following{/other_user}",
"gists_url": "https://api.github.com/users/skasturi/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/skasturi",
"id": 482709,
"login": "skasturi",
"node_id": "MDQ6VXNlcjQ4MjcwOQ==",
"organizations_url": "https://api.github.com/users/skasturi/orgs",
"received_events_url": "https://api.github.com/users/skasturi/received_events",
"repos_url": "https://api.github.com/users/skasturi/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/skasturi/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/skasturi/subscriptions",
"type": "User",
"url": "https://api.github.com/users/skasturi"
}
|
[
{
"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": "FCE94F",
"default": false,
"description": "Internal refactoring of code",
"id": 127681,
"name": "Refactor",
"node_id": "MDU6TGFiZWwxMjc2ODE=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Refactor"
},
{
"color": "5319e7",
"default": false,
"description": "Functionality to remove in pandas",
"id": 87485152,
"name": "Deprecate",
"node_id": "MDU6TGFiZWw4NzQ4NTE1Mg==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Deprecate"
},
{
"color": "207de5",
"default": false,
"description": "Requires discussion from core team before further action",
"id": 219960758,
"name": "Needs Discussion",
"node_id": "MDU6TGFiZWwyMTk5NjA3NTg=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Needs%20Discussion"
}
] |
open
| false
| null |
[] | null | 3
| 2020-03-23T06:57:33Z
| 2021-07-30T04:10:53Z
| null |
CONTRIBUTOR
| null |
https://github.com/pandas-dev/pandas/blob/f78b1cc46268e8cee8f5ccdacc41e667a6b92ef7/pandas/core/generic.py#L1371
This method conflicts with python's native `bool`. Wondering if it would be okay to rename this to `to_bool`.
I can get the needed changes done, but wanted to make sure it's okay before sending out a PR.
|
{
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/32923/reactions"
}
|
https://api.github.com/repos/pandas-dev/pandas/issues/32923/timeline
| null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/32924
|
https://api.github.com/repos/pandas-dev/pandas
|
https://api.github.com/repos/pandas-dev/pandas/issues/32924/labels{/name}
|
https://api.github.com/repos/pandas-dev/pandas/issues/32924/comments
|
https://api.github.com/repos/pandas-dev/pandas/issues/32924/events
|
https://github.com/pandas-dev/pandas/issues/32924
| 586,079,043
|
MDU6SXNzdWU1ODYwNzkwNDM=
| 32,924
|
ImportError: cannot import name 'rolling_cov
|
{
"avatar_url": "https://avatars.githubusercontent.com/u/7689499?v=4",
"events_url": "https://api.github.com/users/talaikis/events{/privacy}",
"followers_url": "https://api.github.com/users/talaikis/followers",
"following_url": "https://api.github.com/users/talaikis/following{/other_user}",
"gists_url": "https://api.github.com/users/talaikis/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/talaikis",
"id": 7689499,
"login": "talaikis",
"node_id": "MDQ6VXNlcjc2ODk0OTk=",
"organizations_url": "https://api.github.com/users/talaikis/orgs",
"received_events_url": "https://api.github.com/users/talaikis/received_events",
"repos_url": "https://api.github.com/users/talaikis/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/talaikis/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/talaikis/subscriptions",
"type": "User",
"url": "https://api.github.com/users/talaikis"
}
|
[] |
closed
| false
| null |
[] | null | 1
| 2020-03-23T09:57:44Z
| 2020-03-23T10:38:08Z
| 2020-03-23T10:37:46Z
|
NONE
| null |
#### Code Sample, a copy-pastable example if possible
```python
from pandas import read_json, to_datetime, concat, rolling_cov
```
#### Problem description
Missing export in Pandas 1.0.3
#### Expected Output
#### Output of ``pd.show_versions()``
<details>
commit : None
python : 3.8.2.final.0
python-bits : 64
OS : Windows
OS-release : 10
machine : AMD64
processor : Intel64 Family 6 Model 60 Stepping 3, GenuineIntel
byteorder : little
LC_ALL : None
LANG : None
LOCALE : English_United States.1252
pandas : 1.0.3
numpy : 1.18.2
pytz : 2019.3
dateutil : 2.8.1
pip : 20.0.2
setuptools : 41.2.0
Cython : None
pytest : None
hypothesis : None
sphinx : None
blosc : None
feather : None
xlsxwriter : None
lxml.etree : None
html5lib : None
pymysql : None
psycopg2 : None
jinja2 : None
IPython : None
pandas_datareader: None
bs4 : 4.8.2
bottleneck : None
fastparquet : None
gcsfs : None
lxml.etree : None
matplotlib : 3.2.1
numexpr : None
odfpy : None
openpyxl : None
pandas_gbq : None
pyarrow : None
pytables : None
pytest : None
pyxlsb : None
s3fs : None
scipy : 1.4.1
sqlalchemy : None
tables : None
tabulate : None
xarray : None
xlrd : None
xlwt : None
xlsxwriter : None
numba : None
</details>
|
{
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/32924/reactions"
}
|
https://api.github.com/repos/pandas-dev/pandas/issues/32924/timeline
| null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/32925
|
https://api.github.com/repos/pandas-dev/pandas
|
https://api.github.com/repos/pandas-dev/pandas/issues/32925/labels{/name}
|
https://api.github.com/repos/pandas-dev/pandas/issues/32925/comments
|
https://api.github.com/repos/pandas-dev/pandas/issues/32925/events
|
https://github.com/pandas-dev/pandas/pull/32925
| 586,093,702
|
MDExOlB1bGxSZXF1ZXN0MzkyMjkwNjky
| 32,925
|
DOC: Fix formatting in documentation
|
{
"avatar_url": "https://avatars.githubusercontent.com/u/2715782?v=4",
"events_url": "https://api.github.com/users/bartbroere/events{/privacy}",
"followers_url": "https://api.github.com/users/bartbroere/followers",
"following_url": "https://api.github.com/users/bartbroere/following{/other_user}",
"gists_url": "https://api.github.com/users/bartbroere/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/bartbroere",
"id": 2715782,
"login": "bartbroere",
"node_id": "MDQ6VXNlcjI3MTU3ODI=",
"organizations_url": "https://api.github.com/users/bartbroere/orgs",
"received_events_url": "https://api.github.com/users/bartbroere/received_events",
"repos_url": "https://api.github.com/users/bartbroere/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/bartbroere/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/bartbroere/subscriptions",
"type": "User",
"url": "https://api.github.com/users/bartbroere"
}
|
[
{
"color": "3465A4",
"default": false,
"description": null,
"id": 134699,
"name": "Docs",
"node_id": "MDU6TGFiZWwxMzQ2OTk=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Docs"
}
] |
closed
| false
| null |
[] |
{
"closed_at": "2020-07-28T18:13:47Z",
"closed_issues": 2378,
"created_at": "2019-12-02T12:52:48Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jreback/followers",
"following_url": "https://api.github.com/users/jreback/following{/other_user}",
"gists_url": "https://api.github.com/users/jreback/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/jreback",
"id": 953992,
"login": "jreback",
"node_id": "MDQ6VXNlcjk1Mzk5Mg==",
"organizations_url": "https://api.github.com/users/jreback/orgs",
"received_events_url": "https://api.github.com/users/jreback/received_events",
"repos_url": "https://api.github.com/users/jreback/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/jreback/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/jreback/subscriptions",
"type": "User",
"url": "https://api.github.com/users/jreback"
},
"description": "",
"due_on": "2020-08-01T07:00:00Z",
"html_url": "https://github.com/pandas-dev/pandas/milestone/68",
"id": 4894670,
"labels_url": "https://api.github.com/repos/pandas-dev/pandas/milestones/68/labels",
"node_id": "MDk6TWlsZXN0b25lNDg5NDY3MA==",
"number": 68,
"open_issues": 0,
"state": "closed",
"title": "1.1",
"updated_at": "2021-07-17T17:25:28Z",
"url": "https://api.github.com/repos/pandas-dev/pandas/milestones/68"
}
| 1
| 2020-03-23T10:19:38Z
| 2020-03-23T11:10:44Z
| 2020-03-23T11:10:29Z
|
CONTRIBUTOR
| null |
- [ ] closes #xxxx
- [ ] tests added / passed
- [ ] passes `black pandas`
- [ ] passes `git diff upstream/master -u -- "*.py" | flake8 --diff`
- [ ] whatsnew entry
|
{
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/32925/reactions"
}
|
https://api.github.com/repos/pandas-dev/pandas/issues/32925/timeline
| null | 0
|
{
"diff_url": "https://github.com/pandas-dev/pandas/pull/32925.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/32925",
"merged_at": "2020-03-23T11:10:29Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/32925.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/32925"
}
|
https://api.github.com/repos/pandas-dev/pandas/issues/32926
|
https://api.github.com/repos/pandas-dev/pandas
|
https://api.github.com/repos/pandas-dev/pandas/issues/32926/labels{/name}
|
https://api.github.com/repos/pandas-dev/pandas/issues/32926/comments
|
https://api.github.com/repos/pandas-dev/pandas/issues/32926/events
|
https://github.com/pandas-dev/pandas/pull/32926
| 586,105,974
|
MDExOlB1bGxSZXF1ZXN0MzkyMzAwODA0
| 32,926
|
Renamed `validate_string_concatenation.py` to `validate_unwanted_patterns.py`
|
{
"avatar_url": "https://avatars.githubusercontent.com/u/50263213?v=4",
"events_url": "https://api.github.com/users/ShaharNaveh/events{/privacy}",
"followers_url": "https://api.github.com/users/ShaharNaveh/followers",
"following_url": "https://api.github.com/users/ShaharNaveh/following{/other_user}",
"gists_url": "https://api.github.com/users/ShaharNaveh/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/ShaharNaveh",
"id": 50263213,
"login": "ShaharNaveh",
"node_id": "MDQ6VXNlcjUwMjYzMjEz",
"organizations_url": "https://api.github.com/users/ShaharNaveh/orgs",
"received_events_url": "https://api.github.com/users/ShaharNaveh/received_events",
"repos_url": "https://api.github.com/users/ShaharNaveh/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/ShaharNaveh/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/ShaharNaveh/subscriptions",
"type": "User",
"url": "https://api.github.com/users/ShaharNaveh"
}
|
[
{
"color": "a2bca7",
"default": false,
"description": "Continuous Integration",
"id": 48070600,
"name": "CI",
"node_id": "MDU6TGFiZWw0ODA3MDYwMA==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/CI"
},
{
"color": "eb6420",
"default": false,
"description": "Code style, linting, code_checks",
"id": 106935113,
"name": "Code Style",
"node_id": "MDU6TGFiZWwxMDY5MzUxMTM=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Code%20Style"
}
] |
closed
| false
| null |
[] |
{
"closed_at": "2020-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/jreback/followers",
"following_url": "https://api.github.com/users/jreback/following{/other_user}",
"gists_url": "https://api.github.com/users/jreback/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/jreback",
"id": 953992,
"login": "jreback",
"node_id": "MDQ6VXNlcjk1Mzk5Mg==",
"organizations_url": "https://api.github.com/users/jreback/orgs",
"received_events_url": "https://api.github.com/users/jreback/received_events",
"repos_url": "https://api.github.com/users/jreback/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/jreback/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/jreback/subscriptions",
"type": "User",
"url": "https://api.github.com/users/jreback"
},
"description": "",
"due_on": "2020-08-01T07:00:00Z",
"html_url": "https://github.com/pandas-dev/pandas/milestone/68",
"id": 4894670,
"labels_url": "https://api.github.com/repos/pandas-dev/pandas/milestones/68/labels",
"node_id": "MDk6TWlsZXN0b25lNDg5NDY3MA==",
"number": 68,
"open_issues": 0,
"state": "closed",
"title": "1.1",
"updated_at": "2021-07-17T17:25:28Z",
"url": "https://api.github.com/repos/pandas-dev/pandas/milestones/68"
}
| 0
| 2020-03-23T10:38:22Z
| 2020-03-23T12:06:39Z
| 2020-03-23T11:13:29Z
|
MEMBER
| null |
Follow up for #30755
|
{
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/32926/reactions"
}
|
https://api.github.com/repos/pandas-dev/pandas/issues/32926/timeline
| null | 0
|
{
"diff_url": "https://github.com/pandas-dev/pandas/pull/32926.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/32926",
"merged_at": "2020-03-23T11:13:29Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/32926.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/32926"
}
|
https://api.github.com/repos/pandas-dev/pandas/issues/32927
|
https://api.github.com/repos/pandas-dev/pandas
|
https://api.github.com/repos/pandas-dev/pandas/issues/32927/labels{/name}
|
https://api.github.com/repos/pandas-dev/pandas/issues/32927/comments
|
https://api.github.com/repos/pandas-dev/pandas/issues/32927/events
|
https://github.com/pandas-dev/pandas/pull/32927
| 586,186,972
|
MDExOlB1bGxSZXF1ZXN0MzkyMzY3Mjk1
| 32,927
|
Added file paths to ignore in linter scripts/validate_unwanted_patterns.py
|
{
"avatar_url": "https://avatars.githubusercontent.com/u/50263213?v=4",
"events_url": "https://api.github.com/users/ShaharNaveh/events{/privacy}",
"followers_url": "https://api.github.com/users/ShaharNaveh/followers",
"following_url": "https://api.github.com/users/ShaharNaveh/following{/other_user}",
"gists_url": "https://api.github.com/users/ShaharNaveh/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/ShaharNaveh",
"id": 50263213,
"login": "ShaharNaveh",
"node_id": "MDQ6VXNlcjUwMjYzMjEz",
"organizations_url": "https://api.github.com/users/ShaharNaveh/orgs",
"received_events_url": "https://api.github.com/users/ShaharNaveh/received_events",
"repos_url": "https://api.github.com/users/ShaharNaveh/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/ShaharNaveh/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/ShaharNaveh/subscriptions",
"type": "User",
"url": "https://api.github.com/users/ShaharNaveh"
}
|
[
{
"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": "a2bca7",
"default": false,
"description": "Continuous Integration",
"id": 48070600,
"name": "CI",
"node_id": "MDU6TGFiZWw0ODA3MDYwMA==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/CI"
}
] |
closed
| false
| null |
[] |
{
"closed_at": "2020-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/jreback/followers",
"following_url": "https://api.github.com/users/jreback/following{/other_user}",
"gists_url": "https://api.github.com/users/jreback/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/jreback",
"id": 953992,
"login": "jreback",
"node_id": "MDQ6VXNlcjk1Mzk5Mg==",
"organizations_url": "https://api.github.com/users/jreback/orgs",
"received_events_url": "https://api.github.com/users/jreback/received_events",
"repos_url": "https://api.github.com/users/jreback/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/jreback/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/jreback/subscriptions",
"type": "User",
"url": "https://api.github.com/users/jreback"
},
"description": "",
"due_on": "2020-08-01T07:00:00Z",
"html_url": "https://github.com/pandas-dev/pandas/milestone/68",
"id": 4894670,
"labels_url": "https://api.github.com/repos/pandas-dev/pandas/milestones/68/labels",
"node_id": "MDk6TWlsZXN0b25lNDg5NDY3MA==",
"number": 68,
"open_issues": 0,
"state": "closed",
"title": "1.1",
"updated_at": "2021-07-17T17:25:28Z",
"url": "https://api.github.com/repos/pandas-dev/pandas/milestones/68"
}
| 1
| 2020-03-23T12:53:59Z
| 2020-03-29T16:36:14Z
| 2020-03-29T16:09:28Z
|
MEMBER
| null |
- [ ] closes #xxxx
- [ ] tests added / passed
- [x] passes `black pandas`
- [x] passes `git diff upstream/master -u -- "*.py" | flake8 --diff`
- [ ] whatsnew entry
---
While running ```./ci/code_checks.sh lint``` on my local machine I got the output of:
```
Check for use of not concatenated strings
./asv_bench/env/40d026129f63c107b1ac48bf9ad6964c/lib/python3.6/_sitebuiltins.py:99:String unnecessarily split in two by black. Please merge them manually..
./asv_bench/env/40d026129f63c107b1ac48bf9ad6964c/lib/python3.6/inspect.py:2768:String unnecessarily split in two by black. Please merge them manually..
./asv_bench/env/40d026129f63c107b1ac48bf9ad6964c/lib/python3.6/inspect.py:2890:String unnecessarily split in two by black. Please merge them manually..
....
```
This fixes it.
|
{
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/32927/reactions"
}
|
https://api.github.com/repos/pandas-dev/pandas/issues/32927/timeline
| null | 0
|
{
"diff_url": "https://github.com/pandas-dev/pandas/pull/32927.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/32927",
"merged_at": "2020-03-29T16:09:28Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/32927.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/32927"
}
|
https://api.github.com/repos/pandas-dev/pandas/issues/32928
|
https://api.github.com/repos/pandas-dev/pandas
|
https://api.github.com/repos/pandas-dev/pandas/issues/32928/labels{/name}
|
https://api.github.com/repos/pandas-dev/pandas/issues/32928/comments
|
https://api.github.com/repos/pandas-dev/pandas/issues/32928/events
|
https://github.com/pandas-dev/pandas/pull/32928
| 586,218,453
|
MDExOlB1bGxSZXF1ZXN0MzkyMzkzMTM4
| 32,928
|
Backport PR #32827 on branch 1.0.x (DOC: Fixed contributors for bugfix releases)
|
{
"avatar_url": "https://avatars.githubusercontent.com/u/39504233?v=4",
"events_url": "https://api.github.com/users/meeseeksmachine/events{/privacy}",
"followers_url": "https://api.github.com/users/meeseeksmachine/followers",
"following_url": "https://api.github.com/users/meeseeksmachine/following{/other_user}",
"gists_url": "https://api.github.com/users/meeseeksmachine/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/meeseeksmachine",
"id": 39504233,
"login": "meeseeksmachine",
"node_id": "MDQ6VXNlcjM5NTA0MjMz",
"organizations_url": "https://api.github.com/users/meeseeksmachine/orgs",
"received_events_url": "https://api.github.com/users/meeseeksmachine/received_events",
"repos_url": "https://api.github.com/users/meeseeksmachine/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/meeseeksmachine/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/meeseeksmachine/subscriptions",
"type": "User",
"url": "https://api.github.com/users/meeseeksmachine"
}
|
[] |
closed
| false
| null |
[] |
{
"closed_at": "2020-05-30T15:21:05Z",
"closed_issues": 94,
"created_at": "2020-03-19T21:32:28Z",
"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/jorisvandenbossche/followers",
"following_url": "https://api.github.com/users/jorisvandenbossche/following{/other_user}",
"gists_url": "https://api.github.com/users/jorisvandenbossche/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/jorisvandenbossche",
"id": 1020496,
"login": "jorisvandenbossche",
"node_id": "MDQ6VXNlcjEwMjA0OTY=",
"organizations_url": "https://api.github.com/users/jorisvandenbossche/orgs",
"received_events_url": "https://api.github.com/users/jorisvandenbossche/received_events",
"repos_url": "https://api.github.com/users/jorisvandenbossche/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/jorisvandenbossche/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/jorisvandenbossche/subscriptions",
"type": "User",
"url": "https://api.github.com/users/jorisvandenbossche"
},
"description": "on-merge: backport to 1.0.x",
"due_on": "2020-06-01T07:00:00Z",
"html_url": "https://github.com/pandas-dev/pandas/milestone/72",
"id": 5219206,
"labels_url": "https://api.github.com/repos/pandas-dev/pandas/milestones/72/labels",
"node_id": "MDk6TWlsZXN0b25lNTIxOTIwNg==",
"number": 72,
"open_issues": 0,
"state": "closed",
"title": "1.0.4",
"updated_at": "2020-06-24T17:57:06Z",
"url": "https://api.github.com/repos/pandas-dev/pandas/milestones/72"
}
| 0
| 2020-03-23T13:42:17Z
| 2020-03-23T14:14:06Z
| 2020-03-23T14:14:06Z
|
NONE
| null |
Backport PR #32827: DOC: Fixed contributors for bugfix releases
|
{
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/32928/reactions"
}
|
https://api.github.com/repos/pandas-dev/pandas/issues/32928/timeline
| null | 0
|
{
"diff_url": "https://github.com/pandas-dev/pandas/pull/32928.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/32928",
"merged_at": "2020-03-23T14:14:06Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/32928.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/32928"
}
|
https://api.github.com/repos/pandas-dev/pandas/issues/32929
|
https://api.github.com/repos/pandas-dev/pandas
|
https://api.github.com/repos/pandas-dev/pandas/issues/32929/labels{/name}
|
https://api.github.com/repos/pandas-dev/pandas/issues/32929/comments
|
https://api.github.com/repos/pandas-dev/pandas/issues/32929/events
|
https://github.com/pandas-dev/pandas/pull/32929
| 586,219,285
|
MDExOlB1bGxSZXF1ZXN0MzkyMzkzODQy
| 32,929
|
TST: bare pytest raises in tests/scalar
|
{
"avatar_url": "https://avatars.githubusercontent.com/u/30631476?v=4",
"events_url": "https://api.github.com/users/quangngd/events{/privacy}",
"followers_url": "https://api.github.com/users/quangngd/followers",
"following_url": "https://api.github.com/users/quangngd/following{/other_user}",
"gists_url": "https://api.github.com/users/quangngd/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/quangngd",
"id": 30631476,
"login": "quangngd",
"node_id": "MDQ6VXNlcjMwNjMxNDc2",
"organizations_url": "https://api.github.com/users/quangngd/orgs",
"received_events_url": "https://api.github.com/users/quangngd/received_events",
"repos_url": "https://api.github.com/users/quangngd/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/quangngd/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/quangngd/subscriptions",
"type": "User",
"url": "https://api.github.com/users/quangngd"
}
|
[
{
"color": "C4A000",
"default": false,
"description": "pandas testing functions or related to the test suite",
"id": 127685,
"name": "Testing",
"node_id": "MDU6TGFiZWwxMjc2ODU=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Testing"
}
] |
closed
| false
| null |
[] |
{
"closed_at": "2020-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/jreback/followers",
"following_url": "https://api.github.com/users/jreback/following{/other_user}",
"gists_url": "https://api.github.com/users/jreback/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/jreback",
"id": 953992,
"login": "jreback",
"node_id": "MDQ6VXNlcjk1Mzk5Mg==",
"organizations_url": "https://api.github.com/users/jreback/orgs",
"received_events_url": "https://api.github.com/users/jreback/received_events",
"repos_url": "https://api.github.com/users/jreback/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/jreback/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/jreback/subscriptions",
"type": "User",
"url": "https://api.github.com/users/jreback"
},
"description": "",
"due_on": "2020-08-01T07:00:00Z",
"html_url": "https://github.com/pandas-dev/pandas/milestone/68",
"id": 4894670,
"labels_url": "https://api.github.com/repos/pandas-dev/pandas/milestones/68/labels",
"node_id": "MDk6TWlsZXN0b25lNDg5NDY3MA==",
"number": 68,
"open_issues": 0,
"state": "closed",
"title": "1.1",
"updated_at": "2021-07-17T17:25:28Z",
"url": "https://api.github.com/repos/pandas-dev/pandas/milestones/68"
}
| 1
| 2020-03-23T13:43:27Z
| 2020-03-24T17:47:31Z
| 2020-03-24T17:04:29Z
|
CONTRIBUTOR
| null |
- [ ] ref #30999
- [ ] tests added / passed
- [ ] passes `black pandas`
- [ ] passes `git diff upstream/master -u -- "*.py" | flake8 --diff`
- [ ] whatsnew entry
https://github.com/pandas-dev/pandas/issues/30999
|
{
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/32929/reactions"
}
|
https://api.github.com/repos/pandas-dev/pandas/issues/32929/timeline
| null | 0
|
{
"diff_url": "https://github.com/pandas-dev/pandas/pull/32929.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/32929",
"merged_at": "2020-03-24T17:04:29Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/32929.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/32929"
}
|
https://api.github.com/repos/pandas-dev/pandas/issues/32930
|
https://api.github.com/repos/pandas-dev/pandas
|
https://api.github.com/repos/pandas-dev/pandas/issues/32930/labels{/name}
|
https://api.github.com/repos/pandas-dev/pandas/issues/32930/comments
|
https://api.github.com/repos/pandas-dev/pandas/issues/32930/events
|
https://github.com/pandas-dev/pandas/issues/32930
| 586,238,634
|
MDU6SXNzdWU1ODYyMzg2MzQ=
| 32,930
|
pd.read_csv()/dtype and index_col combo
|
{
"avatar_url": "https://avatars.githubusercontent.com/u/31131320?v=4",
"events_url": "https://api.github.com/users/sbwiecko/events{/privacy}",
"followers_url": "https://api.github.com/users/sbwiecko/followers",
"following_url": "https://api.github.com/users/sbwiecko/following{/other_user}",
"gists_url": "https://api.github.com/users/sbwiecko/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/sbwiecko",
"id": 31131320,
"login": "sbwiecko",
"node_id": "MDQ6VXNlcjMxMTMxMzIw",
"organizations_url": "https://api.github.com/users/sbwiecko/orgs",
"received_events_url": "https://api.github.com/users/sbwiecko/received_events",
"repos_url": "https://api.github.com/users/sbwiecko/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/sbwiecko/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/sbwiecko/subscriptions",
"type": "User",
"url": "https://api.github.com/users/sbwiecko"
}
|
[
{
"color": "009800",
"default": false,
"description": "Duplicate issue or pull request",
"id": 40153326,
"name": "Duplicate Report",
"node_id": "MDU6TGFiZWw0MDE1MzMyNg==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Duplicate%20Report"
}
] |
closed
| false
| null |
[] | null | 1
| 2020-03-23T14:10:16Z
| 2020-08-25T12:43:48Z
| 2020-08-25T12:43:30Z
|
NONE
| null |
#### Code Sample, a copy-pastable example if possible
```python
data=pd.read_csv(file, dtype={'donor':str}, index_col='donor') # dtype of the index IS NOT str
# to fix:
data= pd.read_csv(file, dtype={'donor': str})
data.set_index('donor', drop=True, inplace=True)
```
#### Problem description
during pd.read_csv(), when I set a dtype to one column and set the same column as index, the index dtype is lost
#### Expected Output
When both dtype and index_col are used with the same column, I want the index in dtype specificied in the pd.read_csv() call, i.e. in my example str
#### Output of ``pd.show_versions()``
<details>
INSTALLED VERSIONS
------------------
commit : None
python : 3.7.6.final.0
python-bits : 64
OS : Windows
OS-release : 10
machine : AMD64
processor : Intel64 Family 6 Model 69 Stepping 1, GenuineIntel
byteorder : little
LC_ALL : None
LANG : None
LOCALE : None.None
pandas : 1.0.1
numpy : 1.18.1
pytz : 2019.3
dateutil : 2.8.0
pip : 20.0.2
setuptools : 45.2.0
Cython : None
pytest : 5.0.1
hypothesis : 4.27.0
sphinx : 2.1.2
blosc : None
feather : None
xlsxwriter : None
lxml.etree : 4.4.1
html5lib : 1.0.1
pymysql : None
psycopg2 : None
jinja2 : 2.10.1
IPython : 7.13.0
pandas_datareader: None
bs4 : 4.8.2
bottleneck : 1.2.1
fastparquet : None
gcsfs : None
lxml.etree : 4.4.1
matplotlib : 3.1.3
numexpr : None
odfpy : None
openpyxl : 3.0.0
pandas_gbq : None
pyarrow : None
pytables : None
pytest : 5.0.1
pyxlsb : None
s3fs : None
scipy : 1.4.1
sqlalchemy : 1.3.13
tables : None
tabulate : None
xarray : 0.12.3
xlrd : 1.2.0
xlwt : None
xlsxwriter : None
numba : None
</details>
|
{
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/32930/reactions"
}
|
https://api.github.com/repos/pandas-dev/pandas/issues/32930/timeline
| null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/32931
|
https://api.github.com/repos/pandas-dev/pandas
|
https://api.github.com/repos/pandas-dev/pandas/issues/32931/labels{/name}
|
https://api.github.com/repos/pandas-dev/pandas/issues/32931/comments
|
https://api.github.com/repos/pandas-dev/pandas/issues/32931/events
|
https://github.com/pandas-dev/pandas/issues/32931
| 586,292,285
|
MDU6SXNzdWU1ODYyOTIyODU=
| 32,931
|
pd.NA in object dtype
|
{
"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}",
"gists_url": "https://api.github.com/users/simonjayhawkins/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/simonjayhawkins",
"id": 13159005,
"login": "simonjayhawkins",
"node_id": "MDQ6VXNlcjEzMTU5MDA1",
"organizations_url": "https://api.github.com/users/simonjayhawkins/orgs",
"received_events_url": "https://api.github.com/users/simonjayhawkins/received_events",
"repos_url": "https://api.github.com/users/simonjayhawkins/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/simonjayhawkins/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/simonjayhawkins/subscriptions",
"type": "User",
"url": "https://api.github.com/users/simonjayhawkins"
}
|
[
{
"color": "e10c02",
"default": false,
"description": null,
"id": 76811,
"name": "Bug",
"node_id": "MDU6TGFiZWw3NjgxMQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug"
},
{
"color": "d7e102",
"default": false,
"description": "np.nan, pd.NaT, pd.NA, 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",
"default": false,
"description": "Requires discussion from core team before further action",
"id": 219960758,
"name": "Needs Discussion",
"node_id": "MDU6TGFiZWwyMTk5NjA3NTg=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Needs%20Discussion"
},
{
"color": "8cc645",
"default": false,
"description": "Related to pd.NA and nullable extension arrays",
"id": 1817503692,
"name": "NA - MaskedArrays",
"node_id": "MDU6TGFiZWwxODE3NTAzNjky",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/NA%20-%20MaskedArrays"
}
] |
open
| false
| null |
[] | null | 3
| 2020-03-23T15:23:14Z
| 2020-05-31T18:32:01Z
| null |
MEMBER
| null |
extract from https://github.com/pandas-dev/pandas/issues/32075#issuecomment-596735782
If we want to handle pd.NA in object dtype better, we will need to start using masks as well, and not rely on numpy behaviour.
For example, also this is wrong:
```
In [9]: pd.Series([1, pd.NA], dtype=object) >= 1
Out[9]:
0 True
1 False
dtype: bool
```
Related issues:
* https://github.com/pandas-dev/pandas/issues/32075 (replace not working)
* https://github.com/pandas-dev/pandas/issues/33065 (wrong truncated repr)
* https://github.com/pandas-dev/pandas/issues/33066 (wrong comparison operations)
* https://github.com/pandas-dev/pandas/issues/34497 (indexing with duplicates)
|
{
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/32931/reactions"
}
|
https://api.github.com/repos/pandas-dev/pandas/issues/32931/timeline
| null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/32932
|
https://api.github.com/repos/pandas-dev/pandas
|
https://api.github.com/repos/pandas-dev/pandas/issues/32932/labels{/name}
|
https://api.github.com/repos/pandas-dev/pandas/issues/32932/comments
|
https://api.github.com/repos/pandas-dev/pandas/issues/32932/events
|
https://github.com/pandas-dev/pandas/pull/32932
| 586,317,584
|
MDExOlB1bGxSZXF1ZXN0MzkyNDczNjY5
| 32,932
|
REF: "bare_pytest_raises" to use the ast module
|
{
"avatar_url": "https://avatars.githubusercontent.com/u/50263213?v=4",
"events_url": "https://api.github.com/users/ShaharNaveh/events{/privacy}",
"followers_url": "https://api.github.com/users/ShaharNaveh/followers",
"following_url": "https://api.github.com/users/ShaharNaveh/following{/other_user}",
"gists_url": "https://api.github.com/users/ShaharNaveh/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/ShaharNaveh",
"id": 50263213,
"login": "ShaharNaveh",
"node_id": "MDQ6VXNlcjUwMjYzMjEz",
"organizations_url": "https://api.github.com/users/ShaharNaveh/orgs",
"received_events_url": "https://api.github.com/users/ShaharNaveh/received_events",
"repos_url": "https://api.github.com/users/ShaharNaveh/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/ShaharNaveh/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/ShaharNaveh/subscriptions",
"type": "User",
"url": "https://api.github.com/users/ShaharNaveh"
}
|
[
{
"color": "a2bca7",
"default": false,
"description": "Continuous Integration",
"id": 48070600,
"name": "CI",
"node_id": "MDU6TGFiZWw0ODA3MDYwMA==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/CI"
}
] |
closed
| false
| null |
[] |
{
"closed_at": "2020-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/jreback/followers",
"following_url": "https://api.github.com/users/jreback/following{/other_user}",
"gists_url": "https://api.github.com/users/jreback/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/jreback",
"id": 953992,
"login": "jreback",
"node_id": "MDQ6VXNlcjk1Mzk5Mg==",
"organizations_url": "https://api.github.com/users/jreback/orgs",
"received_events_url": "https://api.github.com/users/jreback/received_events",
"repos_url": "https://api.github.com/users/jreback/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/jreback/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/jreback/subscriptions",
"type": "User",
"url": "https://api.github.com/users/jreback"
},
"description": "",
"due_on": "2020-08-01T07:00:00Z",
"html_url": "https://github.com/pandas-dev/pandas/milestone/68",
"id": 4894670,
"labels_url": "https://api.github.com/repos/pandas-dev/pandas/milestones/68/labels",
"node_id": "MDk6TWlsZXN0b25lNDg5NDY3MA==",
"number": 68,
"open_issues": 0,
"state": "closed",
"title": "1.1",
"updated_at": "2021-07-17T17:25:28Z",
"url": "https://api.github.com/repos/pandas-dev/pandas/milestones/68"
}
| 5
| 2020-03-23T15:57:17Z
| 2020-03-29T16:34:50Z
| 2020-03-29T16:08:42Z
|
MEMBER
| null |
- [ ] closes #xxxx
- [x] tests added / passed
- [x] passes `black pandas`
- [x] passes `git diff upstream/master -u -- "*.py" | flake8 --diff`
- [ ] whatsnew entry
---
There is also a performance boost:
```
In [1]: import os
In [2]: from scripts.validate_unwanted_patterns import bare_pytest_raises, main
In [3]: SOURCE_PATH = "pandas/tests/"
In [4]: %timeit main(function=bare_pytest_raises, source_path=SOURCE_PATH, output_format="{source_path}:{line_number}:{msg}.")
12.6 s ± 76.4 ms per loop (mean ± std. dev. of 7 runs, 1 loop each) # Master
4.33 s ± 27 ms per loop (mean ± std. dev. of 7 runs, 1 loop each) # PR
```
|
{
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/32932/reactions"
}
|
https://api.github.com/repos/pandas-dev/pandas/issues/32932/timeline
| null | 0
|
{
"diff_url": "https://github.com/pandas-dev/pandas/pull/32932.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/32932",
"merged_at": "2020-03-29T16:08:42Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/32932.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/32932"
}
|
https://api.github.com/repos/pandas-dev/pandas/issues/32933
|
https://api.github.com/repos/pandas-dev/pandas
|
https://api.github.com/repos/pandas-dev/pandas/issues/32933/labels{/name}
|
https://api.github.com/repos/pandas-dev/pandas/issues/32933/comments
|
https://api.github.com/repos/pandas-dev/pandas/issues/32933/events
|
https://github.com/pandas-dev/pandas/issues/32933
| 586,337,654
|
MDU6SXNzdWU1ODYzMzc2NTQ=
| 32,933
|
pandas to_sql(if_exists='replace') should not commit after the drop query
|
{
"avatar_url": "https://avatars.githubusercontent.com/u/7144929?v=4",
"events_url": "https://api.github.com/users/ma7555/events{/privacy}",
"followers_url": "https://api.github.com/users/ma7555/followers",
"following_url": "https://api.github.com/users/ma7555/following{/other_user}",
"gists_url": "https://api.github.com/users/ma7555/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/ma7555",
"id": 7144929,
"login": "ma7555",
"node_id": "MDQ6VXNlcjcxNDQ5Mjk=",
"organizations_url": "https://api.github.com/users/ma7555/orgs",
"received_events_url": "https://api.github.com/users/ma7555/received_events",
"repos_url": "https://api.github.com/users/ma7555/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/ma7555/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/ma7555/subscriptions",
"type": "User",
"url": "https://api.github.com/users/ma7555"
}
|
[
{
"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": "ededed",
"default": false,
"description": "Parallelism in pandas",
"id": 34423912,
"name": "Multithreading",
"node_id": "MDU6TGFiZWwzNDQyMzkxMg==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Multithreading"
},
{
"color": "5319e7",
"default": false,
"description": "to_sql, read_sql, read_sql_query",
"id": 47232590,
"name": "IO SQL",
"node_id": "MDU6TGFiZWw0NzIzMjU5MA==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/IO%20SQL"
}
] |
open
| false
| null |
[] | null | 2
| 2020-03-23T16:24:55Z
| 2021-07-07T13:48:35Z
| null |
NONE
| null |
#### Code Sample, a copy-pastable example if possible
it is hard to generate a reproducible code for this problem as it would need parallel processes reading from a table, and another process that updates that table frequently.
#### Problem description
https://github.com/pandas-dev/pandas/blob/d3e54851b5ab2f2c99c22b4bf5c49cea41141072/pandas/io/sql.py#L646
https://github.com/pandas-dev/pandas/blob/d3e54851b5ab2f2c99c22b4bf5c49cea41141072/pandas/io/sql.py#L647
The issue is that to_sql with (if_exists='replace') carries the two instructions separately and commits them serially into the database.
This causes 'table not found error' if multiple other processes are reading from the table as well.
The commit needs to happen after the second instruction only and not into the drop query.
|
{
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/32933/reactions"
}
|
https://api.github.com/repos/pandas-dev/pandas/issues/32933/timeline
| null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/32934
|
https://api.github.com/repos/pandas-dev/pandas
|
https://api.github.com/repos/pandas-dev/pandas/issues/32934/labels{/name}
|
https://api.github.com/repos/pandas-dev/pandas/issues/32934/comments
|
https://api.github.com/repos/pandas-dev/pandas/issues/32934/events
|
https://github.com/pandas-dev/pandas/issues/32934
| 586,338,537
|
MDU6SXNzdWU1ODYzMzg1Mzc=
| 32,934
|
Incorrect dtype for concat with empty float and datetime columns
|
{
"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}",
"gists_url": "https://api.github.com/users/TomAugspurger/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/TomAugspurger",
"id": 1312546,
"login": "TomAugspurger",
"node_id": "MDQ6VXNlcjEzMTI1NDY=",
"organizations_url": "https://api.github.com/users/TomAugspurger/orgs",
"received_events_url": "https://api.github.com/users/TomAugspurger/received_events",
"repos_url": "https://api.github.com/users/TomAugspurger/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/TomAugspurger/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/TomAugspurger/subscriptions",
"type": "User",
"url": "https://api.github.com/users/TomAugspurger"
}
|
[
{
"color": "e10c02",
"default": false,
"description": null,
"id": 76811,
"name": "Bug",
"node_id": "MDU6TGFiZWw3NjgxMQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug"
},
{
"color": "02d7e1",
"default": false,
"description": "Concat, Merge/Join, Stack/Unstack, Explode",
"id": 13098779,
"name": "Reshaping",
"node_id": "MDU6TGFiZWwxMzA5ODc3OQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Reshaping"
},
{
"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": "0e8a16",
"default": true,
"description": null,
"id": 717120670,
"name": "good first issue",
"node_id": "MDU6TGFiZWw3MTcxMjA2NzA=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/good%20first%20issue"
},
{
"color": "cdea3c",
"default": false,
"description": "Unit test(s) needed to prevent regressions",
"id": 986278782,
"name": "Needs Tests",
"node_id": "MDU6TGFiZWw5ODYyNzg3ODI=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Needs%20Tests"
}
] |
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",
"following_url": "https://api.github.com/users/jreback/following{/other_user}",
"gists_url": "https://api.github.com/users/jreback/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/jreback",
"id": 953992,
"login": "jreback",
"node_id": "MDQ6VXNlcjk1Mzk5Mg==",
"organizations_url": "https://api.github.com/users/jreback/orgs",
"received_events_url": "https://api.github.com/users/jreback/received_events",
"repos_url": "https://api.github.com/users/jreback/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/jreback/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/jreback/subscriptions",
"type": "User",
"url": "https://api.github.com/users/jreback"
},
"description": "Changes that would be nice to have in the next release. These issues are not blocking. They will be pushed to the next release if no one has time to fix them.",
"due_on": null,
"html_url": "https://github.com/pandas-dev/pandas/milestone/32",
"id": 933188,
"labels_url": "https://api.github.com/repos/pandas-dev/pandas/milestones/32/labels",
"node_id": "MDk6TWlsZXN0b25lOTMzMTg4",
"number": 32,
"open_issues": 1053,
"state": "open",
"title": "Contributions Welcome",
"updated_at": "2021-11-21T00:50:06Z",
"url": "https://api.github.com/repos/pandas-dev/pandas/milestones/32"
}
| 3
| 2020-03-23T16:26:05Z
| 2021-07-30T04:16:51Z
| null |
CONTRIBUTOR
| null |
#### Code Sample, a copy-pastable example if possible
```python
In [40]: a = pd.DataFrame({"A": pd.array(['2000'], dtype='datetime64[ns]')})
In [41]: b = pd.DataFrame({"A": pd.array([1.0], dtype='float64')})
In [42]: pd.concat([a.iloc[:0], b.iloc[:0]])['A'].dtype
Out[42]: dtype('<M8[ns]')
```
#### Problem description
The return dtype of concatentating a float64 and datetime64[ns] should be object dtype. That's typically the case when both are non-empty
```python
In [45]: pd.concat([a, b])['A'].dtype
Out[45]: dtype('O')
```
But when either is empty, we get incorrect results
```python
In [42]: pd.concat([a.iloc[:0], b.iloc[:0]])['A'].dtype
Out[42]: dtype('<M8[ns]')
In [43]: pd.concat([a.iloc[:0], b])['A'].dtype
Out[43]: dtype('float64')
In [44]: pd.concat([a, b.iloc[:0]])['A'].dtype
Out[44]: dtype('<M8[ns]')
```
All of those should be object dtype.
|
{
"+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/32934/reactions"
}
|
https://api.github.com/repos/pandas-dev/pandas/issues/32934/timeline
| null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/32935
|
https://api.github.com/repos/pandas-dev/pandas
|
https://api.github.com/repos/pandas-dev/pandas/issues/32935/labels{/name}
|
https://api.github.com/repos/pandas-dev/pandas/issues/32935/comments
|
https://api.github.com/repos/pandas-dev/pandas/issues/32935/events
|
https://github.com/pandas-dev/pandas/pull/32935
| 586,342,518
|
MDExOlB1bGxSZXF1ZXN0MzkyNDk0MTk5
| 32,935
|
DOC: Fixed examples in pandas/tseries
|
{
"avatar_url": "https://avatars.githubusercontent.com/u/50263213?v=4",
"events_url": "https://api.github.com/users/ShaharNaveh/events{/privacy}",
"followers_url": "https://api.github.com/users/ShaharNaveh/followers",
"following_url": "https://api.github.com/users/ShaharNaveh/following{/other_user}",
"gists_url": "https://api.github.com/users/ShaharNaveh/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/ShaharNaveh",
"id": 50263213,
"login": "ShaharNaveh",
"node_id": "MDQ6VXNlcjUwMjYzMjEz",
"organizations_url": "https://api.github.com/users/ShaharNaveh/orgs",
"received_events_url": "https://api.github.com/users/ShaharNaveh/received_events",
"repos_url": "https://api.github.com/users/ShaharNaveh/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/ShaharNaveh/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/ShaharNaveh/subscriptions",
"type": "User",
"url": "https://api.github.com/users/ShaharNaveh"
}
|
[
{
"color": "3465A4",
"default": false,
"description": null,
"id": 134699,
"name": "Docs",
"node_id": "MDU6TGFiZWwxMzQ2OTk=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Docs"
}
] |
closed
| false
| null |
[] |
{
"closed_at": "2020-07-28T18:13:47Z",
"closed_issues": 2378,
"created_at": "2019-12-02T12:52:48Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jreback/followers",
"following_url": "https://api.github.com/users/jreback/following{/other_user}",
"gists_url": "https://api.github.com/users/jreback/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/jreback",
"id": 953992,
"login": "jreback",
"node_id": "MDQ6VXNlcjk1Mzk5Mg==",
"organizations_url": "https://api.github.com/users/jreback/orgs",
"received_events_url": "https://api.github.com/users/jreback/received_events",
"repos_url": "https://api.github.com/users/jreback/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/jreback/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/jreback/subscriptions",
"type": "User",
"url": "https://api.github.com/users/jreback"
},
"description": "",
"due_on": "2020-08-01T07:00:00Z",
"html_url": "https://github.com/pandas-dev/pandas/milestone/68",
"id": 4894670,
"labels_url": "https://api.github.com/repos/pandas-dev/pandas/milestones/68/labels",
"node_id": "MDk6TWlsZXN0b25lNDg5NDY3MA==",
"number": 68,
"open_issues": 0,
"state": "closed",
"title": "1.1",
"updated_at": "2021-07-17T17:25:28Z",
"url": "https://api.github.com/repos/pandas-dev/pandas/milestones/68"
}
| 1
| 2020-03-23T16:31:47Z
| 2020-03-29T09:24:16Z
| 2020-03-27T21:08:04Z
|
MEMBER
| null |
- [ ] closes #xxxx
- [x] tests added / passed
- [x] passes `black pandas`
- [x] passes `git diff upstream/master -u -- "*.py" | flake8 --diff`
- [ ] whatsnew entry
|
{
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/32935/reactions"
}
|
https://api.github.com/repos/pandas-dev/pandas/issues/32935/timeline
| null | 0
|
{
"diff_url": "https://github.com/pandas-dev/pandas/pull/32935.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/32935",
"merged_at": "2020-03-27T21:08:04Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/32935.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/32935"
}
|
https://api.github.com/repos/pandas-dev/pandas/issues/32936
|
https://api.github.com/repos/pandas-dev/pandas
|
https://api.github.com/repos/pandas-dev/pandas/issues/32936/labels{/name}
|
https://api.github.com/repos/pandas-dev/pandas/issues/32936/comments
|
https://api.github.com/repos/pandas-dev/pandas/issues/32936/events
|
https://github.com/pandas-dev/pandas/issues/32936
| 586,347,958
|
MDU6SXNzdWU1ODYzNDc5NTg=
| 32,936
|
Pandas 1.0.3 on Windows 7 64bit throws error "DLL load failed while importing aggregations" on import. Version 1.0.1 works fine.
|
{
"avatar_url": "https://avatars.githubusercontent.com/u/5249529?v=4",
"events_url": "https://api.github.com/users/mborus/events{/privacy}",
"followers_url": "https://api.github.com/users/mborus/followers",
"following_url": "https://api.github.com/users/mborus/following{/other_user}",
"gists_url": "https://api.github.com/users/mborus/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/mborus",
"id": 5249529,
"login": "mborus",
"node_id": "MDQ6VXNlcjUyNDk1Mjk=",
"organizations_url": "https://api.github.com/users/mborus/orgs",
"received_events_url": "https://api.github.com/users/mborus/received_events",
"repos_url": "https://api.github.com/users/mborus/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/mborus/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/mborus/subscriptions",
"type": "User",
"url": "https://api.github.com/users/mborus"
}
|
[] |
closed
| false
| null |
[] | null | 4
| 2020-03-23T16:39:48Z
| 2020-05-30T09:46:35Z
| 2020-03-23T18:45:45Z
|
NONE
| null |
_TLDR; 2 DLLs are missing that were included in 1.0.1_
#### Code Sample, a copy-pastable example if possible
```python
import pandas as pd
```
#### Problem description
I'm using Windows 7, German 64bit with a fresh installation of Python 3.8.2 64bit.
I updated pip, created a fresh virtual environment with "py -3 -m venv venv" and activated it.
This installation is in a restricted area with no direct, unfiltered internet access.
I installed Pandas 1.0.3 from a via "python -m pip download pandas" download made on an unrestricted similar Windows7 machine. I moved the download folder behind a firewall and installed Pandas like this: "python -m pip install pandas --no-index --find-links /path/to/downloads":
Pandas installs fine. It crashes on import with the error below (The last sentence says in English: The requested Module was not found)
As recommended by this stack overflow thread (https://stackoverflow.com/questions/60763529/unable-to-import-pandas-pandas-libs-window-aggregations) going back to 1.0.1 fixes the problem. (More below, after the error)
Error:
(venv) C:\my_program>python
Python 3.8.2 (tags/v3.8.2:7b3ab59, Feb 25 2020, 23:03:10) [MSC v.1916 64 bit (AM
D64)] on win32
Type "help", "copyright", "credits" or "license" for more information.
>>> import pandas as pd
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "C:\my_program\venv\lib\site-packages\pandas\__init__.py", line 5
5, in <module>
from pandas.core.api import (
File "C:\my_program\venv\lib\site-packages\pandas\core\api.py", line 2
9, in <module>
from pandas.core.groupby import Grouper, NamedAgg
File "C:\my_program\venv\lib\site-packages\pandas\core\groupby\__init_
_.py", line 1, in <module>
from pandas.core.groupby.generic import DataFrameGroupBy, NamedAgg, SeriesGr
oupBy
File "C:\my_program\venv\lib\site-packages\pandas\core\groupby\generic
.py", line 60, in <module>
from pandas.core.frame import DataFrame
File "C:\my_program\venv\lib\site-packages\pandas\core\frame.py", line
124, in <module>
from pandas.core.series import Series
File "C:\my_program\venv\lib\site-packages\pandas\core\series.py", lin
e 4572, in <module>
Series._add_series_or_dataframe_operations()
File "C:\my_program\venv\lib\site-packages\pandas\core\generic.py", li
ne 10349, in _add_series_or_dataframe_operations
from pandas.core.window import EWM, Expanding, Rolling, Window
File "C:\my_program\venv\lib\site-packages\pandas\core\window\__init__
.py", line 1, in <module>
from pandas.core.window.ewm import EWM # noqa:F401
File "C:\my_program\venv\lib\site-packages\pandas\core\window\ewm.py",
line 5, in <module>
import pandas._libs.window.aggregations as window_aggregations
ImportError: DLL load failed while importing aggregations: Das angegebene Modul
wurde nicht gefunden.
I compared the installation of version 1.0.1 to 1.0.3;
The 1.0.3 installs these files in
"\venv\Lib\site-packages\pandas\_libs\window\"
```
__init__.py
aggregations.cp38-win_amd64.pyd
indexers.cp38-win_amd64.pyd
```
The 1.0.1 version also installs these two DLLs in the same folder.
```
concrt140.dll
msvcp140.dll
```
When I **manually place these DLLs** into the above folder of the 1.0.3 version,
the import works **without an error**.
#### Expected Output
No error message
#### Output of ``pd.show_versions()``
Not available, since pd did not import
|
{
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/32936/reactions"
}
|
https://api.github.com/repos/pandas-dev/pandas/issues/32936/timeline
| null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/32937
|
https://api.github.com/repos/pandas-dev/pandas
|
https://api.github.com/repos/pandas-dev/pandas/issues/32937/labels{/name}
|
https://api.github.com/repos/pandas-dev/pandas/issues/32937/comments
|
https://api.github.com/repos/pandas-dev/pandas/issues/32937/events
|
https://github.com/pandas-dev/pandas/pull/32937
| 586,359,113
|
MDExOlB1bGxSZXF1ZXN0MzkyNTA3NzU2
| 32,937
|
Fixing scatter plot size (#32904)
|
{
"avatar_url": "https://avatars.githubusercontent.com/u/20208402?v=4",
"events_url": "https://api.github.com/users/SultanOrazbayev/events{/privacy}",
"followers_url": "https://api.github.com/users/SultanOrazbayev/followers",
"following_url": "https://api.github.com/users/SultanOrazbayev/following{/other_user}",
"gists_url": "https://api.github.com/users/SultanOrazbayev/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/SultanOrazbayev",
"id": 20208402,
"login": "SultanOrazbayev",
"node_id": "MDQ6VXNlcjIwMjA4NDAy",
"organizations_url": "https://api.github.com/users/SultanOrazbayev/orgs",
"received_events_url": "https://api.github.com/users/SultanOrazbayev/received_events",
"repos_url": "https://api.github.com/users/SultanOrazbayev/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/SultanOrazbayev/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/SultanOrazbayev/subscriptions",
"type": "User",
"url": "https://api.github.com/users/SultanOrazbayev"
}
|
[
{
"color": "8AE234",
"default": false,
"description": null,
"id": 2413328,
"name": "Visualization",
"node_id": "MDU6TGFiZWwyNDEzMzI4",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Visualization"
}
] |
closed
| false
| null |
[] |
{
"closed_at": "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/jreback/followers",
"following_url": "https://api.github.com/users/jreback/following{/other_user}",
"gists_url": "https://api.github.com/users/jreback/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/jreback",
"id": 953992,
"login": "jreback",
"node_id": "MDQ6VXNlcjk1Mzk5Mg==",
"organizations_url": "https://api.github.com/users/jreback/orgs",
"received_events_url": "https://api.github.com/users/jreback/received_events",
"repos_url": "https://api.github.com/users/jreback/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/jreback/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/jreback/subscriptions",
"type": "User",
"url": "https://api.github.com/users/jreback"
},
"description": "",
"due_on": "2020-08-01T07:00:00Z",
"html_url": "https://github.com/pandas-dev/pandas/milestone/68",
"id": 4894670,
"labels_url": "https://api.github.com/repos/pandas-dev/pandas/milestones/68/labels",
"node_id": "MDk6TWlsZXN0b25lNDg5NDY3MA==",
"number": 68,
"open_issues": 0,
"state": "closed",
"title": "1.1",
"updated_at": "2021-07-17T17:25:28Z",
"url": "https://api.github.com/repos/pandas-dev/pandas/milestones/68"
}
| 2
| 2020-03-23T16:55:53Z
| 2020-03-28T22:04:48Z
| 2020-03-28T22:04:48Z
|
CONTRIBUTOR
| null |
This fixes the marker size in scatter plots (see https://github.com/pandas-dev/pandas/issues/32904).
- [x] closes #32904
- [ ] tests added / passed
- [x] passes `black pandas`
- [x] passes `git diff upstream/master -u -- "*.py" | flake8 --diff`
- [ ] whatsnew entry
|
{
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/32937/reactions"
}
|
https://api.github.com/repos/pandas-dev/pandas/issues/32937/timeline
| null | 0
|
{
"diff_url": "https://github.com/pandas-dev/pandas/pull/32937.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/32937",
"merged_at": null,
"patch_url": "https://github.com/pandas-dev/pandas/pull/32937.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/32937"
}
|
https://api.github.com/repos/pandas-dev/pandas/issues/32938
|
https://api.github.com/repos/pandas-dev/pandas
|
https://api.github.com/repos/pandas-dev/pandas/issues/32938/labels{/name}
|
https://api.github.com/repos/pandas-dev/pandas/issues/32938/comments
|
https://api.github.com/repos/pandas-dev/pandas/issues/32938/events
|
https://github.com/pandas-dev/pandas/pull/32938
| 586,366,207
|
MDExOlB1bGxSZXF1ZXN0MzkyNTEzNjQ1
| 32,938
|
REF: misplaced DTI.shift tests
|
{
"avatar_url": "https://avatars.githubusercontent.com/u/8078968?v=4",
"events_url": "https://api.github.com/users/jbrockmendel/events{/privacy}",
"followers_url": "https://api.github.com/users/jbrockmendel/followers",
"following_url": "https://api.github.com/users/jbrockmendel/following{/other_user}",
"gists_url": "https://api.github.com/users/jbrockmendel/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/jbrockmendel",
"id": 8078968,
"login": "jbrockmendel",
"node_id": "MDQ6VXNlcjgwNzg5Njg=",
"organizations_url": "https://api.github.com/users/jbrockmendel/orgs",
"received_events_url": "https://api.github.com/users/jbrockmendel/received_events",
"repos_url": "https://api.github.com/users/jbrockmendel/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/jbrockmendel/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/jbrockmendel/subscriptions",
"type": "User",
"url": "https://api.github.com/users/jbrockmendel"
}
|
[
{
"color": "C4A000",
"default": false,
"description": "pandas testing functions or related to the test suite",
"id": 127685,
"name": "Testing",
"node_id": "MDU6TGFiZWwxMjc2ODU=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Testing"
}
] |
closed
| false
| null |
[] |
{
"closed_at": "2020-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/jreback/followers",
"following_url": "https://api.github.com/users/jreback/following{/other_user}",
"gists_url": "https://api.github.com/users/jreback/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/jreback",
"id": 953992,
"login": "jreback",
"node_id": "MDQ6VXNlcjk1Mzk5Mg==",
"organizations_url": "https://api.github.com/users/jreback/orgs",
"received_events_url": "https://api.github.com/users/jreback/received_events",
"repos_url": "https://api.github.com/users/jreback/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/jreback/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/jreback/subscriptions",
"type": "User",
"url": "https://api.github.com/users/jreback"
},
"description": "",
"due_on": "2020-08-01T07:00:00Z",
"html_url": "https://github.com/pandas-dev/pandas/milestone/68",
"id": 4894670,
"labels_url": "https://api.github.com/repos/pandas-dev/pandas/milestones/68/labels",
"node_id": "MDk6TWlsZXN0b25lNDg5NDY3MA==",
"number": 68,
"open_issues": 0,
"state": "closed",
"title": "1.1",
"updated_at": "2021-07-17T17:25:28Z",
"url": "https://api.github.com/repos/pandas-dev/pandas/milestones/68"
}
| 0
| 2020-03-23T17:05:26Z
| 2020-03-24T19:51:16Z
| 2020-03-24T19:42:43Z
|
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/32938/reactions"
}
|
https://api.github.com/repos/pandas-dev/pandas/issues/32938/timeline
| null | 0
|
{
"diff_url": "https://github.com/pandas-dev/pandas/pull/32938.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/32938",
"merged_at": "2020-03-24T19:42:43Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/32938.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/32938"
}
|
|
https://api.github.com/repos/pandas-dev/pandas/issues/32939
|
https://api.github.com/repos/pandas-dev/pandas
|
https://api.github.com/repos/pandas-dev/pandas/issues/32939/labels{/name}
|
https://api.github.com/repos/pandas-dev/pandas/issues/32939/comments
|
https://api.github.com/repos/pandas-dev/pandas/issues/32939/events
|
https://github.com/pandas-dev/pandas/pull/32939
| 586,382,046
|
MDExOlB1bGxSZXF1ZXN0MzkyNTI3Njc4
| 32,939
|
pandas/core/ops/: replace .format() with f-strings
|
{
"avatar_url": "https://avatars.githubusercontent.com/u/23054770?v=4",
"events_url": "https://api.github.com/users/SvoONs/events{/privacy}",
"followers_url": "https://api.github.com/users/SvoONs/followers",
"following_url": "https://api.github.com/users/SvoONs/following{/other_user}",
"gists_url": "https://api.github.com/users/SvoONs/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/SvoONs",
"id": 23054770,
"login": "SvoONs",
"node_id": "MDQ6VXNlcjIzMDU0Nzcw",
"organizations_url": "https://api.github.com/users/SvoONs/orgs",
"received_events_url": "https://api.github.com/users/SvoONs/received_events",
"repos_url": "https://api.github.com/users/SvoONs/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/SvoONs/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/SvoONs/subscriptions",
"type": "User",
"url": "https://api.github.com/users/SvoONs"
}
|
[] |
closed
| false
| null |
[] | null | 3
| 2020-03-23T17:20:29Z
| 2020-03-25T00:05:55Z
| 2020-03-25T00:05:55Z
|
NONE
| null |
- https://github.com/pandas-dev/pandas/issues/29547
- [ ] passes `black pandas`
- [ ] 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/32939/reactions"
}
|
https://api.github.com/repos/pandas-dev/pandas/issues/32939/timeline
| null | 0
|
{
"diff_url": "https://github.com/pandas-dev/pandas/pull/32939.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/32939",
"merged_at": null,
"patch_url": "https://github.com/pandas-dev/pandas/pull/32939.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/32939"
}
|
https://api.github.com/repos/pandas-dev/pandas/issues/32940
|
https://api.github.com/repos/pandas-dev/pandas
|
https://api.github.com/repos/pandas-dev/pandas/issues/32940/labels{/name}
|
https://api.github.com/repos/pandas-dev/pandas/issues/32940/comments
|
https://api.github.com/repos/pandas-dev/pandas/issues/32940/events
|
https://github.com/pandas-dev/pandas/pull/32940
| 586,395,888
|
MDExOlB1bGxSZXF1ZXN0MzkyNTM4OTYw
| 32,940
|
REF: collect casting portion of Block.setitem
|
{
"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_url": "https://api.github.com/users/jbrockmendel/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/jbrockmendel",
"id": 8078968,
"login": "jbrockmendel",
"node_id": "MDQ6VXNlcjgwNzg5Njg=",
"organizations_url": "https://api.github.com/users/jbrockmendel/orgs",
"received_events_url": "https://api.github.com/users/jbrockmendel/received_events",
"repos_url": "https://api.github.com/users/jbrockmendel/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/jbrockmendel/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/jbrockmendel/subscriptions",
"type": "User",
"url": "https://api.github.com/users/jbrockmendel"
}
|
[
{
"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": "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": "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"
}
] |
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/jreback/followers",
"following_url": "https://api.github.com/users/jreback/following{/other_user}",
"gists_url": "https://api.github.com/users/jreback/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/jreback",
"id": 953992,
"login": "jreback",
"node_id": "MDQ6VXNlcjk1Mzk5Mg==",
"organizations_url": "https://api.github.com/users/jreback/orgs",
"received_events_url": "https://api.github.com/users/jreback/received_events",
"repos_url": "https://api.github.com/users/jreback/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/jreback/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/jreback/subscriptions",
"type": "User",
"url": "https://api.github.com/users/jreback"
},
"description": "",
"due_on": "2020-08-01T07:00:00Z",
"html_url": "https://github.com/pandas-dev/pandas/milestone/68",
"id": 4894670,
"labels_url": "https://api.github.com/repos/pandas-dev/pandas/milestones/68/labels",
"node_id": "MDk6TWlsZXN0b25lNDg5NDY3MA==",
"number": 68,
"open_issues": 0,
"state": "closed",
"title": "1.1",
"updated_at": "2021-07-17T17:25:28Z",
"url": "https://api.github.com/repos/pandas-dev/pandas/milestones/68"
}
| 0
| 2020-03-23T17:40:55Z
| 2020-03-25T00:40:59Z
| 2020-03-25T00:10:41Z
|
MEMBER
| null |
Block.setitem is sometimes inplace and sometimes casts/copies. The idea here is to isolate the casting cases and eventually separate them into their own method, so we can be more careful about when we call the inplace vs not-inplace setters.
|
{
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/32940/reactions"
}
|
https://api.github.com/repos/pandas-dev/pandas/issues/32940/timeline
| null | 0
|
{
"diff_url": "https://github.com/pandas-dev/pandas/pull/32940.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/32940",
"merged_at": "2020-03-25T00:10:41Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/32940.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/32940"
}
|
https://api.github.com/repos/pandas-dev/pandas/issues/32941
|
https://api.github.com/repos/pandas-dev/pandas
|
https://api.github.com/repos/pandas-dev/pandas/issues/32941/labels{/name}
|
https://api.github.com/repos/pandas-dev/pandas/issues/32941/comments
|
https://api.github.com/repos/pandas-dev/pandas/issues/32941/events
|
https://github.com/pandas-dev/pandas/pull/32941
| 586,421,340
|
MDExOlB1bGxSZXF1ZXN0MzkyNTU4OTc2
| 32,941
|
(WIP) CI: Check that private functions are not used across modules
|
{
"avatar_url": "https://avatars.githubusercontent.com/u/50263213?v=4",
"events_url": "https://api.github.com/users/ShaharNaveh/events{/privacy}",
"followers_url": "https://api.github.com/users/ShaharNaveh/followers",
"following_url": "https://api.github.com/users/ShaharNaveh/following{/other_user}",
"gists_url": "https://api.github.com/users/ShaharNaveh/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/ShaharNaveh",
"id": 50263213,
"login": "ShaharNaveh",
"node_id": "MDQ6VXNlcjUwMjYzMjEz",
"organizations_url": "https://api.github.com/users/ShaharNaveh/orgs",
"received_events_url": "https://api.github.com/users/ShaharNaveh/received_events",
"repos_url": "https://api.github.com/users/ShaharNaveh/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/ShaharNaveh/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/ShaharNaveh/subscriptions",
"type": "User",
"url": "https://api.github.com/users/ShaharNaveh"
}
|
[] |
closed
| false
| null |
[] | null | 0
| 2020-03-23T18:22:26Z
| 2020-03-23T18:23:04Z
| 2020-03-23T18:22:33Z
|
MEMBER
| null |
- [x] ref https://github.com/pandas-dev/pandas/pull/32932#issuecomment-602704059
- [x] tests added / passed
- [x] passes `black pandas`
- [x] passes `git diff upstream/master -u -- "*.py" | flake8 --diff`
- [ ] whatsnew entry
---
cc @jbrockmendel
|
{
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/32941/reactions"
}
|
https://api.github.com/repos/pandas-dev/pandas/issues/32941/timeline
| null | 0
|
{
"diff_url": "https://github.com/pandas-dev/pandas/pull/32941.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/32941",
"merged_at": null,
"patch_url": "https://github.com/pandas-dev/pandas/pull/32941.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/32941"
}
|
https://api.github.com/repos/pandas-dev/pandas/issues/32942
|
https://api.github.com/repos/pandas-dev/pandas
|
https://api.github.com/repos/pandas-dev/pandas/issues/32942/labels{/name}
|
https://api.github.com/repos/pandas-dev/pandas/issues/32942/comments
|
https://api.github.com/repos/pandas-dev/pandas/issues/32942/events
|
https://github.com/pandas-dev/pandas/pull/32942
| 586,421,932
|
MDExOlB1bGxSZXF1ZXN0MzkyNTU5NDY4
| 32,942
|
(WIP) CI: Check that private functions are not used across modules
|
{
"avatar_url": "https://avatars.githubusercontent.com/u/50263213?v=4",
"events_url": "https://api.github.com/users/ShaharNaveh/events{/privacy}",
"followers_url": "https://api.github.com/users/ShaharNaveh/followers",
"following_url": "https://api.github.com/users/ShaharNaveh/following{/other_user}",
"gists_url": "https://api.github.com/users/ShaharNaveh/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/ShaharNaveh",
"id": 50263213,
"login": "ShaharNaveh",
"node_id": "MDQ6VXNlcjUwMjYzMjEz",
"organizations_url": "https://api.github.com/users/ShaharNaveh/orgs",
"received_events_url": "https://api.github.com/users/ShaharNaveh/received_events",
"repos_url": "https://api.github.com/users/ShaharNaveh/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/ShaharNaveh/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/ShaharNaveh/subscriptions",
"type": "User",
"url": "https://api.github.com/users/ShaharNaveh"
}
|
[
{
"color": "a2bca7",
"default": false,
"description": "Continuous Integration",
"id": 48070600,
"name": "CI",
"node_id": "MDU6TGFiZWw0ODA3MDYwMA==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/CI"
}
] |
closed
| false
| null |
[] | null | 16
| 2020-03-23T18:23:25Z
| 2021-05-05T12:14:43Z
| 2020-06-14T17:28:10Z
|
MEMBER
| null |
- [x] ref https://github.com/pandas-dev/pandas/pull/32932#issuecomment-602704059
- [x] tests added / passed
- [x] passes `black pandas`
- [x] passes `git diff upstream/master -u -- "*.py" | flake8 --diff`
- [ ] whatsnew entry
---
cc @jbrockmendel
|
{
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/32942/reactions"
}
|
https://api.github.com/repos/pandas-dev/pandas/issues/32942/timeline
| null | 1
|
{
"diff_url": "https://github.com/pandas-dev/pandas/pull/32942.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/32942",
"merged_at": null,
"patch_url": "https://github.com/pandas-dev/pandas/pull/32942.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/32942"
}
|
https://api.github.com/repos/pandas-dev/pandas/issues/32943
|
https://api.github.com/repos/pandas-dev/pandas
|
https://api.github.com/repos/pandas-dev/pandas/issues/32943/labels{/name}
|
https://api.github.com/repos/pandas-dev/pandas/issues/32943/comments
|
https://api.github.com/repos/pandas-dev/pandas/issues/32943/events
|
https://github.com/pandas-dev/pandas/pull/32943
| 586,435,645
|
MDExOlB1bGxSZXF1ZXN0MzkyNTcwNzYy
| 32,943
|
CLN: xarray tests
|
{
"avatar_url": "https://avatars.githubusercontent.com/u/50263213?v=4",
"events_url": "https://api.github.com/users/ShaharNaveh/events{/privacy}",
"followers_url": "https://api.github.com/users/ShaharNaveh/followers",
"following_url": "https://api.github.com/users/ShaharNaveh/following{/other_user}",
"gists_url": "https://api.github.com/users/ShaharNaveh/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/ShaharNaveh",
"id": 50263213,
"login": "ShaharNaveh",
"node_id": "MDQ6VXNlcjUwMjYzMjEz",
"organizations_url": "https://api.github.com/users/ShaharNaveh/orgs",
"received_events_url": "https://api.github.com/users/ShaharNaveh/received_events",
"repos_url": "https://api.github.com/users/ShaharNaveh/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/ShaharNaveh/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/ShaharNaveh/subscriptions",
"type": "User",
"url": "https://api.github.com/users/ShaharNaveh"
}
|
[
{
"color": "C4A000",
"default": false,
"description": "pandas testing functions or related to the test suite",
"id": 127685,
"name": "Testing",
"node_id": "MDU6TGFiZWwxMjc2ODU=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Testing"
},
{
"color": "207de5",
"default": false,
"description": null,
"id": 211029535,
"name": "Clean",
"node_id": "MDU6TGFiZWwyMTEwMjk1MzU=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Clean"
}
] |
closed
| false
| null |
[] |
{
"closed_at": "2020-07-28T18:13:47Z",
"closed_issues": 2378,
"created_at": "2019-12-02T12:52:48Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jreback/followers",
"following_url": "https://api.github.com/users/jreback/following{/other_user}",
"gists_url": "https://api.github.com/users/jreback/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/jreback",
"id": 953992,
"login": "jreback",
"node_id": "MDQ6VXNlcjk1Mzk5Mg==",
"organizations_url": "https://api.github.com/users/jreback/orgs",
"received_events_url": "https://api.github.com/users/jreback/received_events",
"repos_url": "https://api.github.com/users/jreback/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/jreback/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/jreback/subscriptions",
"type": "User",
"url": "https://api.github.com/users/jreback"
},
"description": "",
"due_on": "2020-08-01T07:00:00Z",
"html_url": "https://github.com/pandas-dev/pandas/milestone/68",
"id": 4894670,
"labels_url": "https://api.github.com/repos/pandas-dev/pandas/milestones/68/labels",
"node_id": "MDk6TWlsZXN0b25lNDg5NDY3MA==",
"number": 68,
"open_issues": 0,
"state": "closed",
"title": "1.1",
"updated_at": "2021-07-17T17:25:28Z",
"url": "https://api.github.com/repos/pandas-dev/pandas/milestones/68"
}
| 2
| 2020-03-23T18:46:54Z
| 2020-03-25T19:06:10Z
| 2020-03-24T16:56:41Z
|
MEMBER
| null |
- [ ] closes #xxxx
- [x] tests added / passed
- [x] passes `black pandas`
- [x] passes `git diff upstream/master -u -- "*.py" | flake8 --diff`
- [ ] whatsnew entry
|
{
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/32943/reactions"
}
|
https://api.github.com/repos/pandas-dev/pandas/issues/32943/timeline
| null | 0
|
{
"diff_url": "https://github.com/pandas-dev/pandas/pull/32943.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/32943",
"merged_at": "2020-03-24T16:56:41Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/32943.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/32943"
}
|
https://api.github.com/repos/pandas-dev/pandas/issues/32944
|
https://api.github.com/repos/pandas-dev/pandas
|
https://api.github.com/repos/pandas-dev/pandas/issues/32944/labels{/name}
|
https://api.github.com/repos/pandas-dev/pandas/issues/32944/comments
|
https://api.github.com/repos/pandas-dev/pandas/issues/32944/events
|
https://github.com/pandas-dev/pandas/pull/32944
| 586,439,089
|
MDExOlB1bGxSZXF1ZXN0MzkyNTczNTI2
| 32,944
|
DOC: Fix capitalization among headings in documentation files (#32550)
|
{
"avatar_url": "https://avatars.githubusercontent.com/u/12384095?v=4",
"events_url": "https://api.github.com/users/themien/events{/privacy}",
"followers_url": "https://api.github.com/users/themien/followers",
"following_url": "https://api.github.com/users/themien/following{/other_user}",
"gists_url": "https://api.github.com/users/themien/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/themien",
"id": 12384095,
"login": "themien",
"node_id": "MDQ6VXNlcjEyMzg0MDk1",
"organizations_url": "https://api.github.com/users/themien/orgs",
"received_events_url": "https://api.github.com/users/themien/received_events",
"repos_url": "https://api.github.com/users/themien/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/themien/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/themien/subscriptions",
"type": "User",
"url": "https://api.github.com/users/themien"
}
|
[
{
"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 | 2
| 2020-03-23T18:53:00Z
| 2020-04-07T18:35:04Z
| 2020-03-31T17:26:03Z
|
CONTRIBUTOR
| null |
Files updated:
```
doc/source/development/contributing_docstring.rst
doc/source/development/developer.rst
doc/source/development/extending.rst
doc/source/development/maintaining.rst
doc/source/development/meeting.rst
```
|
{
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/32944/reactions"
}
|
https://api.github.com/repos/pandas-dev/pandas/issues/32944/timeline
| null | 0
|
{
"diff_url": "https://github.com/pandas-dev/pandas/pull/32944.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/32944",
"merged_at": "2020-03-31T17:26:03Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/32944.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/32944"
}
|
https://api.github.com/repos/pandas-dev/pandas/issues/32945
|
https://api.github.com/repos/pandas-dev/pandas
|
https://api.github.com/repos/pandas-dev/pandas/issues/32945/labels{/name}
|
https://api.github.com/repos/pandas-dev/pandas/issues/32945/comments
|
https://api.github.com/repos/pandas-dev/pandas/issues/32945/events
|
https://github.com/pandas-dev/pandas/pull/32945
| 586,450,441
|
MDExOlB1bGxSZXF1ZXN0MzkyNTgyNTk3
| 32,945
|
DOC: Fix capitalization among headings in documentation files (#32550) part 2
|
{
"avatar_url": "https://avatars.githubusercontent.com/u/12384095?v=4",
"events_url": "https://api.github.com/users/themien/events{/privacy}",
"followers_url": "https://api.github.com/users/themien/followers",
"following_url": "https://api.github.com/users/themien/following{/other_user}",
"gists_url": "https://api.github.com/users/themien/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/themien",
"id": 12384095,
"login": "themien",
"node_id": "MDQ6VXNlcjEyMzg0MDk1",
"organizations_url": "https://api.github.com/users/themien/orgs",
"received_events_url": "https://api.github.com/users/themien/received_events",
"repos_url": "https://api.github.com/users/themien/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/themien/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/themien/subscriptions",
"type": "User",
"url": "https://api.github.com/users/themien"
}
|
[] |
closed
| false
| null |
[] | null | 0
| 2020-03-23T19:13:07Z
| 2020-03-24T13:24:51Z
| 2020-03-23T19:27:41Z
|
CONTRIBUTOR
| null |
Files updated:
```
doc/source/development/policies.rst
doc/source/development/roadmap.rst
doc/source/ecosystem.rst
doc/source/getting_started/10min.rst
doc/source/getting_started/basics.rst
```
|
{
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/32945/reactions"
}
|
https://api.github.com/repos/pandas-dev/pandas/issues/32945/timeline
| null | 0
|
{
"diff_url": "https://github.com/pandas-dev/pandas/pull/32945.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/32945",
"merged_at": null,
"patch_url": "https://github.com/pandas-dev/pandas/pull/32945.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/32945"
}
|
https://api.github.com/repos/pandas-dev/pandas/issues/32946
|
https://api.github.com/repos/pandas-dev/pandas
|
https://api.github.com/repos/pandas-dev/pandas/issues/32946/labels{/name}
|
https://api.github.com/repos/pandas-dev/pandas/issues/32946/comments
|
https://api.github.com/repos/pandas-dev/pandas/issues/32946/events
|
https://github.com/pandas-dev/pandas/pull/32946
| 586,458,059
|
MDExOlB1bGxSZXF1ZXN0MzkyNTg5MzY3
| 32,946
|
DOC: Fix capitalization among headings in documentation files (#32550) part 3
|
{
"avatar_url": "https://avatars.githubusercontent.com/u/12384095?v=4",
"events_url": "https://api.github.com/users/themien/events{/privacy}",
"followers_url": "https://api.github.com/users/themien/followers",
"following_url": "https://api.github.com/users/themien/following{/other_user}",
"gists_url": "https://api.github.com/users/themien/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/themien",
"id": 12384095,
"login": "themien",
"node_id": "MDQ6VXNlcjEyMzg0MDk1",
"organizations_url": "https://api.github.com/users/themien/orgs",
"received_events_url": "https://api.github.com/users/themien/received_events",
"repos_url": "https://api.github.com/users/themien/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/themien/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/themien/subscriptions",
"type": "User",
"url": "https://api.github.com/users/themien"
}
|
[] |
closed
| false
| null |
[] | null | 0
| 2020-03-23T19:21:37Z
| 2020-03-24T13:24:51Z
| 2020-03-23T19:27:03Z
|
CONTRIBUTOR
| null |
Files updated:
```
doc/source/getting_started/comparison/comparison_with_sas.rst
doc/source/getting_started/comparison/comparison_with_sql.rst
doc/source/getting_started/comparison/comparison_with_stata.rst
doc/source/getting_started/intro_tutorials/01_table_oriented.rst
doc/source/getting_started/tutorials.rst
```
|
{
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/32946/reactions"
}
|
https://api.github.com/repos/pandas-dev/pandas/issues/32946/timeline
| null | 0
|
{
"diff_url": "https://github.com/pandas-dev/pandas/pull/32946.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/32946",
"merged_at": null,
"patch_url": "https://github.com/pandas-dev/pandas/pull/32946.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/32946"
}
|
https://api.github.com/repos/pandas-dev/pandas/issues/32947
|
https://api.github.com/repos/pandas-dev/pandas
|
https://api.github.com/repos/pandas-dev/pandas/issues/32947/labels{/name}
|
https://api.github.com/repos/pandas-dev/pandas/issues/32947/comments
|
https://api.github.com/repos/pandas-dev/pandas/issues/32947/events
|
https://github.com/pandas-dev/pandas/pull/32947
| 586,492,079
|
MDExOlB1bGxSZXF1ZXN0MzkyNjE3NTky
| 32,947
|
REF: .values -> ._values
|
{
"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_url": "https://api.github.com/users/jbrockmendel/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/jbrockmendel",
"id": 8078968,
"login": "jbrockmendel",
"node_id": "MDQ6VXNlcjgwNzg5Njg=",
"organizations_url": "https://api.github.com/users/jbrockmendel/orgs",
"received_events_url": "https://api.github.com/users/jbrockmendel/received_events",
"repos_url": "https://api.github.com/users/jbrockmendel/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/jbrockmendel/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/jbrockmendel/subscriptions",
"type": "User",
"url": "https://api.github.com/users/jbrockmendel"
}
|
[
{
"color": "FCE94F",
"default": false,
"description": "Internal refactoring of code",
"id": 127681,
"name": "Refactor",
"node_id": "MDU6TGFiZWwxMjc2ODE=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Refactor"
}
] |
closed
| false
| null |
[] |
{
"closed_at": "2020-07-28T18:13:47Z",
"closed_issues": 2378,
"created_at": "2019-12-02T12:52:48Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jreback/followers",
"following_url": "https://api.github.com/users/jreback/following{/other_user}",
"gists_url": "https://api.github.com/users/jreback/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/jreback",
"id": 953992,
"login": "jreback",
"node_id": "MDQ6VXNlcjk1Mzk5Mg==",
"organizations_url": "https://api.github.com/users/jreback/orgs",
"received_events_url": "https://api.github.com/users/jreback/received_events",
"repos_url": "https://api.github.com/users/jreback/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/jreback/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/jreback/subscriptions",
"type": "User",
"url": "https://api.github.com/users/jreback"
},
"description": "",
"due_on": "2020-08-01T07:00:00Z",
"html_url": "https://github.com/pandas-dev/pandas/milestone/68",
"id": 4894670,
"labels_url": "https://api.github.com/repos/pandas-dev/pandas/milestones/68/labels",
"node_id": "MDk6TWlsZXN0b25lNDg5NDY3MA==",
"number": 68,
"open_issues": 0,
"state": "closed",
"title": "1.1",
"updated_at": "2021-07-17T17:25:28Z",
"url": "https://api.github.com/repos/pandas-dev/pandas/milestones/68"
}
| 1
| 2020-03-23T20:18:05Z
| 2020-03-24T19:51:37Z
| 2020-03-24T19:41:35Z
|
MEMBER
| null |
{
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/32947/reactions"
}
|
https://api.github.com/repos/pandas-dev/pandas/issues/32947/timeline
| null | 0
|
{
"diff_url": "https://github.com/pandas-dev/pandas/pull/32947.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/32947",
"merged_at": "2020-03-24T19:41:35Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/32947.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/32947"
}
|
|
https://api.github.com/repos/pandas-dev/pandas/issues/32948
|
https://api.github.com/repos/pandas-dev/pandas
|
https://api.github.com/repos/pandas-dev/pandas/issues/32948/labels{/name}
|
https://api.github.com/repos/pandas-dev/pandas/issues/32948/comments
|
https://api.github.com/repos/pandas-dev/pandas/issues/32948/events
|
https://github.com/pandas-dev/pandas/pull/32948
| 586,501,412
|
MDExOlB1bGxSZXF1ZXN0MzkyNjI1MjQy
| 32,948
|
REF: misplaced DataFrame.where tests
|
{
"avatar_url": "https://avatars.githubusercontent.com/u/8078968?v=4",
"events_url": "https://api.github.com/users/jbrockmendel/events{/privacy}",
"followers_url": "https://api.github.com/users/jbrockmendel/followers",
"following_url": "https://api.github.com/users/jbrockmendel/following{/other_user}",
"gists_url": "https://api.github.com/users/jbrockmendel/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/jbrockmendel",
"id": 8078968,
"login": "jbrockmendel",
"node_id": "MDQ6VXNlcjgwNzg5Njg=",
"organizations_url": "https://api.github.com/users/jbrockmendel/orgs",
"received_events_url": "https://api.github.com/users/jbrockmendel/received_events",
"repos_url": "https://api.github.com/users/jbrockmendel/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/jbrockmendel/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/jbrockmendel/subscriptions",
"type": "User",
"url": "https://api.github.com/users/jbrockmendel"
}
|
[
{
"color": "C4A000",
"default": false,
"description": "pandas testing functions or related to the test suite",
"id": 127685,
"name": "Testing",
"node_id": "MDU6TGFiZWwxMjc2ODU=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Testing"
}
] |
closed
| false
| null |
[] |
{
"closed_at": "2020-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/jreback/followers",
"following_url": "https://api.github.com/users/jreback/following{/other_user}",
"gists_url": "https://api.github.com/users/jreback/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/jreback",
"id": 953992,
"login": "jreback",
"node_id": "MDQ6VXNlcjk1Mzk5Mg==",
"organizations_url": "https://api.github.com/users/jreback/orgs",
"received_events_url": "https://api.github.com/users/jreback/received_events",
"repos_url": "https://api.github.com/users/jreback/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/jreback/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/jreback/subscriptions",
"type": "User",
"url": "https://api.github.com/users/jreback"
},
"description": "",
"due_on": "2020-08-01T07:00:00Z",
"html_url": "https://github.com/pandas-dev/pandas/milestone/68",
"id": 4894670,
"labels_url": "https://api.github.com/repos/pandas-dev/pandas/milestones/68/labels",
"node_id": "MDk6TWlsZXN0b25lNDg5NDY3MA==",
"number": 68,
"open_issues": 0,
"state": "closed",
"title": "1.1",
"updated_at": "2021-07-17T17:25:28Z",
"url": "https://api.github.com/repos/pandas-dev/pandas/milestones/68"
}
| 0
| 2020-03-23T20:34:57Z
| 2020-03-24T19:51:55Z
| 2020-03-24T19:38:44Z
|
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/32948/reactions"
}
|
https://api.github.com/repos/pandas-dev/pandas/issues/32948/timeline
| null | 0
|
{
"diff_url": "https://github.com/pandas-dev/pandas/pull/32948.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/32948",
"merged_at": "2020-03-24T19:38:44Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/32948.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/32948"
}
|
|
https://api.github.com/repos/pandas-dev/pandas/issues/32949
|
https://api.github.com/repos/pandas-dev/pandas
|
https://api.github.com/repos/pandas-dev/pandas/issues/32949/labels{/name}
|
https://api.github.com/repos/pandas-dev/pandas/issues/32949/comments
|
https://api.github.com/repos/pandas-dev/pandas/issues/32949/events
|
https://github.com/pandas-dev/pandas/pull/32949
| 586,504,064
|
MDExOlB1bGxSZXF1ZXN0MzkyNjI3NDQ3
| 32,949
|
CLN: remove unnecessary Series._convert calls
|
{
"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_url": "https://api.github.com/users/jbrockmendel/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/jbrockmendel",
"id": 8078968,
"login": "jbrockmendel",
"node_id": "MDQ6VXNlcjgwNzg5Njg=",
"organizations_url": "https://api.github.com/users/jbrockmendel/orgs",
"received_events_url": "https://api.github.com/users/jbrockmendel/received_events",
"repos_url": "https://api.github.com/users/jbrockmendel/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/jbrockmendel/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/jbrockmendel/subscriptions",
"type": "User",
"url": "https://api.github.com/users/jbrockmendel"
}
|
[
{
"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": "207de5",
"default": false,
"description": null,
"id": 211029535,
"name": "Clean",
"node_id": "MDU6TGFiZWwyMTEwMjk1MzU=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Clean"
}
] |
closed
| false
| null |
[] |
{
"closed_at": "2020-07-28T18:13:47Z",
"closed_issues": 2378,
"created_at": "2019-12-02T12:52:48Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jreback/followers",
"following_url": "https://api.github.com/users/jreback/following{/other_user}",
"gists_url": "https://api.github.com/users/jreback/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/jreback",
"id": 953992,
"login": "jreback",
"node_id": "MDQ6VXNlcjk1Mzk5Mg==",
"organizations_url": "https://api.github.com/users/jreback/orgs",
"received_events_url": "https://api.github.com/users/jreback/received_events",
"repos_url": "https://api.github.com/users/jreback/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/jreback/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/jreback/subscriptions",
"type": "User",
"url": "https://api.github.com/users/jreback"
},
"description": "",
"due_on": "2020-08-01T07:00:00Z",
"html_url": "https://github.com/pandas-dev/pandas/milestone/68",
"id": 4894670,
"labels_url": "https://api.github.com/repos/pandas-dev/pandas/milestones/68/labels",
"node_id": "MDk6TWlsZXN0b25lNDg5NDY3MA==",
"number": 68,
"open_issues": 0,
"state": "closed",
"title": "1.1",
"updated_at": "2021-07-17T17:25:28Z",
"url": "https://api.github.com/repos/pandas-dev/pandas/milestones/68"
}
| 4
| 2020-03-23T20:39:42Z
| 2020-04-10T17:23:12Z
| 2020-04-10T16:18:07Z
|
MEMBER
| null |
cc @WillAyd my confidence on the correctness here is only "pretty sure", so could use an extra set of eyes.
|
{
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/32949/reactions"
}
|
https://api.github.com/repos/pandas-dev/pandas/issues/32949/timeline
| null | 0
|
{
"diff_url": "https://github.com/pandas-dev/pandas/pull/32949.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/32949",
"merged_at": "2020-04-10T16:18:07Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/32949.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/32949"
}
|
https://api.github.com/repos/pandas-dev/pandas/issues/32950
|
https://api.github.com/repos/pandas-dev/pandas
|
https://api.github.com/repos/pandas-dev/pandas/issues/32950/labels{/name}
|
https://api.github.com/repos/pandas-dev/pandas/issues/32950/comments
|
https://api.github.com/repos/pandas-dev/pandas/issues/32950/events
|
https://github.com/pandas-dev/pandas/pull/32950
| 586,506,185
|
MDExOlB1bGxSZXF1ZXN0MzkyNjI5MjIx
| 32,950
|
REF: move mixed-dtype frame_apply check outside of _reduce try/except
|
{
"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_url": "https://api.github.com/users/jbrockmendel/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/jbrockmendel",
"id": 8078968,
"login": "jbrockmendel",
"node_id": "MDQ6VXNlcjgwNzg5Njg=",
"organizations_url": "https://api.github.com/users/jbrockmendel/orgs",
"received_events_url": "https://api.github.com/users/jbrockmendel/received_events",
"repos_url": "https://api.github.com/users/jbrockmendel/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/jbrockmendel/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/jbrockmendel/subscriptions",
"type": "User",
"url": "https://api.github.com/users/jbrockmendel"
}
|
[
{
"color": "006b75",
"default": false,
"description": "Arithmetic, Comparison, and Logical operations",
"id": 47223669,
"name": "Numeric Operations",
"node_id": "MDU6TGFiZWw0NzIyMzY2OQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Numeric%20Operations"
},
{
"color": "207de5",
"default": false,
"description": null,
"id": 211029535,
"name": "Clean",
"node_id": "MDU6TGFiZWwyMTEwMjk1MzU=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Clean"
}
] |
closed
| false
| null |
[] |
{
"closed_at": "2020-07-28T18:13:47Z",
"closed_issues": 2378,
"created_at": "2019-12-02T12:52:48Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jreback/followers",
"following_url": "https://api.github.com/users/jreback/following{/other_user}",
"gists_url": "https://api.github.com/users/jreback/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/jreback",
"id": 953992,
"login": "jreback",
"node_id": "MDQ6VXNlcjk1Mzk5Mg==",
"organizations_url": "https://api.github.com/users/jreback/orgs",
"received_events_url": "https://api.github.com/users/jreback/received_events",
"repos_url": "https://api.github.com/users/jreback/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/jreback/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/jreback/subscriptions",
"type": "User",
"url": "https://api.github.com/users/jreback"
},
"description": "",
"due_on": "2020-08-01T07:00:00Z",
"html_url": "https://github.com/pandas-dev/pandas/milestone/68",
"id": 4894670,
"labels_url": "https://api.github.com/repos/pandas-dev/pandas/milestones/68/labels",
"node_id": "MDk6TWlsZXN0b25lNDg5NDY3MA==",
"number": 68,
"open_issues": 0,
"state": "closed",
"title": "1.1",
"updated_at": "2021-07-17T17:25:28Z",
"url": "https://api.github.com/repos/pandas-dev/pandas/milestones/68"
}
| 4
| 2020-03-23T20:43:15Z
| 2020-03-30T23:08:05Z
| 2020-03-30T22:43:04Z
|
MEMBER
| null |
cc @jorisvandenbossche this is the same branch I linked the other day. Some variant of #32867 may make this irrelevant, but I don't think getting this improvement in the interim will make that any more difficult.
|
{
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/32950/reactions"
}
|
https://api.github.com/repos/pandas-dev/pandas/issues/32950/timeline
| null | 0
|
{
"diff_url": "https://github.com/pandas-dev/pandas/pull/32950.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/32950",
"merged_at": "2020-03-30T22:43:04Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/32950.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/32950"
}
|
https://api.github.com/repos/pandas-dev/pandas/issues/32951
|
https://api.github.com/repos/pandas-dev/pandas
|
https://api.github.com/repos/pandas-dev/pandas/issues/32951/labels{/name}
|
https://api.github.com/repos/pandas-dev/pandas/issues/32951/comments
|
https://api.github.com/repos/pandas-dev/pandas/issues/32951/events
|
https://github.com/pandas-dev/pandas/issues/32951
| 586,521,949
|
MDU6SXNzdWU1ODY1MjE5NDk=
| 32,951
|
CI: Exception ignored in: 'pandas._libs.tslibs.util.get_c_string_buf_and_size'
|
{
"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_url": "https://api.github.com/users/jbrockmendel/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/jbrockmendel",
"id": 8078968,
"login": "jbrockmendel",
"node_id": "MDQ6VXNlcjgwNzg5Njg=",
"organizations_url": "https://api.github.com/users/jbrockmendel/orgs",
"received_events_url": "https://api.github.com/users/jbrockmendel/received_events",
"repos_url": "https://api.github.com/users/jbrockmendel/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/jbrockmendel/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/jbrockmendel/subscriptions",
"type": "User",
"url": "https://api.github.com/users/jbrockmendel"
}
|
[
{
"color": "0052cc",
"default": false,
"description": "pandas objects compatability with Numpy or Python functions",
"id": 76865106,
"name": "Compat",
"node_id": "MDU6TGFiZWw3Njg2NTEwNg==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Compat"
}
] |
closed
| false
|
{
"avatar_url": "https://avatars.githubusercontent.com/u/10944368?v=4",
"events_url": "https://api.github.com/users/roberthdevries/events{/privacy}",
"followers_url": "https://api.github.com/users/roberthdevries/followers",
"following_url": "https://api.github.com/users/roberthdevries/following{/other_user}",
"gists_url": "https://api.github.com/users/roberthdevries/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/roberthdevries",
"id": 10944368,
"login": "roberthdevries",
"node_id": "MDQ6VXNlcjEwOTQ0MzY4",
"organizations_url": "https://api.github.com/users/roberthdevries/orgs",
"received_events_url": "https://api.github.com/users/roberthdevries/received_events",
"repos_url": "https://api.github.com/users/roberthdevries/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/roberthdevries/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/roberthdevries/subscriptions",
"type": "User",
"url": "https://api.github.com/users/roberthdevries"
}
|
[
{
"avatar_url": "https://avatars.githubusercontent.com/u/10944368?v=4",
"events_url": "https://api.github.com/users/roberthdevries/events{/privacy}",
"followers_url": "https://api.github.com/users/roberthdevries/followers",
"following_url": "https://api.github.com/users/roberthdevries/following{/other_user}",
"gists_url": "https://api.github.com/users/roberthdevries/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/roberthdevries",
"id": 10944368,
"login": "roberthdevries",
"node_id": "MDQ6VXNlcjEwOTQ0MzY4",
"organizations_url": "https://api.github.com/users/roberthdevries/orgs",
"received_events_url": "https://api.github.com/users/roberthdevries/received_events",
"repos_url": "https://api.github.com/users/roberthdevries/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/roberthdevries/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/roberthdevries/subscriptions",
"type": "User",
"url": "https://api.github.com/users/roberthdevries"
}
] |
{
"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/jreback/followers",
"following_url": "https://api.github.com/users/jreback/following{/other_user}",
"gists_url": "https://api.github.com/users/jreback/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/jreback",
"id": 953992,
"login": "jreback",
"node_id": "MDQ6VXNlcjk1Mzk5Mg==",
"organizations_url": "https://api.github.com/users/jreback/orgs",
"received_events_url": "https://api.github.com/users/jreback/received_events",
"repos_url": "https://api.github.com/users/jreback/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/jreback/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/jreback/subscriptions",
"type": "User",
"url": "https://api.github.com/users/jreback"
},
"description": "",
"due_on": "2020-08-01T07:00:00Z",
"html_url": "https://github.com/pandas-dev/pandas/milestone/68",
"id": 4894670,
"labels_url": "https://api.github.com/repos/pandas-dev/pandas/milestones/68/labels",
"node_id": "MDk6TWlsZXN0b25lNDg5NDY3MA==",
"number": 68,
"open_issues": 0,
"state": "closed",
"title": "1.1",
"updated_at": "2021-07-17T17:25:28Z",
"url": "https://api.github.com/repos/pandas-dev/pandas/milestones/68"
}
| 2
| 2020-03-23T21:13:15Z
| 2020-04-28T19:40:32Z
| 2020-04-28T19:40:32Z
|
MEMBER
| null |
Seen in the logs lately:
```
Exception ignored in: 'pandas._libs.tslibs.util.get_c_string_buf_and_size'
UnicodeEncodeError: 'utf-8' codec can't encode character '\ud83d' in position 0: surrogates not allowed
```
Possibly related to #32701?
|
{
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/32951/reactions"
}
|
https://api.github.com/repos/pandas-dev/pandas/issues/32951/timeline
| null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/32952
|
https://api.github.com/repos/pandas-dev/pandas
|
https://api.github.com/repos/pandas-dev/pandas/issues/32952/labels{/name}
|
https://api.github.com/repos/pandas-dev/pandas/issues/32952/comments
|
https://api.github.com/repos/pandas-dev/pandas/issues/32952/events
|
https://github.com/pandas-dev/pandas/pull/32952
| 586,524,568
|
MDExOlB1bGxSZXF1ZXN0MzkyNjQ0MjIy
| 32,952
|
CLN: Remove GroupByError exception
|
{
"avatar_url": "https://avatars.githubusercontent.com/u/2658661?v=4",
"events_url": "https://api.github.com/users/dsaxton/events{/privacy}",
"followers_url": "https://api.github.com/users/dsaxton/followers",
"following_url": "https://api.github.com/users/dsaxton/following{/other_user}",
"gists_url": "https://api.github.com/users/dsaxton/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/dsaxton",
"id": 2658661,
"login": "dsaxton",
"node_id": "MDQ6VXNlcjI2NTg2NjE=",
"organizations_url": "https://api.github.com/users/dsaxton/orgs",
"received_events_url": "https://api.github.com/users/dsaxton/received_events",
"repos_url": "https://api.github.com/users/dsaxton/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/dsaxton/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/dsaxton/subscriptions",
"type": "User",
"url": "https://api.github.com/users/dsaxton"
}
|
[
{
"color": "207de5",
"default": false,
"description": null,
"id": 211029535,
"name": "Clean",
"node_id": "MDU6TGFiZWwyMTEwMjk1MzU=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Clean"
}
] |
closed
| false
| null |
[] |
{
"closed_at": "2020-07-28T18:13:47Z",
"closed_issues": 2378,
"created_at": "2019-12-02T12:52:48Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jreback/followers",
"following_url": "https://api.github.com/users/jreback/following{/other_user}",
"gists_url": "https://api.github.com/users/jreback/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/jreback",
"id": 953992,
"login": "jreback",
"node_id": "MDQ6VXNlcjk1Mzk5Mg==",
"organizations_url": "https://api.github.com/users/jreback/orgs",
"received_events_url": "https://api.github.com/users/jreback/received_events",
"repos_url": "https://api.github.com/users/jreback/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/jreback/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/jreback/subscriptions",
"type": "User",
"url": "https://api.github.com/users/jreback"
},
"description": "",
"due_on": "2020-08-01T07:00:00Z",
"html_url": "https://github.com/pandas-dev/pandas/milestone/68",
"id": 4894670,
"labels_url": "https://api.github.com/repos/pandas-dev/pandas/milestones/68/labels",
"node_id": "MDk6TWlsZXN0b25lNDg5NDY3MA==",
"number": 68,
"open_issues": 0,
"state": "closed",
"title": "1.1",
"updated_at": "2021-07-17T17:25:28Z",
"url": "https://api.github.com/repos/pandas-dev/pandas/milestones/68"
}
| 1
| 2020-03-23T21:18:17Z
| 2020-03-24T19:56:45Z
| 2020-03-24T19:39:39Z
|
MEMBER
| null |
From what I can tell this exception isn't used / needed
|
{
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/32952/reactions"
}
|
https://api.github.com/repos/pandas-dev/pandas/issues/32952/timeline
| null | 0
|
{
"diff_url": "https://github.com/pandas-dev/pandas/pull/32952.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/32952",
"merged_at": "2020-03-24T19:39:39Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/32952.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/32952"
}
|
https://api.github.com/repos/pandas-dev/pandas/issues/32953
|
https://api.github.com/repos/pandas-dev/pandas
|
https://api.github.com/repos/pandas-dev/pandas/issues/32953/labels{/name}
|
https://api.github.com/repos/pandas-dev/pandas/issues/32953/comments
|
https://api.github.com/repos/pandas-dev/pandas/issues/32953/events
|
https://github.com/pandas-dev/pandas/pull/32953
| 586,539,317
|
MDExOlB1bGxSZXF1ZXN0MzkyNjU2MTk2
| 32,953
|
BUG: passing a non-dict mapping to pd.concat raises a TypeError
|
{
"avatar_url": "https://avatars.githubusercontent.com/u/1880006?v=4",
"events_url": "https://api.github.com/users/pbourguignon/events{/privacy}",
"followers_url": "https://api.github.com/users/pbourguignon/followers",
"following_url": "https://api.github.com/users/pbourguignon/following{/other_user}",
"gists_url": "https://api.github.com/users/pbourguignon/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/pbourguignon",
"id": 1880006,
"login": "pbourguignon",
"node_id": "MDQ6VXNlcjE4ODAwMDY=",
"organizations_url": "https://api.github.com/users/pbourguignon/orgs",
"received_events_url": "https://api.github.com/users/pbourguignon/received_events",
"repos_url": "https://api.github.com/users/pbourguignon/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/pbourguignon/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/pbourguignon/subscriptions",
"type": "User",
"url": "https://api.github.com/users/pbourguignon"
}
|
[
{
"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": "02d7e1",
"default": false,
"description": "Concat, Merge/Join, Stack/Unstack, Explode",
"id": 13098779,
"name": "Reshaping",
"node_id": "MDU6TGFiZWwxMzA5ODc3OQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Reshaping"
}
] |
closed
| false
| null |
[] |
{
"closed_at": "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/jreback/followers",
"following_url": "https://api.github.com/users/jreback/following{/other_user}",
"gists_url": "https://api.github.com/users/jreback/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/jreback",
"id": 953992,
"login": "jreback",
"node_id": "MDQ6VXNlcjk1Mzk5Mg==",
"organizations_url": "https://api.github.com/users/jreback/orgs",
"received_events_url": "https://api.github.com/users/jreback/received_events",
"repos_url": "https://api.github.com/users/jreback/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/jreback/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/jreback/subscriptions",
"type": "User",
"url": "https://api.github.com/users/jreback"
},
"description": "",
"due_on": "2020-08-01T07:00:00Z",
"html_url": "https://github.com/pandas-dev/pandas/milestone/68",
"id": 4894670,
"labels_url": "https://api.github.com/repos/pandas-dev/pandas/milestones/68/labels",
"node_id": "MDk6TWlsZXN0b25lNDg5NDY3MA==",
"number": 68,
"open_issues": 0,
"state": "closed",
"title": "1.1",
"updated_at": "2021-07-17T17:25:28Z",
"url": "https://api.github.com/repos/pandas-dev/pandas/milestones/68"
}
| 1
| 2020-03-23T21:48:29Z
| 2020-03-26T08:55:54Z
| 2020-03-26T01:19:31Z
|
CONTRIBUTOR
| null |
closes #32954
closes #32863
- [x] tests added / passed
- [x] passes `black pandas`
- [x] passes `git diff upstream/master -u -- "*.py" | flake8 --diff`
- [x] whatsnew entry
|
{
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/32953/reactions"
}
|
https://api.github.com/repos/pandas-dev/pandas/issues/32953/timeline
| null | 0
|
{
"diff_url": "https://github.com/pandas-dev/pandas/pull/32953.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/32953",
"merged_at": "2020-03-26T01:19:31Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/32953.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/32953"
}
|
https://api.github.com/repos/pandas-dev/pandas/issues/32954
|
https://api.github.com/repos/pandas-dev/pandas
|
https://api.github.com/repos/pandas-dev/pandas/issues/32954/labels{/name}
|
https://api.github.com/repos/pandas-dev/pandas/issues/32954/comments
|
https://api.github.com/repos/pandas-dev/pandas/issues/32954/events
|
https://github.com/pandas-dev/pandas/issues/32954
| 586,541,733
|
MDU6SXNzdWU1ODY1NDE3MzM=
| 32,954
|
Fixture `non_mapping_dict_subclass` is wrongly named
|
{
"avatar_url": "https://avatars.githubusercontent.com/u/1880006?v=4",
"events_url": "https://api.github.com/users/pbourguignon/events{/privacy}",
"followers_url": "https://api.github.com/users/pbourguignon/followers",
"following_url": "https://api.github.com/users/pbourguignon/following{/other_user}",
"gists_url": "https://api.github.com/users/pbourguignon/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/pbourguignon",
"id": 1880006,
"login": "pbourguignon",
"node_id": "MDQ6VXNlcjE4ODAwMDY=",
"organizations_url": "https://api.github.com/users/pbourguignon/orgs",
"received_events_url": "https://api.github.com/users/pbourguignon/received_events",
"repos_url": "https://api.github.com/users/pbourguignon/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/pbourguignon/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/pbourguignon/subscriptions",
"type": "User",
"url": "https://api.github.com/users/pbourguignon"
}
|
[
{
"color": "C4A000",
"default": false,
"description": "pandas testing functions or related to the test suite",
"id": 127685,
"name": "Testing",
"node_id": "MDU6TGFiZWwxMjc2ODU=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Testing"
}
] |
closed
| false
| null |
[] |
{
"closed_at": "2020-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/jreback/followers",
"following_url": "https://api.github.com/users/jreback/following{/other_user}",
"gists_url": "https://api.github.com/users/jreback/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/jreback",
"id": 953992,
"login": "jreback",
"node_id": "MDQ6VXNlcjk1Mzk5Mg==",
"organizations_url": "https://api.github.com/users/jreback/orgs",
"received_events_url": "https://api.github.com/users/jreback/received_events",
"repos_url": "https://api.github.com/users/jreback/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/jreback/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/jreback/subscriptions",
"type": "User",
"url": "https://api.github.com/users/jreback"
},
"description": "",
"due_on": "2020-08-01T07:00:00Z",
"html_url": "https://github.com/pandas-dev/pandas/milestone/68",
"id": 4894670,
"labels_url": "https://api.github.com/repos/pandas-dev/pandas/milestones/68/labels",
"node_id": "MDk6TWlsZXN0b25lNDg5NDY3MA==",
"number": 68,
"open_issues": 0,
"state": "closed",
"title": "1.1",
"updated_at": "2021-07-17T17:25:28Z",
"url": "https://api.github.com/repos/pandas-dev/pandas/milestones/68"
}
| 0
| 2020-03-23T21:53:39Z
| 2020-03-26T01:19:31Z
| 2020-03-26T01:19:31Z
|
CONTRIBUTOR
| null |
#### Problem description
[this should explain **why** the current behaviour is a problem and why the expected output is a better solution.]
In `conftest.py`, a fixture is defined with the name `non_mapping_dict_subclass`, which returns a minimal class implementing the `collections.abc.Mapping` base class by minimally wrapping a `dict`.
Obviously, the intended name was `non_dict_mapping_subclass`, which also is the name of the class returned (casing apart).
#### Output of ``pd.show_versions()``
<details>
INSTALLED VERSIONS
------------------
commit : 1d13390e26bc7b1f5fb597bc5df1591f5d160e1f
python : 3.6.10.final.0
python-bits : 64
OS : Darwin
OS-release : 19.3.0
machine : x86_64
processor : i386
byteorder : little
LC_ALL : None
LANG : None
LOCALE : en_GB.UTF-8
pandas : 1.0.3
numpy : 1.18.2
pytz : 2019.3
dateutil : 2.8.1
pip : 20.0.2
setuptools : 46.0.0.post20200309
Cython : 0.29.15
pytest : 5.4.1
hypothesis : 5.7.0
sphinx : 2.4.4
blosc : 1.8.3
feather : None
xlsxwriter : 1.2.8
lxml.etree : 4.3.1
html5lib : 1.0.1
pymysql : None
psycopg2 : None
jinja2 : 2.11.1
IPython : 7.13.0
pandas_datareader: None
bs4 : 4.8.2
bottleneck : 1.2.1
fastparquet : 0.3.3
gcsfs : None
lxml.etree : 4.3.1
matplotlib : 3.2.1
numexpr : 2.7.1
odfpy : None
openpyxl : 3.0.1
pandas_gbq : None
pyarrow : 0.16.0
pytables : None
pytest : 5.4.1
pyxlsb : None
s3fs : 0.4.0
scipy : 1.4.1
sqlalchemy : 1.3.15
tables : 3.6.1
tabulate : 0.8.7
xarray : 0.15.0
xlrd : 1.2.0
xlwt : 1.3.0
xlsxwriter : 1.2.8
numba : 0.48.0
</details>
|
{
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/32954/reactions"
}
|
https://api.github.com/repos/pandas-dev/pandas/issues/32954/timeline
| null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/32955
|
https://api.github.com/repos/pandas-dev/pandas
|
https://api.github.com/repos/pandas-dev/pandas/issues/32955/labels{/name}
|
https://api.github.com/repos/pandas-dev/pandas/issues/32955/comments
|
https://api.github.com/repos/pandas-dev/pandas/issues/32955/events
|
https://github.com/pandas-dev/pandas/pull/32955
| 586,545,745
|
MDExOlB1bGxSZXF1ZXN0MzkyNjYxMzQw
| 32,955
|
CLN: Remove encoding specifier
|
{
"avatar_url": "https://avatars.githubusercontent.com/u/50263213?v=4",
"events_url": "https://api.github.com/users/ShaharNaveh/events{/privacy}",
"followers_url": "https://api.github.com/users/ShaharNaveh/followers",
"following_url": "https://api.github.com/users/ShaharNaveh/following{/other_user}",
"gists_url": "https://api.github.com/users/ShaharNaveh/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/ShaharNaveh",
"id": 50263213,
"login": "ShaharNaveh",
"node_id": "MDQ6VXNlcjUwMjYzMjEz",
"organizations_url": "https://api.github.com/users/ShaharNaveh/orgs",
"received_events_url": "https://api.github.com/users/ShaharNaveh/received_events",
"repos_url": "https://api.github.com/users/ShaharNaveh/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/ShaharNaveh/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/ShaharNaveh/subscriptions",
"type": "User",
"url": "https://api.github.com/users/ShaharNaveh"
}
|
[] |
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/jreback/followers",
"following_url": "https://api.github.com/users/jreback/following{/other_user}",
"gists_url": "https://api.github.com/users/jreback/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/jreback",
"id": 953992,
"login": "jreback",
"node_id": "MDQ6VXNlcjk1Mzk5Mg==",
"organizations_url": "https://api.github.com/users/jreback/orgs",
"received_events_url": "https://api.github.com/users/jreback/received_events",
"repos_url": "https://api.github.com/users/jreback/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/jreback/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/jreback/subscriptions",
"type": "User",
"url": "https://api.github.com/users/jreback"
},
"description": "",
"due_on": "2020-08-01T07:00:00Z",
"html_url": "https://github.com/pandas-dev/pandas/milestone/68",
"id": 4894670,
"labels_url": "https://api.github.com/repos/pandas-dev/pandas/milestones/68/labels",
"node_id": "MDk6TWlsZXN0b25lNDg5NDY3MA==",
"number": 68,
"open_issues": 0,
"state": "closed",
"title": "1.1",
"updated_at": "2021-07-17T17:25:28Z",
"url": "https://api.github.com/repos/pandas-dev/pandas/milestones/68"
}
| 5
| 2020-03-23T22:02:10Z
| 2020-03-26T01:10:28Z
| 2020-03-26T01:09:27Z
|
MEMBER
| null |
- [ ] closes #xxxx
- [ ] tests added / passed
- [x] passes `black pandas`
- [x] passes `git diff upstream/master -u -- "*.py" | flake8 --diff`
- [ ] whatsnew entry
|
{
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/32955/reactions"
}
|
https://api.github.com/repos/pandas-dev/pandas/issues/32955/timeline
| null | 0
|
{
"diff_url": "https://github.com/pandas-dev/pandas/pull/32955.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/32955",
"merged_at": "2020-03-26T01:09:26Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/32955.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/32955"
}
|
https://api.github.com/repos/pandas-dev/pandas/issues/32956
|
https://api.github.com/repos/pandas-dev/pandas
|
https://api.github.com/repos/pandas-dev/pandas/issues/32956/labels{/name}
|
https://api.github.com/repos/pandas-dev/pandas/issues/32956/comments
|
https://api.github.com/repos/pandas-dev/pandas/issues/32956/events
|
https://github.com/pandas-dev/pandas/pull/32956
| 586,547,973
|
MDExOlB1bGxSZXF1ZXN0MzkyNjYzMTI5
| 32,956
|
CLN: update Appender to doc with case __doc__
|
{
"avatar_url": "https://avatars.githubusercontent.com/u/50187675?v=4",
"events_url": "https://api.github.com/users/HH-MWB/events{/privacy}",
"followers_url": "https://api.github.com/users/HH-MWB/followers",
"following_url": "https://api.github.com/users/HH-MWB/following{/other_user}",
"gists_url": "https://api.github.com/users/HH-MWB/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/HH-MWB",
"id": 50187675,
"login": "HH-MWB",
"node_id": "MDQ6VXNlcjUwMTg3Njc1",
"organizations_url": "https://api.github.com/users/HH-MWB/orgs",
"received_events_url": "https://api.github.com/users/HH-MWB/received_events",
"repos_url": "https://api.github.com/users/HH-MWB/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/HH-MWB/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/HH-MWB/subscriptions",
"type": "User",
"url": "https://api.github.com/users/HH-MWB"
}
|
[
{
"color": "3465A4",
"default": false,
"description": null,
"id": 134699,
"name": "Docs",
"node_id": "MDU6TGFiZWwxMzQ2OTk=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Docs"
}
] |
closed
| false
| null |
[] |
{
"closed_at": "2020-07-28T18:13:47Z",
"closed_issues": 2378,
"created_at": "2019-12-02T12:52:48Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jreback/followers",
"following_url": "https://api.github.com/users/jreback/following{/other_user}",
"gists_url": "https://api.github.com/users/jreback/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/jreback",
"id": 953992,
"login": "jreback",
"node_id": "MDQ6VXNlcjk1Mzk5Mg==",
"organizations_url": "https://api.github.com/users/jreback/orgs",
"received_events_url": "https://api.github.com/users/jreback/received_events",
"repos_url": "https://api.github.com/users/jreback/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/jreback/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/jreback/subscriptions",
"type": "User",
"url": "https://api.github.com/users/jreback"
},
"description": "",
"due_on": "2020-08-01T07:00:00Z",
"html_url": "https://github.com/pandas-dev/pandas/milestone/68",
"id": 4894670,
"labels_url": "https://api.github.com/repos/pandas-dev/pandas/milestones/68/labels",
"node_id": "MDk6TWlsZXN0b25lNDg5NDY3MA==",
"number": 68,
"open_issues": 0,
"state": "closed",
"title": "1.1",
"updated_at": "2021-07-17T17:25:28Z",
"url": "https://api.github.com/repos/pandas-dev/pandas/milestones/68"
}
| 1
| 2020-03-23T22:07:14Z
| 2020-03-29T04:15:25Z
| 2020-03-27T21:14:04Z
|
CONTRIBUTOR
| null |
- [x] working on #31942
- [x] tests added / passed
- [x] passes `black pandas`
- [x] passes `git diff upstream/master -u -- "*.py" | flake8 --diff`
|
{
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/32956/reactions"
}
|
https://api.github.com/repos/pandas-dev/pandas/issues/32956/timeline
| null | 0
|
{
"diff_url": "https://github.com/pandas-dev/pandas/pull/32956.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/32956",
"merged_at": "2020-03-27T21:14:04Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/32956.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/32956"
}
|
https://api.github.com/repos/pandas-dev/pandas/issues/32957
|
https://api.github.com/repos/pandas-dev/pandas
|
https://api.github.com/repos/pandas-dev/pandas/issues/32957/labels{/name}
|
https://api.github.com/repos/pandas-dev/pandas/issues/32957/comments
|
https://api.github.com/repos/pandas-dev/pandas/issues/32957/events
|
https://github.com/pandas-dev/pandas/issues/32957
| 586,550,555
|
MDU6SXNzdWU1ODY1NTA1NTU=
| 32,957
|
BUG: iloc on DataFrame[ea]
|
{
"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_url": "https://api.github.com/users/jbrockmendel/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/jbrockmendel",
"id": 8078968,
"login": "jbrockmendel",
"node_id": "MDQ6VXNlcjgwNzg5Njg=",
"organizations_url": "https://api.github.com/users/jbrockmendel/orgs",
"received_events_url": "https://api.github.com/users/jbrockmendel/received_events",
"repos_url": "https://api.github.com/users/jbrockmendel/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/jbrockmendel/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/jbrockmendel/subscriptions",
"type": "User",
"url": "https://api.github.com/users/jbrockmendel"
}
|
[
{
"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 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": "6138b5",
"default": false,
"description": "Extending pandas with custom dtypes or arrays.",
"id": 849023693,
"name": "ExtensionArray",
"node_id": "MDU6TGFiZWw4NDkwMjM2OTM=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/ExtensionArray"
}
] |
closed
| false
| null |
[] |
{
"closed_at": "2020-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/jreback/followers",
"following_url": "https://api.github.com/users/jreback/following{/other_user}",
"gists_url": "https://api.github.com/users/jreback/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/jreback",
"id": 953992,
"login": "jreback",
"node_id": "MDQ6VXNlcjk1Mzk5Mg==",
"organizations_url": "https://api.github.com/users/jreback/orgs",
"received_events_url": "https://api.github.com/users/jreback/received_events",
"repos_url": "https://api.github.com/users/jreback/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/jreback/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/jreback/subscriptions",
"type": "User",
"url": "https://api.github.com/users/jreback"
},
"description": "",
"due_on": "2020-08-01T07:00:00Z",
"html_url": "https://github.com/pandas-dev/pandas/milestone/68",
"id": 4894670,
"labels_url": "https://api.github.com/repos/pandas-dev/pandas/milestones/68/labels",
"node_id": "MDk6TWlsZXN0b25lNDg5NDY3MA==",
"number": 68,
"open_issues": 0,
"state": "closed",
"title": "1.1",
"updated_at": "2021-07-17T17:25:28Z",
"url": "https://api.github.com/repos/pandas-dev/pandas/milestones/68"
}
| 3
| 2020-03-23T22:12:29Z
| 2020-04-10T20:51:26Z
| 2020-04-10T20:51:26Z
|
MEMBER
| null |
```
from pandas.tests.extension.decimal.test_decimal import *
arr = data.__wrapped__()
ser = pd.Series(arr)
df = pd.DataFrame({"a": ser})
>>> df.iloc[:, :1]
a
0 Decimal: 0.32737812402736643502265678762341849...
1
2
3
>>> df.iloc[:, :1].values
array([[Decimal('0.32737812402736643502265678762341849505901336669921875')]],
dtype=object)
```
Maybe slicing on the wrong axis?
|
{
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/32957/reactions"
}
|
https://api.github.com/repos/pandas-dev/pandas/issues/32957/timeline
| null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/32958
|
https://api.github.com/repos/pandas-dev/pandas
|
https://api.github.com/repos/pandas-dev/pandas/issues/32958/labels{/name}
|
https://api.github.com/repos/pandas-dev/pandas/issues/32958/comments
|
https://api.github.com/repos/pandas-dev/pandas/issues/32958/events
|
https://github.com/pandas-dev/pandas/issues/32958
| 586,555,659
|
MDU6SXNzdWU1ODY1NTU2NTk=
| 32,958
|
Subsequent calls to read_csv for newly created S3 files in the same directory throws an error
|
{
"avatar_url": "https://avatars.githubusercontent.com/u/17108752?v=4",
"events_url": "https://api.github.com/users/mattlbeck/events{/privacy}",
"followers_url": "https://api.github.com/users/mattlbeck/followers",
"following_url": "https://api.github.com/users/mattlbeck/following{/other_user}",
"gists_url": "https://api.github.com/users/mattlbeck/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/mattlbeck",
"id": 17108752,
"login": "mattlbeck",
"node_id": "MDQ6VXNlcjE3MTA4NzUy",
"organizations_url": "https://api.github.com/users/mattlbeck/orgs",
"received_events_url": "https://api.github.com/users/mattlbeck/received_events",
"repos_url": "https://api.github.com/users/mattlbeck/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/mattlbeck/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/mattlbeck/subscriptions",
"type": "User",
"url": "https://api.github.com/users/mattlbeck"
}
|
[
{
"color": "207de5",
"default": false,
"description": "Clarification about behavior needed to assess issue",
"id": 307649777,
"name": "Needs Info",
"node_id": "MDU6TGFiZWwzMDc2NDk3Nzc=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Needs%20Info"
}
] |
closed
| false
| null |
[] | null | 4
| 2020-03-23T22:23:07Z
| 2020-03-24T15:31:38Z
| 2020-03-24T14:58:02Z
|
NONE
| null |
#### Code Sample, a copy-pastable example if possible
```python
import pandas as pd
import s3fs
BUCKET = 'mattlbeck-mybucket'
s3path1 = f's3://{BUCKET}/key/file1.csv'
s3path2 = f's3://{BUCKET}/key/file2.csv'
with s3fs.S3FileSystem().open(s3path1, 'w') as fh:
fh.write('a,b,c\n1,2,3')
pd.read_csv(s3path1)
with s3fs.S3FileSystem().open(s3path2, 'w') as fh:
fh.write('a,b,c\n1,2,3')
pd.read_csv(s3path2)
```
Produces the trace summarised below:
```
Traceback (most recent call last):
...
FileNotFoundError: mattlbeck-mybucket/key/file2.csv
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
...
botocore.exceptions.ClientError: An error occurred (AccessDenied) when calling the ListObjectsV2 operation: Access Denied
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
...
PermissionError: Access Denied
```
#### Problem description
Subsequent calls to `read_csv` beyond the first call causes an error when the target is a file in S3 within the same directory as a file that has previously been read by `read_csv`
The problem appears to be overly aggressive caching of S3 directory listings. But from reading the code I can't immediately see how the cache is persisting between the two calls - there is no obvious reuse of `S3FileSystem` instances.
#### Expected Output
Both calls to `read_csv` should resolve without error because both files exist at the time of the call.
#### Output of ``pd.show_versions()``
<details>
INSTALLED VERSIONS
------------------
commit : f20331d543c5d42e54dff29135146fc0e6798a84
python : 3.8.1.final.0
python-bits : 64
OS : Darwin
OS-release : 19.3.0
Version : Darwin Kernel Version 19.3.0: Thu Jan 9 20:58:23 PST 2020; root:xnu-6153.81.5~1/RELEASE_X86_64
machine : x86_64
processor : i386
byteorder : little
LC_ALL : None
LANG : en_GB.UTF-8
LOCALE : en_GB.UTF-8
pandas : 1.1.0.dev0+945.gf20331d54
numpy : 1.18.2
pytz : 2019.3
dateutil : 2.8.1
pip : 20.0.2
setuptools : 46.1.1.post20200323
Cython : None
pytest : None
hypothesis : None
sphinx : None
blosc : None
feather : None
xlsxwriter : None
lxml.etree : None
html5lib : None
pymysql : None
psycopg2 : None
jinja2 : None
IPython : None
pandas_datareader: None
bs4 : None
bottleneck : None
fastparquet : None
gcsfs : None
matplotlib : None
numexpr : None
odfpy : None
openpyxl : None
pandas_gbq : None
pyarrow : None
pytables : None
pyxlsb : None
s3fs : 0.4.0
scipy : None
sqlalchemy : None
tables : None
tabulate : None
xarray : None
xlrd : None
xlwt : None
numba : None
</details>
|
{
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/32958/reactions"
}
|
https://api.github.com/repos/pandas-dev/pandas/issues/32958/timeline
| null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/32959
|
https://api.github.com/repos/pandas-dev/pandas
|
https://api.github.com/repos/pandas-dev/pandas/issues/32959/labels{/name}
|
https://api.github.com/repos/pandas-dev/pandas/issues/32959/comments
|
https://api.github.com/repos/pandas-dev/pandas/issues/32959/events
|
https://github.com/pandas-dev/pandas/pull/32959
| 586,558,739
|
MDExOlB1bGxSZXF1ZXN0MzkyNjcxOTc5
| 32,959
|
BUG: df.iloc[:, :1] with EA column
|
{
"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_url": "https://api.github.com/users/jbrockmendel/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/jbrockmendel",
"id": 8078968,
"login": "jbrockmendel",
"node_id": "MDQ6VXNlcjgwNzg5Njg=",
"organizations_url": "https://api.github.com/users/jbrockmendel/orgs",
"received_events_url": "https://api.github.com/users/jbrockmendel/received_events",
"repos_url": "https://api.github.com/users/jbrockmendel/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/jbrockmendel/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/jbrockmendel/subscriptions",
"type": "User",
"url": "https://api.github.com/users/jbrockmendel"
}
|
[
{
"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 series/frames, not to indexes themselves",
"id": 2822098,
"name": "Indexing",
"node_id": "MDU6TGFiZWwyODIyMDk4",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Indexing"
}
] |
closed
| false
| null |
[] |
{
"closed_at": "2020-07-28T18:13:47Z",
"closed_issues": 2378,
"created_at": "2019-12-02T12:52:48Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jreback/followers",
"following_url": "https://api.github.com/users/jreback/following{/other_user}",
"gists_url": "https://api.github.com/users/jreback/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/jreback",
"id": 953992,
"login": "jreback",
"node_id": "MDQ6VXNlcjk1Mzk5Mg==",
"organizations_url": "https://api.github.com/users/jreback/orgs",
"received_events_url": "https://api.github.com/users/jreback/received_events",
"repos_url": "https://api.github.com/users/jreback/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/jreback/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/jreback/subscriptions",
"type": "User",
"url": "https://api.github.com/users/jreback"
},
"description": "",
"due_on": "2020-08-01T07:00:00Z",
"html_url": "https://github.com/pandas-dev/pandas/milestone/68",
"id": 4894670,
"labels_url": "https://api.github.com/repos/pandas-dev/pandas/milestones/68/labels",
"node_id": "MDk6TWlsZXN0b25lNDg5NDY3MA==",
"number": 68,
"open_issues": 0,
"state": "closed",
"title": "1.1",
"updated_at": "2021-07-17T17:25:28Z",
"url": "https://api.github.com/repos/pandas-dev/pandas/milestones/68"
}
| 6
| 2020-03-23T22:30:23Z
| 2020-04-10T20:58:16Z
| 2020-04-10T20:51:26Z
|
MEMBER
| null |
- [x] closes #32957
- [x] tests added / passed
- [x] passes `black pandas`
- [x] passes `git diff upstream/master -u -- "*.py" | flake8 --diff`
- [x] whatsnew entry
|
{
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/32959/reactions"
}
|
https://api.github.com/repos/pandas-dev/pandas/issues/32959/timeline
| null | 0
|
{
"diff_url": "https://github.com/pandas-dev/pandas/pull/32959.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/32959",
"merged_at": "2020-04-10T20:51:26Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/32959.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/32959"
}
|
https://api.github.com/repos/pandas-dev/pandas/issues/32960
|
https://api.github.com/repos/pandas-dev/pandas
|
https://api.github.com/repos/pandas-dev/pandas/issues/32960/labels{/name}
|
https://api.github.com/repos/pandas-dev/pandas/issues/32960/comments
|
https://api.github.com/repos/pandas-dev/pandas/issues/32960/events
|
https://github.com/pandas-dev/pandas/issues/32960
| 586,575,411
|
MDU6SXNzdWU1ODY1NzU0MTE=
| 32,960
|
Dataframe change alters original array used in creation
|
{
"avatar_url": "https://avatars.githubusercontent.com/u/36797143?v=4",
"events_url": "https://api.github.com/users/martinfleis/events{/privacy}",
"followers_url": "https://api.github.com/users/martinfleis/followers",
"following_url": "https://api.github.com/users/martinfleis/following{/other_user}",
"gists_url": "https://api.github.com/users/martinfleis/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/martinfleis",
"id": 36797143,
"login": "martinfleis",
"node_id": "MDQ6VXNlcjM2Nzk3MTQz",
"organizations_url": "https://api.github.com/users/martinfleis/orgs",
"received_events_url": "https://api.github.com/users/martinfleis/received_events",
"repos_url": "https://api.github.com/users/martinfleis/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/martinfleis/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/martinfleis/subscriptions",
"type": "User",
"url": "https://api.github.com/users/martinfleis"
}
|
[
{
"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": "70e5ca",
"default": false,
"description": "",
"id": 2085877452,
"name": "Copy / view semantics",
"node_id": "MDU6TGFiZWwyMDg1ODc3NDUy",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Copy%20/%20view%20semantics"
}
] |
closed
| false
| null |
[] |
{
"closed_at": "2021-07-02T07:59:17Z",
"closed_issues": 2396,
"created_at": "2020-11-11T19:05:43Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jreback/followers",
"following_url": "https://api.github.com/users/jreback/following{/other_user}",
"gists_url": "https://api.github.com/users/jreback/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/jreback",
"id": 953992,
"login": "jreback",
"node_id": "MDQ6VXNlcjk1Mzk5Mg==",
"organizations_url": "https://api.github.com/users/jreback/orgs",
"received_events_url": "https://api.github.com/users/jreback/received_events",
"repos_url": "https://api.github.com/users/jreback/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/jreback/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/jreback/subscriptions",
"type": "User",
"url": "https://api.github.com/users/jreback"
},
"description": "on-merge: backport to 1.3.x",
"due_on": "2021-06-30T07:00:00Z",
"html_url": "https://github.com/pandas-dev/pandas/milestone/80",
"id": 6095818,
"labels_url": "https://api.github.com/repos/pandas-dev/pandas/milestones/80/labels",
"node_id": "MDk6TWlsZXN0b25lNjA5NTgxOA==",
"number": 80,
"open_issues": 1,
"state": "closed",
"title": "1.3",
"updated_at": "2021-08-25T20:34:06Z",
"url": "https://api.github.com/repos/pandas-dev/pandas/milestones/80"
}
| 11
| 2020-03-23T23:07:42Z
| 2021-03-31T01:03:21Z
| 2021-03-31T01:03:21Z
|
CONTRIBUTOR
| null |
#### Code Sample, a copy-pastable example if possible
```python
a = pd.array([0, 1, 2])
df1 = pd.DataFrame({"col1": ['a', 'b', 'c'], "col2": a})
df1.loc[0, 'col2'] = 3
print(a)
```
```py
<IntegerArray>
[3, 1, 2]
Length: 3, dtype: Int64
```
#### Problem description
Pandas master has this strange change in behaviour when df created from array changes the original array if the value in the related column is changed. Pandas 1.0.3 does not alter the original array. It seems that it does a copy somewhere while master does not do that anymore.
I don't think the original array should be altered. Doing the same with list or np.array does not alter the original list/array either.
#### Expected Output
```
<IntegerArray>
[0, 1, 2]
Length: 3, dtype: Int64
```
#### Output of ``pd.show_versions()``
<details>
INSTALLED VERSIONS
------------------
commit : d3e54851b5ab2f2c99c22b4bf5c49cea41141072
python : 3.7.3.final.0
python-bits : 64
OS : Darwin
OS-release : 19.3.0
Version : Darwin Kernel Version 19.3.0: Thu Jan 9 20:58:23 PST 2020; root:xnu-6153.81.5~1/RELEASE_X86_64
machine : x86_64
processor : i386
byteorder : little
LC_ALL : None
LANG : en_US.UTF-8
LOCALE : en_US.UTF-8
pandas : 1.1.0.dev0+944.gd3e54851b
numpy : 1.18.1
pytz : 2019.3
dateutil : 2.8.1
pip : 20.0.2
setuptools : 41.6.0
Cython : 0.29.15
pytest : 5.4.1
hypothesis : None
sphinx : None
blosc : None
feather : None
xlsxwriter : None
lxml.etree : None
html5lib : None
pymysql : None
psycopg2 : 2.8.4 (dt dec pq3 ext lo64)
jinja2 : 2.11.1
IPython : 7.13.0
pandas_datareader: None
bs4 : None
bottleneck : None
fastparquet : None
gcsfs : None
matplotlib : 3.1.3
numexpr : None
odfpy : None
openpyxl : None
pandas_gbq : None
pyarrow : None
pytables : None
pyxlsb : None
s3fs : None
scipy : 1.4.1
sqlalchemy : 1.3.15
tables : None
tabulate : None
xarray : None
xlrd : None
xlwt : None
numba : None
</details>
|
{
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/32960/reactions"
}
|
https://api.github.com/repos/pandas-dev/pandas/issues/32960/timeline
| null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/32961
|
https://api.github.com/repos/pandas-dev/pandas
|
https://api.github.com/repos/pandas-dev/pandas/issues/32961/labels{/name}
|
https://api.github.com/repos/pandas-dev/pandas/issues/32961/comments
|
https://api.github.com/repos/pandas-dev/pandas/issues/32961/events
|
https://github.com/pandas-dev/pandas/pull/32961
| 586,583,737
|
MDExOlB1bGxSZXF1ZXN0MzkyNjkyODU3
| 32,961
|
CLN/STY: Nitpicks
|
{
"avatar_url": "https://avatars.githubusercontent.com/u/50263213?v=4",
"events_url": "https://api.github.com/users/ShaharNaveh/events{/privacy}",
"followers_url": "https://api.github.com/users/ShaharNaveh/followers",
"following_url": "https://api.github.com/users/ShaharNaveh/following{/other_user}",
"gists_url": "https://api.github.com/users/ShaharNaveh/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/ShaharNaveh",
"id": 50263213,
"login": "ShaharNaveh",
"node_id": "MDQ6VXNlcjUwMjYzMjEz",
"organizations_url": "https://api.github.com/users/ShaharNaveh/orgs",
"received_events_url": "https://api.github.com/users/ShaharNaveh/received_events",
"repos_url": "https://api.github.com/users/ShaharNaveh/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/ShaharNaveh/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/ShaharNaveh/subscriptions",
"type": "User",
"url": "https://api.github.com/users/ShaharNaveh"
}
|
[
{
"color": "eb6420",
"default": false,
"description": "Code style, linting, code_checks",
"id": 106935113,
"name": "Code Style",
"node_id": "MDU6TGFiZWwxMDY5MzUxMTM=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Code%20Style"
}
] |
closed
| false
| null |
[] |
{
"closed_at": "2020-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/jreback/followers",
"following_url": "https://api.github.com/users/jreback/following{/other_user}",
"gists_url": "https://api.github.com/users/jreback/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/jreback",
"id": 953992,
"login": "jreback",
"node_id": "MDQ6VXNlcjk1Mzk5Mg==",
"organizations_url": "https://api.github.com/users/jreback/orgs",
"received_events_url": "https://api.github.com/users/jreback/received_events",
"repos_url": "https://api.github.com/users/jreback/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/jreback/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/jreback/subscriptions",
"type": "User",
"url": "https://api.github.com/users/jreback"
},
"description": "",
"due_on": "2020-08-01T07:00:00Z",
"html_url": "https://github.com/pandas-dev/pandas/milestone/68",
"id": 4894670,
"labels_url": "https://api.github.com/repos/pandas-dev/pandas/milestones/68/labels",
"node_id": "MDk6TWlsZXN0b25lNDg5NDY3MA==",
"number": 68,
"open_issues": 0,
"state": "closed",
"title": "1.1",
"updated_at": "2021-07-17T17:25:28Z",
"url": "https://api.github.com/repos/pandas-dev/pandas/milestones/68"
}
| 5
| 2020-03-23T23:25:29Z
| 2020-03-26T01:13:40Z
| 2020-03-26T01:11:22Z
|
MEMBER
| null |
Things I find myself doing in multiple branches
|
{
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/32961/reactions"
}
|
https://api.github.com/repos/pandas-dev/pandas/issues/32961/timeline
| null | 0
|
{
"diff_url": "https://github.com/pandas-dev/pandas/pull/32961.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/32961",
"merged_at": "2020-03-26T01:11:22Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/32961.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/32961"
}
|
https://api.github.com/repos/pandas-dev/pandas/issues/32962
|
https://api.github.com/repos/pandas-dev/pandas
|
https://api.github.com/repos/pandas-dev/pandas/issues/32962/labels{/name}
|
https://api.github.com/repos/pandas-dev/pandas/issues/32962/comments
|
https://api.github.com/repos/pandas-dev/pandas/issues/32962/events
|
https://github.com/pandas-dev/pandas/pull/32962
| 586,589,400
|
MDExOlB1bGxSZXF1ZXN0MzkyNjk3Mjcx
| 32,962
|
TYP: ensure Block.putmask, Block.where get arrays, not Series/DataFrame
|
{
"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_url": "https://api.github.com/users/jbrockmendel/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/jbrockmendel",
"id": 8078968,
"login": "jbrockmendel",
"node_id": "MDQ6VXNlcjgwNzg5Njg=",
"organizations_url": "https://api.github.com/users/jbrockmendel/orgs",
"received_events_url": "https://api.github.com/users/jbrockmendel/received_events",
"repos_url": "https://api.github.com/users/jbrockmendel/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/jbrockmendel/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/jbrockmendel/subscriptions",
"type": "User",
"url": "https://api.github.com/users/jbrockmendel"
}
|
[
{
"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": "ea91a4",
"default": false,
"description": "type annotations, mypy/pyright type checking",
"id": 1280988427,
"name": "Typing",
"node_id": "MDU6TGFiZWwxMjgwOTg4NDI3",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Typing"
}
] |
closed
| false
| null |
[] |
{
"closed_at": "2020-07-28T18:13:47Z",
"closed_issues": 2378,
"created_at": "2019-12-02T12:52:48Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jreback/followers",
"following_url": "https://api.github.com/users/jreback/following{/other_user}",
"gists_url": "https://api.github.com/users/jreback/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/jreback",
"id": 953992,
"login": "jreback",
"node_id": "MDQ6VXNlcjk1Mzk5Mg==",
"organizations_url": "https://api.github.com/users/jreback/orgs",
"received_events_url": "https://api.github.com/users/jreback/received_events",
"repos_url": "https://api.github.com/users/jreback/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/jreback/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/jreback/subscriptions",
"type": "User",
"url": "https://api.github.com/users/jreback"
},
"description": "",
"due_on": "2020-08-01T07:00:00Z",
"html_url": "https://github.com/pandas-dev/pandas/milestone/68",
"id": 4894670,
"labels_url": "https://api.github.com/repos/pandas-dev/pandas/milestones/68/labels",
"node_id": "MDk6TWlsZXN0b25lNDg5NDY3MA==",
"number": 68,
"open_issues": 0,
"state": "closed",
"title": "1.1",
"updated_at": "2021-07-17T17:25:28Z",
"url": "https://api.github.com/repos/pandas-dev/pandas/milestones/68"
}
| 2
| 2020-03-23T23:42:34Z
| 2020-03-26T01:07:01Z
| 2020-03-26T00:51:35Z
|
MEMBER
| null |
Avoids the `getattr(obj, "values", obj)` pattern (there's an issue for that)
|
{
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/32962/reactions"
}
|
https://api.github.com/repos/pandas-dev/pandas/issues/32962/timeline
| null | 0
|
{
"diff_url": "https://github.com/pandas-dev/pandas/pull/32962.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/32962",
"merged_at": "2020-03-26T00:51:35Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/32962.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/32962"
}
|
https://api.github.com/repos/pandas-dev/pandas/issues/32963
|
https://api.github.com/repos/pandas-dev/pandas
|
https://api.github.com/repos/pandas-dev/pandas/issues/32963/labels{/name}
|
https://api.github.com/repos/pandas-dev/pandas/issues/32963/comments
|
https://api.github.com/repos/pandas-dev/pandas/issues/32963/events
|
https://github.com/pandas-dev/pandas/pull/32963
| 586,604,261
|
MDExOlB1bGxSZXF1ZXN0MzkyNzA4ODg1
| 32,963
|
TST: Use indices fixture in tests/indexes/test_base.py
|
{
"avatar_url": "https://avatars.githubusercontent.com/u/17853006?v=4",
"events_url": "https://api.github.com/users/SaturnFromTitan/events{/privacy}",
"followers_url": "https://api.github.com/users/SaturnFromTitan/followers",
"following_url": "https://api.github.com/users/SaturnFromTitan/following{/other_user}",
"gists_url": "https://api.github.com/users/SaturnFromTitan/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/SaturnFromTitan",
"id": 17853006,
"login": "SaturnFromTitan",
"node_id": "MDQ6VXNlcjE3ODUzMDA2",
"organizations_url": "https://api.github.com/users/SaturnFromTitan/orgs",
"received_events_url": "https://api.github.com/users/SaturnFromTitan/received_events",
"repos_url": "https://api.github.com/users/SaturnFromTitan/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/SaturnFromTitan/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/SaturnFromTitan/subscriptions",
"type": "User",
"url": "https://api.github.com/users/SaturnFromTitan"
}
|
[
{
"color": "C4A000",
"default": false,
"description": "pandas testing functions or related to the test suite",
"id": 127685,
"name": "Testing",
"node_id": "MDU6TGFiZWwxMjc2ODU=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Testing"
}
] |
closed
| false
| null |
[] |
{
"closed_at": "2020-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/jreback/followers",
"following_url": "https://api.github.com/users/jreback/following{/other_user}",
"gists_url": "https://api.github.com/users/jreback/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/jreback",
"id": 953992,
"login": "jreback",
"node_id": "MDQ6VXNlcjk1Mzk5Mg==",
"organizations_url": "https://api.github.com/users/jreback/orgs",
"received_events_url": "https://api.github.com/users/jreback/received_events",
"repos_url": "https://api.github.com/users/jreback/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/jreback/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/jreback/subscriptions",
"type": "User",
"url": "https://api.github.com/users/jreback"
},
"description": "",
"due_on": "2020-08-01T07:00:00Z",
"html_url": "https://github.com/pandas-dev/pandas/milestone/68",
"id": 4894670,
"labels_url": "https://api.github.com/repos/pandas-dev/pandas/milestones/68/labels",
"node_id": "MDk6TWlsZXN0b25lNDg5NDY3MA==",
"number": 68,
"open_issues": 0,
"state": "closed",
"title": "1.1",
"updated_at": "2021-07-17T17:25:28Z",
"url": "https://api.github.com/repos/pandas-dev/pandas/milestones/68"
}
| 13
| 2020-03-24T00:30:05Z
| 2020-03-29T19:51:58Z
| 2020-03-29T18:00:18Z
|
CONTRIBUTOR
| null |
part of #30914
- [x] tests added / passed
- [x] passes `black pandas`
- [x] passes `git diff upstream/master -u -- "*.py" | flake8 --diff`
|
{
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/32963/reactions"
}
|
https://api.github.com/repos/pandas-dev/pandas/issues/32963/timeline
| null | 0
|
{
"diff_url": "https://github.com/pandas-dev/pandas/pull/32963.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/32963",
"merged_at": "2020-03-29T18:00:18Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/32963.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/32963"
}
|
https://api.github.com/repos/pandas-dev/pandas/issues/32964
|
https://api.github.com/repos/pandas-dev/pandas
|
https://api.github.com/repos/pandas-dev/pandas/issues/32964/labels{/name}
|
https://api.github.com/repos/pandas-dev/pandas/issues/32964/comments
|
https://api.github.com/repos/pandas-dev/pandas/issues/32964/events
|
https://github.com/pandas-dev/pandas/pull/32964
| 586,608,835
|
MDExOlB1bGxSZXF1ZXN0MzkyNzEyNDMz
| 32,964
|
TST: Use indices fixture in tests/indexes/test_setops.py
|
{
"avatar_url": "https://avatars.githubusercontent.com/u/17853006?v=4",
"events_url": "https://api.github.com/users/SaturnFromTitan/events{/privacy}",
"followers_url": "https://api.github.com/users/SaturnFromTitan/followers",
"following_url": "https://api.github.com/users/SaturnFromTitan/following{/other_user}",
"gists_url": "https://api.github.com/users/SaturnFromTitan/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/SaturnFromTitan",
"id": 17853006,
"login": "SaturnFromTitan",
"node_id": "MDQ6VXNlcjE3ODUzMDA2",
"organizations_url": "https://api.github.com/users/SaturnFromTitan/orgs",
"received_events_url": "https://api.github.com/users/SaturnFromTitan/received_events",
"repos_url": "https://api.github.com/users/SaturnFromTitan/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/SaturnFromTitan/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/SaturnFromTitan/subscriptions",
"type": "User",
"url": "https://api.github.com/users/SaturnFromTitan"
}
|
[
{
"color": "C4A000",
"default": false,
"description": "pandas testing functions or related to the test suite",
"id": 127685,
"name": "Testing",
"node_id": "MDU6TGFiZWwxMjc2ODU=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Testing"
}
] |
closed
| false
| null |
[] |
{
"closed_at": "2020-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/jreback/followers",
"following_url": "https://api.github.com/users/jreback/following{/other_user}",
"gists_url": "https://api.github.com/users/jreback/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/jreback",
"id": 953992,
"login": "jreback",
"node_id": "MDQ6VXNlcjk1Mzk5Mg==",
"organizations_url": "https://api.github.com/users/jreback/orgs",
"received_events_url": "https://api.github.com/users/jreback/received_events",
"repos_url": "https://api.github.com/users/jreback/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/jreback/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/jreback/subscriptions",
"type": "User",
"url": "https://api.github.com/users/jreback"
},
"description": "",
"due_on": "2020-08-01T07:00:00Z",
"html_url": "https://github.com/pandas-dev/pandas/milestone/68",
"id": 4894670,
"labels_url": "https://api.github.com/repos/pandas-dev/pandas/milestones/68/labels",
"node_id": "MDk6TWlsZXN0b25lNDg5NDY3MA==",
"number": 68,
"open_issues": 0,
"state": "closed",
"title": "1.1",
"updated_at": "2021-07-17T17:25:28Z",
"url": "https://api.github.com/repos/pandas-dev/pandas/milestones/68"
}
| 2
| 2020-03-24T00:43:26Z
| 2020-03-26T01:15:28Z
| 2020-03-26T01:15:23Z
|
CONTRIBUTOR
| null |
part of #30914
- [x] tests added / passed
- [x] passes `black pandas`
- [x] passes `git diff upstream/master -u -- "*.py" | flake8 --diff`
|
{
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/32964/reactions"
}
|
https://api.github.com/repos/pandas-dev/pandas/issues/32964/timeline
| null | 0
|
{
"diff_url": "https://github.com/pandas-dev/pandas/pull/32964.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/32964",
"merged_at": "2020-03-26T01:15:22Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/32964.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/32964"
}
|
https://api.github.com/repos/pandas-dev/pandas/issues/32965
|
https://api.github.com/repos/pandas-dev/pandas
|
https://api.github.com/repos/pandas-dev/pandas/issues/32965/labels{/name}
|
https://api.github.com/repos/pandas-dev/pandas/issues/32965/comments
|
https://api.github.com/repos/pandas-dev/pandas/issues/32965/events
|
https://github.com/pandas-dev/pandas/pull/32965
| 586,633,969
|
MDExOlB1bGxSZXF1ZXN0MzkyNzMxNzM0
| 32,965
|
CLN: Clean NDFrame.__finalize__ signature
|
{
"avatar_url": "https://avatars.githubusercontent.com/u/2658661?v=4",
"events_url": "https://api.github.com/users/dsaxton/events{/privacy}",
"followers_url": "https://api.github.com/users/dsaxton/followers",
"following_url": "https://api.github.com/users/dsaxton/following{/other_user}",
"gists_url": "https://api.github.com/users/dsaxton/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/dsaxton",
"id": 2658661,
"login": "dsaxton",
"node_id": "MDQ6VXNlcjI2NTg2NjE=",
"organizations_url": "https://api.github.com/users/dsaxton/orgs",
"received_events_url": "https://api.github.com/users/dsaxton/received_events",
"repos_url": "https://api.github.com/users/dsaxton/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/dsaxton/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/dsaxton/subscriptions",
"type": "User",
"url": "https://api.github.com/users/dsaxton"
}
|
[] |
closed
| false
| null |
[] | null | 3
| 2020-03-24T01:58:06Z
| 2020-03-24T14:41:17Z
| 2020-03-24T14:41:13Z
|
MEMBER
| null |
`NDFrame.__finalize__` doesn't do anything with `method` or `kwargs` so removing them from the signature and all calls. Had to change a few tests which overrode this method with another that also included those arguments.
|
{
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/32965/reactions"
}
|
https://api.github.com/repos/pandas-dev/pandas/issues/32965/timeline
| null | 0
|
{
"diff_url": "https://github.com/pandas-dev/pandas/pull/32965.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/32965",
"merged_at": null,
"patch_url": "https://github.com/pandas-dev/pandas/pull/32965.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/32965"
}
|
https://api.github.com/repos/pandas-dev/pandas/issues/32966
|
https://api.github.com/repos/pandas-dev/pandas
|
https://api.github.com/repos/pandas-dev/pandas/issues/32966/labels{/name}
|
https://api.github.com/repos/pandas-dev/pandas/issues/32966/comments
|
https://api.github.com/repos/pandas-dev/pandas/issues/32966/events
|
https://github.com/pandas-dev/pandas/pull/32966
| 586,637,379
|
MDExOlB1bGxSZXF1ZXN0MzkyNzM0Mjc3
| 32,966
|
CLN: Assorted core/generic.py cleanup
|
{
"avatar_url": "https://avatars.githubusercontent.com/u/2658661?v=4",
"events_url": "https://api.github.com/users/dsaxton/events{/privacy}",
"followers_url": "https://api.github.com/users/dsaxton/followers",
"following_url": "https://api.github.com/users/dsaxton/following{/other_user}",
"gists_url": "https://api.github.com/users/dsaxton/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/dsaxton",
"id": 2658661,
"login": "dsaxton",
"node_id": "MDQ6VXNlcjI2NTg2NjE=",
"organizations_url": "https://api.github.com/users/dsaxton/orgs",
"received_events_url": "https://api.github.com/users/dsaxton/received_events",
"repos_url": "https://api.github.com/users/dsaxton/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/dsaxton/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/dsaxton/subscriptions",
"type": "User",
"url": "https://api.github.com/users/dsaxton"
}
|
[
{
"color": "207de5",
"default": false,
"description": null,
"id": 211029535,
"name": "Clean",
"node_id": "MDU6TGFiZWwyMTEwMjk1MzU=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Clean"
}
] |
closed
| false
| null |
[] | null | 1
| 2020-03-24T02:09:41Z
| 2020-03-25T01:05:20Z
| 2020-03-25T01:05:17Z
|
MEMBER
| null |
A few mostly aesthetic 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/32966/reactions"
}
|
https://api.github.com/repos/pandas-dev/pandas/issues/32966/timeline
| null | 0
|
{
"diff_url": "https://github.com/pandas-dev/pandas/pull/32966.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/32966",
"merged_at": null,
"patch_url": "https://github.com/pandas-dev/pandas/pull/32966.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/32966"
}
|
https://api.github.com/repos/pandas-dev/pandas/issues/32967
|
https://api.github.com/repos/pandas-dev/pandas
|
https://api.github.com/repos/pandas-dev/pandas/issues/32967/labels{/name}
|
https://api.github.com/repos/pandas-dev/pandas/issues/32967/comments
|
https://api.github.com/repos/pandas-dev/pandas/issues/32967/events
|
https://github.com/pandas-dev/pandas/issues/32967
| 586,661,246
|
MDU6SXNzdWU1ODY2NjEyNDY=
| 32,967
|
Empty error message in tz_localize
|
{
"avatar_url": "https://avatars.githubusercontent.com/u/30631476?v=4",
"events_url": "https://api.github.com/users/quangngd/events{/privacy}",
"followers_url": "https://api.github.com/users/quangngd/followers",
"following_url": "https://api.github.com/users/quangngd/following{/other_user}",
"gists_url": "https://api.github.com/users/quangngd/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/quangngd",
"id": 30631476,
"login": "quangngd",
"node_id": "MDQ6VXNlcjMwNjMxNDc2",
"organizations_url": "https://api.github.com/users/quangngd/orgs",
"received_events_url": "https://api.github.com/users/quangngd/received_events",
"repos_url": "https://api.github.com/users/quangngd/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/quangngd/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/quangngd/subscriptions",
"type": "User",
"url": "https://api.github.com/users/quangngd"
}
|
[
{
"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": "0e8a16",
"default": true,
"description": null,
"id": 717120670,
"name": "good first issue",
"node_id": "MDU6TGFiZWw3MTcxMjA2NzA=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/good%20first%20issue"
}
] |
closed
| false
|
{
"avatar_url": "https://avatars.githubusercontent.com/u/5392964?v=4",
"events_url": "https://api.github.com/users/gabrielNT/events{/privacy}",
"followers_url": "https://api.github.com/users/gabrielNT/followers",
"following_url": "https://api.github.com/users/gabrielNT/following{/other_user}",
"gists_url": "https://api.github.com/users/gabrielNT/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/gabrielNT",
"id": 5392964,
"login": "gabrielNT",
"node_id": "MDQ6VXNlcjUzOTI5NjQ=",
"organizations_url": "https://api.github.com/users/gabrielNT/orgs",
"received_events_url": "https://api.github.com/users/gabrielNT/received_events",
"repos_url": "https://api.github.com/users/gabrielNT/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/gabrielNT/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/gabrielNT/subscriptions",
"type": "User",
"url": "https://api.github.com/users/gabrielNT"
}
|
[
{
"avatar_url": "https://avatars.githubusercontent.com/u/5392964?v=4",
"events_url": "https://api.github.com/users/gabrielNT/events{/privacy}",
"followers_url": "https://api.github.com/users/gabrielNT/followers",
"following_url": "https://api.github.com/users/gabrielNT/following{/other_user}",
"gists_url": "https://api.github.com/users/gabrielNT/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/gabrielNT",
"id": 5392964,
"login": "gabrielNT",
"node_id": "MDQ6VXNlcjUzOTI5NjQ=",
"organizations_url": "https://api.github.com/users/gabrielNT/orgs",
"received_events_url": "https://api.github.com/users/gabrielNT/received_events",
"repos_url": "https://api.github.com/users/gabrielNT/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/gabrielNT/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/gabrielNT/subscriptions",
"type": "User",
"url": "https://api.github.com/users/gabrielNT"
}
] |
{
"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/jreback/followers",
"following_url": "https://api.github.com/users/jreback/following{/other_user}",
"gists_url": "https://api.github.com/users/jreback/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/jreback",
"id": 953992,
"login": "jreback",
"node_id": "MDQ6VXNlcjk1Mzk5Mg==",
"organizations_url": "https://api.github.com/users/jreback/orgs",
"received_events_url": "https://api.github.com/users/jreback/received_events",
"repos_url": "https://api.github.com/users/jreback/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/jreback/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/jreback/subscriptions",
"type": "User",
"url": "https://api.github.com/users/jreback"
},
"description": "",
"due_on": "2020-08-01T07:00:00Z",
"html_url": "https://github.com/pandas-dev/pandas/milestone/68",
"id": 4894670,
"labels_url": "https://api.github.com/repos/pandas-dev/pandas/milestones/68/labels",
"node_id": "MDk6TWlsZXN0b25lNDg5NDY3MA==",
"number": 68,
"open_issues": 0,
"state": "closed",
"title": "1.1",
"updated_at": "2021-07-17T17:25:28Z",
"url": "https://api.github.com/repos/pandas-dev/pandas/milestones/68"
}
| 6
| 2020-03-24T03:17:31Z
| 2020-07-16T01:51:19Z
| 2020-07-16T01:51:19Z
|
CONTRIBUTOR
| null |
#### Code Sample, a copy-pastable example if possible
```python
# Your code here
from pandas import Timestamp
Timestamp.min.tz_localize("Asia/Tokyo")
```
The example is picked directly from
```pandas/tests/scalar/timestamp/test_timezones.py::TestTimestampTZOperations::test_tz_localize_pushes_out_of_bounds```
#### Problem description
Error message is empty.
> yep, out of scope. but if you could raise an issue, that'll be great.
_Originally posted by @simonjayhawkins in https://github.com/pandas-dev/pandas/pull/32929_
#### Expected Output
Meaningful error message
#### Output of ``pd.show_versions()``
<details>
INSTALLED VERSIONS
------------------
commit : bbfecaffa1887a86a801213fd3e1d6188f7d3456
python : 3.7.6.final.0
python-bits : 64
OS : Linux
OS-release : 5.3.0-40-generic
Version : #32-Ubuntu SMP Fri Jan 31 20:24:34 UTC 2020
machine : x86_64
processor : x86_64
byteorder : little
LC_ALL : None
LANG : en_US.UTF-8
LOCALE : en_US.UTF-8
pandas : 1.1.0.dev0+943.gbbfecaffa
numpy : 1.18.1
pytz : 2019.3
dateutil : 2.8.1
pip : 20.0.2
setuptools : 46.0.0.post20200311
Cython : 0.29.15
pytest : 5.4.1
hypothesis : 5.6.0
sphinx : 2.4.4
blosc : None
feather : None
xlsxwriter : 1.2.8
lxml.etree : 4.5.0
html5lib : 1.0.1
pymysql : None
psycopg2 : None
jinja2 : 2.11.1
IPython : 7.13.0
pandas_datareader: None
bs4 : 4.8.2
bottleneck : 1.3.2
fastparquet : 0.3.3
gcsfs : None
matplotlib : 3.2.0
numexpr : 2.7.1
odfpy : None
openpyxl : 3.0.3
pandas_gbq : None
pyarrow : 0.16.0
pytables : None
pyxlsb : 1.0.6
s3fs : 0.4.0
scipy : 1.4.1
sqlalchemy : 1.3.15
tables : 3.6.1
tabulate : 0.8.6
xarray : 0.15.0
xlrd : 1.2.0
xlwt : 1.3.0
numba : 0.48.0
</details>
|
{
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/32967/reactions"
}
|
https://api.github.com/repos/pandas-dev/pandas/issues/32967/timeline
| null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/32968
|
https://api.github.com/repos/pandas-dev/pandas
|
https://api.github.com/repos/pandas-dev/pandas/issues/32968/labels{/name}
|
https://api.github.com/repos/pandas-dev/pandas/issues/32968/comments
|
https://api.github.com/repos/pandas-dev/pandas/issues/32968/events
|
https://github.com/pandas-dev/pandas/pull/32968
| 586,666,574
|
MDExOlB1bGxSZXF1ZXN0MzkyNzU2NTc5
| 32,968
|
CLN: move misplaced (and duplicated) Dataframe.__repr__ 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_url": "https://api.github.com/users/jbrockmendel/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/jbrockmendel",
"id": 8078968,
"login": "jbrockmendel",
"node_id": "MDQ6VXNlcjgwNzg5Njg=",
"organizations_url": "https://api.github.com/users/jbrockmendel/orgs",
"received_events_url": "https://api.github.com/users/jbrockmendel/received_events",
"repos_url": "https://api.github.com/users/jbrockmendel/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/jbrockmendel/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/jbrockmendel/subscriptions",
"type": "User",
"url": "https://api.github.com/users/jbrockmendel"
}
|
[
{
"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 | 0
| 2020-03-24T03:34:00Z
| 2020-03-24T19:49:15Z
| 2020-03-24T19:37:23Z
|
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/32968/reactions"
}
|
https://api.github.com/repos/pandas-dev/pandas/issues/32968/timeline
| null | 0
|
{
"diff_url": "https://github.com/pandas-dev/pandas/pull/32968.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/32968",
"merged_at": "2020-03-24T19:37:23Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/32968.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/32968"
}
|
|
https://api.github.com/repos/pandas-dev/pandas/issues/32969
|
https://api.github.com/repos/pandas-dev/pandas
|
https://api.github.com/repos/pandas-dev/pandas/issues/32969/labels{/name}
|
https://api.github.com/repos/pandas-dev/pandas/issues/32969/comments
|
https://api.github.com/repos/pandas-dev/pandas/issues/32969/events
|
https://github.com/pandas-dev/pandas/pull/32969
| 586,673,421
|
MDExOlB1bGxSZXF1ZXN0MzkyNzYxNzE2
| 32,969
|
REF: misplaces Series.where, Series.rename tests
|
{
"avatar_url": "https://avatars.githubusercontent.com/u/8078968?v=4",
"events_url": "https://api.github.com/users/jbrockmendel/events{/privacy}",
"followers_url": "https://api.github.com/users/jbrockmendel/followers",
"following_url": "https://api.github.com/users/jbrockmendel/following{/other_user}",
"gists_url": "https://api.github.com/users/jbrockmendel/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/jbrockmendel",
"id": 8078968,
"login": "jbrockmendel",
"node_id": "MDQ6VXNlcjgwNzg5Njg=",
"organizations_url": "https://api.github.com/users/jbrockmendel/orgs",
"received_events_url": "https://api.github.com/users/jbrockmendel/received_events",
"repos_url": "https://api.github.com/users/jbrockmendel/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/jbrockmendel/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/jbrockmendel/subscriptions",
"type": "User",
"url": "https://api.github.com/users/jbrockmendel"
}
|
[
{
"color": "C4A000",
"default": false,
"description": "pandas testing functions or related to the test suite",
"id": 127685,
"name": "Testing",
"node_id": "MDU6TGFiZWwxMjc2ODU=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Testing"
}
] |
closed
| false
| null |
[] |
{
"closed_at": "2020-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/jreback/followers",
"following_url": "https://api.github.com/users/jreback/following{/other_user}",
"gists_url": "https://api.github.com/users/jreback/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/jreback",
"id": 953992,
"login": "jreback",
"node_id": "MDQ6VXNlcjk1Mzk5Mg==",
"organizations_url": "https://api.github.com/users/jreback/orgs",
"received_events_url": "https://api.github.com/users/jreback/received_events",
"repos_url": "https://api.github.com/users/jreback/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/jreback/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/jreback/subscriptions",
"type": "User",
"url": "https://api.github.com/users/jreback"
},
"description": "",
"due_on": "2020-08-01T07:00:00Z",
"html_url": "https://github.com/pandas-dev/pandas/milestone/68",
"id": 4894670,
"labels_url": "https://api.github.com/repos/pandas-dev/pandas/milestones/68/labels",
"node_id": "MDk6TWlsZXN0b25lNDg5NDY3MA==",
"number": 68,
"open_issues": 0,
"state": "closed",
"title": "1.1",
"updated_at": "2021-07-17T17:25:28Z",
"url": "https://api.github.com/repos/pandas-dev/pandas/milestones/68"
}
| 0
| 2020-03-24T03:55:42Z
| 2020-03-24T19:52:17Z
| 2020-03-24T19:36:43Z
|
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/32969/reactions"
}
|
https://api.github.com/repos/pandas-dev/pandas/issues/32969/timeline
| null | 0
|
{
"diff_url": "https://github.com/pandas-dev/pandas/pull/32969.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/32969",
"merged_at": "2020-03-24T19:36:43Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/32969.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/32969"
}
|
|
https://api.github.com/repos/pandas-dev/pandas/issues/32970
|
https://api.github.com/repos/pandas-dev/pandas
|
https://api.github.com/repos/pandas-dev/pandas/issues/32970/labels{/name}
|
https://api.github.com/repos/pandas-dev/pandas/issues/32970/comments
|
https://api.github.com/repos/pandas-dev/pandas/issues/32970/events
|
https://github.com/pandas-dev/pandas/pull/32970
| 586,829,328
|
MDExOlB1bGxSZXF1ZXN0MzkyODg0NjY5
| 32,970
|
Correct data type misspelling
|
{
"avatar_url": "https://avatars.githubusercontent.com/u/8361681?v=4",
"events_url": "https://api.github.com/users/evolutics/events{/privacy}",
"followers_url": "https://api.github.com/users/evolutics/followers",
"following_url": "https://api.github.com/users/evolutics/following{/other_user}",
"gists_url": "https://api.github.com/users/evolutics/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/evolutics",
"id": 8361681,
"login": "evolutics",
"node_id": "MDQ6VXNlcjgzNjE2ODE=",
"organizations_url": "https://api.github.com/users/evolutics/orgs",
"received_events_url": "https://api.github.com/users/evolutics/received_events",
"repos_url": "https://api.github.com/users/evolutics/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/evolutics/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/evolutics/subscriptions",
"type": "User",
"url": "https://api.github.com/users/evolutics"
}
|
[
{
"color": "3465A4",
"default": false,
"description": null,
"id": 134699,
"name": "Docs",
"node_id": "MDU6TGFiZWwxMzQ2OTk=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Docs"
}
] |
closed
| false
| null |
[] |
{
"closed_at": "2020-07-28T18:13:47Z",
"closed_issues": 2378,
"created_at": "2019-12-02T12:52:48Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jreback/followers",
"following_url": "https://api.github.com/users/jreback/following{/other_user}",
"gists_url": "https://api.github.com/users/jreback/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/jreback",
"id": 953992,
"login": "jreback",
"node_id": "MDQ6VXNlcjk1Mzk5Mg==",
"organizations_url": "https://api.github.com/users/jreback/orgs",
"received_events_url": "https://api.github.com/users/jreback/received_events",
"repos_url": "https://api.github.com/users/jreback/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/jreback/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/jreback/subscriptions",
"type": "User",
"url": "https://api.github.com/users/jreback"
},
"description": "",
"due_on": "2020-08-01T07:00:00Z",
"html_url": "https://github.com/pandas-dev/pandas/milestone/68",
"id": 4894670,
"labels_url": "https://api.github.com/repos/pandas-dev/pandas/milestones/68/labels",
"node_id": "MDk6TWlsZXN0b25lNDg5NDY3MA==",
"number": 68,
"open_issues": 0,
"state": "closed",
"title": "1.1",
"updated_at": "2021-07-17T17:25:28Z",
"url": "https://api.github.com/repos/pandas-dev/pandas/milestones/68"
}
| 1
| 2020-03-24T09:48:21Z
| 2020-03-24T19:17:50Z
| 2020-03-24T18:24:06Z
|
CONTRIBUTOR
| null |
{
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/32970/reactions"
}
|
https://api.github.com/repos/pandas-dev/pandas/issues/32970/timeline
| null | 0
|
{
"diff_url": "https://github.com/pandas-dev/pandas/pull/32970.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/32970",
"merged_at": "2020-03-24T18:24:06Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/32970.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/32970"
}
|
|
https://api.github.com/repos/pandas-dev/pandas/issues/32971
|
https://api.github.com/repos/pandas-dev/pandas
|
https://api.github.com/repos/pandas-dev/pandas/issues/32971/labels{/name}
|
https://api.github.com/repos/pandas-dev/pandas/issues/32971/comments
|
https://api.github.com/repos/pandas-dev/pandas/issues/32971/events
|
https://github.com/pandas-dev/pandas/issues/32971
| 586,845,124
|
MDU6SXNzdWU1ODY4NDUxMjQ=
| 32,971
|
import is failing in windows in 1.0.3 version
|
{
"avatar_url": "https://avatars.githubusercontent.com/u/20503868?v=4",
"events_url": "https://api.github.com/users/jaydave1988/events{/privacy}",
"followers_url": "https://api.github.com/users/jaydave1988/followers",
"following_url": "https://api.github.com/users/jaydave1988/following{/other_user}",
"gists_url": "https://api.github.com/users/jaydave1988/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/jaydave1988",
"id": 20503868,
"login": "jaydave1988",
"node_id": "MDQ6VXNlcjIwNTAzODY4",
"organizations_url": "https://api.github.com/users/jaydave1988/orgs",
"received_events_url": "https://api.github.com/users/jaydave1988/received_events",
"repos_url": "https://api.github.com/users/jaydave1988/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/jaydave1988/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/jaydave1988/subscriptions",
"type": "User",
"url": "https://api.github.com/users/jaydave1988"
}
|
[] |
closed
| false
| null |
[] | null | 2
| 2020-03-24T10:14:44Z
| 2020-03-24T12:34:46Z
| 2020-03-24T12:34:45Z
|
NONE
| null |
Import is failing in 1.0.3 version of panda in windows. It was working in 0.22 version
>>> import pandas
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "C:\Users\Administrator\AppData\Local\Programs\Python\Python36-32\lib\site-packages\pandas\__init__.py", line 55, in <module>
from pandas.core.api import (
File "C:\Users\Administrator\AppData\Local\Programs\Python\Python36-32\lib\site-packages\pandas\core\api.py", line 29, in <module>
from pandas.core.groupby import Grouper, NamedAgg
File "C:\Users\Administrator\AppData\Local\Programs\Python\Python36-32\lib\site-packages\pandas\core\groupby\__init__.py", line 1, in <module>
from pandas.core.groupby.generic import DataFrameGroupBy, NamedAgg, SeriesGroupBy
File "C:\Users\Administrator\AppData\Local\Programs\Python\Python36-32\lib\site-packages\pandas\core\groupby\generic.py", line 60, in <module>
from pandas.core.frame import DataFrame
File "C:\Users\Administrator\AppData\Local\Programs\Python\Python36-32\lib\site-packages\pandas\core\frame.py", line 124, in <module>
from pandas.core.series import Series
File "C:\Users\Administrator\AppData\Local\Programs\Python\Python36-32\lib\site-packages\pandas\core\series.py", line 4572, in <module>
Series._add_series_or_dataframe_operations()
File "C:\Users\Administrator\AppData\Local\Programs\Python\Python36-32\lib\site-packages\pandas\core\generic.py", line 10349, in _add_series_or_dataframe_operations
from pandas.core.window import EWM, Expanding, Rolling, Window
File "C:\Users\Administrator\AppData\Local\Programs\Python\Python36-32\lib\site-packages\pandas\core\window\__init__.py", line 1, in <module>
from pandas.core.window.ewm import EWM # noqa:F401
File "C:\Users\Administrator\AppData\Local\Programs\Python\Python36-32\lib\site-packages\pandas\core\window\ewm.py", line 5, in <module>
import pandas._libs.window.aggregations as window_aggregations
ImportError: DLL load failed: The specified module could not be found.
>>> exit()
C:\Users\Administrator>pip uninstall pandas
Found existing installation: pandas 1.0.3
Uninstalling pandas-1.0.3:
Would remove:
c:\users\administrator\appdata\local\programs\python\python36-32\lib\site-packages\pandas-1.0.3.dist-info\*
c:\users\administrator\appdata\local\programs\python\python36-32\lib\site-packages\pandas\*
Proceed (y/n)? y
Successfully uninstalled pandas-1.0.3
|
{
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/32971/reactions"
}
|
https://api.github.com/repos/pandas-dev/pandas/issues/32971/timeline
| null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/32972
|
https://api.github.com/repos/pandas-dev/pandas
|
https://api.github.com/repos/pandas-dev/pandas/issues/32972/labels{/name}
|
https://api.github.com/repos/pandas-dev/pandas/issues/32972/comments
|
https://api.github.com/repos/pandas-dev/pandas/issues/32972/events
|
https://github.com/pandas-dev/pandas/pull/32972
| 586,877,928
|
MDExOlB1bGxSZXF1ZXN0MzkyOTI0MTky
| 32,972
|
DOC: Change doc template to fix SA04 errors in docstrings #28792
|
{
"avatar_url": "https://avatars.githubusercontent.com/u/6186510?v=4",
"events_url": "https://api.github.com/users/dilex42/events{/privacy}",
"followers_url": "https://api.github.com/users/dilex42/followers",
"following_url": "https://api.github.com/users/dilex42/following{/other_user}",
"gists_url": "https://api.github.com/users/dilex42/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/dilex42",
"id": 6186510,
"login": "dilex42",
"node_id": "MDQ6VXNlcjYxODY1MTA=",
"organizations_url": "https://api.github.com/users/dilex42/orgs",
"received_events_url": "https://api.github.com/users/dilex42/received_events",
"repos_url": "https://api.github.com/users/dilex42/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/dilex42/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/dilex42/subscriptions",
"type": "User",
"url": "https://api.github.com/users/dilex42"
}
|
[
{
"color": "3465A4",
"default": false,
"description": null,
"id": 134699,
"name": "Docs",
"node_id": "MDU6TGFiZWwxMzQ2OTk=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Docs"
}
] |
closed
| false
| null |
[] |
{
"closed_at": "2020-07-28T18:13:47Z",
"closed_issues": 2378,
"created_at": "2019-12-02T12:52:48Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jreback/followers",
"following_url": "https://api.github.com/users/jreback/following{/other_user}",
"gists_url": "https://api.github.com/users/jreback/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/jreback",
"id": 953992,
"login": "jreback",
"node_id": "MDQ6VXNlcjk1Mzk5Mg==",
"organizations_url": "https://api.github.com/users/jreback/orgs",
"received_events_url": "https://api.github.com/users/jreback/received_events",
"repos_url": "https://api.github.com/users/jreback/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/jreback/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/jreback/subscriptions",
"type": "User",
"url": "https://api.github.com/users/jreback"
},
"description": "",
"due_on": "2020-08-01T07:00:00Z",
"html_url": "https://github.com/pandas-dev/pandas/milestone/68",
"id": 4894670,
"labels_url": "https://api.github.com/repos/pandas-dev/pandas/milestones/68/labels",
"node_id": "MDk6TWlsZXN0b25lNDg5NDY3MA==",
"number": 68,
"open_issues": 0,
"state": "closed",
"title": "1.1",
"updated_at": "2021-07-17T17:25:28Z",
"url": "https://api.github.com/repos/pandas-dev/pandas/milestones/68"
}
| 9
| 2020-03-24T11:07:58Z
| 2020-04-10T19:25:43Z
| 2020-04-10T19:25:36Z
|
CONTRIBUTOR
| null |
- [x] xref #28792
As requested in #32823 creating separate PR.
Also all descriptions for methods starts with upper case and it looks a little out of place. Should it be casted to lowercase perhaps?
|
{
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/32972/reactions"
}
|
https://api.github.com/repos/pandas-dev/pandas/issues/32972/timeline
| null | 0
|
{
"diff_url": "https://github.com/pandas-dev/pandas/pull/32972.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/32972",
"merged_at": "2020-04-10T19:25:36Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/32972.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/32972"
}
|
https://api.github.com/repos/pandas-dev/pandas/issues/32973
|
https://api.github.com/repos/pandas-dev/pandas
|
https://api.github.com/repos/pandas-dev/pandas/issues/32973/labels{/name}
|
https://api.github.com/repos/pandas-dev/pandas/issues/32973/comments
|
https://api.github.com/repos/pandas-dev/pandas/issues/32973/events
|
https://github.com/pandas-dev/pandas/pull/32973
| 586,900,554
|
MDExOlB1bGxSZXF1ZXN0MzkyOTQyNTM4
| 32,973
|
PERF: Using _Period for optimization
|
{
"avatar_url": "https://avatars.githubusercontent.com/u/50263213?v=4",
"events_url": "https://api.github.com/users/ShaharNaveh/events{/privacy}",
"followers_url": "https://api.github.com/users/ShaharNaveh/followers",
"following_url": "https://api.github.com/users/ShaharNaveh/following{/other_user}",
"gists_url": "https://api.github.com/users/ShaharNaveh/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/ShaharNaveh",
"id": 50263213,
"login": "ShaharNaveh",
"node_id": "MDQ6VXNlcjUwMjYzMjEz",
"organizations_url": "https://api.github.com/users/ShaharNaveh/orgs",
"received_events_url": "https://api.github.com/users/ShaharNaveh/received_events",
"repos_url": "https://api.github.com/users/ShaharNaveh/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/ShaharNaveh/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/ShaharNaveh/subscriptions",
"type": "User",
"url": "https://api.github.com/users/ShaharNaveh"
}
|
[
{
"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": "eb6420",
"default": false,
"description": "Period data type",
"id": 60635328,
"name": "Period",
"node_id": "MDU6TGFiZWw2MDYzNTMyOA==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Period"
}
] |
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/jreback/followers",
"following_url": "https://api.github.com/users/jreback/following{/other_user}",
"gists_url": "https://api.github.com/users/jreback/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/jreback",
"id": 953992,
"login": "jreback",
"node_id": "MDQ6VXNlcjk1Mzk5Mg==",
"organizations_url": "https://api.github.com/users/jreback/orgs",
"received_events_url": "https://api.github.com/users/jreback/received_events",
"repos_url": "https://api.github.com/users/jreback/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/jreback/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/jreback/subscriptions",
"type": "User",
"url": "https://api.github.com/users/jreback"
},
"description": "",
"due_on": "2020-08-01T07:00:00Z",
"html_url": "https://github.com/pandas-dev/pandas/milestone/68",
"id": 4894670,
"labels_url": "https://api.github.com/repos/pandas-dev/pandas/milestones/68/labels",
"node_id": "MDk6TWlsZXN0b25lNDg5NDY3MA==",
"number": 68,
"open_issues": 0,
"state": "closed",
"title": "1.1",
"updated_at": "2021-07-17T17:25:28Z",
"url": "https://api.github.com/repos/pandas-dev/pandas/milestones/68"
}
| 10
| 2020-03-24T11:46:49Z
| 2020-03-31T06:38:10Z
| 2020-03-30T22:35:22Z
|
MEMBER
| null |
- [ ] closes #xxxx
- [ ] tests added / passed
- [x] passes `black pandas`
- [x] passes `git diff upstream/master -u -- "*.py" | flake8 --diff`
- [ ] whatsnew entry
---
I did two bench marks one in a tight loop(```%timeit```), and one with asv.
I don't see a significant performance change (but I'm not sure I read the output correctly), maybe worth just removing the "TODO" note.
---
#### Benchmarks:
##### Timeit:
```
In [1]: import pandas as pd
In [2]: idx = pd.period_range("2000-01-01", periods=3)
In [3]: %timeit idx.get_loc(idx[1], "pad")
337 µs ± 15 µs per loop (mean ± std. dev. of 7 runs, 1000 loops each) # Master
338 µs ± 7.16 µs per loop (mean ± std. dev. of 7 runs, 1000 loops each) # PR
```
##### ASV (period.Indexing)
```
before after ratio
[f20331d5] [f71bf172]
<master> <PERF-index-_Period>
1.46±0.02ms 1.45±0.03ms 0.99 period.Indexing.time_align
8.57±0.2μs 8.51±0.2μs 0.99 period.Indexing.time_get_loc
512±30μs 506±3μs 0.99 period.Indexing.time_intersection
30.6±2μs 30.8±0.3μs 1.01 period.Indexing.time_series_loc
3.95±0.3μs 3.96±0.02μs 1.00 period.Indexing.time_shallow_copy
87.9±0.5μs 88.5±0.6μs 1.01 period.Indexing.time_unique
```
|
{
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/32973/reactions"
}
|
https://api.github.com/repos/pandas-dev/pandas/issues/32973/timeline
| null | 0
|
{
"diff_url": "https://github.com/pandas-dev/pandas/pull/32973.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/32973",
"merged_at": "2020-03-30T22:35:22Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/32973.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/32973"
}
|
https://api.github.com/repos/pandas-dev/pandas/issues/32974
|
https://api.github.com/repos/pandas-dev/pandas
|
https://api.github.com/repos/pandas-dev/pandas/issues/32974/labels{/name}
|
https://api.github.com/repos/pandas-dev/pandas/issues/32974/comments
|
https://api.github.com/repos/pandas-dev/pandas/issues/32974/events
|
https://github.com/pandas-dev/pandas/issues/32974
| 586,907,200
|
MDU6SXNzdWU1ODY5MDcyMDA=
| 32,974
|
TST: Rename indices fixture
|
{
"avatar_url": "https://avatars.githubusercontent.com/u/17853006?v=4",
"events_url": "https://api.github.com/users/SaturnFromTitan/events{/privacy}",
"followers_url": "https://api.github.com/users/SaturnFromTitan/followers",
"following_url": "https://api.github.com/users/SaturnFromTitan/following{/other_user}",
"gists_url": "https://api.github.com/users/SaturnFromTitan/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/SaturnFromTitan",
"id": 17853006,
"login": "SaturnFromTitan",
"node_id": "MDQ6VXNlcjE3ODUzMDA2",
"organizations_url": "https://api.github.com/users/SaturnFromTitan/orgs",
"received_events_url": "https://api.github.com/users/SaturnFromTitan/received_events",
"repos_url": "https://api.github.com/users/SaturnFromTitan/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/SaturnFromTitan/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/SaturnFromTitan/subscriptions",
"type": "User",
"url": "https://api.github.com/users/SaturnFromTitan"
}
|
[
{
"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,
"description": "pandas testing functions or related to the test suite",
"id": 127685,
"name": "Testing",
"node_id": "MDU6TGFiZWwxMjc2ODU=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Testing"
}
] |
closed
| false
| null |
[] |
{
"closed_at": "2020-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/jreback/followers",
"following_url": "https://api.github.com/users/jreback/following{/other_user}",
"gists_url": "https://api.github.com/users/jreback/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/jreback",
"id": 953992,
"login": "jreback",
"node_id": "MDQ6VXNlcjk1Mzk5Mg==",
"organizations_url": "https://api.github.com/users/jreback/orgs",
"received_events_url": "https://api.github.com/users/jreback/received_events",
"repos_url": "https://api.github.com/users/jreback/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/jreback/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/jreback/subscriptions",
"type": "User",
"url": "https://api.github.com/users/jreback"
},
"description": "",
"due_on": "2020-08-01T07:00:00Z",
"html_url": "https://github.com/pandas-dev/pandas/milestone/68",
"id": 4894670,
"labels_url": "https://api.github.com/repos/pandas-dev/pandas/milestones/68/labels",
"node_id": "MDk6TWlsZXN0b25lNDg5NDY3MA==",
"number": 68,
"open_issues": 0,
"state": "closed",
"title": "1.1",
"updated_at": "2021-07-17T17:25:28Z",
"url": "https://api.github.com/repos/pandas-dev/pandas/milestones/68"
}
| 1
| 2020-03-24T11:58:36Z
| 2020-06-27T05:53:06Z
| 2020-06-27T00:15:17Z
|
CONTRIBUTOR
| null |
Following up on https://github.com/pandas-dev/pandas/pull/28865#discussion_r333052051 by @simonjayhawkins we should discuss if we want to rename the indices fixture.
A singular name seems more reasonable to its use cases. The most obvious contender is `index`.
Does any1 have objections?
**EDIT:** In [another comment](https://github.com/pandas-dev/pandas/pull/32963#discussion_r397373641) jreback suggested to use `index_fixture` instead to make things more obvious. I agree that it would be a better fit
|
{
"+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/32974/reactions"
}
|
https://api.github.com/repos/pandas-dev/pandas/issues/32974/timeline
| null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/32975
|
https://api.github.com/repos/pandas-dev/pandas
|
https://api.github.com/repos/pandas-dev/pandas/issues/32975/labels{/name}
|
https://api.github.com/repos/pandas-dev/pandas/issues/32975/comments
|
https://api.github.com/repos/pandas-dev/pandas/issues/32975/events
|
https://github.com/pandas-dev/pandas/pull/32975
| 586,914,673
|
MDExOlB1bGxSZXF1ZXN0MzkyOTUzODQ3
| 32,975
|
CLN: Remove shebang from files that don't need it
|
{
"avatar_url": "https://avatars.githubusercontent.com/u/50263213?v=4",
"events_url": "https://api.github.com/users/ShaharNaveh/events{/privacy}",
"followers_url": "https://api.github.com/users/ShaharNaveh/followers",
"following_url": "https://api.github.com/users/ShaharNaveh/following{/other_user}",
"gists_url": "https://api.github.com/users/ShaharNaveh/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/ShaharNaveh",
"id": 50263213,
"login": "ShaharNaveh",
"node_id": "MDQ6VXNlcjUwMjYzMjEz",
"organizations_url": "https://api.github.com/users/ShaharNaveh/orgs",
"received_events_url": "https://api.github.com/users/ShaharNaveh/received_events",
"repos_url": "https://api.github.com/users/ShaharNaveh/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/ShaharNaveh/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/ShaharNaveh/subscriptions",
"type": "User",
"url": "https://api.github.com/users/ShaharNaveh"
}
|
[
{
"color": "207de5",
"default": false,
"description": null,
"id": 211029535,
"name": "Clean",
"node_id": "MDU6TGFiZWwyMTEwMjk1MzU=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Clean"
}
] |
closed
| false
| null |
[] |
{
"closed_at": "2020-07-28T18:13:47Z",
"closed_issues": 2378,
"created_at": "2019-12-02T12:52:48Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jreback/followers",
"following_url": "https://api.github.com/users/jreback/following{/other_user}",
"gists_url": "https://api.github.com/users/jreback/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/jreback",
"id": 953992,
"login": "jreback",
"node_id": "MDQ6VXNlcjk1Mzk5Mg==",
"organizations_url": "https://api.github.com/users/jreback/orgs",
"received_events_url": "https://api.github.com/users/jreback/received_events",
"repos_url": "https://api.github.com/users/jreback/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/jreback/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/jreback/subscriptions",
"type": "User",
"url": "https://api.github.com/users/jreback"
},
"description": "",
"due_on": "2020-08-01T07:00:00Z",
"html_url": "https://github.com/pandas-dev/pandas/milestone/68",
"id": 4894670,
"labels_url": "https://api.github.com/repos/pandas-dev/pandas/milestones/68/labels",
"node_id": "MDk6TWlsZXN0b25lNDg5NDY3MA==",
"number": 68,
"open_issues": 0,
"state": "closed",
"title": "1.1",
"updated_at": "2021-07-17T17:25:28Z",
"url": "https://api.github.com/repos/pandas-dev/pandas/milestones/68"
}
| 2
| 2020-03-24T12:12:35Z
| 2020-03-25T07:40:23Z
| 2020-03-24T23:56:08Z
|
MEMBER
| null |
- [ ] closes #xxxx
- [ ] tests added / passed
- [ ] passes `black pandas`
- [ ] passes `git diff upstream/master -u -- "*.py" | flake8 --diff`
- [ ] whatsnew entry
|
{
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/32975/reactions"
}
|
https://api.github.com/repos/pandas-dev/pandas/issues/32975/timeline
| null | 0
|
{
"diff_url": "https://github.com/pandas-dev/pandas/pull/32975.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/32975",
"merged_at": "2020-03-24T23:56:08Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/32975.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/32975"
}
|
https://api.github.com/repos/pandas-dev/pandas/issues/32976
|
https://api.github.com/repos/pandas-dev/pandas
|
https://api.github.com/repos/pandas-dev/pandas/issues/32976/labels{/name}
|
https://api.github.com/repos/pandas-dev/pandas/issues/32976/comments
|
https://api.github.com/repos/pandas-dev/pandas/issues/32976/events
|
https://github.com/pandas-dev/pandas/issues/32976
| 586,954,051
|
MDU6SXNzdWU1ODY5NTQwNTE=
| 32,976
|
Categorical columns are slow in groupby operations
|
{
"avatar_url": "https://avatars.githubusercontent.com/u/835184?v=4",
"events_url": "https://api.github.com/users/jeremywhelchel/events{/privacy}",
"followers_url": "https://api.github.com/users/jeremywhelchel/followers",
"following_url": "https://api.github.com/users/jeremywhelchel/following{/other_user}",
"gists_url": "https://api.github.com/users/jeremywhelchel/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/jeremywhelchel",
"id": 835184,
"login": "jeremywhelchel",
"node_id": "MDQ6VXNlcjgzNTE4NA==",
"organizations_url": "https://api.github.com/users/jeremywhelchel/orgs",
"received_events_url": "https://api.github.com/users/jeremywhelchel/received_events",
"repos_url": "https://api.github.com/users/jeremywhelchel/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/jeremywhelchel/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/jeremywhelchel/subscriptions",
"type": "User",
"url": "https://api.github.com/users/jeremywhelchel"
}
|
[
{
"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": "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": "e11d21",
"default": false,
"description": "Categorical Data Type",
"id": 78527356,
"name": "Categorical",
"node_id": "MDU6TGFiZWw3ODUyNzM1Ng==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Categorical"
}
] |
open
| false
| null |
[] | null | 5
| 2020-03-24T13:19:49Z
| 2020-05-26T12:22:35Z
| null |
NONE
| null |
#### Code Sample, a copy-pastable example if possible
```python
import pandas as pd
import random
SIZE = 100000
GROUPS = 10000 # The larger, the more extreme the timing differences
CARDINALITY = 10
CAT = pd.CategoricalDtype([i for i in range(CARDINALITY)])
df_int = pd.DataFrame({
'group': [random.randint(0, GROUPS) for i in range(SIZE)],
'cat': [random.choice(CAT.categories) for i in range(SIZE)],
})
df_cat = df_int.astype({'cat': CAT})
df_str = df_cat.astype({'cat': 'str'})
%timeit df_int.groupby('group').last()
# 100 loops, best of 3: 5.51 ms per loop
%timeit df_str.groupby('group').last()
# 100 loops, best of 3: 11.4 ms per loop
%timeit df_cat.groupby('group').last()
# 1 loop, best of 3: 4.62 s per loop
```
#### Problem description
We have a dataframe like the above in production and noticed a particular groupby call was drastically slowing down our pipeline. We were able to workaround the issue by converting categorical types to strings before the groupby operation.
The issue occurs when categorical values are in the grouped frame (not when they're included in the groupby index). The problem scales with the number of groups. The larger the GROUPS value in the snippet above, the worse the timing differences are.
We didn't expect using categories to cause these kind of performance issues. Is this expected, or could it be something worth optimizing for?
#### Output of ``pd.show_versions()``
<details>
[paste the output of ``pd.show_versions()`` here below this line]
INSTALLED VERSIONS
------------------
commit : None
python : 3.6.9.final.0
python-bits : 64
OS : Linux
OS-release : 4.14.137+
machine : x86_64
processor : x86_64
byteorder : little
LC_ALL : None
LANG : en_US.UTF-8
LOCALE : en_US.UTF-8
pandas : 0.25.3
numpy : 1.18.2
pytz : 2018.9
dateutil : 2.8.1
pip : 19.3.1
setuptools : 46.0.0
Cython : 0.29.15
pytest : 3.6.4
hypothesis : None
sphinx : 1.8.5
blosc : None
feather : 0.4.0
xlsxwriter : None
lxml.etree : 4.2.6
html5lib : 1.0.1
pymysql : None
psycopg2 : 2.7.6.1 (dt dec pq3 ext lo64)
jinja2 : 2.11.1
IPython : 5.5.0
pandas_datareader: 0.7.4
bs4 : 4.6.3
bottleneck : 1.3.2
fastparquet : None
gcsfs : None
lxml.etree : 4.2.6
matplotlib : 3.2.1
numexpr : 2.7.1
odfpy : None
openpyxl : 2.5.9
pandas_gbq : 0.11.0
pyarrow : 0.14.1
pytables : None
s3fs : 0.4.0
scipy : 1.4.1
sqlalchemy : 1.3.15
tables : 3.4.4
xarray : 0.15.0
xlrd : 1.1.0
xlwt : 1.3.0
xlsxwriter : None
</details>
|
{
"+1": 3,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 3,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/32976/reactions"
}
|
https://api.github.com/repos/pandas-dev/pandas/issues/32976/timeline
| null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/32977
|
https://api.github.com/repos/pandas-dev/pandas
|
https://api.github.com/repos/pandas-dev/pandas/issues/32977/labels{/name}
|
https://api.github.com/repos/pandas-dev/pandas/issues/32977/comments
|
https://api.github.com/repos/pandas-dev/pandas/issues/32977/events
|
https://github.com/pandas-dev/pandas/pull/32977
| 586,994,782
|
MDExOlB1bGxSZXF1ZXN0MzkzMDE5NTA1
| 32,977
|
DOC: Mention default behaviour of index_col in readcsv
|
{
"avatar_url": "https://avatars.githubusercontent.com/u/13381361?v=4",
"events_url": "https://api.github.com/users/Bharat123rox/events{/privacy}",
"followers_url": "https://api.github.com/users/Bharat123rox/followers",
"following_url": "https://api.github.com/users/Bharat123rox/following{/other_user}",
"gists_url": "https://api.github.com/users/Bharat123rox/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/Bharat123rox",
"id": 13381361,
"login": "Bharat123rox",
"node_id": "MDQ6VXNlcjEzMzgxMzYx",
"organizations_url": "https://api.github.com/users/Bharat123rox/orgs",
"received_events_url": "https://api.github.com/users/Bharat123rox/received_events",
"repos_url": "https://api.github.com/users/Bharat123rox/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/Bharat123rox/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/Bharat123rox/subscriptions",
"type": "User",
"url": "https://api.github.com/users/Bharat123rox"
}
|
[
{
"color": "3465A4",
"default": false,
"description": null,
"id": 134699,
"name": "Docs",
"node_id": "MDU6TGFiZWwxMzQ2OTk=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Docs"
}
] |
closed
| false
| null |
[] |
{
"closed_at": "2020-07-28T18:13:47Z",
"closed_issues": 2378,
"created_at": "2019-12-02T12:52:48Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jreback/followers",
"following_url": "https://api.github.com/users/jreback/following{/other_user}",
"gists_url": "https://api.github.com/users/jreback/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/jreback",
"id": 953992,
"login": "jreback",
"node_id": "MDQ6VXNlcjk1Mzk5Mg==",
"organizations_url": "https://api.github.com/users/jreback/orgs",
"received_events_url": "https://api.github.com/users/jreback/received_events",
"repos_url": "https://api.github.com/users/jreback/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/jreback/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/jreback/subscriptions",
"type": "User",
"url": "https://api.github.com/users/jreback"
},
"description": "",
"due_on": "2020-08-01T07:00:00Z",
"html_url": "https://github.com/pandas-dev/pandas/milestone/68",
"id": 4894670,
"labels_url": "https://api.github.com/repos/pandas-dev/pandas/milestones/68/labels",
"node_id": "MDk6TWlsZXN0b25lNDg5NDY3MA==",
"number": 68,
"open_issues": 0,
"state": "closed",
"title": "1.1",
"updated_at": "2021-07-17T17:25:28Z",
"url": "https://api.github.com/repos/pandas-dev/pandas/milestones/68"
}
| 1
| 2020-03-24T14:19:17Z
| 2020-04-07T00:23:49Z
| 2020-04-07T00:23:21Z
|
CONTRIBUTOR
| null |
- [x] closes #32664
- [ ] tests added / passed (Not needed)
- [x] passes `black pandas`
- [x] passes `git diff upstream/master -u -- "*.py" | flake8 --diff`
- [ ] whatsnew entry (Not needed)
|
{
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/32977/reactions"
}
|
https://api.github.com/repos/pandas-dev/pandas/issues/32977/timeline
| null | 0
|
{
"diff_url": "https://github.com/pandas-dev/pandas/pull/32977.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/32977",
"merged_at": "2020-04-07T00:23:21Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/32977.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/32977"
}
|
https://api.github.com/repos/pandas-dev/pandas/issues/32978
|
https://api.github.com/repos/pandas-dev/pandas
|
https://api.github.com/repos/pandas-dev/pandas/issues/32978/labels{/name}
|
https://api.github.com/repos/pandas-dev/pandas/issues/32978/comments
|
https://api.github.com/repos/pandas-dev/pandas/issues/32978/events
|
https://github.com/pandas-dev/pandas/pull/32978
| 587,031,544
|
MDExOlB1bGxSZXF1ZXN0MzkzMDQ5NDMy
| 32,978
|
DOC: Fix capitalization among headings in documentation files (#32550)
|
{
"avatar_url": "https://avatars.githubusercontent.com/u/12384095?v=4",
"events_url": "https://api.github.com/users/themien/events{/privacy}",
"followers_url": "https://api.github.com/users/themien/followers",
"following_url": "https://api.github.com/users/themien/following{/other_user}",
"gists_url": "https://api.github.com/users/themien/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/themien",
"id": 12384095,
"login": "themien",
"node_id": "MDQ6VXNlcjEyMzg0MDk1",
"organizations_url": "https://api.github.com/users/themien/orgs",
"received_events_url": "https://api.github.com/users/themien/received_events",
"repos_url": "https://api.github.com/users/themien/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/themien/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/themien/subscriptions",
"type": "User",
"url": "https://api.github.com/users/themien"
}
|
[
{
"color": "3465A4",
"default": false,
"description": null,
"id": 134699,
"name": "Docs",
"node_id": "MDU6TGFiZWwxMzQ2OTk=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Docs"
}
] |
closed
| false
| null |
[] |
{
"closed_at": "2020-07-28T18:13:47Z",
"closed_issues": 2378,
"created_at": "2019-12-02T12:52:48Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jreback/followers",
"following_url": "https://api.github.com/users/jreback/following{/other_user}",
"gists_url": "https://api.github.com/users/jreback/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/jreback",
"id": 953992,
"login": "jreback",
"node_id": "MDQ6VXNlcjk1Mzk5Mg==",
"organizations_url": "https://api.github.com/users/jreback/orgs",
"received_events_url": "https://api.github.com/users/jreback/received_events",
"repos_url": "https://api.github.com/users/jreback/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/jreback/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/jreback/subscriptions",
"type": "User",
"url": "https://api.github.com/users/jreback"
},
"description": "",
"due_on": "2020-08-01T07:00:00Z",
"html_url": "https://github.com/pandas-dev/pandas/milestone/68",
"id": 4894670,
"labels_url": "https://api.github.com/repos/pandas-dev/pandas/milestones/68/labels",
"node_id": "MDk6TWlsZXN0b25lNDg5NDY3MA==",
"number": 68,
"open_issues": 0,
"state": "closed",
"title": "1.1",
"updated_at": "2021-07-17T17:25:28Z",
"url": "https://api.github.com/repos/pandas-dev/pandas/milestones/68"
}
| 2
| 2020-03-24T15:09:51Z
| 2020-04-07T18:29:24Z
| 2020-04-07T01:27:42Z
|
CONTRIBUTOR
| null |
Files updated:
```
- [ ] doc/source/development/policies.rst
- [ ] doc/source/development/roadmap.rst
- [ ] doc/source/ecosystem.rst
- [ ] doc/source/getting_started/comparison/comparison_with_sas.rst
- [ ] doc/source/getting_started/comparison/comparison_with_sql.rst
```
more files updated in different PRs: #32944, #32991
|
{
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/32978/reactions"
}
|
https://api.github.com/repos/pandas-dev/pandas/issues/32978/timeline
| null | 0
|
{
"diff_url": "https://github.com/pandas-dev/pandas/pull/32978.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/32978",
"merged_at": "2020-04-07T01:27:42Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/32978.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/32978"
}
|
https://api.github.com/repos/pandas-dev/pandas/issues/32979
|
https://api.github.com/repos/pandas-dev/pandas
|
https://api.github.com/repos/pandas-dev/pandas/issues/32979/labels{/name}
|
https://api.github.com/repos/pandas-dev/pandas/issues/32979/comments
|
https://api.github.com/repos/pandas-dev/pandas/issues/32979/events
|
https://github.com/pandas-dev/pandas/pull/32979
| 587,035,963
|
MDExOlB1bGxSZXF1ZXN0MzkzMDUzMTQx
| 32,979
|
Add error message for tz_localize
|
{
"avatar_url": "https://avatars.githubusercontent.com/u/5400810?v=4",
"events_url": "https://api.github.com/users/sumanau7/events{/privacy}",
"followers_url": "https://api.github.com/users/sumanau7/followers",
"following_url": "https://api.github.com/users/sumanau7/following{/other_user}",
"gists_url": "https://api.github.com/users/sumanau7/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/sumanau7",
"id": 5400810,
"login": "sumanau7",
"node_id": "MDQ6VXNlcjU0MDA4MTA=",
"organizations_url": "https://api.github.com/users/sumanau7/orgs",
"received_events_url": "https://api.github.com/users/sumanau7/received_events",
"repos_url": "https://api.github.com/users/sumanau7/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/sumanau7/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/sumanau7/subscriptions",
"type": "User",
"url": "https://api.github.com/users/sumanau7"
}
|
[
{
"color": "ffa0ff",
"default": false,
"description": "Incorrect or improved errors from pandas",
"id": 42670965,
"name": "Error Reporting",
"node_id": "MDU6TGFiZWw0MjY3MDk2NQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Error%20Reporting"
}
] |
closed
| false
| null |
[] |
{
"closed_at": "2020-07-28T18:13:47Z",
"closed_issues": 2378,
"created_at": "2019-12-02T12:52:48Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jreback/followers",
"following_url": "https://api.github.com/users/jreback/following{/other_user}",
"gists_url": "https://api.github.com/users/jreback/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/jreback",
"id": 953992,
"login": "jreback",
"node_id": "MDQ6VXNlcjk1Mzk5Mg==",
"organizations_url": "https://api.github.com/users/jreback/orgs",
"received_events_url": "https://api.github.com/users/jreback/received_events",
"repos_url": "https://api.github.com/users/jreback/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/jreback/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/jreback/subscriptions",
"type": "User",
"url": "https://api.github.com/users/jreback"
},
"description": "",
"due_on": "2020-08-01T07:00:00Z",
"html_url": "https://github.com/pandas-dev/pandas/milestone/68",
"id": 4894670,
"labels_url": "https://api.github.com/repos/pandas-dev/pandas/milestones/68/labels",
"node_id": "MDk6TWlsZXN0b25lNDg5NDY3MA==",
"number": 68,
"open_issues": 0,
"state": "closed",
"title": "1.1",
"updated_at": "2021-07-17T17:25:28Z",
"url": "https://api.github.com/repos/pandas-dev/pandas/milestones/68"
}
| 11
| 2020-03-24T15:15:46Z
| 2020-06-14T17:26:22Z
| 2020-06-14T17:26:22Z
|
CONTRIBUTOR
| null |
- [x] closes #32967
- [x] tests added / passed
- [x] passes `black pandas`
- [x] passes `git diff upstream/master -u -- "*.py" | flake8 --diff`
- [x] whatsnew entry
|
{
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/32979/reactions"
}
|
https://api.github.com/repos/pandas-dev/pandas/issues/32979/timeline
| null | 0
|
{
"diff_url": "https://github.com/pandas-dev/pandas/pull/32979.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/32979",
"merged_at": null,
"patch_url": "https://github.com/pandas-dev/pandas/pull/32979.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/32979"
}
|
https://api.github.com/repos/pandas-dev/pandas/issues/32980
|
https://api.github.com/repos/pandas-dev/pandas
|
https://api.github.com/repos/pandas-dev/pandas/issues/32980/labels{/name}
|
https://api.github.com/repos/pandas-dev/pandas/issues/32980/comments
|
https://api.github.com/repos/pandas-dev/pandas/issues/32980/events
|
https://github.com/pandas-dev/pandas/pull/32980
| 587,043,470
|
MDExOlB1bGxSZXF1ZXN0MzkzMDU5NDMx
| 32,980
|
DOC: Fix examples in reshape
|
{
"avatar_url": "https://avatars.githubusercontent.com/u/50263213?v=4",
"events_url": "https://api.github.com/users/ShaharNaveh/events{/privacy}",
"followers_url": "https://api.github.com/users/ShaharNaveh/followers",
"following_url": "https://api.github.com/users/ShaharNaveh/following{/other_user}",
"gists_url": "https://api.github.com/users/ShaharNaveh/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/ShaharNaveh",
"id": 50263213,
"login": "ShaharNaveh",
"node_id": "MDQ6VXNlcjUwMjYzMjEz",
"organizations_url": "https://api.github.com/users/ShaharNaveh/orgs",
"received_events_url": "https://api.github.com/users/ShaharNaveh/received_events",
"repos_url": "https://api.github.com/users/ShaharNaveh/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/ShaharNaveh/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/ShaharNaveh/subscriptions",
"type": "User",
"url": "https://api.github.com/users/ShaharNaveh"
}
|
[
{
"color": "3465A4",
"default": false,
"description": null,
"id": 134699,
"name": "Docs",
"node_id": "MDU6TGFiZWwxMzQ2OTk=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Docs"
}
] |
closed
| false
| null |
[] |
{
"closed_at": "2020-07-28T18:13:47Z",
"closed_issues": 2378,
"created_at": "2019-12-02T12:52:48Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jreback/followers",
"following_url": "https://api.github.com/users/jreback/following{/other_user}",
"gists_url": "https://api.github.com/users/jreback/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/jreback",
"id": 953992,
"login": "jreback",
"node_id": "MDQ6VXNlcjk1Mzk5Mg==",
"organizations_url": "https://api.github.com/users/jreback/orgs",
"received_events_url": "https://api.github.com/users/jreback/received_events",
"repos_url": "https://api.github.com/users/jreback/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/jreback/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/jreback/subscriptions",
"type": "User",
"url": "https://api.github.com/users/jreback"
},
"description": "",
"due_on": "2020-08-01T07:00:00Z",
"html_url": "https://github.com/pandas-dev/pandas/milestone/68",
"id": 4894670,
"labels_url": "https://api.github.com/repos/pandas-dev/pandas/milestones/68/labels",
"node_id": "MDk6TWlsZXN0b25lNDg5NDY3MA==",
"number": 68,
"open_issues": 0,
"state": "closed",
"title": "1.1",
"updated_at": "2021-07-17T17:25:28Z",
"url": "https://api.github.com/repos/pandas-dev/pandas/milestones/68"
}
| 1
| 2020-03-24T15:25:40Z
| 2020-03-29T09:23:40Z
| 2020-03-27T21:08:52Z
|
MEMBER
| null |
- [ ] closes #xxxx
- [x] tests added / passed
- [x] passes `black pandas`
- [x] passes `git diff upstream/master -u -- "*.py" | flake8 --diff`
- [ ] whatsnew entry
|
{
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/32980/reactions"
}
|
https://api.github.com/repos/pandas-dev/pandas/issues/32980/timeline
| null | 0
|
{
"diff_url": "https://github.com/pandas-dev/pandas/pull/32980.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/32980",
"merged_at": "2020-03-27T21:08:52Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/32980.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/32980"
}
|
https://api.github.com/repos/pandas-dev/pandas/issues/32981
|
https://api.github.com/repos/pandas-dev/pandas
|
https://api.github.com/repos/pandas-dev/pandas/issues/32981/labels{/name}
|
https://api.github.com/repos/pandas-dev/pandas/issues/32981/comments
|
https://api.github.com/repos/pandas-dev/pandas/issues/32981/events
|
https://github.com/pandas-dev/pandas/pull/32981
| 587,070,446
|
MDExOlB1bGxSZXF1ZXN0MzkzMDgyMjI1
| 32,981
|
TST: Move _get_cython_table_params into pandas/_testing.py
|
{
"avatar_url": "https://avatars.githubusercontent.com/u/17853006?v=4",
"events_url": "https://api.github.com/users/SaturnFromTitan/events{/privacy}",
"followers_url": "https://api.github.com/users/SaturnFromTitan/followers",
"following_url": "https://api.github.com/users/SaturnFromTitan/following{/other_user}",
"gists_url": "https://api.github.com/users/SaturnFromTitan/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/SaturnFromTitan",
"id": 17853006,
"login": "SaturnFromTitan",
"node_id": "MDQ6VXNlcjE3ODUzMDA2",
"organizations_url": "https://api.github.com/users/SaturnFromTitan/orgs",
"received_events_url": "https://api.github.com/users/SaturnFromTitan/received_events",
"repos_url": "https://api.github.com/users/SaturnFromTitan/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/SaturnFromTitan/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/SaturnFromTitan/subscriptions",
"type": "User",
"url": "https://api.github.com/users/SaturnFromTitan"
}
|
[
{
"color": "C4A000",
"default": false,
"description": "pandas testing functions or related to the test suite",
"id": 127685,
"name": "Testing",
"node_id": "MDU6TGFiZWwxMjc2ODU=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Testing"
}
] |
closed
| false
| null |
[] |
{
"closed_at": "2020-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/jreback/followers",
"following_url": "https://api.github.com/users/jreback/following{/other_user}",
"gists_url": "https://api.github.com/users/jreback/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/jreback",
"id": 953992,
"login": "jreback",
"node_id": "MDQ6VXNlcjk1Mzk5Mg==",
"organizations_url": "https://api.github.com/users/jreback/orgs",
"received_events_url": "https://api.github.com/users/jreback/received_events",
"repos_url": "https://api.github.com/users/jreback/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/jreback/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/jreback/subscriptions",
"type": "User",
"url": "https://api.github.com/users/jreback"
},
"description": "",
"due_on": "2020-08-01T07:00:00Z",
"html_url": "https://github.com/pandas-dev/pandas/milestone/68",
"id": 4894670,
"labels_url": "https://api.github.com/repos/pandas-dev/pandas/milestones/68/labels",
"node_id": "MDk6TWlsZXN0b25lNDg5NDY3MA==",
"number": 68,
"open_issues": 0,
"state": "closed",
"title": "1.1",
"updated_at": "2021-07-17T17:25:28Z",
"url": "https://api.github.com/repos/pandas-dev/pandas/milestones/68"
}
| 2
| 2020-03-24T15:57:22Z
| 2020-03-24T19:35:43Z
| 2020-03-24T19:35:39Z
|
CONTRIBUTOR
| null |
Part of #30914
- [x] tests added / passed
- [x] passes `black pandas`
- [x] passes `git diff upstream/master -u -- "*.py" | flake8 --diff`
|
{
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/32981/reactions"
}
|
https://api.github.com/repos/pandas-dev/pandas/issues/32981/timeline
| null | 0
|
{
"diff_url": "https://github.com/pandas-dev/pandas/pull/32981.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/32981",
"merged_at": "2020-03-24T19:35:39Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/32981.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/32981"
}
|
https://api.github.com/repos/pandas-dev/pandas/issues/32982
|
https://api.github.com/repos/pandas-dev/pandas
|
https://api.github.com/repos/pandas-dev/pandas/issues/32982/labels{/name}
|
https://api.github.com/repos/pandas-dev/pandas/issues/32982/comments
|
https://api.github.com/repos/pandas-dev/pandas/issues/32982/events
|
https://github.com/pandas-dev/pandas/issues/32982
| 587,092,540
|
MDU6SXNzdWU1ODcwOTI1NDA=
| 32,982
|
ImportError: Unable to import required dependencies. Most likely due to a circular import. Conflict with numpy
|
{
"avatar_url": "https://avatars.githubusercontent.com/u/50370928?v=4",
"events_url": "https://api.github.com/users/GrzegorzKrug/events{/privacy}",
"followers_url": "https://api.github.com/users/GrzegorzKrug/followers",
"following_url": "https://api.github.com/users/GrzegorzKrug/following{/other_user}",
"gists_url": "https://api.github.com/users/GrzegorzKrug/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/GrzegorzKrug",
"id": 50370928,
"login": "GrzegorzKrug",
"node_id": "MDQ6VXNlcjUwMzcwOTI4",
"organizations_url": "https://api.github.com/users/GrzegorzKrug/orgs",
"received_events_url": "https://api.github.com/users/GrzegorzKrug/received_events",
"repos_url": "https://api.github.com/users/GrzegorzKrug/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/GrzegorzKrug/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/GrzegorzKrug/subscriptions",
"type": "User",
"url": "https://api.github.com/users/GrzegorzKrug"
}
|
[] |
closed
| false
| null |
[] | null | 1
| 2020-03-24T16:24:29Z
| 2020-03-24T17:19:26Z
| 2020-03-24T17:19:16Z
|
NONE
| null |
<!-- Please describe the issue in detail here, and fill in the fields below -->
I am working in python 3.8.1 to be specific.
This error appears when runing script in conda environment and also in docker image.
### Reproducing code example:
<!-- A short code example that reproduces the problem/missing feature. It should be
self-contained, i.e., possible to run as-is via 'python myproblem.py' -->
```
conda create -n analzyer python=3.8.1
conda activate analyzer
pip install -r requirements.txt
python db_initiator.py
```
```
# Requirements.txt
numpy==1.18.2 # This package has conflict
pandas==1.0.1
PyQt5==5.14.1
request==2019.4.13
requests==2.23.0
requests_oauthlib==1.3.0
pytest==5.3.5
psycopg2-binary==2.8.4
SQLAlchemy==1.3.15
```
```
# db_initiator.py
from sqlalchemy import Column, Integer, String, ForeignKey
```
<!-- Remove these sections for a feature request -->
### Error message:
```
Traceback (most recent call last):
File "/home/greg/_Local/git/TwitterAnalyzer/twitter_analyzer/analyzer/db_initiator.py", line 1, in <module>
from sqlalchemy import Column, Integer, String, ForeignKey
File "/home/greg/anaconda3/envs/analyzer/lib/python3.8/site-packages/sqlalchemy/__init__.py", line 8, in <module>
from . import util as _util # noqa
File "/home/greg/anaconda3/envs/analyzer/lib/python3.8/site-packages/sqlalchemy/util/__init__.py", line 9, in <module>
from collections import defaultdict # noqa
File "/home/greg/anaconda3/envs/analyzer/lib/python3.8/collections/__init__.py", line 21, in <module>
from operator import itemgetter as _itemgetter, eq as _eq
File "/home/greg/_Local/git/TwitterAnalyzer/twitter_analyzer/analyzer/operator.py", line 6, in <module>
import pandas as pd
File "/home/greg/anaconda3/envs/analyzer/lib/python3.8/site-packages/pandas/__init__.py", line 16, in <module>
raise ImportError(
ImportError: Unable to import required dependencies:
numpy:
IMPORTANT: PLEASE READ THIS FOR ADVICE ON HOW TO SOLVE THIS ISSUE!
Importing the numpy c-extensions failed.
- Try uninstalling and reinstalling numpy.
- If you have already done that, then:
1. Check that you expected to use Python3.8 from "/home/greg/anaconda3/envs/analyzer/bin/python",
and that you have no directories in your PATH or PYTHONPATH that can
interfere with the Python and numpy version "1.18.2" you're trying to use.
2. If (1) looks fine, you can open a new issue at
https://github.com/numpy/numpy/issues. Please include details on:
- how you installed Python
- how you installed numpy
- your operating system
- whether or not you have multiple versions of Python installed
- if you built from source, your compiler versions and ideally a build log
- If you're working with a numpy git repository, try `git clean -xdf`
(removes all files not under version control) and rebuild numpy.
Note: this error has many possible causes, so please don't comment on
an existing issue about this - open a new one instead.
Original error was: cannot import name 'namedtuple' from partially initialized module 'collections' (most likely due to a circular import) (/home/greg/anaconda3/envs/analyzer/lib/python3.8/collections/__init__.py)
Process finished with exit code 1
```
### Numpy/Python version information:
```
numpy==1.18.2
pandas==1.0.1
```
<!-- Output from 'import sys, numpy; print(numpy.__version__, sys.version)' -->
I can not do this. Got error when importing numpy itself
```
import sys, numpy; print(numpy.__version__, sys.version)
```
```
>>> import numpy
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/home/greg/anaconda3/envs/analyzer/lib/python3.8/site-packages/numpy/__init__.py", line 142, in <module>
from . import core
File "/home/greg/anaconda3/envs/analyzer/lib/python3.8/site-packages/numpy/core/__init__.py", line 24, in <module>
from . import multiarray
File "/home/greg/anaconda3/envs/analyzer/lib/python3.8/site-packages/numpy/core/multiarray.py", line 9, in <module>
import functools
File "/home/greg/anaconda3/envs/analyzer/lib/python3.8/functools.py", line 17, in <module>
from collections import namedtuple
File "/home/greg/anaconda3/envs/analyzer/lib/python3.8/collections/__init__.py", line 21, in <module>
from operator import itemgetter as _itemgetter, eq as _eq
File "/home/greg/_Local/git/TwitterAnalyzer/twitter_analyzer/analyzer/operator.py", line 6, in <module>
import pandas as pd
File "/home/greg/anaconda3/envs/analyzer/lib/python3.8/site-packages/pandas/__init__.py", line 22, in <module>
from pandas.compat.numpy import (
File "/home/greg/anaconda3/envs/analyzer/lib/python3.8/site-packages/pandas/compat/__init__.py", line 10, in <module>
import platform
File "/home/greg/anaconda3/envs/analyzer/lib/python3.8/platform.py", line 117, in <module>
import re
File "/home/greg/anaconda3/envs/analyzer/lib/python3.8/re.py", line 313, in <module>
@functools.lru_cache(_MAXCACHE)
AttributeError: partially initialized module 'functools' has no attribute 'lru_cache' (most likely due to a circular import)
```
From my test, I know that conflict is when I install `pandas` and `numpy` only. Error is the same when importing numpy.
```
$ pip list
Package Version
--------------- -------------------
certifi 2019.11.28
numpy 1.18.2
pandas 1.0.3
pip 20.0.2
python-dateutil 2.8.1
pytz 2019.3
setuptools 46.1.1.post20200323
six 1.14.0
wheel 0.34.2
```
|
{
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/32982/reactions"
}
|
https://api.github.com/repos/pandas-dev/pandas/issues/32982/timeline
| null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/32983
|
https://api.github.com/repos/pandas-dev/pandas
|
https://api.github.com/repos/pandas-dev/pandas/issues/32983/labels{/name}
|
https://api.github.com/repos/pandas-dev/pandas/issues/32983/comments
|
https://api.github.com/repos/pandas-dev/pandas/issues/32983/events
|
https://github.com/pandas-dev/pandas/pull/32983
| 587,097,073
|
MDExOlB1bGxSZXF1ZXN0MzkzMTA0NDA0
| 32,983
|
DOC: Fix orc link
|
{
"avatar_url": "https://avatars.githubusercontent.com/u/942874?v=4",
"events_url": "https://api.github.com/users/RJ3/events{/privacy}",
"followers_url": "https://api.github.com/users/RJ3/followers",
"following_url": "https://api.github.com/users/RJ3/following{/other_user}",
"gists_url": "https://api.github.com/users/RJ3/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/RJ3",
"id": 942874,
"login": "RJ3",
"node_id": "MDQ6VXNlcjk0Mjg3NA==",
"organizations_url": "https://api.github.com/users/RJ3/orgs",
"received_events_url": "https://api.github.com/users/RJ3/received_events",
"repos_url": "https://api.github.com/users/RJ3/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/RJ3/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/RJ3/subscriptions",
"type": "User",
"url": "https://api.github.com/users/RJ3"
}
|
[
{
"color": "3465A4",
"default": false,
"description": null,
"id": 134699,
"name": "Docs",
"node_id": "MDU6TGFiZWwxMzQ2OTk=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Docs"
}
] |
closed
| false
| null |
[] |
{
"closed_at": "2020-07-28T18:13:47Z",
"closed_issues": 2378,
"created_at": "2019-12-02T12:52:48Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jreback/followers",
"following_url": "https://api.github.com/users/jreback/following{/other_user}",
"gists_url": "https://api.github.com/users/jreback/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/jreback",
"id": 953992,
"login": "jreback",
"node_id": "MDQ6VXNlcjk1Mzk5Mg==",
"organizations_url": "https://api.github.com/users/jreback/orgs",
"received_events_url": "https://api.github.com/users/jreback/received_events",
"repos_url": "https://api.github.com/users/jreback/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/jreback/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/jreback/subscriptions",
"type": "User",
"url": "https://api.github.com/users/jreback"
},
"description": "",
"due_on": "2020-08-01T07:00:00Z",
"html_url": "https://github.com/pandas-dev/pandas/milestone/68",
"id": 4894670,
"labels_url": "https://api.github.com/repos/pandas-dev/pandas/milestones/68/labels",
"node_id": "MDk6TWlsZXN0b25lNDg5NDY3MA==",
"number": 68,
"open_issues": 0,
"state": "closed",
"title": "1.1",
"updated_at": "2021-07-17T17:25:28Z",
"url": "https://api.github.com/repos/pandas-dev/pandas/milestones/68"
}
| 0
| 2020-03-24T16:29:52Z
| 2020-03-24T20:10:53Z
| 2020-03-24T20:10:36Z
|
CONTRIBUTOR
| null |
- [ ] closes #xxxx
- [ ] tests added / passed
- [ ] passes `black pandas`
- [ ] passes `git diff upstream/master -u -- "*.py" | flake8 --diff`
- [ ] whatsnew entry
|
{
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/32983/reactions"
}
|
https://api.github.com/repos/pandas-dev/pandas/issues/32983/timeline
| null | 0
|
{
"diff_url": "https://github.com/pandas-dev/pandas/pull/32983.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/32983",
"merged_at": "2020-03-24T20:10:36Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/32983.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/32983"
}
|
https://api.github.com/repos/pandas-dev/pandas/issues/32984
|
https://api.github.com/repos/pandas-dev/pandas
|
https://api.github.com/repos/pandas-dev/pandas/issues/32984/labels{/name}
|
https://api.github.com/repos/pandas-dev/pandas/issues/32984/comments
|
https://api.github.com/repos/pandas-dev/pandas/issues/32984/events
|
https://github.com/pandas-dev/pandas/pull/32984
| 587,160,294
|
MDExOlB1bGxSZXF1ZXN0MzkzMTU4MTEw
| 32,984
|
PERF: Enable %z in parsing datetime
|
{
"avatar_url": "https://avatars.githubusercontent.com/u/30631476?v=4",
"events_url": "https://api.github.com/users/quangngd/events{/privacy}",
"followers_url": "https://api.github.com/users/quangngd/followers",
"following_url": "https://api.github.com/users/quangngd/following{/other_user}",
"gists_url": "https://api.github.com/users/quangngd/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/quangngd",
"id": 30631476,
"login": "quangngd",
"node_id": "MDQ6VXNlcjMwNjMxNDc2",
"organizations_url": "https://api.github.com/users/quangngd/orgs",
"received_events_url": "https://api.github.com/users/quangngd/received_events",
"repos_url": "https://api.github.com/users/quangngd/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/quangngd/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/quangngd/subscriptions",
"type": "User",
"url": "https://api.github.com/users/quangngd"
}
|
[
{
"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": "5319e7",
"default": false,
"description": "Timezone data dtype",
"id": 60458168,
"name": "Timezones",
"node_id": "MDU6TGFiZWw2MDQ1ODE2OA==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Timezones"
}
] |
closed
| false
| null |
[] |
{
"closed_at": "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/jreback/followers",
"following_url": "https://api.github.com/users/jreback/following{/other_user}",
"gists_url": "https://api.github.com/users/jreback/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/jreback",
"id": 953992,
"login": "jreback",
"node_id": "MDQ6VXNlcjk1Mzk5Mg==",
"organizations_url": "https://api.github.com/users/jreback/orgs",
"received_events_url": "https://api.github.com/users/jreback/received_events",
"repos_url": "https://api.github.com/users/jreback/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/jreback/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/jreback/subscriptions",
"type": "User",
"url": "https://api.github.com/users/jreback"
},
"description": "",
"due_on": "2020-08-01T07:00:00Z",
"html_url": "https://github.com/pandas-dev/pandas/milestone/68",
"id": 4894670,
"labels_url": "https://api.github.com/repos/pandas-dev/pandas/milestones/68/labels",
"node_id": "MDk6TWlsZXN0b25lNDg5NDY3MA==",
"number": 68,
"open_issues": 0,
"state": "closed",
"title": "1.1",
"updated_at": "2021-07-17T17:25:28Z",
"url": "https://api.github.com/repos/pandas-dev/pandas/milestones/68"
}
| 7
| 2020-03-24T17:48:46Z
| 2020-04-17T14:23:47Z
| 2020-03-29T15:54:50Z
|
CONTRIBUTOR
| null |
- [ ] closes #32792
- [ ] tests added / passed
- [ ] passes `black pandas`
- [ ] passes `git diff upstream/master -u -- "*.py" | flake8 --diff`
- [ ] whatsnew entry
|
{
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/32984/reactions"
}
|
https://api.github.com/repos/pandas-dev/pandas/issues/32984/timeline
| null | 0
|
{
"diff_url": "https://github.com/pandas-dev/pandas/pull/32984.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/32984",
"merged_at": "2020-03-29T15:54:50Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/32984.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/32984"
}
|
https://api.github.com/repos/pandas-dev/pandas/issues/32985
|
https://api.github.com/repos/pandas-dev/pandas
|
https://api.github.com/repos/pandas-dev/pandas/issues/32985/labels{/name}
|
https://api.github.com/repos/pandas-dev/pandas/issues/32985/comments
|
https://api.github.com/repos/pandas-dev/pandas/issues/32985/events
|
https://github.com/pandas-dev/pandas/pull/32985
| 587,250,533
|
MDExOlB1bGxSZXF1ZXN0MzkzMjMyMzM3
| 32,985
|
CLN: Remove NameResolutionError
|
{
"avatar_url": "https://avatars.githubusercontent.com/u/2658661?v=4",
"events_url": "https://api.github.com/users/dsaxton/events{/privacy}",
"followers_url": "https://api.github.com/users/dsaxton/followers",
"following_url": "https://api.github.com/users/dsaxton/following{/other_user}",
"gists_url": "https://api.github.com/users/dsaxton/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/dsaxton",
"id": 2658661,
"login": "dsaxton",
"node_id": "MDQ6VXNlcjI2NTg2NjE=",
"organizations_url": "https://api.github.com/users/dsaxton/orgs",
"received_events_url": "https://api.github.com/users/dsaxton/received_events",
"repos_url": "https://api.github.com/users/dsaxton/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/dsaxton/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/dsaxton/subscriptions",
"type": "User",
"url": "https://api.github.com/users/dsaxton"
}
|
[
{
"color": "207de5",
"default": false,
"description": null,
"id": 211029535,
"name": "Clean",
"node_id": "MDU6TGFiZWwyMTEwMjk1MzU=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Clean"
}
] |
closed
| false
| null |
[] |
{
"closed_at": "2020-07-28T18:13:47Z",
"closed_issues": 2378,
"created_at": "2019-12-02T12:52:48Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jreback/followers",
"following_url": "https://api.github.com/users/jreback/following{/other_user}",
"gists_url": "https://api.github.com/users/jreback/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/jreback",
"id": 953992,
"login": "jreback",
"node_id": "MDQ6VXNlcjk1Mzk5Mg==",
"organizations_url": "https://api.github.com/users/jreback/orgs",
"received_events_url": "https://api.github.com/users/jreback/received_events",
"repos_url": "https://api.github.com/users/jreback/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/jreback/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/jreback/subscriptions",
"type": "User",
"url": "https://api.github.com/users/jreback"
},
"description": "",
"due_on": "2020-08-01T07:00:00Z",
"html_url": "https://github.com/pandas-dev/pandas/milestone/68",
"id": 4894670,
"labels_url": "https://api.github.com/repos/pandas-dev/pandas/milestones/68/labels",
"node_id": "MDk6TWlsZXN0b25lNDg5NDY3MA==",
"number": 68,
"open_issues": 0,
"state": "closed",
"title": "1.1",
"updated_at": "2021-07-17T17:25:28Z",
"url": "https://api.github.com/repos/pandas-dev/pandas/milestones/68"
}
| 2
| 2020-03-24T20:12:36Z
| 2020-03-26T01:25:03Z
| 2020-03-26T01:20:03Z
|
MEMBER
| null |
Another small cleanup (this exception was removed in 0.14.0 according to release notes)
|
{
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/32985/reactions"
}
|
https://api.github.com/repos/pandas-dev/pandas/issues/32985/timeline
| null | 0
|
{
"diff_url": "https://github.com/pandas-dev/pandas/pull/32985.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/32985",
"merged_at": "2020-03-26T01:20:03Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/32985.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/32985"
}
|
https://api.github.com/repos/pandas-dev/pandas/issues/32986
|
https://api.github.com/repos/pandas-dev/pandas
|
https://api.github.com/repos/pandas-dev/pandas/issues/32986/labels{/name}
|
https://api.github.com/repos/pandas-dev/pandas/issues/32986/comments
|
https://api.github.com/repos/pandas-dev/pandas/issues/32986/events
|
https://github.com/pandas-dev/pandas/pull/32986
| 587,257,501
|
MDExOlB1bGxSZXF1ZXN0MzkzMjM4MDg2
| 32,986
|
DOC: Modify validate_rst_title_capitalization.py script
|
{
"avatar_url": "https://avatars.githubusercontent.com/u/24496267?v=4",
"events_url": "https://api.github.com/users/cleconte987/events{/privacy}",
"followers_url": "https://api.github.com/users/cleconte987/followers",
"following_url": "https://api.github.com/users/cleconte987/following{/other_user}",
"gists_url": "https://api.github.com/users/cleconte987/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/cleconte987",
"id": 24496267,
"login": "cleconte987",
"node_id": "MDQ6VXNlcjI0NDk2MjY3",
"organizations_url": "https://api.github.com/users/cleconte987/orgs",
"received_events_url": "https://api.github.com/users/cleconte987/received_events",
"repos_url": "https://api.github.com/users/cleconte987/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/cleconte987/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/cleconte987/subscriptions",
"type": "User",
"url": "https://api.github.com/users/cleconte987"
}
|
[
{
"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 | 2
| 2020-03-24T20:25:36Z
| 2020-03-24T22:54:54Z
| 2020-03-24T22:54:54Z
|
CONTRIBUTOR
| null |
Regarding issue #32550.
@datapythonista
Modify script in order to not take into account words with 2 or more capital letters, which should all be proper words.
|
{
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/32986/reactions"
}
|
https://api.github.com/repos/pandas-dev/pandas/issues/32986/timeline
| null | 0
|
{
"diff_url": "https://github.com/pandas-dev/pandas/pull/32986.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/32986",
"merged_at": null,
"patch_url": "https://github.com/pandas-dev/pandas/pull/32986.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/32986"
}
|
https://api.github.com/repos/pandas-dev/pandas/issues/32987
|
https://api.github.com/repos/pandas-dev/pandas
|
https://api.github.com/repos/pandas-dev/pandas/issues/32987/labels{/name}
|
https://api.github.com/repos/pandas-dev/pandas/issues/32987/comments
|
https://api.github.com/repos/pandas-dev/pandas/issues/32987/events
|
https://github.com/pandas-dev/pandas/pull/32987
| 587,266,032
|
MDExOlB1bGxSZXF1ZXN0MzkzMjQ1MDU0
| 32,987
|
CLN: Fix linting
|
{
"avatar_url": "https://avatars.githubusercontent.com/u/2658661?v=4",
"events_url": "https://api.github.com/users/dsaxton/events{/privacy}",
"followers_url": "https://api.github.com/users/dsaxton/followers",
"following_url": "https://api.github.com/users/dsaxton/following{/other_user}",
"gists_url": "https://api.github.com/users/dsaxton/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/dsaxton",
"id": 2658661,
"login": "dsaxton",
"node_id": "MDQ6VXNlcjI2NTg2NjE=",
"organizations_url": "https://api.github.com/users/dsaxton/orgs",
"received_events_url": "https://api.github.com/users/dsaxton/received_events",
"repos_url": "https://api.github.com/users/dsaxton/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/dsaxton/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/dsaxton/subscriptions",
"type": "User",
"url": "https://api.github.com/users/dsaxton"
}
|
[
{
"color": "a2bca7",
"default": false,
"description": "Continuous Integration",
"id": 48070600,
"name": "CI",
"node_id": "MDU6TGFiZWw0ODA3MDYwMA==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/CI"
},
{
"color": "207de5",
"default": false,
"description": null,
"id": 211029535,
"name": "Clean",
"node_id": "MDU6TGFiZWwyMTEwMjk1MzU=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Clean"
}
] |
closed
| false
| null |
[] |
{
"closed_at": "2020-07-28T18:13:47Z",
"closed_issues": 2378,
"created_at": "2019-12-02T12:52:48Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jreback/followers",
"following_url": "https://api.github.com/users/jreback/following{/other_user}",
"gists_url": "https://api.github.com/users/jreback/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/jreback",
"id": 953992,
"login": "jreback",
"node_id": "MDQ6VXNlcjk1Mzk5Mg==",
"organizations_url": "https://api.github.com/users/jreback/orgs",
"received_events_url": "https://api.github.com/users/jreback/received_events",
"repos_url": "https://api.github.com/users/jreback/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/jreback/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/jreback/subscriptions",
"type": "User",
"url": "https://api.github.com/users/jreback"
},
"description": "",
"due_on": "2020-08-01T07:00:00Z",
"html_url": "https://github.com/pandas-dev/pandas/milestone/68",
"id": 4894670,
"labels_url": "https://api.github.com/repos/pandas-dev/pandas/milestones/68/labels",
"node_id": "MDk6TWlsZXN0b25lNDg5NDY3MA==",
"number": 68,
"open_issues": 0,
"state": "closed",
"title": "1.1",
"updated_at": "2021-07-17T17:25:28Z",
"url": "https://api.github.com/repos/pandas-dev/pandas/milestones/68"
}
| 1
| 2020-03-24T20:41:32Z
| 2020-03-25T02:52:30Z
| 2020-03-25T02:51:24Z
|
MEMBER
| null |
I think this fixes the linting problem in the CI
|
{
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/32987/reactions"
}
|
https://api.github.com/repos/pandas-dev/pandas/issues/32987/timeline
| null | 0
|
{
"diff_url": "https://github.com/pandas-dev/pandas/pull/32987.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/32987",
"merged_at": "2020-03-25T02:51:24Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/32987.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/32987"
}
|
https://api.github.com/repos/pandas-dev/pandas/issues/32988
|
https://api.github.com/repos/pandas-dev/pandas
|
https://api.github.com/repos/pandas-dev/pandas/issues/32988/labels{/name}
|
https://api.github.com/repos/pandas-dev/pandas/issues/32988/comments
|
https://api.github.com/repos/pandas-dev/pandas/issues/32988/events
|
https://github.com/pandas-dev/pandas/issues/32988
| 587,308,526
|
MDU6SXNzdWU1ODczMDg1MjY=
| 32,988
|
REGR: `replace` casts columns to `object`
|
{
"avatar_url": "https://avatars.githubusercontent.com/u/4379046?v=4",
"events_url": "https://api.github.com/users/dmh43/events{/privacy}",
"followers_url": "https://api.github.com/users/dmh43/followers",
"following_url": "https://api.github.com/users/dmh43/following{/other_user}",
"gists_url": "https://api.github.com/users/dmh43/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/dmh43",
"id": 4379046,
"login": "dmh43",
"node_id": "MDQ6VXNlcjQzNzkwNDY=",
"organizations_url": "https://api.github.com/users/dmh43/orgs",
"received_events_url": "https://api.github.com/users/dmh43/received_events",
"repos_url": "https://api.github.com/users/dmh43/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/dmh43/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/dmh43/subscriptions",
"type": "User",
"url": "https://api.github.com/users/dmh43"
}
|
[
{
"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": "e11d21",
"default": false,
"description": "Functionality that used to work in a prior pandas version",
"id": 32815646,
"name": "Regression",
"node_id": "MDU6TGFiZWwzMjgxNTY0Ng==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Regression"
},
{
"color": "01a886",
"default": false,
"description": "replace method",
"id": 1652721180,
"name": "replace",
"node_id": "MDU6TGFiZWwxNjUyNzIxMTgw",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/replace"
}
] |
closed
| false
| null |
[] |
{
"closed_at": "2020-05-30T15:21:05Z",
"closed_issues": 94,
"created_at": "2020-03-19T21:32:28Z",
"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/jorisvandenbossche/followers",
"following_url": "https://api.github.com/users/jorisvandenbossche/following{/other_user}",
"gists_url": "https://api.github.com/users/jorisvandenbossche/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/jorisvandenbossche",
"id": 1020496,
"login": "jorisvandenbossche",
"node_id": "MDQ6VXNlcjEwMjA0OTY=",
"organizations_url": "https://api.github.com/users/jorisvandenbossche/orgs",
"received_events_url": "https://api.github.com/users/jorisvandenbossche/received_events",
"repos_url": "https://api.github.com/users/jorisvandenbossche/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/jorisvandenbossche/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/jorisvandenbossche/subscriptions",
"type": "User",
"url": "https://api.github.com/users/jorisvandenbossche"
},
"description": "on-merge: backport to 1.0.x",
"due_on": "2020-06-01T07:00:00Z",
"html_url": "https://github.com/pandas-dev/pandas/milestone/72",
"id": 5219206,
"labels_url": "https://api.github.com/repos/pandas-dev/pandas/milestones/72/labels",
"node_id": "MDk6TWlsZXN0b25lNTIxOTIwNg==",
"number": 72,
"open_issues": 0,
"state": "closed",
"title": "1.0.4",
"updated_at": "2020-06-24T17:57:06Z",
"url": "https://api.github.com/repos/pandas-dev/pandas/milestones/72"
}
| 5
| 2020-03-24T22:06:12Z
| 2020-05-09T20:07:43Z
| 2020-05-09T20:07:43Z
|
NONE
| null |
#### Calling `df.replace` casts columns to `object`
```python
pd.DataFrame(np.eye(2)).replace(to_replace=[None, -np.inf, np.inf], value=pd.NA).dtypes
# 0 object
# 1 object
# dtype: object
```
#### Problem description
I'd expect that the dtypes of the columns remain the same after replacing with pd.NA (especially considering no values are replaced in the above call). We do not get this issue if `to_replace` is any subset of `[None, -np.inf, np.inf]`. We get the same issue if `value` is instead `np.nan`.
#### Expected Output
```python
# 0 float64
# 1 float64
# dtype: object
```
#### Output of ``pd.show_versions()``
<details>
Installed with `pip install -e .` on current master. Was also able to reproduce on `1.0.1`.
INSTALLED VERSIONS
------------------
commit : bed9103e52ae412774c22b8e198f7b66708981c7
python : 3.7.0.final.0
python-bits : 64
OS : Darwin
OS-release : 18.7.0
Version : Darwin Kernel Version 18.7.0: Tue Aug 20 16:57:14 PDT 2019; root:xnu-4903.271.2~2/RELEASE_X86_64
machine : x86_64
processor : i386
byteorder : little
LC_ALL : None
LANG : en_US.UTF-8
LOCALE : en_US.UTF-8
pandas : 0.26.0.dev0+2701.gbed9103e5
numpy : 1.18.2
pytz : 2019.3
dateutil : 2.8.1
pip : 20.0.2
setuptools : 46.1.1.post20200323
Cython : None
pytest : None
hypothesis : None
sphinx : None
blosc : None
feather : None
xlsxwriter : None
lxml.etree : None
html5lib : None
pymysql : None
psycopg2 : None
jinja2 : None
IPython : 7.13.0
pandas_datareader: None
bs4 : None
bottleneck : None
fastparquet : None
gcsfs : None
matplotlib : None
numexpr : None
odfpy : None
openpyxl : None
pandas_gbq : None
pyarrow : None
pytables : None
pyxlsb : None
s3fs : None
scipy : None
sqlalchemy : None
tables : None
tabulate : None
xarray : None
xlrd : None
xlwt : None
numba : None
</details>
|
{
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/32988/reactions"
}
|
https://api.github.com/repos/pandas-dev/pandas/issues/32988/timeline
| null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/32989
|
https://api.github.com/repos/pandas-dev/pandas
|
https://api.github.com/repos/pandas-dev/pandas/issues/32989/labels{/name}
|
https://api.github.com/repos/pandas-dev/pandas/issues/32989/comments
|
https://api.github.com/repos/pandas-dev/pandas/issues/32989/events
|
https://github.com/pandas-dev/pandas/issues/32989
| 587,315,121
|
MDU6SXNzdWU1ODczMTUxMjE=
| 32,989
|
Int64 Series input to numpy.polyfit() fails
|
{
"avatar_url": "https://avatars.githubusercontent.com/u/13831112?v=4",
"events_url": "https://api.github.com/users/MaozGelbart/events{/privacy}",
"followers_url": "https://api.github.com/users/MaozGelbart/followers",
"following_url": "https://api.github.com/users/MaozGelbart/following{/other_user}",
"gists_url": "https://api.github.com/users/MaozGelbart/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/MaozGelbart",
"id": 13831112,
"login": "MaozGelbart",
"node_id": "MDQ6VXNlcjEzODMxMTEy",
"organizations_url": "https://api.github.com/users/MaozGelbart/orgs",
"received_events_url": "https://api.github.com/users/MaozGelbart/received_events",
"repos_url": "https://api.github.com/users/MaozGelbart/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/MaozGelbart/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/MaozGelbart/subscriptions",
"type": "User",
"url": "https://api.github.com/users/MaozGelbart"
}
|
[
{
"color": "e10c02",
"default": false,
"description": null,
"id": 76811,
"name": "Bug",
"node_id": "MDU6TGFiZWw3NjgxMQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug"
},
{
"color": "0052cc",
"default": false,
"description": "pandas objects 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": "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"
}
] |
open
| false
| null |
[] | null | 4
| 2020-03-24T22:21:22Z
| 2021-07-30T04:20:15Z
| null |
NONE
| null |
#### Code Sample, a copy-pastable example if possible
```python
import numpy as np
import pandas as pd
x = pd.Series([1,2,3]).astype('Int64')
y = pd.Series([4,4,6])
np.polyfit(x,y,1)
```
#### Problem description
The code raises from within Numpy:
```
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "<__array_function__ internals>", line 6, in polyfit
File "C:\Anaconda3\lib\site-packages\numpy\lib\polynomial.py", line 609, in polyfit
rcond = len(x)*finfo(x.dtype).eps
File "C:\Anaconda3\lib\site-packages\numpy\core\getlimits.py", line 381, in __new__
raise ValueError("data type %r not inexact" % (dtype))
ValueError: data type <class 'numpy.object_'> not inexact
```
However, the same Series with ``dtype=int64`` do not raise. This happens for both ``pandas=0.24.0`` and ``pandas=1.0.3``
Since this dtype is documented as experimental I opened it as a pandas issue. Not sure if this is related to #29738 .
#### Expected Output
```
array([1. , 2.66666667])
```
#### Output of ``pd.show_versions()``
<details>
[paste the output of ``pd.show_versions()`` here below this line]
INSTALLED VERSIONS
------------------
commit : None
python : 3.7.3.final.0
python-bits : 64
OS : Windows
OS-release : 7
machine : AMD64
processor : Intel64 Family 6 Model 69 Stepping 1, GenuineIntel
byteorder : little
LC_ALL : None
LANG : None
LOCALE : None.None
pandas : 1.0.3
numpy : 1.18.1
pytz : 2019.3
dateutil : 2.8.1
pip : 20.0.2
setuptools : 45.2.0.post20200209
Cython : None
pytest : 4.5.0
hypothesis : None
sphinx : None
blosc : None
feather : None
xlsxwriter : None
lxml.etree : None
html5lib : None
pymysql : None
psycopg2 : None
jinja2 : 2.11.1
IPython : 7.13.0
pandas_datareader: None
bs4 : 4.8.2
bottleneck : 1.3.0
fastparquet : None
gcsfs : None
lxml.etree : None
matplotlib : 3.2.0
numexpr : None
odfpy : None
openpyxl : None
pandas_gbq : None
pyarrow : None
pytables : None
pytest : 4.5.0
pyxlsb : None
s3fs : None
scipy : 1.4.1
sqlalchemy : None
tables : None
tabulate : None
xarray : None
xlrd : None
xlwt : None
xlsxwriter : None
numba : None
</details>
xref [https://github.com/mwaskom/seaborn/issues/1971](https://github.com/mwaskom/seaborn/issues/1971)
cc @mojones who opened the linked seaborn issue
|
{
"+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/32989/reactions"
}
|
https://api.github.com/repos/pandas-dev/pandas/issues/32989/timeline
| null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/32990
|
https://api.github.com/repos/pandas-dev/pandas
|
https://api.github.com/repos/pandas-dev/pandas/issues/32990/labels{/name}
|
https://api.github.com/repos/pandas-dev/pandas/issues/32990/comments
|
https://api.github.com/repos/pandas-dev/pandas/issues/32990/events
|
https://github.com/pandas-dev/pandas/pull/32990
| 587,334,801
|
MDExOlB1bGxSZXF1ZXN0MzkzMzAwODQw
| 32,990
|
BUG: Multiple unstack using row index level labels and multi level columns DataFrame
|
{
"avatar_url": "https://avatars.githubusercontent.com/u/61934744?v=4",
"events_url": "https://api.github.com/users/phofl/events{/privacy}",
"followers_url": "https://api.github.com/users/phofl/followers",
"following_url": "https://api.github.com/users/phofl/following{/other_user}",
"gists_url": "https://api.github.com/users/phofl/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/phofl",
"id": 61934744,
"login": "phofl",
"node_id": "MDQ6VXNlcjYxOTM0NzQ0",
"organizations_url": "https://api.github.com/users/phofl/orgs",
"received_events_url": "https://api.github.com/users/phofl/received_events",
"repos_url": "https://api.github.com/users/phofl/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/phofl/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/phofl/subscriptions",
"type": "User",
"url": "https://api.github.com/users/phofl"
}
|
[
{
"color": "e10c02",
"default": false,
"description": null,
"id": 76811,
"name": "Bug",
"node_id": "MDU6TGFiZWw3NjgxMQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug"
},
{
"color": "02d7e1",
"default": false,
"description": "Concat, Merge/Join, Stack/Unstack, Explode",
"id": 13098779,
"name": "Reshaping",
"node_id": "MDU6TGFiZWwxMzA5ODc3OQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Reshaping"
},
{
"color": "207de5",
"default": false,
"description": null,
"id": 71268330,
"name": "MultiIndex",
"node_id": "MDU6TGFiZWw3MTI2ODMzMA==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/MultiIndex"
}
] |
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/jreback/followers",
"following_url": "https://api.github.com/users/jreback/following{/other_user}",
"gists_url": "https://api.github.com/users/jreback/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/jreback",
"id": 953992,
"login": "jreback",
"node_id": "MDQ6VXNlcjk1Mzk5Mg==",
"organizations_url": "https://api.github.com/users/jreback/orgs",
"received_events_url": "https://api.github.com/users/jreback/received_events",
"repos_url": "https://api.github.com/users/jreback/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/jreback/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/jreback/subscriptions",
"type": "User",
"url": "https://api.github.com/users/jreback"
},
"description": "",
"due_on": "2020-08-01T07:00:00Z",
"html_url": "https://github.com/pandas-dev/pandas/milestone/68",
"id": 4894670,
"labels_url": "https://api.github.com/repos/pandas-dev/pandas/milestones/68/labels",
"node_id": "MDk6TWlsZXN0b25lNDg5NDY3MA==",
"number": 68,
"open_issues": 0,
"state": "closed",
"title": "1.1",
"updated_at": "2021-07-17T17:25:28Z",
"url": "https://api.github.com/repos/pandas-dev/pandas/milestones/68"
}
| 5
| 2020-03-24T23:12:52Z
| 2020-03-26T22:46:31Z
| 2020-03-26T20:08:09Z
|
MEMBER
| null |
- [x] closes #24729
- [x] closes #28306
- [x] closes #32624
- [x] tests added / passed
- [x] passes `black pandas`
- [x] passes `git diff upstream/master -u -- "*.py" | flake8 --diff`
- [x] whatsnew entry
This should fix the issue with a long list of indices and unstack. The issue appeared with 6 indices for the first time.
|
{
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/32990/reactions"
}
|
https://api.github.com/repos/pandas-dev/pandas/issues/32990/timeline
| null | 0
|
{
"diff_url": "https://github.com/pandas-dev/pandas/pull/32990.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/32990",
"merged_at": "2020-03-26T20:08:08Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/32990.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/32990"
}
|
https://api.github.com/repos/pandas-dev/pandas/issues/32991
|
https://api.github.com/repos/pandas-dev/pandas
|
https://api.github.com/repos/pandas-dev/pandas/issues/32991/labels{/name}
|
https://api.github.com/repos/pandas-dev/pandas/issues/32991/comments
|
https://api.github.com/repos/pandas-dev/pandas/issues/32991/events
|
https://github.com/pandas-dev/pandas/pull/32991
| 587,336,225
|
MDExOlB1bGxSZXF1ZXN0MzkzMzAyMDAy
| 32,991
|
DOC: Fix capitalization among headings in documentation files (#32550)
|
{
"avatar_url": "https://avatars.githubusercontent.com/u/12384095?v=4",
"events_url": "https://api.github.com/users/themien/events{/privacy}",
"followers_url": "https://api.github.com/users/themien/followers",
"following_url": "https://api.github.com/users/themien/following{/other_user}",
"gists_url": "https://api.github.com/users/themien/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/themien",
"id": 12384095,
"login": "themien",
"node_id": "MDQ6VXNlcjEyMzg0MDk1",
"organizations_url": "https://api.github.com/users/themien/orgs",
"received_events_url": "https://api.github.com/users/themien/received_events",
"repos_url": "https://api.github.com/users/themien/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/themien/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/themien/subscriptions",
"type": "User",
"url": "https://api.github.com/users/themien"
}
|
[
{
"color": "3465A4",
"default": false,
"description": null,
"id": 134699,
"name": "Docs",
"node_id": "MDU6TGFiZWwxMzQ2OTk=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Docs"
}
] |
closed
| false
| null |
[] |
{
"closed_at": "2020-07-28T18:13:47Z",
"closed_issues": 2378,
"created_at": "2019-12-02T12:52:48Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jreback/followers",
"following_url": "https://api.github.com/users/jreback/following{/other_user}",
"gists_url": "https://api.github.com/users/jreback/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/jreback",
"id": 953992,
"login": "jreback",
"node_id": "MDQ6VXNlcjk1Mzk5Mg==",
"organizations_url": "https://api.github.com/users/jreback/orgs",
"received_events_url": "https://api.github.com/users/jreback/received_events",
"repos_url": "https://api.github.com/users/jreback/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/jreback/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/jreback/subscriptions",
"type": "User",
"url": "https://api.github.com/users/jreback"
},
"description": "",
"due_on": "2020-08-01T07:00:00Z",
"html_url": "https://github.com/pandas-dev/pandas/milestone/68",
"id": 4894670,
"labels_url": "https://api.github.com/repos/pandas-dev/pandas/milestones/68/labels",
"node_id": "MDk6TWlsZXN0b25lNDg5NDY3MA==",
"number": 68,
"open_issues": 0,
"state": "closed",
"title": "1.1",
"updated_at": "2021-07-17T17:25:28Z",
"url": "https://api.github.com/repos/pandas-dev/pandas/milestones/68"
}
| 6
| 2020-03-24T23:16:27Z
| 2020-03-30T16:34:56Z
| 2020-03-30T16:32:42Z
|
CONTRIBUTOR
| null |
Following #32978 and #32944.
Headers updated for the following files:
```
- [ ] doc/source/getting_started/comparison/comparison_with_stata.rst
- [ ] doc/source/getting_started/intro_tutorials/01_table_oriented.rst
- [ ] doc/source/getting_started/tutorials.rst
- [ ] doc/source/reference/arrays.rst
- [ ] doc/source/reference/window.rst
- [ ] doc/source/user_guide/boolean.rst
```
|
{
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/32991/reactions"
}
|
https://api.github.com/repos/pandas-dev/pandas/issues/32991/timeline
| null | 0
|
{
"diff_url": "https://github.com/pandas-dev/pandas/pull/32991.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/32991",
"merged_at": "2020-03-30T16:32:42Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/32991.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/32991"
}
|
https://api.github.com/repos/pandas-dev/pandas/issues/32992
|
https://api.github.com/repos/pandas-dev/pandas
|
https://api.github.com/repos/pandas-dev/pandas/issues/32992/labels{/name}
|
https://api.github.com/repos/pandas-dev/pandas/issues/32992/comments
|
https://api.github.com/repos/pandas-dev/pandas/issues/32992/events
|
https://github.com/pandas-dev/pandas/issues/32992
| 587,349,251
|
MDU6SXNzdWU1ODczNDkyNTE=
| 32,992
|
pd.NA TypeError in drop_duplicates with object dtype
|
{
"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://api.github.com/users/WillAyd/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/WillAyd",
"id": 609873,
"login": "WillAyd",
"node_id": "MDQ6VXNlcjYwOTg3Mw==",
"organizations_url": "https://api.github.com/users/WillAyd/orgs",
"received_events_url": "https://api.github.com/users/WillAyd/received_events",
"repos_url": "https://api.github.com/users/WillAyd/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/WillAyd/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/WillAyd/subscriptions",
"type": "User",
"url": "https://api.github.com/users/WillAyd"
}
|
[
{
"color": "0e8a16",
"default": true,
"description": null,
"id": 717120670,
"name": "good first issue",
"node_id": "MDU6TGFiZWw3MTcxMjA2NzA=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/good%20first%20issue"
},
{
"color": "cdea3c",
"default": false,
"description": "Unit test(s) needed to prevent regressions",
"id": 986278782,
"name": "Needs Tests",
"node_id": "MDU6TGFiZWw5ODYyNzg3ODI=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Needs%20Tests"
}
] |
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/jreback/followers",
"following_url": "https://api.github.com/users/jreback/following{/other_user}",
"gists_url": "https://api.github.com/users/jreback/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/jreback",
"id": 953992,
"login": "jreback",
"node_id": "MDQ6VXNlcjk1Mzk5Mg==",
"organizations_url": "https://api.github.com/users/jreback/orgs",
"received_events_url": "https://api.github.com/users/jreback/received_events",
"repos_url": "https://api.github.com/users/jreback/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/jreback/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/jreback/subscriptions",
"type": "User",
"url": "https://api.github.com/users/jreback"
},
"description": "",
"due_on": "2020-08-01T07:00:00Z",
"html_url": "https://github.com/pandas-dev/pandas/milestone/68",
"id": 4894670,
"labels_url": "https://api.github.com/repos/pandas-dev/pandas/milestones/68/labels",
"node_id": "MDk6TWlsZXN0b25lNDg5NDY3MA==",
"number": 68,
"open_issues": 0,
"state": "closed",
"title": "1.1",
"updated_at": "2021-07-17T17:25:28Z",
"url": "https://api.github.com/repos/pandas-dev/pandas/milestones/68"
}
| 5
| 2020-03-24T23:55:10Z
| 2020-04-24T22:25:24Z
| 2020-04-24T22:25:24Z
|
MEMBER
| null |
#### Code Sample, a copy-pastable example if possible
```python-traceback
>>> pd.DataFrame([[1, pd.NA], [2, "a"]]).drop_duplicates()
Traceback (most recent call last):
...
File "/Users/williamayd/miniconda3/envs/sitka/lib/python3.8/site-packages/pandas/core/frame.py", line 4859, in f
labels, shape = algorithms.factorize(
File "/Users/williamayd/miniconda3/envs/sitka/lib/python3.8/site-packages/pandas/core/algorithms.py", line 629, in factorize
codes, uniques = _factorize_array(
File "/Users/williamayd/miniconda3/envs/sitka/lib/python3.8/site-packages/pandas/core/algorithms.py", line 478, in _factorize_array
uniques, codes = table.factorize(values, na_sentinel=na_sentinel, na_value=na_value)
File "pandas/_libs/hashtable_class_helper.pxi", line 1806, in pandas._libs.hashtable.PyObjectHashTable.factorize
File "pandas/_libs/hashtable_class_helper.pxi", line 1728, in pandas._libs.hashtable.PyObjectHashTable._unique
File "pandas/_libs/missing.pyx", line 360, in pandas._libs.missing.NAType.__bool__
TypeError: boolean value of NA is ambiguous
```
This same failure isn't present when using an extension type:
```python
>>> df = pd.DataFrame([[1, pd.NA], [2, "a"]], columns=list("ab"))
>>> df["b"] = df["b"].astype("string")
>>> df.drop_duplicates()
a b
0 1 <NA>
1 2 a
```
|
{
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/32992/reactions"
}
|
https://api.github.com/repos/pandas-dev/pandas/issues/32992/timeline
| null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/32993
|
https://api.github.com/repos/pandas-dev/pandas
|
https://api.github.com/repos/pandas-dev/pandas/issues/32993/labels{/name}
|
https://api.github.com/repos/pandas-dev/pandas/issues/32993/comments
|
https://api.github.com/repos/pandas-dev/pandas/issues/32993/events
|
https://github.com/pandas-dev/pandas/issues/32993
| 587,363,558
|
MDU6SXNzdWU1ODczNjM1NTg=
| 32,993
|
df.drop_duplicates() not working as expected
|
{
"avatar_url": "https://avatars.githubusercontent.com/u/33072095?v=4",
"events_url": "https://api.github.com/users/kenjioman/events{/privacy}",
"followers_url": "https://api.github.com/users/kenjioman/followers",
"following_url": "https://api.github.com/users/kenjioman/following{/other_user}",
"gists_url": "https://api.github.com/users/kenjioman/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/kenjioman",
"id": 33072095,
"login": "kenjioman",
"node_id": "MDQ6VXNlcjMzMDcyMDk1",
"organizations_url": "https://api.github.com/users/kenjioman/orgs",
"received_events_url": "https://api.github.com/users/kenjioman/received_events",
"repos_url": "https://api.github.com/users/kenjioman/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/kenjioman/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/kenjioman/subscriptions",
"type": "User",
"url": "https://api.github.com/users/kenjioman"
}
|
[
{
"color": "e10c02",
"default": false,
"description": null,
"id": 76811,
"name": "Bug",
"node_id": "MDU6TGFiZWw3NjgxMQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug"
},
{
"color": "5319e7",
"default": false,
"description": "String extension data type and string data",
"id": 57522093,
"name": "Strings",
"node_id": "MDU6TGFiZWw1NzUyMjA5Mw==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Strings"
},
{
"color": "fc6feb",
"default": false,
"description": "duplicated, drop_duplicates",
"id": 1633019538,
"name": "duplicated",
"node_id": "MDU6TGFiZWwxNjMzMDE5NTM4",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/duplicated"
}
] |
closed
| false
|
{
"avatar_url": "https://avatars.githubusercontent.com/u/32376498?v=4",
"events_url": "https://api.github.com/users/aadishms/events{/privacy}",
"followers_url": "https://api.github.com/users/aadishms/followers",
"following_url": "https://api.github.com/users/aadishms/following{/other_user}",
"gists_url": "https://api.github.com/users/aadishms/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/aadishms",
"id": 32376498,
"login": "aadishms",
"node_id": "MDQ6VXNlcjMyMzc2NDk4",
"organizations_url": "https://api.github.com/users/aadishms/orgs",
"received_events_url": "https://api.github.com/users/aadishms/received_events",
"repos_url": "https://api.github.com/users/aadishms/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/aadishms/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/aadishms/subscriptions",
"type": "User",
"url": "https://api.github.com/users/aadishms"
}
|
[
{
"avatar_url": "https://avatars.githubusercontent.com/u/32376498?v=4",
"events_url": "https://api.github.com/users/aadishms/events{/privacy}",
"followers_url": "https://api.github.com/users/aadishms/followers",
"following_url": "https://api.github.com/users/aadishms/following{/other_user}",
"gists_url": "https://api.github.com/users/aadishms/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/aadishms",
"id": 32376498,
"login": "aadishms",
"node_id": "MDQ6VXNlcjMyMzc2NDk4",
"organizations_url": "https://api.github.com/users/aadishms/orgs",
"received_events_url": "https://api.github.com/users/aadishms/received_events",
"repos_url": "https://api.github.com/users/aadishms/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/aadishms/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/aadishms/subscriptions",
"type": "User",
"url": "https://api.github.com/users/aadishms"
}
] | null | 9
| 2020-03-25T00:36:38Z
| 2021-08-07T22:38:43Z
| 2021-08-07T22:38:43Z
|
NONE
| null |
#### Code Sample, a copy-pastable example
```python
df = pd.DataFrame([
['Microsoft'],
['Microsoft\x00quq2a<ScRiPt>alert(1)</ScRiPt>srfe1'],
['../../../../../../../../../../../../../../../../etc/passwd\x00Microsoft'],
['..\\..\\..\\..\\..\\..\\..\\..\\..\\..\\..\\..\\..\\..\\..\\..\\windows\\win.ini\x00Microsoft'],
['Microsoft\x00vp30o<script>alert(1)</script>vz075'],
['../../../../../../../../../../../../../../../../etc/passwdX\x00Microsoft'],
['..\\..\\..\\..\\..\\..\\..\\..\\..\\..\\..\\..\\..\\..\\..\\..\\windows\\win.ini'],
['..\\..\\..\\..\\..\\..\\..\\..\\..\\..\\..\\..\\..\\..\\..\\..\\windows\\win.iniX\x00Microsoft'],
['../../../../../../../../../../../../../../../../etc/passwd'],
['../../../../../../../../../../../../../../../../etc/passwdX'],
['..\\..\\..\\..\\..\\..\\..\\..\\..\\..\\..\\..\\..\\..\\..\\..\\windows\\win.iniX']])
df.drop_duplicates()
```
#### Problem description
If you try running the code above, you see only rows `0, 2, 3, 5, and 7` are retained. However, the actual strings are all unique, and I would have expected `drop_duplicates()` to retain all rows. **It's looking like `drop_duplicates()` only compares strings up to non-printing characters, then everything else gets ignored in the comparisons**.
Also, to note, I discovered this bug since I originally had these strings in a set and I didn't expect `drop_duplicates()` to do anything, but it did.
I've verified on `pandas.__version__ == '1.0.3'` (installed via anaconda on linux in a new test environment), and I looked for other existing issues, but didn't find anything that seemed to match (although #11376 seems to be close/ in the same vein).
#### Expected Output
(github markdown is highlighting some of the rows red, for some reason, but this is unrelated to what should be shown.)
``` python
>>> df
0
0 Microsoft
1 Microsoftquq2a<ScRiPt>alert(1)</ScRiPt>srfe1
2 ../../../../../../../../../../../../../../../....
3 ..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\....
4 Microsoftvp30o<script>alert(1)</script>vz075
5 ../../../../../../../../../../../../../../../....
6 ..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\....
7 ..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\....
8 ../../../../../../../../../../../../../../../....
9 ../../../../../../../../../../../../../../../....
10 ..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\....
```
#### Output of ``pd.show_versions()`` (ignoring rows with "None")
<details>
```
INSTALLED VERSIONS
------------------
python : 3.8.2.final.0
python-bits : 64
OS : Linux
OS-release : 4.15.0-88-generic
machine : x86_64
processor : x86_64
byteorder : little
LANG : en_US.UTF-8
LOCALE : en_US.UTF-8
pandas : 1.0.3
numpy : 1.18.1
pytz : 2019.3
dateutil : 2.8.1
pip : 20.0.2
setuptools : 46.1.1.post20200322
```
</details>
|
{
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/32993/reactions"
}
|
https://api.github.com/repos/pandas-dev/pandas/issues/32993/timeline
| null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/32994
|
https://api.github.com/repos/pandas-dev/pandas
|
https://api.github.com/repos/pandas-dev/pandas/issues/32994/labels{/name}
|
https://api.github.com/repos/pandas-dev/pandas/issues/32994/comments
|
https://api.github.com/repos/pandas-dev/pandas/issues/32994/events
|
https://github.com/pandas-dev/pandas/pull/32994
| 587,369,649
|
MDExOlB1bGxSZXF1ZXN0MzkzMzI3OTA1
| 32,994
|
REF: collect DataFrame.drop, Series.drop tests
|
{
"avatar_url": "https://avatars.githubusercontent.com/u/8078968?v=4",
"events_url": "https://api.github.com/users/jbrockmendel/events{/privacy}",
"followers_url": "https://api.github.com/users/jbrockmendel/followers",
"following_url": "https://api.github.com/users/jbrockmendel/following{/other_user}",
"gists_url": "https://api.github.com/users/jbrockmendel/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/jbrockmendel",
"id": 8078968,
"login": "jbrockmendel",
"node_id": "MDQ6VXNlcjgwNzg5Njg=",
"organizations_url": "https://api.github.com/users/jbrockmendel/orgs",
"received_events_url": "https://api.github.com/users/jbrockmendel/received_events",
"repos_url": "https://api.github.com/users/jbrockmendel/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/jbrockmendel/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/jbrockmendel/subscriptions",
"type": "User",
"url": "https://api.github.com/users/jbrockmendel"
}
|
[
{
"color": "C4A000",
"default": false,
"description": "pandas testing functions or related to the test suite",
"id": 127685,
"name": "Testing",
"node_id": "MDU6TGFiZWwxMjc2ODU=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Testing"
}
] |
closed
| false
| null |
[] |
{
"closed_at": "2020-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/jreback/followers",
"following_url": "https://api.github.com/users/jreback/following{/other_user}",
"gists_url": "https://api.github.com/users/jreback/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/jreback",
"id": 953992,
"login": "jreback",
"node_id": "MDQ6VXNlcjk1Mzk5Mg==",
"organizations_url": "https://api.github.com/users/jreback/orgs",
"received_events_url": "https://api.github.com/users/jreback/received_events",
"repos_url": "https://api.github.com/users/jreback/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/jreback/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/jreback/subscriptions",
"type": "User",
"url": "https://api.github.com/users/jreback"
},
"description": "",
"due_on": "2020-08-01T07:00:00Z",
"html_url": "https://github.com/pandas-dev/pandas/milestone/68",
"id": 4894670,
"labels_url": "https://api.github.com/repos/pandas-dev/pandas/milestones/68/labels",
"node_id": "MDk6TWlsZXN0b25lNDg5NDY3MA==",
"number": 68,
"open_issues": 0,
"state": "closed",
"title": "1.1",
"updated_at": "2021-07-17T17:25:28Z",
"url": "https://api.github.com/repos/pandas-dev/pandas/milestones/68"
}
| 0
| 2020-03-25T00:56:29Z
| 2020-03-26T00:40:00Z
| 2020-03-25T23:58:24Z
|
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/32994/reactions"
}
|
https://api.github.com/repos/pandas-dev/pandas/issues/32994/timeline
| null | 0
|
{
"diff_url": "https://github.com/pandas-dev/pandas/pull/32994.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/32994",
"merged_at": "2020-03-25T23:58:24Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/32994.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/32994"
}
|
|
https://api.github.com/repos/pandas-dev/pandas/issues/32995
|
https://api.github.com/repos/pandas-dev/pandas
|
https://api.github.com/repos/pandas-dev/pandas/issues/32995/labels{/name}
|
https://api.github.com/repos/pandas-dev/pandas/issues/32995/comments
|
https://api.github.com/repos/pandas-dev/pandas/issues/32995/events
|
https://github.com/pandas-dev/pandas/pull/32995
| 587,380,566
|
MDExOlB1bGxSZXF1ZXN0MzkzMzM2MzAy
| 32,995
|
BUG: DataFrame.diff(axis=1) with mixed (or EA) dtypes
|
{
"avatar_url": "https://avatars.githubusercontent.com/u/8078968?v=4",
"events_url": "https://api.github.com/users/jbrockmendel/events{/privacy}",
"followers_url": "https://api.github.com/users/jbrockmendel/followers",
"following_url": "https://api.github.com/users/jbrockmendel/following{/other_user}",
"gists_url": "https://api.github.com/users/jbrockmendel/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/jbrockmendel",
"id": 8078968,
"login": "jbrockmendel",
"node_id": "MDQ6VXNlcjgwNzg5Njg=",
"organizations_url": "https://api.github.com/users/jbrockmendel/orgs",
"received_events_url": "https://api.github.com/users/jbrockmendel/received_events",
"repos_url": "https://api.github.com/users/jbrockmendel/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/jbrockmendel/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/jbrockmendel/subscriptions",
"type": "User",
"url": "https://api.github.com/users/jbrockmendel"
}
|
[
{
"color": "e10c02",
"default": false,
"description": null,
"id": 76811,
"name": "Bug",
"node_id": "MDU6TGFiZWw3NjgxMQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug"
},
{
"color": "006b75",
"default": false,
"description": "Arithmetic, Comparison, and Logical operations",
"id": 47223669,
"name": "Numeric Operations",
"node_id": "MDU6TGFiZWw0NzIyMzY2OQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Numeric%20Operations"
}
] |
closed
| false
| null |
[] |
{
"closed_at": "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/jreback/followers",
"following_url": "https://api.github.com/users/jreback/following{/other_user}",
"gists_url": "https://api.github.com/users/jreback/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/jreback",
"id": 953992,
"login": "jreback",
"node_id": "MDQ6VXNlcjk1Mzk5Mg==",
"organizations_url": "https://api.github.com/users/jreback/orgs",
"received_events_url": "https://api.github.com/users/jreback/received_events",
"repos_url": "https://api.github.com/users/jreback/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/jreback/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/jreback/subscriptions",
"type": "User",
"url": "https://api.github.com/users/jreback"
},
"description": "",
"due_on": "2020-08-01T07:00:00Z",
"html_url": "https://github.com/pandas-dev/pandas/milestone/68",
"id": 4894670,
"labels_url": "https://api.github.com/repos/pandas-dev/pandas/milestones/68/labels",
"node_id": "MDk6TWlsZXN0b25lNDg5NDY3MA==",
"number": 68,
"open_issues": 0,
"state": "closed",
"title": "1.1",
"updated_at": "2021-07-17T17:25:28Z",
"url": "https://api.github.com/repos/pandas-dev/pandas/milestones/68"
}
| 7
| 2020-03-25T01:31:54Z
| 2020-04-10T18:18:23Z
| 2020-04-10T16:05:53Z
|
MEMBER
| null |
- [ ] closes #xxxx
- [x] tests added / passed
- [x] passes `black pandas`
- [x] passes `git diff upstream/master -u -- "*.py" | flake8 --diff`
- [x] whatsnew entry
|
{
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/32995/reactions"
}
|
https://api.github.com/repos/pandas-dev/pandas/issues/32995/timeline
| null | 0
|
{
"diff_url": "https://github.com/pandas-dev/pandas/pull/32995.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/32995",
"merged_at": "2020-04-10T16:05:53Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/32995.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/32995"
}
|
https://api.github.com/repos/pandas-dev/pandas/issues/32996
|
https://api.github.com/repos/pandas-dev/pandas
|
https://api.github.com/repos/pandas-dev/pandas/issues/32996/labels{/name}
|
https://api.github.com/repos/pandas-dev/pandas/issues/32996/comments
|
https://api.github.com/repos/pandas-dev/pandas/issues/32996/events
|
https://github.com/pandas-dev/pandas/pull/32996
| 587,405,734
|
MDExOlB1bGxSZXF1ZXN0MzkzMzU1NTI4
| 32,996
|
REF: collect TimedeltaIndex.delete tests
|
{
"avatar_url": "https://avatars.githubusercontent.com/u/8078968?v=4",
"events_url": "https://api.github.com/users/jbrockmendel/events{/privacy}",
"followers_url": "https://api.github.com/users/jbrockmendel/followers",
"following_url": "https://api.github.com/users/jbrockmendel/following{/other_user}",
"gists_url": "https://api.github.com/users/jbrockmendel/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/jbrockmendel",
"id": 8078968,
"login": "jbrockmendel",
"node_id": "MDQ6VXNlcjgwNzg5Njg=",
"organizations_url": "https://api.github.com/users/jbrockmendel/orgs",
"received_events_url": "https://api.github.com/users/jbrockmendel/received_events",
"repos_url": "https://api.github.com/users/jbrockmendel/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/jbrockmendel/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/jbrockmendel/subscriptions",
"type": "User",
"url": "https://api.github.com/users/jbrockmendel"
}
|
[
{
"color": "C4A000",
"default": false,
"description": "pandas testing functions or related to the test suite",
"id": 127685,
"name": "Testing",
"node_id": "MDU6TGFiZWwxMjc2ODU=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Testing"
}
] |
closed
| false
| null |
[] |
{
"closed_at": "2020-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/jreback/followers",
"following_url": "https://api.github.com/users/jreback/following{/other_user}",
"gists_url": "https://api.github.com/users/jreback/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/jreback",
"id": 953992,
"login": "jreback",
"node_id": "MDQ6VXNlcjk1Mzk5Mg==",
"organizations_url": "https://api.github.com/users/jreback/orgs",
"received_events_url": "https://api.github.com/users/jreback/received_events",
"repos_url": "https://api.github.com/users/jreback/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/jreback/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/jreback/subscriptions",
"type": "User",
"url": "https://api.github.com/users/jreback"
},
"description": "",
"due_on": "2020-08-01T07:00:00Z",
"html_url": "https://github.com/pandas-dev/pandas/milestone/68",
"id": 4894670,
"labels_url": "https://api.github.com/repos/pandas-dev/pandas/milestones/68/labels",
"node_id": "MDk6TWlsZXN0b25lNDg5NDY3MA==",
"number": 68,
"open_issues": 0,
"state": "closed",
"title": "1.1",
"updated_at": "2021-07-17T17:25:28Z",
"url": "https://api.github.com/repos/pandas-dev/pandas/milestones/68"
}
| 0
| 2020-03-25T02:54:46Z
| 2020-03-26T00:40:29Z
| 2020-03-25T23:57:00Z
|
MEMBER
| null |
organize the tests left in test_indexing; i made that file a while back and had some pretty inconsistent ideas about what belonged 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/32996/reactions"
}
|
https://api.github.com/repos/pandas-dev/pandas/issues/32996/timeline
| null | 0
|
{
"diff_url": "https://github.com/pandas-dev/pandas/pull/32996.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/32996",
"merged_at": "2020-03-25T23:57:00Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/32996.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/32996"
}
|
https://api.github.com/repos/pandas-dev/pandas/issues/32997
|
https://api.github.com/repos/pandas-dev/pandas
|
https://api.github.com/repos/pandas-dev/pandas/issues/32997/labels{/name}
|
https://api.github.com/repos/pandas-dev/pandas/issues/32997/comments
|
https://api.github.com/repos/pandas-dev/pandas/issues/32997/events
|
https://github.com/pandas-dev/pandas/pull/32997
| 587,424,917
|
MDExOlB1bGxSZXF1ZXN0MzkzMzcwNTE4
| 32,997
|
WIP/PERF: block-wise ops for frame-with-series axis=1
|
{
"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_url": "https://api.github.com/users/jbrockmendel/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/jbrockmendel",
"id": 8078968,
"login": "jbrockmendel",
"node_id": "MDQ6VXNlcjgwNzg5Njg=",
"organizations_url": "https://api.github.com/users/jbrockmendel/orgs",
"received_events_url": "https://api.github.com/users/jbrockmendel/received_events",
"repos_url": "https://api.github.com/users/jbrockmendel/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/jbrockmendel/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/jbrockmendel/subscriptions",
"type": "User",
"url": "https://api.github.com/users/jbrockmendel"
}
|
[
{
"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": "006b75",
"default": false,
"description": "Arithmetic, Comparison, and Logical operations",
"id": 47223669,
"name": "Numeric Operations",
"node_id": "MDU6TGFiZWw0NzIyMzY2OQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Numeric%20Operations"
}
] |
closed
| false
| null |
[] | null | 1
| 2020-03-25T03:57:50Z
| 2021-11-20T23:23:13Z
| 2020-04-03T16:50:15Z
|
MEMBER
| null |
xref #32779 which does the same thing for frame-with-frame ops. This one is turning out to be the most difficult of the cases to get right.
Posting this for comments, in large part because there are still two failing tests locally, and these may just be behaviors we want to change.
```
# test_scalar_na_logical_ops_corners
s = Series([2, 3, 4, 5, 6, 7, 8, 9, datetime(2005, 1, 1)])
s[::2] = np.nan
d = DataFrame({"A": s})
with pytest.raises(TypeError):
d.__and__(s, axis="columns") # <-- when done block-wise, this does not raise
```
The other one is harder to post an example of because it uses fixtures making it a PITA to copy/paste from the test, but the upshot is that `op(frame[mixed-float-dtypes], series[float64])` downcasts to the original dtypes ATM (since each column is effectively operating against a scalar) but when done blockwise they all come back float64.
|
{
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/32997/reactions"
}
|
https://api.github.com/repos/pandas-dev/pandas/issues/32997/timeline
| null | 0
|
{
"diff_url": "https://github.com/pandas-dev/pandas/pull/32997.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/32997",
"merged_at": null,
"patch_url": "https://github.com/pandas-dev/pandas/pull/32997.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/32997"
}
|
https://api.github.com/repos/pandas-dev/pandas/issues/32998
|
https://api.github.com/repos/pandas-dev/pandas
|
https://api.github.com/repos/pandas-dev/pandas/issues/32998/labels{/name}
|
https://api.github.com/repos/pandas-dev/pandas/issues/32998/comments
|
https://api.github.com/repos/pandas-dev/pandas/issues/32998/events
|
https://github.com/pandas-dev/pandas/issues/32998
| 587,433,554
|
MDU6SXNzdWU1ODc0MzM1NTQ=
| 32,998
|
df.pct_change() not working as expected
|
{
"avatar_url": "https://avatars.githubusercontent.com/u/55675227?v=4",
"events_url": "https://api.github.com/users/bharat-ics/events{/privacy}",
"followers_url": "https://api.github.com/users/bharat-ics/followers",
"following_url": "https://api.github.com/users/bharat-ics/following{/other_user}",
"gists_url": "https://api.github.com/users/bharat-ics/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/bharat-ics",
"id": 55675227,
"login": "bharat-ics",
"node_id": "MDQ6VXNlcjU1Njc1MjI3",
"organizations_url": "https://api.github.com/users/bharat-ics/orgs",
"received_events_url": "https://api.github.com/users/bharat-ics/received_events",
"repos_url": "https://api.github.com/users/bharat-ics/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/bharat-ics/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/bharat-ics/subscriptions",
"type": "User",
"url": "https://api.github.com/users/bharat-ics"
}
|
[] |
closed
| false
| null |
[] | null | 0
| 2020-03-25T04:27:23Z
| 2020-03-25T05:00:33Z
| 2020-03-25T05:00:33Z
|
NONE
| null |
It appears that pct_change is handling signs wrongly!
```python
df['% Change']=df['A'].pct_change().fillna(0)*100
```
#### Problem description
#### Current output from dataframe
index | A | % Change
1 | -482.411 | 0.000000
2 | -357.073 | -25.981580
3 | -506.110 | 41.738524
#### Expected Output from the dataframe
index | A | % Change
1 | -482.411 | 0.000000
2 | -357.073 | 25.981580
3 | -506.110 | -41.738524
#### Output of ``pd.show_versions()``
INSTALLED VERSIONS
------------------
commit : None
python : 3.7.3.final.0
python-bits : 64
OS : Windows
OS-release : 10
machine : AMD64
processor : Intel64 Family 6 Model 142 Stepping 10, GenuineIntel
byteorder : little
LC_ALL : None
LANG : None
LOCALE : None.None
pandas : 1.0.1
|
{
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/32998/reactions"
}
|
https://api.github.com/repos/pandas-dev/pandas/issues/32998/timeline
| null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/32999
|
https://api.github.com/repos/pandas-dev/pandas
|
https://api.github.com/repos/pandas-dev/pandas/issues/32999/labels{/name}
|
https://api.github.com/repos/pandas-dev/pandas/issues/32999/comments
|
https://api.github.com/repos/pandas-dev/pandas/issues/32999/events
|
https://github.com/pandas-dev/pandas/pull/32999
| 587,477,319
|
MDExOlB1bGxSZXF1ZXN0MzkzNDEyMTE2
| 32,999
|
DOC: Fix PR01, PR02, RT03 on cumulative function
|
{
"avatar_url": "https://avatars.githubusercontent.com/u/8732795?v=4",
"events_url": "https://api.github.com/users/farhanreynaldo/events{/privacy}",
"followers_url": "https://api.github.com/users/farhanreynaldo/followers",
"following_url": "https://api.github.com/users/farhanreynaldo/following{/other_user}",
"gists_url": "https://api.github.com/users/farhanreynaldo/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/farhanreynaldo",
"id": 8732795,
"login": "farhanreynaldo",
"node_id": "MDQ6VXNlcjg3MzI3OTU=",
"organizations_url": "https://api.github.com/users/farhanreynaldo/orgs",
"received_events_url": "https://api.github.com/users/farhanreynaldo/received_events",
"repos_url": "https://api.github.com/users/farhanreynaldo/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/farhanreynaldo/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/farhanreynaldo/subscriptions",
"type": "User",
"url": "https://api.github.com/users/farhanreynaldo"
}
|
[] |
closed
| false
| null |
[] | null | 0
| 2020-03-25T06:41:20Z
| 2020-03-25T06:44:50Z
| 2020-03-25T06:41:49Z
|
CONTRIBUTOR
| null |
- [ ] closes #xxxx
- [ ] tests added / passed
- [x] passes `black pandas`
- [x] passes `git diff upstream/master -u -- "*.py" | flake8 --diff`
- [ ] whatsnew entry
Related to #27977.
|
{
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/32999/reactions"
}
|
https://api.github.com/repos/pandas-dev/pandas/issues/32999/timeline
| null | 0
|
{
"diff_url": "https://github.com/pandas-dev/pandas/pull/32999.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/32999",
"merged_at": null,
"patch_url": "https://github.com/pandas-dev/pandas/pull/32999.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/32999"
}
|
https://api.github.com/repos/pandas-dev/pandas/issues/33000
|
https://api.github.com/repos/pandas-dev/pandas
|
https://api.github.com/repos/pandas-dev/pandas/issues/33000/labels{/name}
|
https://api.github.com/repos/pandas-dev/pandas/issues/33000/comments
|
https://api.github.com/repos/pandas-dev/pandas/issues/33000/events
|
https://github.com/pandas-dev/pandas/pull/33000
| 587,480,594
|
MDExOlB1bGxSZXF1ZXN0MzkzNDE0ODAy
| 33,000
|
DOC: Fix PR01, PR02, RT03 on cumulative function
|
{
"avatar_url": "https://avatars.githubusercontent.com/u/8732795?v=4",
"events_url": "https://api.github.com/users/farhanreynaldo/events{/privacy}",
"followers_url": "https://api.github.com/users/farhanreynaldo/followers",
"following_url": "https://api.github.com/users/farhanreynaldo/following{/other_user}",
"gists_url": "https://api.github.com/users/farhanreynaldo/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/farhanreynaldo",
"id": 8732795,
"login": "farhanreynaldo",
"node_id": "MDQ6VXNlcjg3MzI3OTU=",
"organizations_url": "https://api.github.com/users/farhanreynaldo/orgs",
"received_events_url": "https://api.github.com/users/farhanreynaldo/received_events",
"repos_url": "https://api.github.com/users/farhanreynaldo/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/farhanreynaldo/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/farhanreynaldo/subscriptions",
"type": "User",
"url": "https://api.github.com/users/farhanreynaldo"
}
|
[
{
"color": "3465A4",
"default": false,
"description": null,
"id": 134699,
"name": "Docs",
"node_id": "MDU6TGFiZWwxMzQ2OTk=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Docs"
}
] |
closed
| false
| null |
[] |
{
"closed_at": "2020-07-28T18:13:47Z",
"closed_issues": 2378,
"created_at": "2019-12-02T12:52:48Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jreback/followers",
"following_url": "https://api.github.com/users/jreback/following{/other_user}",
"gists_url": "https://api.github.com/users/jreback/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/jreback",
"id": 953992,
"login": "jreback",
"node_id": "MDQ6VXNlcjk1Mzk5Mg==",
"organizations_url": "https://api.github.com/users/jreback/orgs",
"received_events_url": "https://api.github.com/users/jreback/received_events",
"repos_url": "https://api.github.com/users/jreback/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/jreback/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/jreback/subscriptions",
"type": "User",
"url": "https://api.github.com/users/jreback"
},
"description": "",
"due_on": "2020-08-01T07:00:00Z",
"html_url": "https://github.com/pandas-dev/pandas/milestone/68",
"id": 4894670,
"labels_url": "https://api.github.com/repos/pandas-dev/pandas/milestones/68/labels",
"node_id": "MDk6TWlsZXN0b25lNDg5NDY3MA==",
"number": 68,
"open_issues": 0,
"state": "closed",
"title": "1.1",
"updated_at": "2021-07-17T17:25:28Z",
"url": "https://api.github.com/repos/pandas-dev/pandas/milestones/68"
}
| 1
| 2020-03-25T06:49:34Z
| 2020-03-25T23:49:35Z
| 2020-03-25T23:49:31Z
|
CONTRIBUTOR
| null |
- [ ] closes #xxxx
- [ ] tests added / passed
- [x] passes `black pandas`
- [x] passes `git diff upstream/master -u -- "*.py" | flake8 --diff`
- [ ] whatsnew entry
Related to #27977.
|
{
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/33000/reactions"
}
|
https://api.github.com/repos/pandas-dev/pandas/issues/33000/timeline
| null | 0
|
{
"diff_url": "https://github.com/pandas-dev/pandas/pull/33000.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/33000",
"merged_at": "2020-03-25T23:49:30Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/33000.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/33000"
}
|
https://api.github.com/repos/pandas-dev/pandas/issues/33001
|
https://api.github.com/repos/pandas-dev/pandas
|
https://api.github.com/repos/pandas-dev/pandas/issues/33001/labels{/name}
|
https://api.github.com/repos/pandas-dev/pandas/issues/33001/comments
|
https://api.github.com/repos/pandas-dev/pandas/issues/33001/events
|
https://github.com/pandas-dev/pandas/issues/33001
| 587,500,632
|
MDU6SXNzdWU1ODc1MDA2MzI=
| 33,001
|
Idea: Make pd.Index.values not writable
|
{
"avatar_url": "https://avatars.githubusercontent.com/u/8238804?v=4",
"events_url": "https://api.github.com/users/ivirshup/events{/privacy}",
"followers_url": "https://api.github.com/users/ivirshup/followers",
"following_url": "https://api.github.com/users/ivirshup/following{/other_user}",
"gists_url": "https://api.github.com/users/ivirshup/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/ivirshup",
"id": 8238804,
"login": "ivirshup",
"node_id": "MDQ6VXNlcjgyMzg4MDQ=",
"organizations_url": "https://api.github.com/users/ivirshup/orgs",
"received_events_url": "https://api.github.com/users/ivirshup/received_events",
"repos_url": "https://api.github.com/users/ivirshup/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/ivirshup/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/ivirshup/subscriptions",
"type": "User",
"url": "https://api.github.com/users/ivirshup"
}
|
[
{
"color": "4E9A06",
"default": false,
"description": null,
"id": 76812,
"name": "Enhancement",
"node_id": "MDU6TGFiZWw3NjgxMg==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Enhancement"
},
{
"color": "0b02e1",
"default": false,
"description": "Related 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": "e99695",
"default": false,
"description": "Related to the Index class or subclasses",
"id": 1218227310,
"name": "Index",
"node_id": "MDU6TGFiZWwxMjE4MjI3MzEw",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Index"
}
] |
open
| false
| null |
[] | null | 13
| 2020-03-25T07:38:07Z
| 2021-07-30T04:22:31Z
| null |
CONTRIBUTOR
| null |
#### Code Sample, a copy-pastable example if possible
```python
import pandas as pd
a = pd.DataFrame({"col1": [1, 2, 3]}, index=["a", "b", "c"])
b = a.copy()
b.index.values[0] = "newval"
assert a.index[0] == "newval"
```
#### Problem description
`Index` objects are assumed to be immutable, but wrap a mutable object. In my experience, it's pretty common to just grab the `.values` from pandas object. This has caused surprising behaviour in my own code, and has been discussed here before https://github.com/pandas-dev/pandas/issues/19862.
I would like to make sure that the values numpy array for index objects has it's`WRITABLE` flag set to false, to make `Index` object more immutable.
Does this sound reasonable? If so, I can give a PR a shot.
#### Expected Output
```python
# This should have thrown an error
b.index.values[0] = "newval"
```
#### Output of ``pd.show_versions()``
<details>
[paste the output of ``pd.show_versions()`` here below this line]
INSTALLED VERSIONS
------------------
commit : None
python : 3.7.6.final.0
python-bits : 64
OS : Darwin
OS-release : 19.3.0
machine : x86_64
processor : i386
byteorder : little
LC_ALL : None
LANG : en_US.UTF-8
LOCALE : en_US.UTF-8
pandas : 1.0.3
numpy : 1.18.2
pytz : 2018.9
dateutil : 2.7.5
pip : 20.0.2
setuptools : 46.0.0
Cython : 0.29.14
pytest : 5.3.5
hypothesis : 5.6.0
sphinx : 2.4.4
blosc : None
feather : None
xlsxwriter : None
lxml.etree : 4.4.1
html5lib : 1.0.1
pymysql : None
psycopg2 : None
jinja2 : 2.10.1
IPython : 7.13.0
pandas_datareader: None
bs4 : 4.8.2
bottleneck : None
fastparquet : 0.3.3
gcsfs : None
lxml.etree : 4.4.1
matplotlib : 3.2.0
numexpr : 2.7.1
odfpy : None
openpyxl : 2.6.2
pandas_gbq : None
pyarrow : 0.16.0
pytables : None
pytest : 5.3.5
pyxlsb : None
s3fs : None
scipy : 1.4.1
sqlalchemy : None
tables : 3.6.1
tabulate : 0.8.3
xarray : 0.15.0
xlrd : 1.2.0
xlwt : None
xlsxwriter : None
numba : 0.48.0
</details>
|
{
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/33001/reactions"
}
|
https://api.github.com/repos/pandas-dev/pandas/issues/33001/timeline
| null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/33002
|
https://api.github.com/repos/pandas-dev/pandas
|
https://api.github.com/repos/pandas-dev/pandas/issues/33002/labels{/name}
|
https://api.github.com/repos/pandas-dev/pandas/issues/33002/comments
|
https://api.github.com/repos/pandas-dev/pandas/issues/33002/events
|
https://github.com/pandas-dev/pandas/issues/33002
| 587,543,160
|
MDU6SXNzdWU1ODc1NDMxNjA=
| 33,002
|
Timestamps with different same tzinfo but different tzinfo type (datetime.timezone vs pytz.UTC)
|
{
"avatar_url": "https://avatars.githubusercontent.com/u/32899185?v=4",
"events_url": "https://api.github.com/users/rooom13/events{/privacy}",
"followers_url": "https://api.github.com/users/rooom13/followers",
"following_url": "https://api.github.com/users/rooom13/following{/other_user}",
"gists_url": "https://api.github.com/users/rooom13/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/rooom13",
"id": 32899185,
"login": "rooom13",
"node_id": "MDQ6VXNlcjMyODk5MTg1",
"organizations_url": "https://api.github.com/users/rooom13/orgs",
"received_events_url": "https://api.github.com/users/rooom13/received_events",
"repos_url": "https://api.github.com/users/rooom13/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/rooom13/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/rooom13/subscriptions",
"type": "User",
"url": "https://api.github.com/users/rooom13"
}
|
[] |
closed
| false
| null |
[] | null | 1
| 2020-03-25T08:59:45Z
| 2020-03-25T18:08:58Z
| 2020-03-25T18:08:57Z
|
NONE
| null |
#### Code Sample, a copy-pastable example if possible
```python
import pytz
import datetime
import pandas as pd
date = pd.Timestamp("13-12-2020",tzinfo=datetime.timezone.utc)
date2 = pd.Timestamp("12-12-2020",tzinfo=pytz.UTC)
date - date2
>>> Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "pandas/_libs/tslibs/c_timestamp.pyx", line 300, in
pandas._libs.tslibs.c_timestamp._Timestamp.__sub__
TypeError: Timestamp subtraction must have the same timezones or no timezones
```
#### Problem description
Current's timezone comparison is not timzone object type sensitive. Even if two dates are UTC but different tzinfo object (e.g: datetime.timezone.utc and pytz.UTC) they will be considered different timezones.
This could lead to unstabilitites since a Timestamp can have both obejct types as tzinfo
#### Expected Output
```python
import pytz
import datetime
import pandas as pd
date = pd.Timestamp("13-12-2020",tzinfo=datetime.timezone.utc)
date2 = pd.Timestamp("12-12-2020",tzinfo=pytz.UTC)
date - date2
>>> Timedelta('1 days 00:00:00')
```
#### Output of ``pd.show_versions()``
<details>
[paste the output of ``pd.show_versions()`` here below this line]
INSTALLED VERSIONS
------------------
commit : None
python : 3.6.9.final.0
python-bits : 64
OS : Linux
OS-release : 4.4.0-18362-Microsoft
machine : x86_64
processor : x86_64
byteorder : little
LC_ALL : None
LANG : C.UTF-8
LOCALE : en_US.UTF-8
pandas : 1.0.3
numpy : 1.18.2
pytz : 2019.3
dateutil : 2.8.1
pip : 19.3.1
setuptools : 45.0.0
Cython : None
pytest : None
hypothesis : None
sphinx : None
blosc : None
feather : None
xlsxwriter : None
lxml.etree : None
html5lib : None
pymysql : None
psycopg2 : None
jinja2 : 2.11.1
IPython : None
pandas_datareader: None
bs4 : None
bottleneck : None
fastparquet : None
gcsfs : None
lxml.etree : None
matplotlib : 3.2.1
numexpr : None
odfpy : None
openpyxl : None
pandas_gbq : None
pyarrow : None
pytables : None
pytest : None
pyxlsb : None
s3fs : None
scipy : 1.4.1
sqlalchemy : None
tables : None
tabulate : None
xarray : None
xlrd : None
xlwt : None
xlsxwriter : None
numba : None
</details>
|
{
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/33002/reactions"
}
|
https://api.github.com/repos/pandas-dev/pandas/issues/33002/timeline
| null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/33003
|
https://api.github.com/repos/pandas-dev/pandas
|
https://api.github.com/repos/pandas-dev/pandas/issues/33003/labels{/name}
|
https://api.github.com/repos/pandas-dev/pandas/issues/33003/comments
|
https://api.github.com/repos/pandas-dev/pandas/issues/33003/events
|
https://github.com/pandas-dev/pandas/issues/33003
| 587,561,445
|
MDU6SXNzdWU1ODc1NjE0NDU=
| 33,003
|
Extra factorization for inner join(documentation issue)
|
{
"avatar_url": "https://avatars.githubusercontent.com/u/35531648?v=4",
"events_url": "https://api.github.com/users/charles-typ/events{/privacy}",
"followers_url": "https://api.github.com/users/charles-typ/followers",
"following_url": "https://api.github.com/users/charles-typ/following{/other_user}",
"gists_url": "https://api.github.com/users/charles-typ/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/charles-typ",
"id": 35531648,
"login": "charles-typ",
"node_id": "MDQ6VXNlcjM1NTMxNjQ4",
"organizations_url": "https://api.github.com/users/charles-typ/orgs",
"received_events_url": "https://api.github.com/users/charles-typ/received_events",
"repos_url": "https://api.github.com/users/charles-typ/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/charles-typ/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/charles-typ/subscriptions",
"type": "User",
"url": "https://api.github.com/users/charles-typ"
}
|
[] |
closed
| false
| null |
[] | null | 2
| 2020-03-25T09:32:32Z
| 2020-03-31T03:04:18Z
| 2020-03-31T03:04:18Z
|
NONE
| null |
#### Code Sample, a copy-pastable example if possible
```python
# Your code here
```
#### Problem description
Hi,
I'm trying to understand the pandas source code for an **inner join** using pandas.merge. I've got a sense that the procedure is basically factorizing both the left keys and the right keys to values like [0,1,2,3...], and then join the table together based on the factorization result.
The point that I'm confused about is that the keys from the two tables are first factorized at this point https://github.com/pandas-dev/pandas/blob/28e0f18a30451601e8ac37b3ed75777bf1ed8f10/pandas/core/reshape/merge.py#L1274. Then there is an optional factorization happening in this function: https://github.com/pandas-dev/pandas/blob/28e0f18a30451601e8ac37b3ed75777bf1ed8f10/pandas/core/reshape/merge.py#L1281. Also there is another mandatory factorization at this line: https://github.com/pandas-dev/pandas/blob/28e0f18a30451601e8ac37b3ed75777bf1ed8f10/pandas/core/reshape/merge.py#L1286.
After the first factorization, I could already transform the keys to sth like [0,1,2,3..], what is the point to factorize it again? There are comments mentioning that it's flatting the keys and making it dense. I'm not sure what it means and could you tell me an easy example that could use the later factorizations?
To clarify again, I'm only talking about the inner join case.
Thank you sincerely for your help!
#### Expected Output
#### Output of ``pd.show_versions()``
|
{
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/33003/reactions"
}
|
https://api.github.com/repos/pandas-dev/pandas/issues/33003/timeline
| null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/33004
|
https://api.github.com/repos/pandas-dev/pandas
|
https://api.github.com/repos/pandas-dev/pandas/issues/33004/labels{/name}
|
https://api.github.com/repos/pandas-dev/pandas/issues/33004/comments
|
https://api.github.com/repos/pandas-dev/pandas/issues/33004/events
|
https://github.com/pandas-dev/pandas/issues/33004
| 587,565,024
|
MDU6SXNzdWU1ODc1NjUwMjQ=
| 33,004
|
DOC: for pandas.read_json() using orient='table' add docu about schema spec
|
{
"avatar_url": "https://avatars.githubusercontent.com/u/43342031?v=4",
"events_url": "https://api.github.com/users/KaiRoesner/events{/privacy}",
"followers_url": "https://api.github.com/users/KaiRoesner/followers",
"following_url": "https://api.github.com/users/KaiRoesner/following{/other_user}",
"gists_url": "https://api.github.com/users/KaiRoesner/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/KaiRoesner",
"id": 43342031,
"login": "KaiRoesner",
"node_id": "MDQ6VXNlcjQzMzQyMDMx",
"organizations_url": "https://api.github.com/users/KaiRoesner/orgs",
"received_events_url": "https://api.github.com/users/KaiRoesner/received_events",
"repos_url": "https://api.github.com/users/KaiRoesner/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/KaiRoesner/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/KaiRoesner/subscriptions",
"type": "User",
"url": "https://api.github.com/users/KaiRoesner"
}
|
[] |
closed
| false
| null |
[] | null | 4
| 2020-03-25T09:39:06Z
| 2020-03-27T06:39:53Z
| 2020-03-27T06:39:53Z
|
NONE
| null |
Please provide documentation about what kind of type specifications are supported when using the `pandas.read_json()` function with `orient` = 'table'. Currently the [function documentation](https://pandas-docs.github.io/pandas-docs-travis/reference/api/pandas.read_json.html#pandas.read_json) does not even mention 'table' under "The set of possible orients is". There is only a small example in the "Encoding with Table Schema" section.
|
{
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/33004/reactions"
}
|
https://api.github.com/repos/pandas-dev/pandas/issues/33004/timeline
| null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/33005
|
https://api.github.com/repos/pandas-dev/pandas
|
https://api.github.com/repos/pandas-dev/pandas/issues/33005/labels{/name}
|
https://api.github.com/repos/pandas-dev/pandas/issues/33005/comments
|
https://api.github.com/repos/pandas-dev/pandas/issues/33005/events
|
https://github.com/pandas-dev/pandas/pull/33005
| 587,600,586
|
MDExOlB1bGxSZXF1ZXN0MzkzNTEwMzY0
| 33,005
|
STY: Boolean values for bint variables
|
{
"avatar_url": "https://avatars.githubusercontent.com/u/50263213?v=4",
"events_url": "https://api.github.com/users/ShaharNaveh/events{/privacy}",
"followers_url": "https://api.github.com/users/ShaharNaveh/followers",
"following_url": "https://api.github.com/users/ShaharNaveh/following{/other_user}",
"gists_url": "https://api.github.com/users/ShaharNaveh/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/ShaharNaveh",
"id": 50263213,
"login": "ShaharNaveh",
"node_id": "MDQ6VXNlcjUwMjYzMjEz",
"organizations_url": "https://api.github.com/users/ShaharNaveh/orgs",
"received_events_url": "https://api.github.com/users/ShaharNaveh/received_events",
"repos_url": "https://api.github.com/users/ShaharNaveh/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/ShaharNaveh/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/ShaharNaveh/subscriptions",
"type": "User",
"url": "https://api.github.com/users/ShaharNaveh"
}
|
[
{
"color": "eb6420",
"default": false,
"description": "Code style, linting, code_checks",
"id": 106935113,
"name": "Code Style",
"node_id": "MDU6TGFiZWwxMDY5MzUxMTM=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Code%20Style"
}
] |
closed
| false
| null |
[] |
{
"closed_at": "2020-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/jreback/followers",
"following_url": "https://api.github.com/users/jreback/following{/other_user}",
"gists_url": "https://api.github.com/users/jreback/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/jreback",
"id": 953992,
"login": "jreback",
"node_id": "MDQ6VXNlcjk1Mzk5Mg==",
"organizations_url": "https://api.github.com/users/jreback/orgs",
"received_events_url": "https://api.github.com/users/jreback/received_events",
"repos_url": "https://api.github.com/users/jreback/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/jreback/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/jreback/subscriptions",
"type": "User",
"url": "https://api.github.com/users/jreback"
},
"description": "",
"due_on": "2020-08-01T07:00:00Z",
"html_url": "https://github.com/pandas-dev/pandas/milestone/68",
"id": 4894670,
"labels_url": "https://api.github.com/repos/pandas-dev/pandas/milestones/68/labels",
"node_id": "MDk6TWlsZXN0b25lNDg5NDY3MA==",
"number": 68,
"open_issues": 0,
"state": "closed",
"title": "1.1",
"updated_at": "2021-07-17T17:25:28Z",
"url": "https://api.github.com/repos/pandas-dev/pandas/milestones/68"
}
| 5
| 2020-03-25T10:39:02Z
| 2020-03-25T23:54:48Z
| 2020-03-25T23:44:41Z
|
MEMBER
| null |
- [ ] closes #xxxx
- [ ] tests added / passed
- [x] passes `black pandas`
- [x] passes `git diff upstream/master -u -- "*.py" | flake8 --diff`
- [ ] whatsnew entry
---
```asv``` benchmarks: to show that performance is not changed with the stylistic changes)
```
All benchmarks:
before after ratio
[28e0f18a] [6f1fd78d]
<master> <STY-bint-boolean-not-int-join>
21.4±1ms 19.8±0.4ms 0.92 join_merge.Join.time_join_dataframe_index_multi(False)
24.9±0.3ms 23.6±0.3ms 0.95 join_merge.Join.time_join_dataframe_index_multi(True)
14.5±0.3ms 14.0±0.3ms 0.97 join_merge.Join.time_join_dataframe_index_shuffle_key_bigger_sort(False)
17.6±0.6ms 16.7±0.5ms 0.95 join_merge.Join.time_join_dataframe_index_shuffle_key_bigger_sort(True)
14.4±0.3ms 13.8±0.2ms 0.95 join_merge.Join.time_join_dataframe_index_single_key_bigger(False)
17.8±0.7ms 16.4±0.5ms 0.92 join_merge.Join.time_join_dataframe_index_single_key_bigger(True)
13.5±0.3ms 13.1±0.3ms 0.97 join_merge.Join.time_join_dataframe_index_single_key_small(False)
14.5±0.1ms 13.9±0.5ms 0.96 join_merge.Join.time_join_dataframe_index_single_key_small(True)
2.86±0.08s 2.94±0.05s 1.03 join_merge.JoinIndex.time_left_outer_join_index
433±70μs 428±50μs 0.99 join_merge.JoinNonUnique.time_join_non_unique_equal
```
|
{
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/33005/reactions"
}
|
https://api.github.com/repos/pandas-dev/pandas/issues/33005/timeline
| null | 0
|
{
"diff_url": "https://github.com/pandas-dev/pandas/pull/33005.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/33005",
"merged_at": "2020-03-25T23:44:41Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/33005.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/33005"
}
|
https://api.github.com/repos/pandas-dev/pandas/issues/33006
|
https://api.github.com/repos/pandas-dev/pandas
|
https://api.github.com/repos/pandas-dev/pandas/issues/33006/labels{/name}
|
https://api.github.com/repos/pandas-dev/pandas/issues/33006/comments
|
https://api.github.com/repos/pandas-dev/pandas/issues/33006/events
|
https://github.com/pandas-dev/pandas/pull/33006
| 587,605,226
|
MDExOlB1bGxSZXF1ZXN0MzkzNTE0MTc2
| 33,006
|
BUG: query uses numexpr even when 'compute.use_numexpr' is False
|
{
"avatar_url": "https://avatars.githubusercontent.com/u/30631476?v=4",
"events_url": "https://api.github.com/users/quangngd/events{/privacy}",
"followers_url": "https://api.github.com/users/quangngd/followers",
"following_url": "https://api.github.com/users/quangngd/following{/other_user}",
"gists_url": "https://api.github.com/users/quangngd/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/quangngd",
"id": 30631476,
"login": "quangngd",
"node_id": "MDQ6VXNlcjMwNjMxNDc2",
"organizations_url": "https://api.github.com/users/quangngd/orgs",
"received_events_url": "https://api.github.com/users/quangngd/received_events",
"repos_url": "https://api.github.com/users/quangngd/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/quangngd/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/quangngd/subscriptions",
"type": "User",
"url": "https://api.github.com/users/quangngd"
}
|
[
{
"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": "f3afff",
"default": false,
"description": "pd.eval, query",
"id": 1631985267,
"name": "expressions",
"node_id": "MDU6TGFiZWwxNjMxOTg1MjY3",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/expressions"
}
] |
closed
| false
| null |
[] | null | 16
| 2020-03-25T10:46:26Z
| 2021-07-22T02:32:55Z
| 2020-11-26T19:12:14Z
|
CONTRIBUTOR
| null |
- [ ] closes #32556
- [ ] tests added / passed
- [ ] passes `black pandas`
- [ ] passes `git diff upstream/master -u -- "*.py" | flake8 --diff`
- [ ] whatsnew entry
|
{
"+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/33006/reactions"
}
|
https://api.github.com/repos/pandas-dev/pandas/issues/33006/timeline
| null | 0
|
{
"diff_url": "https://github.com/pandas-dev/pandas/pull/33006.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/33006",
"merged_at": null,
"patch_url": "https://github.com/pandas-dev/pandas/pull/33006.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/33006"
}
|
https://api.github.com/repos/pandas-dev/pandas/issues/33007
|
https://api.github.com/repos/pandas-dev/pandas
|
https://api.github.com/repos/pandas-dev/pandas/issues/33007/labels{/name}
|
https://api.github.com/repos/pandas-dev/pandas/issues/33007/comments
|
https://api.github.com/repos/pandas-dev/pandas/issues/33007/events
|
https://github.com/pandas-dev/pandas/issues/33007
| 587,622,558
|
MDU6SXNzdWU1ODc2MjI1NTg=
| 33,007
|
min of Index does not have required axis= keyword for np.min
|
{
"avatar_url": "https://avatars.githubusercontent.com/u/14850878?v=4",
"events_url": "https://api.github.com/users/SylvainGuieu/events{/privacy}",
"followers_url": "https://api.github.com/users/SylvainGuieu/followers",
"following_url": "https://api.github.com/users/SylvainGuieu/following{/other_user}",
"gists_url": "https://api.github.com/users/SylvainGuieu/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/SylvainGuieu",
"id": 14850878,
"login": "SylvainGuieu",
"node_id": "MDQ6VXNlcjE0ODUwODc4",
"organizations_url": "https://api.github.com/users/SylvainGuieu/orgs",
"received_events_url": "https://api.github.com/users/SylvainGuieu/received_events",
"repos_url": "https://api.github.com/users/SylvainGuieu/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/SylvainGuieu/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/SylvainGuieu/subscriptions",
"type": "User",
"url": "https://api.github.com/users/SylvainGuieu"
}
|
[] |
closed
| false
| null |
[] | null | 2
| 2020-03-25T11:16:55Z
| 2020-03-25T11:28:07Z
| 2020-03-25T11:28:07Z
|
NONE
| null |
#### Code Sample, a copy-pastable example if possible
```python
# Your code here
> from pandas import DataFrame
> import bumpy as np
> df = DataFrame( [[10,20,30]], index=[0], columns=[1,2,3])
> df.columns.min()
1
> min(df.columns)
1
> np.min( df.columns )
TypeError: min() got an unexpected keyword argument 'axis'
```
#### Problem description
The np.min (or max, ... etc) function failed probably because the .min method of Index does not have the axis keyword
np.min should behave like min builtin
#### Expected Output
1
#### Output of ``pd.show_versions()``
<details>
INSTALLED VERSIONS
------------------
commit: None
pandas: 0.23.4
pytest: 4.0.2
pip: 18.1
setuptools: 40.6.3
Cython: 0.29.2
numpy: 1.15.4
scipy: 1.1.0
pyarrow: None
xarray: None
IPython: 7.2.0
sphinx: 1.8.2
patsy: 0.5.1
dateutil: 2.7.5
pytz: 2018.7
blosc: None
bottleneck: 1.2.1
tables: 3.4.4
numexpr: 2.6.8
feather: None
matplotlib: 3.0.2
openpyxl: 3.0.0
xlrd: 1.2.0
xlwt: 1.3.0
xlsxwriter: 1.1.2
lxml: 4.2.5
bs4: 4.6.3
html5lib: 1.0.1
sqlalchemy: 1.2.15
pymysql: None
psycopg2: None
jinja2: 2.10
s3fs: None
fastparquet: None
pandas_gbq: None
pandas_datareader: None
</details>
|
{
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/33007/reactions"
}
|
https://api.github.com/repos/pandas-dev/pandas/issues/33007/timeline
| null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/33008
|
https://api.github.com/repos/pandas-dev/pandas
|
https://api.github.com/repos/pandas-dev/pandas/issues/33008/labels{/name}
|
https://api.github.com/repos/pandas-dev/pandas/issues/33008/comments
|
https://api.github.com/repos/pandas-dev/pandas/issues/33008/events
|
https://github.com/pandas-dev/pandas/pull/33008
| 587,630,902
|
MDExOlB1bGxSZXF1ZXN0MzkzNTM0OTQ2
| 33,008
|
STY: Boolean values for bint variables
|
{
"avatar_url": "https://avatars.githubusercontent.com/u/50263213?v=4",
"events_url": "https://api.github.com/users/ShaharNaveh/events{/privacy}",
"followers_url": "https://api.github.com/users/ShaharNaveh/followers",
"following_url": "https://api.github.com/users/ShaharNaveh/following{/other_user}",
"gists_url": "https://api.github.com/users/ShaharNaveh/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/ShaharNaveh",
"id": 50263213,
"login": "ShaharNaveh",
"node_id": "MDQ6VXNlcjUwMjYzMjEz",
"organizations_url": "https://api.github.com/users/ShaharNaveh/orgs",
"received_events_url": "https://api.github.com/users/ShaharNaveh/received_events",
"repos_url": "https://api.github.com/users/ShaharNaveh/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/ShaharNaveh/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/ShaharNaveh/subscriptions",
"type": "User",
"url": "https://api.github.com/users/ShaharNaveh"
}
|
[
{
"color": "eb6420",
"default": false,
"description": "Code style, linting, code_checks",
"id": 106935113,
"name": "Code Style",
"node_id": "MDU6TGFiZWwxMDY5MzUxMTM=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Code%20Style"
}
] |
closed
| false
| null |
[] |
{
"closed_at": "2020-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/jreback/followers",
"following_url": "https://api.github.com/users/jreback/following{/other_user}",
"gists_url": "https://api.github.com/users/jreback/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/jreback",
"id": 953992,
"login": "jreback",
"node_id": "MDQ6VXNlcjk1Mzk5Mg==",
"organizations_url": "https://api.github.com/users/jreback/orgs",
"received_events_url": "https://api.github.com/users/jreback/received_events",
"repos_url": "https://api.github.com/users/jreback/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/jreback/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/jreback/subscriptions",
"type": "User",
"url": "https://api.github.com/users/jreback"
},
"description": "",
"due_on": "2020-08-01T07:00:00Z",
"html_url": "https://github.com/pandas-dev/pandas/milestone/68",
"id": 4894670,
"labels_url": "https://api.github.com/repos/pandas-dev/pandas/milestones/68/labels",
"node_id": "MDk6TWlsZXN0b25lNDg5NDY3MA==",
"number": 68,
"open_issues": 0,
"state": "closed",
"title": "1.1",
"updated_at": "2021-07-17T17:25:28Z",
"url": "https://api.github.com/repos/pandas-dev/pandas/milestones/68"
}
| 7
| 2020-03-25T11:31:42Z
| 2020-03-26T15:40:16Z
| 2020-03-26T09:02:08Z
|
MEMBER
| null |
- [ ] closes #xxxx
- [ ] tests added / passed
- [x] passes `black pandas`
- [x] passes `git diff upstream/master -u -- "*.py" | flake8 --diff`
- [ ] whatsnew entry
|
{
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/33008/reactions"
}
|
https://api.github.com/repos/pandas-dev/pandas/issues/33008/timeline
| null | 0
|
{
"diff_url": "https://github.com/pandas-dev/pandas/pull/33008.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/33008",
"merged_at": "2020-03-26T09:02:08Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/33008.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/33008"
}
|
https://api.github.com/repos/pandas-dev/pandas/issues/33009
|
https://api.github.com/repos/pandas-dev/pandas
|
https://api.github.com/repos/pandas-dev/pandas/issues/33009/labels{/name}
|
https://api.github.com/repos/pandas-dev/pandas/issues/33009/comments
|
https://api.github.com/repos/pandas-dev/pandas/issues/33009/events
|
https://github.com/pandas-dev/pandas/pull/33009
| 587,634,053
|
MDExOlB1bGxSZXF1ZXN0MzkzNTM3NTIw
| 33,009
|
STY: Boolean values for bint variables
|
{
"avatar_url": "https://avatars.githubusercontent.com/u/50263213?v=4",
"events_url": "https://api.github.com/users/ShaharNaveh/events{/privacy}",
"followers_url": "https://api.github.com/users/ShaharNaveh/followers",
"following_url": "https://api.github.com/users/ShaharNaveh/following{/other_user}",
"gists_url": "https://api.github.com/users/ShaharNaveh/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/ShaharNaveh",
"id": 50263213,
"login": "ShaharNaveh",
"node_id": "MDQ6VXNlcjUwMjYzMjEz",
"organizations_url": "https://api.github.com/users/ShaharNaveh/orgs",
"received_events_url": "https://api.github.com/users/ShaharNaveh/received_events",
"repos_url": "https://api.github.com/users/ShaharNaveh/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/ShaharNaveh/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/ShaharNaveh/subscriptions",
"type": "User",
"url": "https://api.github.com/users/ShaharNaveh"
}
|
[
{
"color": "eb6420",
"default": false,
"description": "Code style, linting, code_checks",
"id": 106935113,
"name": "Code Style",
"node_id": "MDU6TGFiZWwxMDY5MzUxMTM=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Code%20Style"
}
] |
closed
| false
| null |
[] |
{
"closed_at": "2020-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/jreback/followers",
"following_url": "https://api.github.com/users/jreback/following{/other_user}",
"gists_url": "https://api.github.com/users/jreback/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/jreback",
"id": 953992,
"login": "jreback",
"node_id": "MDQ6VXNlcjk1Mzk5Mg==",
"organizations_url": "https://api.github.com/users/jreback/orgs",
"received_events_url": "https://api.github.com/users/jreback/received_events",
"repos_url": "https://api.github.com/users/jreback/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/jreback/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/jreback/subscriptions",
"type": "User",
"url": "https://api.github.com/users/jreback"
},
"description": "",
"due_on": "2020-08-01T07:00:00Z",
"html_url": "https://github.com/pandas-dev/pandas/milestone/68",
"id": 4894670,
"labels_url": "https://api.github.com/repos/pandas-dev/pandas/milestones/68/labels",
"node_id": "MDk6TWlsZXN0b25lNDg5NDY3MA==",
"number": 68,
"open_issues": 0,
"state": "closed",
"title": "1.1",
"updated_at": "2021-07-17T17:25:28Z",
"url": "https://api.github.com/repos/pandas-dev/pandas/milestones/68"
}
| 4
| 2020-03-25T11:37:32Z
| 2020-03-29T09:22:41Z
| 2020-03-26T22:39:13Z
|
MEMBER
| null |
- [ ] closes #xxxx
- [ ] tests added / passed
- [x] passes `black pandas`
- [x] passes `git diff upstream/master -u -- "*.py" | flake8 --diff`
- [ ] whatsnew entry
|
{
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/33009/reactions"
}
|
https://api.github.com/repos/pandas-dev/pandas/issues/33009/timeline
| null | 0
|
{
"diff_url": "https://github.com/pandas-dev/pandas/pull/33009.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/33009",
"merged_at": "2020-03-26T22:39:13Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/33009.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/33009"
}
|
https://api.github.com/repos/pandas-dev/pandas/issues/33010
|
https://api.github.com/repos/pandas-dev/pandas
|
https://api.github.com/repos/pandas-dev/pandas/issues/33010/labels{/name}
|
https://api.github.com/repos/pandas-dev/pandas/issues/33010/comments
|
https://api.github.com/repos/pandas-dev/pandas/issues/33010/events
|
https://github.com/pandas-dev/pandas/pull/33010
| 587,638,822
|
MDExOlB1bGxSZXF1ZXN0MzkzNTQxMzYy
| 33,010
|
add match to bare pyteset.raises() - arrays
|
{
"avatar_url": "https://avatars.githubusercontent.com/u/21811?v=4",
"events_url": "https://api.github.com/users/sathyz/events{/privacy}",
"followers_url": "https://api.github.com/users/sathyz/followers",
"following_url": "https://api.github.com/users/sathyz/following{/other_user}",
"gists_url": "https://api.github.com/users/sathyz/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/sathyz",
"id": 21811,
"login": "sathyz",
"node_id": "MDQ6VXNlcjIxODEx",
"organizations_url": "https://api.github.com/users/sathyz/orgs",
"received_events_url": "https://api.github.com/users/sathyz/received_events",
"repos_url": "https://api.github.com/users/sathyz/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/sathyz/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/sathyz/subscriptions",
"type": "User",
"url": "https://api.github.com/users/sathyz"
}
|
[
{
"color": "C4A000",
"default": false,
"description": "pandas testing functions or related to the test suite",
"id": 127685,
"name": "Testing",
"node_id": "MDU6TGFiZWwxMjc2ODU=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Testing"
}
] |
closed
| false
| null |
[] |
{
"closed_at": "2020-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/jreback/followers",
"following_url": "https://api.github.com/users/jreback/following{/other_user}",
"gists_url": "https://api.github.com/users/jreback/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/jreback",
"id": 953992,
"login": "jreback",
"node_id": "MDQ6VXNlcjk1Mzk5Mg==",
"organizations_url": "https://api.github.com/users/jreback/orgs",
"received_events_url": "https://api.github.com/users/jreback/received_events",
"repos_url": "https://api.github.com/users/jreback/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/jreback/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/jreback/subscriptions",
"type": "User",
"url": "https://api.github.com/users/jreback"
},
"description": "",
"due_on": "2020-08-01T07:00:00Z",
"html_url": "https://github.com/pandas-dev/pandas/milestone/68",
"id": 4894670,
"labels_url": "https://api.github.com/repos/pandas-dev/pandas/milestones/68/labels",
"node_id": "MDk6TWlsZXN0b25lNDg5NDY3MA==",
"number": 68,
"open_issues": 0,
"state": "closed",
"title": "1.1",
"updated_at": "2021-07-17T17:25:28Z",
"url": "https://api.github.com/repos/pandas-dev/pandas/milestones/68"
}
| 2
| 2020-03-25T11:46:48Z
| 2020-03-31T03:18:04Z
| 2020-03-30T22:41:55Z
|
CONTRIBUTOR
| null |
- [x] ref #30999
- [x] tests added / passed
- [x] passes `black pandas`
- [x] passes `git diff upstream/master -u -- "*.py" | flake8 --diff`
- [ ] whatsnew entry
|
{
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/33010/reactions"
}
|
https://api.github.com/repos/pandas-dev/pandas/issues/33010/timeline
| null | 0
|
{
"diff_url": "https://github.com/pandas-dev/pandas/pull/33010.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/33010",
"merged_at": "2020-03-30T22:41:55Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/33010.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/33010"
}
|
https://api.github.com/repos/pandas-dev/pandas/issues/33011
|
https://api.github.com/repos/pandas-dev/pandas
|
https://api.github.com/repos/pandas-dev/pandas/issues/33011/labels{/name}
|
https://api.github.com/repos/pandas-dev/pandas/issues/33011/comments
|
https://api.github.com/repos/pandas-dev/pandas/issues/33011/events
|
https://github.com/pandas-dev/pandas/issues/33011
| 587,654,958
|
MDU6SXNzdWU1ODc2NTQ5NTg=
| 33,011
|
pandas.errors.EmptyDataError: No columns to parse from file despite file being populated
|
{
"avatar_url": "https://avatars.githubusercontent.com/u/49655395?v=4",
"events_url": "https://api.github.com/users/Lamm-a/events{/privacy}",
"followers_url": "https://api.github.com/users/Lamm-a/followers",
"following_url": "https://api.github.com/users/Lamm-a/following{/other_user}",
"gists_url": "https://api.github.com/users/Lamm-a/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/Lamm-a",
"id": 49655395,
"login": "Lamm-a",
"node_id": "MDQ6VXNlcjQ5NjU1Mzk1",
"organizations_url": "https://api.github.com/users/Lamm-a/orgs",
"received_events_url": "https://api.github.com/users/Lamm-a/received_events",
"repos_url": "https://api.github.com/users/Lamm-a/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/Lamm-a/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/Lamm-a/subscriptions",
"type": "User",
"url": "https://api.github.com/users/Lamm-a"
}
|
[
{
"color": "207de5",
"default": false,
"description": "Clarification about behavior needed to assess issue",
"id": 307649777,
"name": "Needs Info",
"node_id": "MDU6TGFiZWwzMDc2NDk3Nzc=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Needs%20Info"
}
] |
closed
| false
| null |
[] | null | 7
| 2020-03-25T12:17:02Z
| 2020-08-13T07:26:31Z
| 2020-05-02T10:36:49Z
|
NONE
| null |
#### Code Sample, a copy-pastable example if possible
```python
df = pd.read_csv(filename, sep = r'\s{1,}')
```
#### Problem description
I am trying to read in a txt as a pandas dataframe that I previous edited a column header in using `.replace()` and I get the error:
```
Traceback (most recent call last):
File "dbcan_to_EC.py", line 26, in <module>
EC_generator(directory)
File "dbcan_to_EC.py", line 20, in EC_generator
df = pd.read_csv(directory, sep = " ")
File "/home/lamma/.local/lib/python3.7/site-packages/pandas/io/parsers.py", line 685, in parser_f
return _read(filepath_or_buffer, kwds)
File "/home/lamma/.local/lib/python3.7/site-packages/pandas/io/parsers.py", line 457, in _read
parser = TextFileReader(fp_or_buf, **kwds)
File "/home/lamma/.local/lib/python3.7/site-packages/pandas/io/parsers.py", line 895, in __init__
self._make_engine(self.engine)
File "/home/lamma/.local/lib/python3.7/site-packages/pandas/io/parsers.py", line 1135, in _make_engine
self._engine = CParserWrapper(self.f, **self.options)
File "/home/lamma/.local/lib/python3.7/site-packages/pandas/io/parsers.py", line 1917, in __init__
self._reader = parsers.TextReader(src, **kwds)
File "pandas/_libs/parsers.pyx", line 545, in pandas._libs.parsers.TextReader.__cinit__
pandas.errors.EmptyDataError: No columns to parse from file
```
#### Sample of the inut file
```
Gene_ID HMMER Hotpep DIAMOND #ofTools
M32_00003 CBM16(54-167)+GH18(293-521) GH18(11)+CBM16(1) CBM16+GH18 3
M32_00048 GH87(65-567) GH87(2) GH87 3
M32_00053 GH13_30(36-384) GH13(4) GH13_30 3
M32_00083 CE4(60-180) CE4(33) CE4 3
M32_00093 GH16(86-322) GH16(2)+CBM11(2) GH16 3
M32_00101 GH15(232-611) GH15(2) GH15 3
M32_00106 GH114(62-231) GH114(2) GH114 3
M32_00164 GH3(61-286) GH3(15) GH3 3
M32_00173 GH1(30-487) GH1(2) GH1 3
M32_00174 GH2(358-783) GH2(6) GH2 3
```
#### Output of ``pd.show_versions()``
INSTALLED VERSIONS
------------------
commit : None
python : 3.7.3.final.0
python-bits : 64
OS : Linux
OS-release : 3.10.0-1062.1.1.el7.x86_64
machine : x86_64
processor : x86_64
byteorder : little
LC_ALL : en_US.utf-8
LANG : en_US.utf-8
LOCALE : en_US.UTF-8
pandas : 0.25.1
numpy : 1.17.3
pytz : 2019.3
dateutil : 2.8.0
pip : 19.3.1
setuptools : 41.4.0
Cython : None
pytest : None
hypothesis : None
sphinx : None
blosc : None
feather : None
xlsxwriter : None
lxml.etree : None
html5lib : None
pymysql : None
psycopg2 : None
jinja2 : 2.10.3
IPython : None
pandas_datareader: None
bs4 : None
bottleneck : None
fastparquet : None
gcsfs : None
lxml.etree : None
matplotlib : None
numexpr : None
odfpy : None
openpyxl : None
pandas_gbq : None
pyarrow : None
pytables : None
s3fs : None
scipy : None
sqlalchemy : None
tables : None
xarray : None
xlrd : None
xlwt : None
xlsxwriter : 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/33011/reactions"
}
|
https://api.github.com/repos/pandas-dev/pandas/issues/33011/timeline
| null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/33012
|
https://api.github.com/repos/pandas-dev/pandas
|
https://api.github.com/repos/pandas-dev/pandas/issues/33012/labels{/name}
|
https://api.github.com/repos/pandas-dev/pandas/issues/33012/comments
|
https://api.github.com/repos/pandas-dev/pandas/issues/33012/events
|
https://github.com/pandas-dev/pandas/issues/33012
| 587,665,252
|
MDU6SXNzdWU1ODc2NjUyNTI=
| 33,012
|
PERF: Performance regression with memory_usage(deep=True) on `object` columns
|
{
"avatar_url": "https://avatars.githubusercontent.com/u/5894666?v=4",
"events_url": "https://api.github.com/users/Lawrr/events{/privacy}",
"followers_url": "https://api.github.com/users/Lawrr/followers",
"following_url": "https://api.github.com/users/Lawrr/following{/other_user}",
"gists_url": "https://api.github.com/users/Lawrr/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/Lawrr",
"id": 5894666,
"login": "Lawrr",
"node_id": "MDQ6VXNlcjU4OTQ2NjY=",
"organizations_url": "https://api.github.com/users/Lawrr/orgs",
"received_events_url": "https://api.github.com/users/Lawrr/received_events",
"repos_url": "https://api.github.com/users/Lawrr/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/Lawrr/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/Lawrr/subscriptions",
"type": "User",
"url": "https://api.github.com/users/Lawrr"
}
|
[
{
"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": "0e8a16",
"default": true,
"description": null,
"id": 717120670,
"name": "good first issue",
"node_id": "MDU6TGFiZWw3MTcxMjA2NzA=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/good%20first%20issue"
},
{
"color": "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
|
{
"avatar_url": "https://avatars.githubusercontent.com/u/33635204?v=4",
"events_url": "https://api.github.com/users/neilkg/events{/privacy}",
"followers_url": "https://api.github.com/users/neilkg/followers",
"following_url": "https://api.github.com/users/neilkg/following{/other_user}",
"gists_url": "https://api.github.com/users/neilkg/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/neilkg",
"id": 33635204,
"login": "neilkg",
"node_id": "MDQ6VXNlcjMzNjM1MjA0",
"organizations_url": "https://api.github.com/users/neilkg/orgs",
"received_events_url": "https://api.github.com/users/neilkg/received_events",
"repos_url": "https://api.github.com/users/neilkg/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/neilkg/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/neilkg/subscriptions",
"type": "User",
"url": "https://api.github.com/users/neilkg"
}
|
[
{
"avatar_url": "https://avatars.githubusercontent.com/u/33635204?v=4",
"events_url": "https://api.github.com/users/neilkg/events{/privacy}",
"followers_url": "https://api.github.com/users/neilkg/followers",
"following_url": "https://api.github.com/users/neilkg/following{/other_user}",
"gists_url": "https://api.github.com/users/neilkg/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/neilkg",
"id": 33635204,
"login": "neilkg",
"node_id": "MDQ6VXNlcjMzNjM1MjA0",
"organizations_url": "https://api.github.com/users/neilkg/orgs",
"received_events_url": "https://api.github.com/users/neilkg/received_events",
"repos_url": "https://api.github.com/users/neilkg/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/neilkg/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/neilkg/subscriptions",
"type": "User",
"url": "https://api.github.com/users/neilkg"
}
] |
{
"closed_at": "2020-05-30T15:21:05Z",
"closed_issues": 94,
"created_at": "2020-03-19T21:32:28Z",
"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/jorisvandenbossche/followers",
"following_url": "https://api.github.com/users/jorisvandenbossche/following{/other_user}",
"gists_url": "https://api.github.com/users/jorisvandenbossche/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/jorisvandenbossche",
"id": 1020496,
"login": "jorisvandenbossche",
"node_id": "MDQ6VXNlcjEwMjA0OTY=",
"organizations_url": "https://api.github.com/users/jorisvandenbossche/orgs",
"received_events_url": "https://api.github.com/users/jorisvandenbossche/received_events",
"repos_url": "https://api.github.com/users/jorisvandenbossche/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/jorisvandenbossche/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/jorisvandenbossche/subscriptions",
"type": "User",
"url": "https://api.github.com/users/jorisvandenbossche"
},
"description": "on-merge: backport to 1.0.x",
"due_on": "2020-06-01T07:00:00Z",
"html_url": "https://github.com/pandas-dev/pandas/milestone/72",
"id": 5219206,
"labels_url": "https://api.github.com/repos/pandas-dev/pandas/milestones/72/labels",
"node_id": "MDk6TWlsZXN0b25lNTIxOTIwNg==",
"number": 72,
"open_issues": 0,
"state": "closed",
"title": "1.0.4",
"updated_at": "2020-06-24T17:57:06Z",
"url": "https://api.github.com/repos/pandas-dev/pandas/milestones/72"
}
| 9
| 2020-03-25T12:35:52Z
| 2020-05-05T16:04:39Z
| 2020-03-31T00:11:46Z
|
NONE
| null |
#### Code Sample, a copy-pastable example if possible
```python
import time
import pandas as pd
import numpy as np
df = pd.DataFrame({
"a": np.empty(10000000),
"b": np.empty(10000000),
})
df["a"] = df["a"].astype("object")
s = time.time()
mem = df.memory_usage(deep=True)
print("memory_usage(deep=True) took %.4fsecs" % (time.time() - s))
```
#### Problem description
Performance of `memory_usage(deep=True)` on `object` columns seems to have regressed significantly since v0.23.4. Once in v0.24.0, and another regression in v1.0.0 that remains in v1.0.3.
**Output**
v1.0.3
```
memory_usage(deep=True) took 26.4566secs
```
v0.24.0
```
memory_usage(deep=True) took 6.0479secs
```
v0.23.4
```
memory_usage(deep=True) took 0.4633secs
```
Removing `df["a"] = df["a"].astype("object")` reverts it back to the expected magnitude of speed in v1.0.3:
```
memory_usage(deep=True) took 0.0024secs
```
#### Output of ``pd.show_versions()``
<details>
INSTALLED VERSIONS
------------------
commit : None
python : 3.6.5.final.0
python-bits : 64
OS : Linux
OS-release : 3.16.0-77-generic
machine : x86_64
processor : x86_64
byteorder : little
LC_ALL : None
LANG : en_AU.UTF-8
LOCALE : en_AU.UTF-8
pandas : 1.0.3
numpy : 1.18.2
pytz : 2019.3
dateutil : 2.8.1
pip : 20.0.2
setuptools : 46.1.1
Cython : None
pytest : None
hypothesis : None
sphinx : None
blosc : None
feather : None
xlsxwriter : None
lxml.etree : None
html5lib : None
pymysql : None
psycopg2 : None
jinja2 : None
IPython : None
pandas_datareader: None
bs4 : None
bottleneck : None
fastparquet : None
gcsfs : None
lxml.etree : None
matplotlib : None
numexpr : None
odfpy : None
openpyxl : None
pandas_gbq : None
pyarrow : None
pytables : None
pytest : None
pyxlsb : None
s3fs : None
scipy : None
sqlalchemy : None
tables : None
tabulate : None
xarray : None
xlrd : None
xlwt : None
xlsxwriter : None
numba : None
</details>
|
{
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/33012/reactions"
}
|
https://api.github.com/repos/pandas-dev/pandas/issues/33012/timeline
| null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/33013
|
https://api.github.com/repos/pandas-dev/pandas
|
https://api.github.com/repos/pandas-dev/pandas/issues/33013/labels{/name}
|
https://api.github.com/repos/pandas-dev/pandas/issues/33013/comments
|
https://api.github.com/repos/pandas-dev/pandas/issues/33013/events
|
https://github.com/pandas-dev/pandas/issues/33013
| 587,673,356
|
MDU6SXNzdWU1ODc2NzMzNTY=
| 33,013
|
ENH: Support downcasting of nullable dtypes in to_numeric
|
{
"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{/other_user}",
"gists_url": "https://api.github.com/users/jorisvandenbossche/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/jorisvandenbossche",
"id": 1020496,
"login": "jorisvandenbossche",
"node_id": "MDQ6VXNlcjEwMjA0OTY=",
"organizations_url": "https://api.github.com/users/jorisvandenbossche/orgs",
"received_events_url": "https://api.github.com/users/jorisvandenbossche/received_events",
"repos_url": "https://api.github.com/users/jorisvandenbossche/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/jorisvandenbossche/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/jorisvandenbossche/subscriptions",
"type": "User",
"url": "https://api.github.com/users/jorisvandenbossche"
}
|
[
{
"color": "4E9A06",
"default": false,
"description": null,
"id": 76812,
"name": "Enhancement",
"node_id": "MDU6TGFiZWw3NjgxMg==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Enhancement"
},
{
"color": "006b75",
"default": false,
"description": "Arithmetic, Comparison, and Logical operations",
"id": 47223669,
"name": "Numeric Operations",
"node_id": "MDU6TGFiZWw0NzIyMzY2OQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Numeric%20Operations"
},
{
"color": "6138b5",
"default": false,
"description": "Extending pandas with custom dtypes or arrays.",
"id": 849023693,
"name": "ExtensionArray",
"node_id": "MDU6TGFiZWw4NDkwMjM2OTM=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/ExtensionArray"
},
{
"color": "8cc645",
"default": false,
"description": "Related to pd.NA and nullable extension arrays",
"id": 1817503692,
"name": "NA - MaskedArrays",
"node_id": "MDU6TGFiZWwxODE3NTAzNjky",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/NA%20-%20MaskedArrays"
}
] |
closed
| false
|
{
"avatar_url": "https://avatars.githubusercontent.com/u/48889395?v=4",
"events_url": "https://api.github.com/users/arw2019/events{/privacy}",
"followers_url": "https://api.github.com/users/arw2019/followers",
"following_url": "https://api.github.com/users/arw2019/following{/other_user}",
"gists_url": "https://api.github.com/users/arw2019/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/arw2019",
"id": 48889395,
"login": "arw2019",
"node_id": "MDQ6VXNlcjQ4ODg5Mzk1",
"organizations_url": "https://api.github.com/users/arw2019/orgs",
"received_events_url": "https://api.github.com/users/arw2019/received_events",
"repos_url": "https://api.github.com/users/arw2019/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/arw2019/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/arw2019/subscriptions",
"type": "User",
"url": "https://api.github.com/users/arw2019"
}
|
[
{
"avatar_url": "https://avatars.githubusercontent.com/u/48889395?v=4",
"events_url": "https://api.github.com/users/arw2019/events{/privacy}",
"followers_url": "https://api.github.com/users/arw2019/followers",
"following_url": "https://api.github.com/users/arw2019/following{/other_user}",
"gists_url": "https://api.github.com/users/arw2019/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/arw2019",
"id": 48889395,
"login": "arw2019",
"node_id": "MDQ6VXNlcjQ4ODg5Mzk1",
"organizations_url": "https://api.github.com/users/arw2019/orgs",
"received_events_url": "https://api.github.com/users/arw2019/received_events",
"repos_url": "https://api.github.com/users/arw2019/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/arw2019/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/arw2019/subscriptions",
"type": "User",
"url": "https://api.github.com/users/arw2019"
}
] |
{
"closed_at": "2021-07-02T07:59:17Z",
"closed_issues": 2396,
"created_at": "2020-11-11T19:05:43Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jreback/followers",
"following_url": "https://api.github.com/users/jreback/following{/other_user}",
"gists_url": "https://api.github.com/users/jreback/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/jreback",
"id": 953992,
"login": "jreback",
"node_id": "MDQ6VXNlcjk1Mzk5Mg==",
"organizations_url": "https://api.github.com/users/jreback/orgs",
"received_events_url": "https://api.github.com/users/jreback/received_events",
"repos_url": "https://api.github.com/users/jreback/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/jreback/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/jreback/subscriptions",
"type": "User",
"url": "https://api.github.com/users/jreback"
},
"description": "on-merge: backport to 1.3.x",
"due_on": "2021-06-30T07:00:00Z",
"html_url": "https://github.com/pandas-dev/pandas/milestone/80",
"id": 6095818,
"labels_url": "https://api.github.com/repos/pandas-dev/pandas/milestones/80/labels",
"node_id": "MDk6TWlsZXN0b25lNjA5NTgxOA==",
"number": 80,
"open_issues": 1,
"state": "closed",
"title": "1.3",
"updated_at": "2021-08-25T20:34:06Z",
"url": "https://api.github.com/repos/pandas-dev/pandas/milestones/80"
}
| 3
| 2020-03-25T12:50:15Z
| 2020-12-30T13:59:01Z
| 2020-12-30T13:59:01Z
|
MEMBER
| null |
This currently does not yet work:
```
In [5]: pd.to_numeric(pd.Series([1, 2, 3], dtype="Int64"), downcast='integer')
---------------------------------------------------------------------------
TypeError Traceback (most recent call last)
<ipython-input-5-64a04efaaac0> in <module>
----> 1 pd.to_numeric(pd.Series([1, 2, 3], dtype="Int64"), downcast='integer')
~/scipy/pandas/pandas/core/tools/numeric.py in to_numeric(arg, errors, downcast)
179 for dtype in typecodes:
180 if np.dtype(dtype).itemsize <= values.dtype.itemsize:
--> 181 values = maybe_downcast_to_dtype(values, dtype)
182
183 # successful conversion
~/scipy/pandas/pandas/core/dtypes/cast.py in maybe_downcast_to_dtype(result, dtype)
141 dtype = np.dtype(dtype)
142
--> 143 converted = maybe_downcast_numeric(result, dtype, do_round)
144 if converted is not result:
145 return converted
~/scipy/pandas/pandas/core/dtypes/cast.py in maybe_downcast_numeric(result, dtype, do_round)
234 return new_result
235 else:
--> 236 if np.allclose(new_result, result, rtol=0):
237 return new_result
238
<__array_function__ internals> in allclose(*args, **kwargs)
~/miniconda3/envs/dev/lib/python3.7/site-packages/numpy/core/numeric.py in allclose(a, b, rtol, atol, equal_nan)
2169
2170 """
-> 2171 res = all(isclose(a, b, rtol=rtol, atol=atol, equal_nan=equal_nan))
2172 return bool(res)
2173
<__array_function__ internals> in isclose(*args, **kwargs)
~/miniconda3/envs/dev/lib/python3.7/site-packages/numpy/core/numeric.py in isclose(a, b, rtol, atol, equal_nan)
2268
2269 xfin = isfinite(x)
-> 2270 yfin = isfinite(y)
2271 if all(xfin) and all(yfin):
2272 return within_tol(x, y, atol, rtol)
TypeError: ufunc 'isfinite' not supported for the input types, and the inputs could not be safely coerced to any supported types according to the casting rule ''safe''
```
I suppose because under the hood a conversion to object dtype array is happening somewhere.
|
{
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/33013/reactions"
}
|
https://api.github.com/repos/pandas-dev/pandas/issues/33013/timeline
| null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/33014
|
https://api.github.com/repos/pandas-dev/pandas
|
https://api.github.com/repos/pandas-dev/pandas/issues/33014/labels{/name}
|
https://api.github.com/repos/pandas-dev/pandas/issues/33014/comments
|
https://api.github.com/repos/pandas-dev/pandas/issues/33014/events
|
https://github.com/pandas-dev/pandas/issues/33014
| 587,688,673
|
MDU6SXNzdWU1ODc2ODg2NzM=
| 33,014
|
to_json should make separators configurable (similar to json.dump)
|
{
"avatar_url": "https://avatars.githubusercontent.com/u/12128514?v=4",
"events_url": "https://api.github.com/users/bersbersbers/events{/privacy}",
"followers_url": "https://api.github.com/users/bersbersbers/followers",
"following_url": "https://api.github.com/users/bersbersbers/following{/other_user}",
"gists_url": "https://api.github.com/users/bersbersbers/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/bersbersbers",
"id": 12128514,
"login": "bersbersbers",
"node_id": "MDQ6VXNlcjEyMTI4NTE0",
"organizations_url": "https://api.github.com/users/bersbersbers/orgs",
"received_events_url": "https://api.github.com/users/bersbersbers/received_events",
"repos_url": "https://api.github.com/users/bersbersbers/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/bersbersbers/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/bersbersbers/subscriptions",
"type": "User",
"url": "https://api.github.com/users/bersbersbers"
}
|
[
{
"color": "4E9A06",
"default": false,
"description": null,
"id": 76812,
"name": "Enhancement",
"node_id": "MDU6TGFiZWw3NjgxMg==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Enhancement"
},
{
"color": "207de5",
"default": false,
"description": "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"
}
] |
open
| false
|
{
"avatar_url": "https://avatars.githubusercontent.com/u/26060275?v=4",
"events_url": "https://api.github.com/users/ss-is-master-chief/events{/privacy}",
"followers_url": "https://api.github.com/users/ss-is-master-chief/followers",
"following_url": "https://api.github.com/users/ss-is-master-chief/following{/other_user}",
"gists_url": "https://api.github.com/users/ss-is-master-chief/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/ss-is-master-chief",
"id": 26060275,
"login": "ss-is-master-chief",
"node_id": "MDQ6VXNlcjI2MDYwMjc1",
"organizations_url": "https://api.github.com/users/ss-is-master-chief/orgs",
"received_events_url": "https://api.github.com/users/ss-is-master-chief/received_events",
"repos_url": "https://api.github.com/users/ss-is-master-chief/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/ss-is-master-chief/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/ss-is-master-chief/subscriptions",
"type": "User",
"url": "https://api.github.com/users/ss-is-master-chief"
}
|
[
{
"avatar_url": "https://avatars.githubusercontent.com/u/26060275?v=4",
"events_url": "https://api.github.com/users/ss-is-master-chief/events{/privacy}",
"followers_url": "https://api.github.com/users/ss-is-master-chief/followers",
"following_url": "https://api.github.com/users/ss-is-master-chief/following{/other_user}",
"gists_url": "https://api.github.com/users/ss-is-master-chief/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/ss-is-master-chief",
"id": 26060275,
"login": "ss-is-master-chief",
"node_id": "MDQ6VXNlcjI2MDYwMjc1",
"organizations_url": "https://api.github.com/users/ss-is-master-chief/orgs",
"received_events_url": "https://api.github.com/users/ss-is-master-chief/received_events",
"repos_url": "https://api.github.com/users/ss-is-master-chief/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/ss-is-master-chief/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/ss-is-master-chief/subscriptions",
"type": "User",
"url": "https://api.github.com/users/ss-is-master-chief"
}
] |
{
"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",
"following_url": "https://api.github.com/users/jreback/following{/other_user}",
"gists_url": "https://api.github.com/users/jreback/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/jreback",
"id": 953992,
"login": "jreback",
"node_id": "MDQ6VXNlcjk1Mzk5Mg==",
"organizations_url": "https://api.github.com/users/jreback/orgs",
"received_events_url": "https://api.github.com/users/jreback/received_events",
"repos_url": "https://api.github.com/users/jreback/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/jreback/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/jreback/subscriptions",
"type": "User",
"url": "https://api.github.com/users/jreback"
},
"description": "Changes that would be nice to have in the next release. These issues are not blocking. They will be pushed to the next release if no one has time to fix them.",
"due_on": null,
"html_url": "https://github.com/pandas-dev/pandas/milestone/32",
"id": 933188,
"labels_url": "https://api.github.com/repos/pandas-dev/pandas/milestones/32/labels",
"node_id": "MDk6TWlsZXN0b25lOTMzMTg4",
"number": 32,
"open_issues": 1053,
"state": "open",
"title": "Contributions Welcome",
"updated_at": "2021-11-21T00:50:06Z",
"url": "https://api.github.com/repos/pandas-dev/pandas/milestones/32"
}
| 7
| 2020-03-25T13:16:32Z
| 2020-11-16T10:42:20Z
| null |
NONE
| null |
#### Code Sample, a copy-pastable example if possible
```python
import numpy as np
import pandas as pd
print(pd.DataFrame([1]).to_json(indent=4))
```
outputs
```
{
"0":{
"0":1
}
}
```
#### Problem description
Any JSON prettyfier (including bare VS Code) wants to replace all `:` by `: `. So output of `to_json` should behave as `json.dump` does, at least when `indent is not None` (in which case the user clearly does not care about file size):
> If specified, separators should be an (item_separator, key_separator) tuple.
> **The default is `(', ', ': ')` if indent is None and `(',', ': ')` otherwise.**
> To get the most compact JSON representation, you should specify (',', ':') to eliminate whitespace.
https://docs.python.org/3/library/json.html#:~:text=To%20get%20the%20most%20compact%20JSON%20representation
#### Expected Output
```
{
"0": {
"0": 1
}
}
```
#### Output of ``pd.show_versions()``
<details>
INSTALLED VERSIONS
------------------
commit : None
python : 3.8.2.final.0
python-bits : 64
OS : Linux
OS-release : 4.12.14-lp151.28.32-default
machine : x86_64
processor : x86_64
byteorder : little
LC_ALL : None
LANG : en_US.UTF-8
LOCALE : en_US.UTF-8
pandas : 1.0.3
numpy : 1.18.2
pytz : 2019.3
dateutil : 2.8.1
pip : 20.0.2
setuptools : 46.1.1
Cython : None
pytest : None
hypothesis : None
sphinx : None
blosc : None
feather : None
xlsxwriter : 1.2.8
lxml.etree : 4.5.0
html5lib : None
pymysql : None
psycopg2 : None
jinja2 : None
IPython : None
pandas_datareader: None
bs4 : 4.8.0
bottleneck : None
fastparquet : None
gcsfs : None
lxml.etree : 4.5.0
matplotlib : 3.2.1
numexpr : 2.7.1
odfpy : None
openpyxl : 3.0.3
pandas_gbq : None
pyarrow : None
pytables : None
pytest : None
pyxlsb : None
s3fs : None
scipy : 1.4.1
sqlalchemy : None
tables : None
tabulate : None
xarray : None
xlrd : 1.2.0
xlwt : None
xlsxwriter : 1.2.8
numba : None
</details>
|
{
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/33014/reactions"
}
|
https://api.github.com/repos/pandas-dev/pandas/issues/33014/timeline
| null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/33015
|
https://api.github.com/repos/pandas-dev/pandas
|
https://api.github.com/repos/pandas-dev/pandas/issues/33015/labels{/name}
|
https://api.github.com/repos/pandas-dev/pandas/issues/33015/comments
|
https://api.github.com/repos/pandas-dev/pandas/issues/33015/events
|
https://github.com/pandas-dev/pandas/pull/33015
| 587,734,984
|
MDExOlB1bGxSZXF1ZXN0MzkzNjE5MTk5
| 33,015
|
Added RuntimeWarning to lib.fast_unique_multiple
|
{
"avatar_url": "https://avatars.githubusercontent.com/u/50263213?v=4",
"events_url": "https://api.github.com/users/ShaharNaveh/events{/privacy}",
"followers_url": "https://api.github.com/users/ShaharNaveh/followers",
"following_url": "https://api.github.com/users/ShaharNaveh/following{/other_user}",
"gists_url": "https://api.github.com/users/ShaharNaveh/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/ShaharNaveh",
"id": 50263213,
"login": "ShaharNaveh",
"node_id": "MDQ6VXNlcjUwMjYzMjEz",
"organizations_url": "https://api.github.com/users/ShaharNaveh/orgs",
"received_events_url": "https://api.github.com/users/ShaharNaveh/received_events",
"repos_url": "https://api.github.com/users/ShaharNaveh/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/ShaharNaveh/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/ShaharNaveh/subscriptions",
"type": "User",
"url": "https://api.github.com/users/ShaharNaveh"
}
|
[
{
"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": "b60205",
"default": false,
"description": "Internal Consistency of API/Behavior",
"id": 1741841389,
"name": "API - Consistency",
"node_id": "MDU6TGFiZWwxNzQxODQxMzg5",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/API%20-%20Consistency"
}
] |
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/jreback/followers",
"following_url": "https://api.github.com/users/jreback/following{/other_user}",
"gists_url": "https://api.github.com/users/jreback/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/jreback",
"id": 953992,
"login": "jreback",
"node_id": "MDQ6VXNlcjk1Mzk5Mg==",
"organizations_url": "https://api.github.com/users/jreback/orgs",
"received_events_url": "https://api.github.com/users/jreback/received_events",
"repos_url": "https://api.github.com/users/jreback/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/jreback/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/jreback/subscriptions",
"type": "User",
"url": "https://api.github.com/users/jreback"
},
"description": "",
"due_on": "2020-08-01T07:00:00Z",
"html_url": "https://github.com/pandas-dev/pandas/milestone/68",
"id": 4894670,
"labels_url": "https://api.github.com/repos/pandas-dev/pandas/milestones/68/labels",
"node_id": "MDk6TWlsZXN0b25lNDg5NDY3MA==",
"number": 68,
"open_issues": 0,
"state": "closed",
"title": "1.1",
"updated_at": "2021-07-17T17:25:28Z",
"url": "https://api.github.com/repos/pandas-dev/pandas/milestones/68"
}
| 5
| 2020-03-25T14:25:39Z
| 2020-04-02T18:57:57Z
| 2020-04-02T14:25:03Z
|
MEMBER
| null |
- [ ] closes #xxxx
- [ ] tests added / passed
- [x] passes `black pandas`
- [x] passes `git diff upstream/master -u -- "*.py" | flake8 --diff`
- [ ] whatsnew entry
|
{
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/33015/reactions"
}
|
https://api.github.com/repos/pandas-dev/pandas/issues/33015/timeline
| null | 0
|
{
"diff_url": "https://github.com/pandas-dev/pandas/pull/33015.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/33015",
"merged_at": "2020-04-02T14:25:03Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/33015.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/33015"
}
|
https://api.github.com/repos/pandas-dev/pandas/issues/33016
|
https://api.github.com/repos/pandas-dev/pandas
|
https://api.github.com/repos/pandas-dev/pandas/issues/33016/labels{/name}
|
https://api.github.com/repos/pandas-dev/pandas/issues/33016/comments
|
https://api.github.com/repos/pandas-dev/pandas/issues/33016/events
|
https://github.com/pandas-dev/pandas/pull/33016
| 587,750,917
|
MDExOlB1bGxSZXF1ZXN0MzkzNjMxNzU1
| 33,016
|
DOC: Document axis for swaplevel, standardize elsewhere
|
{
"avatar_url": "https://avatars.githubusercontent.com/u/14007150?v=4",
"events_url": "https://api.github.com/users/deepyaman/events{/privacy}",
"followers_url": "https://api.github.com/users/deepyaman/followers",
"following_url": "https://api.github.com/users/deepyaman/following{/other_user}",
"gists_url": "https://api.github.com/users/deepyaman/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/deepyaman",
"id": 14007150,
"login": "deepyaman",
"node_id": "MDQ6VXNlcjE0MDA3MTUw",
"organizations_url": "https://api.github.com/users/deepyaman/orgs",
"received_events_url": "https://api.github.com/users/deepyaman/received_events",
"repos_url": "https://api.github.com/users/deepyaman/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/deepyaman/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/deepyaman/subscriptions",
"type": "User",
"url": "https://api.github.com/users/deepyaman"
}
|
[
{
"color": "3465A4",
"default": false,
"description": null,
"id": 134699,
"name": "Docs",
"node_id": "MDU6TGFiZWwxMzQ2OTk=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Docs"
}
] |
closed
| false
| null |
[] |
{
"closed_at": "2020-07-28T18:13:47Z",
"closed_issues": 2378,
"created_at": "2019-12-02T12:52:48Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jreback/followers",
"following_url": "https://api.github.com/users/jreback/following{/other_user}",
"gists_url": "https://api.github.com/users/jreback/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/jreback",
"id": 953992,
"login": "jreback",
"node_id": "MDQ6VXNlcjk1Mzk5Mg==",
"organizations_url": "https://api.github.com/users/jreback/orgs",
"received_events_url": "https://api.github.com/users/jreback/received_events",
"repos_url": "https://api.github.com/users/jreback/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/jreback/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/jreback/subscriptions",
"type": "User",
"url": "https://api.github.com/users/jreback"
},
"description": "",
"due_on": "2020-08-01T07:00:00Z",
"html_url": "https://github.com/pandas-dev/pandas/milestone/68",
"id": 4894670,
"labels_url": "https://api.github.com/repos/pandas-dev/pandas/milestones/68/labels",
"node_id": "MDk6TWlsZXN0b25lNDg5NDY3MA==",
"number": 68,
"open_issues": 0,
"state": "closed",
"title": "1.1",
"updated_at": "2021-07-17T17:25:28Z",
"url": "https://api.github.com/repos/pandas-dev/pandas/milestones/68"
}
| 1
| 2020-03-25T14:47:00Z
| 2020-03-26T06:43:25Z
| 2020-03-26T03:18:26Z
|
CONTRIBUTOR
| null |
- [ ] closes #xxxx
- [ ] tests added / passed
- [ ] passes `black pandas`
- [ ] passes `git diff upstream/master -u -- "*.py" | flake8 --diff`
- [ ] whatsnew entry
|
{
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/33016/reactions"
}
|
https://api.github.com/repos/pandas-dev/pandas/issues/33016/timeline
| null | 0
|
{
"diff_url": "https://github.com/pandas-dev/pandas/pull/33016.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/33016",
"merged_at": "2020-03-26T03:18:26Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/33016.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/33016"
}
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.