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/30614
|
https://api.github.com/repos/pandas-dev/pandas
|
https://api.github.com/repos/pandas-dev/pandas/issues/30614/labels{/name}
|
https://api.github.com/repos/pandas-dev/pandas/issues/30614/comments
|
https://api.github.com/repos/pandas-dev/pandas/issues/30614/events
|
https://github.com/pandas-dev/pandas/issues/30614
| 544,438,638
|
MDU6SXNzdWU1NDQ0Mzg2Mzg=
| 30,614
|
ENH: Create a devcontainer.json env to work with VS Code in Containers
|
{
"avatar_url": "https://avatars.githubusercontent.com/u/24758845?v=4",
"events_url": "https://api.github.com/users/yehoshuadimarsky/events{/privacy}",
"followers_url": "https://api.github.com/users/yehoshuadimarsky/followers",
"following_url": "https://api.github.com/users/yehoshuadimarsky/following{/other_user}",
"gists_url": "https://api.github.com/users/yehoshuadimarsky/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/yehoshuadimarsky",
"id": 24758845,
"login": "yehoshuadimarsky",
"node_id": "MDQ6VXNlcjI0NzU4ODQ1",
"organizations_url": "https://api.github.com/users/yehoshuadimarsky/orgs",
"received_events_url": "https://api.github.com/users/yehoshuadimarsky/received_events",
"repos_url": "https://api.github.com/users/yehoshuadimarsky/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/yehoshuadimarsky/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/yehoshuadimarsky/subscriptions",
"type": "User",
"url": "https://api.github.com/users/yehoshuadimarsky"
}
|
[
{
"color": "4E9A06",
"default": false,
"description": null,
"id": 76812,
"name": "Enhancement",
"node_id": "MDU6TGFiZWw3NjgxMg==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Enhancement"
},
{
"color": "75507B",
"default": false,
"description": "Library building on various platforms",
"id": 129350,
"name": "Build",
"node_id": "MDU6TGFiZWwxMjkzNTA=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Build"
}
] |
closed
| false
| null |
[] | null | 3
| 2020-01-02T03:56:56Z
| 2020-01-19T01:00:59Z
| 2020-01-19T01:00:59Z
|
CONTRIBUTOR
| null |
VS Code has a great feature where you can work on a repo fully within a Docker container, either on your computer (called Remote - Containers) or remotely on Azure hosted by them (called VS Code Online). This could be particularly useful for setting up a quick dev environment to work on the pandas codebase, and not have to manually go through the setup steps in the [docs](https://pandas.pydata.org/pandas-docs/stable/development/contributing.html#working-with-the-code).
Per the VS Code docs (https://code.visualstudio.com/docs/remote/containers and https://docs.microsoft.com/en-us/visualstudio/online/reference/configuring) you can create a `.devcontainer.json` file in the root of the repo that will contain everything needed to setup the environment, similar to the conda `environment.yml` file. You can also create a DockerFile inside a `devcontainer` folder to use with the `devcontainer.json` file.
I will try to put something together for this, figured I'd first start an issue here so that if anyone else is working on this we can collaborate and not duplicate our work.
|
{
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/30614/reactions"
}
|
https://api.github.com/repos/pandas-dev/pandas/issues/30614/timeline
| null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/30615
|
https://api.github.com/repos/pandas-dev/pandas
|
https://api.github.com/repos/pandas-dev/pandas/issues/30615/labels{/name}
|
https://api.github.com/repos/pandas-dev/pandas/issues/30615/comments
|
https://api.github.com/repos/pandas-dev/pandas/issues/30615/events
|
https://github.com/pandas-dev/pandas/pull/30615
| 544,442,599
|
MDExOlB1bGxSZXF1ZXN0MzU4NTQ5OTgz
| 30,615
|
DEPR: is_copy arg of take
|
{
"avatar_url": "https://avatars.githubusercontent.com/u/16509490?v=4",
"events_url": "https://api.github.com/users/ryankarlos/events{/privacy}",
"followers_url": "https://api.github.com/users/ryankarlos/followers",
"following_url": "https://api.github.com/users/ryankarlos/following{/other_user}",
"gists_url": "https://api.github.com/users/ryankarlos/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/ryankarlos",
"id": 16509490,
"login": "ryankarlos",
"node_id": "MDQ6VXNlcjE2NTA5NDkw",
"organizations_url": "https://api.github.com/users/ryankarlos/orgs",
"received_events_url": "https://api.github.com/users/ryankarlos/received_events",
"repos_url": "https://api.github.com/users/ryankarlos/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/ryankarlos/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/ryankarlos/subscriptions",
"type": "User",
"url": "https://api.github.com/users/ryankarlos"
}
|
[
{
"color": "5319e7",
"default": false,
"description": "Functionality to remove in pandas",
"id": 87485152,
"name": "Deprecate",
"node_id": "MDU6TGFiZWw4NzQ4NTE1Mg==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Deprecate"
}
] |
closed
| false
| null |
[] |
{
"closed_at": "2020-01-30T12:18:05Z",
"closed_issues": 2207,
"created_at": "2012-09-13T02:13:00Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4",
"events_url": "https://api.github.com/users/wesm/events{/privacy}",
"followers_url": "https://api.github.com/users/wesm/followers",
"following_url": "https://api.github.com/users/wesm/following{/other_user}",
"gists_url": "https://api.github.com/users/wesm/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/wesm",
"id": 329591,
"login": "wesm",
"node_id": "MDQ6VXNlcjMyOTU5MQ==",
"organizations_url": "https://api.github.com/users/wesm/orgs",
"received_events_url": "https://api.github.com/users/wesm/received_events",
"repos_url": "https://api.github.com/users/wesm/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/wesm/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/wesm/subscriptions",
"type": "User",
"url": "https://api.github.com/users/wesm"
},
"description": "on-merge: backport to 1.0.x",
"due_on": "2020-02-01T08:00:00Z",
"html_url": "https://github.com/pandas-dev/pandas/milestone/16",
"id": 174211,
"labels_url": "https://api.github.com/repos/pandas-dev/pandas/milestones/16/labels",
"node_id": "MDk6TWlsZXN0b25lMTc0MjEx",
"number": 16,
"open_issues": 0,
"state": "closed",
"title": "1.0.0",
"updated_at": "2020-01-30T12:18:05Z",
"url": "https://api.github.com/repos/pandas-dev/pandas/milestones/16"
}
| 11
| 2020-01-02T04:28:17Z
| 2020-01-08T09:54:00Z
| 2020-01-06T13:21:33Z
|
CONTRIBUTOR
| null |
- [x] closes #27357
- [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/30615/reactions"
}
|
https://api.github.com/repos/pandas-dev/pandas/issues/30615/timeline
| null | 0
|
{
"diff_url": "https://github.com/pandas-dev/pandas/pull/30615.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/30615",
"merged_at": "2020-01-06T13:21:33Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/30615.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/30615"
}
|
https://api.github.com/repos/pandas-dev/pandas/issues/30616
|
https://api.github.com/repos/pandas-dev/pandas
|
https://api.github.com/repos/pandas-dev/pandas/issues/30616/labels{/name}
|
https://api.github.com/repos/pandas-dev/pandas/issues/30616/comments
|
https://api.github.com/repos/pandas-dev/pandas/issues/30616/events
|
https://github.com/pandas-dev/pandas/issues/30616
| 544,450,780
|
MDU6SXNzdWU1NDQ0NTA3ODA=
| 30,616
|
encode
|
{
"avatar_url": "https://avatars.githubusercontent.com/u/11521678?v=4",
"events_url": "https://api.github.com/users/shanxuanchen/events{/privacy}",
"followers_url": "https://api.github.com/users/shanxuanchen/followers",
"following_url": "https://api.github.com/users/shanxuanchen/following{/other_user}",
"gists_url": "https://api.github.com/users/shanxuanchen/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/shanxuanchen",
"id": 11521678,
"login": "shanxuanchen",
"node_id": "MDQ6VXNlcjExNTIxNjc4",
"organizations_url": "https://api.github.com/users/shanxuanchen/orgs",
"received_events_url": "https://api.github.com/users/shanxuanchen/received_events",
"repos_url": "https://api.github.com/users/shanxuanchen/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/shanxuanchen/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/shanxuanchen/subscriptions",
"type": "User",
"url": "https://api.github.com/users/shanxuanchen"
}
|
[
{
"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 | 1
| 2020-01-02T05:26:21Z
| 2020-01-02T21:13:28Z
| 2020-01-02T21:13:28Z
|
NONE
| null |
#### Code Sample, a copy-pastable example if possible
```python
# Your code here
```
#### Problem description
[this should explain **why** the current behaviour is a problem and why the expected output is a better solution.]
**Note**: We receive a lot of issues on our GitHub tracker, so it is very possible that your issue has been posted before. Please check first before submitting so that we do not have to handle and close duplicates!
**Note**: Many problems can be resolved by simply upgrading `pandas` to the latest version. Before submitting, please check if that solution works for you. If possible, you may want to check if `master` addresses this issue, but that is not necessary.
For documentation-related issues, you can check the latest versions of the docs on `master` here:
https://pandas-docs.github.io/pandas-docs-travis/
If the issue has not been resolved there, go ahead and file it in the issue tracker.
#### Expected Output
#### Output of ``pd.show_versions()``
<details>
[paste the output of ``pd.show_versions()`` here below this line]
</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/30616/reactions"
}
|
https://api.github.com/repos/pandas-dev/pandas/issues/30616/timeline
| null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/30617
|
https://api.github.com/repos/pandas-dev/pandas
|
https://api.github.com/repos/pandas-dev/pandas/issues/30617/labels{/name}
|
https://api.github.com/repos/pandas-dev/pandas/issues/30617/comments
|
https://api.github.com/repos/pandas-dev/pandas/issues/30617/events
|
https://github.com/pandas-dev/pandas/issues/30617
| 544,556,056
|
MDU6SXNzdWU1NDQ1NTYwNTY=
| 30,617
|
merge errors with pandas 0.25.3
|
{
"avatar_url": "https://avatars.githubusercontent.com/u/152720?v=4",
"events_url": "https://api.github.com/users/ranedk/events{/privacy}",
"followers_url": "https://api.github.com/users/ranedk/followers",
"following_url": "https://api.github.com/users/ranedk/following{/other_user}",
"gists_url": "https://api.github.com/users/ranedk/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/ranedk",
"id": 152720,
"login": "ranedk",
"node_id": "MDQ6VXNlcjE1MjcyMA==",
"organizations_url": "https://api.github.com/users/ranedk/orgs",
"received_events_url": "https://api.github.com/users/ranedk/received_events",
"repos_url": "https://api.github.com/users/ranedk/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/ranedk/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/ranedk/subscriptions",
"type": "User",
"url": "https://api.github.com/users/ranedk"
}
|
[
{
"color": "0052cc",
"default": false,
"description": null,
"id": 34444536,
"name": "Usage Question",
"node_id": "MDU6TGFiZWwzNDQ0NDUzNg==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Usage%20Question"
}
] |
closed
| false
| null |
[] | null | 2
| 2020-01-02T12:15:24Z
| 2020-01-02T12:44:16Z
| 2020-01-02T12:42:19Z
|
NONE
| null |
I am using using pandas version 0.25.3 and Python 3.7.4
```python
students = pd.DataFrame({
'name': ['Dev', 'Prem', 'Kiran', 'Manish', 'Sandeep', 'Deepika', 'Amit'],
'class': ['7A', '7B', '7D', '7A', '7B', '7B', '7C'],
'gender': ['M', 'M', 'F', 'M', 'M', 'F', 'M'],
'roll': [1, 2, 3, 4, 5, 6, 7]
}).set_index('roll')
maths = pd.DataFrame({
'sr': [1, 2, 3, 5, 6],
'marks': [45, 23, 76, 87, 45],
}).set_index('sr')
students.merge(maths, left_on='roll', right_on='sr')
# KeyError: "None of ['roll'] are in the columns"
pd.merge(students, maths, left_on='roll', right_on='sr')
# KeyError: "None of ['roll'] are in the columns"
```
#### Problem description
When I used pandas 0.25.1, `students.merge` worked but `pd.merge` did not work.
Now both aren't working.
#### Output of ``pd.show_versions()``
<details>
commit : None
python : 3.7.4.final.0
python-bits : 64
OS : Linux
OS-release : 5.0.0-36-generic
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.17.2
pytz : 2019.2
dateutil : 2.8.0
pip : 19.2.3
setuptools : 41.2.0
Cython : None
pytest : None
hypothesis : None
sphinx : 2.2.0
blosc : None
feather : None
xlsxwriter : None
lxml.etree : None
html5lib : None
pymysql : None
psycopg2 : None
jinja2 : 2.10.1
IPython : 7.8.0
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 : 1.3.1
sqlalchemy : None
tables : None
xarray : None
xlrd : None
xlwt : None
xlsxwriter : 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/30617/reactions"
}
|
https://api.github.com/repos/pandas-dev/pandas/issues/30617/timeline
| null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/30618
|
https://api.github.com/repos/pandas-dev/pandas
|
https://api.github.com/repos/pandas-dev/pandas/issues/30618/labels{/name}
|
https://api.github.com/repos/pandas-dev/pandas/issues/30618/comments
|
https://api.github.com/repos/pandas-dev/pandas/issues/30618/events
|
https://github.com/pandas-dev/pandas/issues/30618
| 544,617,303
|
MDU6SXNzdWU1NDQ2MTczMDM=
| 30,618
|
'Categorical' from output of 'factorize' has different encoding
|
{
"avatar_url": "https://avatars.githubusercontent.com/u/11860098?v=4",
"events_url": "https://api.github.com/users/david-cortes/events{/privacy}",
"followers_url": "https://api.github.com/users/david-cortes/followers",
"following_url": "https://api.github.com/users/david-cortes/following{/other_user}",
"gists_url": "https://api.github.com/users/david-cortes/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/david-cortes",
"id": 11860098,
"login": "david-cortes",
"node_id": "MDQ6VXNlcjExODYwMDk4",
"organizations_url": "https://api.github.com/users/david-cortes/orgs",
"received_events_url": "https://api.github.com/users/david-cortes/received_events",
"repos_url": "https://api.github.com/users/david-cortes/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/david-cortes/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/david-cortes/subscriptions",
"type": "User",
"url": "https://api.github.com/users/david-cortes"
}
|
[
{
"color": "e10c02",
"default": false,
"description": null,
"id": 76811,
"name": "Bug",
"node_id": "MDU6TGFiZWw3NjgxMQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug"
},
{
"color": "eb6420",
"default": false,
"description": "Non-arithmetic algos: value_counts, factorize, sorting, isin, clip, shift, diff",
"id": 57296398,
"name": "Algos",
"node_id": "MDU6TGFiZWw1NzI5NjM5OA==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Algos"
},
{
"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"
},
{
"color": "be21f2",
"default": false,
"description": "May be closeable, needs more eyeballs",
"id": 2365504893,
"name": "Closing Candidate",
"node_id": "MDU6TGFiZWwyMzY1NTA0ODkz",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Closing%20Candidate"
}
] |
open
| false
| null |
[] | null | 5
| 2020-01-02T15:10:35Z
| 2021-07-25T04:33:37Z
| null |
CONTRIBUTOR
| null |
If I call `pd.Categorical` using the results of `pd.factorize`, sometimes the encodings produced by them will be different:
```python
import pandas as pd, numpy as np
df = pd.DataFrame({
"col1" : ["S","C","S","S","Q"]
})
df["col1"] = pd.Categorical(df["col1"])
encoded, factors = pd.factorize(df["col1"])
recoded = pd.Categorical(df["col1"], factors).codes
```
I would expect in this case that all three objects (`encoded`, `recoded`, and the original) will have the same encoding, but these are the results:
```python
df.col1.cat.codes.values
```
```
>>> array([2, 0, 2, 2, 1], dtype=int8)
```
```python
encoded
```
```
>>> array([0, 1, 0, 0, 2])
```
```python
recoded
```
```
>>> array([2, 0, 2, 2, 1], dtype=int8)
```
The issue can be solved by using `pd.Categorical` with `factors.to_numpy()` instead, but I think it'd be very reasonable to assume that the output from `factorize` is the expected input to `Categorical`.
|
{
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/30618/reactions"
}
|
https://api.github.com/repos/pandas-dev/pandas/issues/30618/timeline
| null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/30619
|
https://api.github.com/repos/pandas-dev/pandas
|
https://api.github.com/repos/pandas-dev/pandas/issues/30619/labels{/name}
|
https://api.github.com/repos/pandas-dev/pandas/issues/30619/comments
|
https://api.github.com/repos/pandas-dev/pandas/issues/30619/events
|
https://github.com/pandas-dev/pandas/pull/30619
| 544,627,499
|
MDExOlB1bGxSZXF1ZXN0MzU4Njk4Njcy
| 30,619
|
TYP: enable strict_equality to prohibit comparisons of non-overlappin…
|
{
"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": "ea91a4",
"default": false,
"description": "type annotations, mypy/pyright type checking",
"id": 1280988427,
"name": "Typing",
"node_id": "MDU6TGFiZWwxMjgwOTg4NDI3",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Typing"
}
] |
closed
| false
| null |
[] |
{
"closed_at": "2020-01-30T12:18:05Z",
"closed_issues": 2207,
"created_at": "2012-09-13T02:13:00Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4",
"events_url": "https://api.github.com/users/wesm/events{/privacy}",
"followers_url": "https://api.github.com/users/wesm/followers",
"following_url": "https://api.github.com/users/wesm/following{/other_user}",
"gists_url": "https://api.github.com/users/wesm/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/wesm",
"id": 329591,
"login": "wesm",
"node_id": "MDQ6VXNlcjMyOTU5MQ==",
"organizations_url": "https://api.github.com/users/wesm/orgs",
"received_events_url": "https://api.github.com/users/wesm/received_events",
"repos_url": "https://api.github.com/users/wesm/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/wesm/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/wesm/subscriptions",
"type": "User",
"url": "https://api.github.com/users/wesm"
},
"description": "on-merge: backport to 1.0.x",
"due_on": "2020-02-01T08:00:00Z",
"html_url": "https://github.com/pandas-dev/pandas/milestone/16",
"id": 174211,
"labels_url": "https://api.github.com/repos/pandas-dev/pandas/milestones/16/labels",
"node_id": "MDk6TWlsZXN0b25lMTc0MjEx",
"number": 16,
"open_issues": 0,
"state": "closed",
"title": "1.0.0",
"updated_at": "2020-01-30T12:18:05Z",
"url": "https://api.github.com/repos/pandas-dev/pandas/milestones/16"
}
| 2
| 2020-01-02T15:36:41Z
| 2020-01-05T10:02:51Z
| 2020-01-04T18:28:54Z
|
MEMBER
| null |
…g types
By default, mypy allows always-false comparisons like 42 == 'no'. Use this flag to prohibit such comparisons of non-overlapping types, and similar identity and container checks
```
pandas\core\dtypes\base.py:239: error: Non-overlapping equality check (left operand type: "str", right operand type: "Callable[[ExtensionDtype], str]")
pandas\core\arrays\period.py:657: error: Non-overlapping container check (element type: "Callable[[Any], Any]", container item type: "Callable[[Any, Any], Any]")
pandas\core\arrays\period.py:658: error: Non-overlapping identity check (left operand type: "Callable[[Any], Any]", right operand type: "Callable[[Any, Any], Any]")
pandas\io\formats\format.py:307: error: Non-overlapping equality check (left operand type: "bool", right operand type: "Literal['truncate']")
pandas\io\formats\format.py:461: error: Non-overlapping equality check (left operand type: "bool", right operand type: "Literal['truncate']")
pandas\io\excel\_odfreader.py:159: error: Non-overlapping equality check (left operand type: "str", right operand type: "float")
```
|
{
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/30619/reactions"
}
|
https://api.github.com/repos/pandas-dev/pandas/issues/30619/timeline
| null | 0
|
{
"diff_url": "https://github.com/pandas-dev/pandas/pull/30619.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/30619",
"merged_at": "2020-01-04T18:28:54Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/30619.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/30619"
}
|
https://api.github.com/repos/pandas-dev/pandas/issues/30620
|
https://api.github.com/repos/pandas-dev/pandas
|
https://api.github.com/repos/pandas-dev/pandas/issues/30620/labels{/name}
|
https://api.github.com/repos/pandas-dev/pandas/issues/30620/comments
|
https://api.github.com/repos/pandas-dev/pandas/issues/30620/events
|
https://github.com/pandas-dev/pandas/pull/30620
| 544,670,822
|
MDExOlB1bGxSZXF1ZXN0MzU4NzMzMjc3
| 30,620
|
DEPR: pandas.util.testing
|
{
"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": "5319e7",
"default": false,
"description": "Functionality to remove in pandas",
"id": 87485152,
"name": "Deprecate",
"node_id": "MDU6TGFiZWw4NzQ4NTE1Mg==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Deprecate"
}
] |
closed
| false
| null |
[] |
{
"closed_at": "2020-01-30T12:18:05Z",
"closed_issues": 2207,
"created_at": "2012-09-13T02:13:00Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4",
"events_url": "https://api.github.com/users/wesm/events{/privacy}",
"followers_url": "https://api.github.com/users/wesm/followers",
"following_url": "https://api.github.com/users/wesm/following{/other_user}",
"gists_url": "https://api.github.com/users/wesm/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/wesm",
"id": 329591,
"login": "wesm",
"node_id": "MDQ6VXNlcjMyOTU5MQ==",
"organizations_url": "https://api.github.com/users/wesm/orgs",
"received_events_url": "https://api.github.com/users/wesm/received_events",
"repos_url": "https://api.github.com/users/wesm/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/wesm/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/wesm/subscriptions",
"type": "User",
"url": "https://api.github.com/users/wesm"
},
"description": "on-merge: backport to 1.0.x",
"due_on": "2020-02-01T08:00:00Z",
"html_url": "https://github.com/pandas-dev/pandas/milestone/16",
"id": 174211,
"labels_url": "https://api.github.com/repos/pandas-dev/pandas/milestones/16/labels",
"node_id": "MDk6TWlsZXN0b25lMTc0MjEx",
"number": 16,
"open_issues": 0,
"state": "closed",
"title": "1.0.0",
"updated_at": "2020-01-30T12:18:05Z",
"url": "https://api.github.com/repos/pandas-dev/pandas/milestones/16"
}
| 12
| 2020-01-02T17:27:01Z
| 2020-01-07T16:29:07Z
| 2020-01-03T19:34:02Z
|
CONTRIBUTOR
| null |
Closes https://github.com/pandas-dev/pandas/issues/16232.
I tried to keep the commits somewhat clean.
https://github.com/pandas-dev/pandas/commit/e96624b8a3f903798f7977fb92da09fc7417ec98 and https://github.com/pandas-dev/pandas/commit/d52d35f9d6a5e721ae0e6aa1579e44dac820ed7a can probably be ignored. That's just moving `pandas.util.testing` to `pandas.util._testing` and updating all the relevant imports.
Main question: do we want to make the `tm.make*` methods public? I'd say we probably should, but wanted to confirm.
|
{
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/30620/reactions"
}
|
https://api.github.com/repos/pandas-dev/pandas/issues/30620/timeline
| null | 0
|
{
"diff_url": "https://github.com/pandas-dev/pandas/pull/30620.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/30620",
"merged_at": "2020-01-03T19:34:02Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/30620.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/30620"
}
|
https://api.github.com/repos/pandas-dev/pandas/issues/30621
|
https://api.github.com/repos/pandas-dev/pandas
|
https://api.github.com/repos/pandas-dev/pandas/issues/30621/labels{/name}
|
https://api.github.com/repos/pandas-dev/pandas/issues/30621/comments
|
https://api.github.com/repos/pandas-dev/pandas/issues/30621/events
|
https://github.com/pandas-dev/pandas/issues/30621
| 544,696,878
|
MDU6SXNzdWU1NDQ2OTY4Nzg=
| 30,621
|
DataFrameGroupBy object cannot be passed to dict ctor
|
{
"avatar_url": "https://avatars.githubusercontent.com/u/28485371?v=4",
"events_url": "https://api.github.com/users/mslapek/events{/privacy}",
"followers_url": "https://api.github.com/users/mslapek/followers",
"following_url": "https://api.github.com/users/mslapek/following{/other_user}",
"gists_url": "https://api.github.com/users/mslapek/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/mslapek",
"id": 28485371,
"login": "mslapek",
"node_id": "MDQ6VXNlcjI4NDg1Mzcx",
"organizations_url": "https://api.github.com/users/mslapek/orgs",
"received_events_url": "https://api.github.com/users/mslapek/received_events",
"repos_url": "https://api.github.com/users/mslapek/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/mslapek/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/mslapek/subscriptions",
"type": "User",
"url": "https://api.github.com/users/mslapek"
}
|
[
{
"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": "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"
}
] |
closed
| false
| null |
[] | null | 7
| 2020-01-02T18:42:00Z
| 2021-07-25T04:36:02Z
| 2021-07-25T04:36:01Z
|
NONE
| null |
#### Code Sample, a copy-pastable example if possible
```python
import pandas as pd
iris = pd.read_csv("https://raw.githubusercontent.com/pandas-dev/pandas/master/pandas/tests/data/iris.csv")
groupby_obj = iris.groupby('Name')
d = dict(groupby_obj)
```
#### Problem description
Instance of `DataFrameGroupBy` is an iterable yielding pairs (*key*, *frame*),
hence it ought to work with buildin `dict`.
However, it raises error:
```
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
TypeError: attribute of type 'str' is not callable
```
#### Expected Output
`d` should be a dict with groups:
```
{'Iris-setosa': SepalLength SepalWidth PetalLength PetalWidth Name
0 5.1 3.5 1.4 0.2 Iris-setosa
1 4.9 3.0 1.4 0.2 Iris-setosa
2 4.7 3.2 1.3 0.2 Iris-setosa
3 4.6 3.1 1.5 0.2 Iris-setosa
...
7 4.6 3.2 1.4 0.2 Iris-setosa
48 5.3 3.7 1.5 0.2 Iris-setosa
49 5.0 3.3 1.4 0.2 Iris-setosa, 'Iris-versicolor': SepalLength SepalWidth PetalLength PetalWidth Name
50 7.0 3.2 4.7 1.4 Iris-versicolor
51 6.4 3.2 4.5 1.5 Iris-versicolor
...
146 6.3 2.5 5.0 1.9 Iris-virginica
147 6.5 3.0 5.2 2.0 Iris-virginica
148 6.2 3.4 5.4 2.3 Iris-virginica
149 5.9 3.0 5.1 1.8 Iris-virginica}
```
Notice, it is possible to *workaround* this by use of intermediate
iterable:
```python
d = dict(list(groupby_obj))
```
#### Output of ``pd.show_versions()``
<details>
```
>>> pd.show_versions()
INSTALLED VERSIONS
------------------
commit : None
python : 3.6.9.final.0
python-bits : 64
OS : Linux
OS-release : 5.0.0-37-generic
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.17.4
pytz : 2019.3
dateutil : 2.8.1
pip : 19.3.1
setuptools : 42.0.2.post20191203
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
s3fs : None
scipy : None
sqlalchemy : None
tables : None
xarray : None
xlrd : None
xlwt : None
xlsxwriter : 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/30621/reactions"
}
|
https://api.github.com/repos/pandas-dev/pandas/issues/30621/timeline
| null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/30622
|
https://api.github.com/repos/pandas-dev/pandas
|
https://api.github.com/repos/pandas-dev/pandas/issues/30622/labels{/name}
|
https://api.github.com/repos/pandas-dev/pandas/issues/30622/comments
|
https://api.github.com/repos/pandas-dev/pandas/issues/30622/events
|
https://github.com/pandas-dev/pandas/pull/30622
| 544,698,382
|
MDExOlB1bGxSZXF1ZXN0MzU4NzU1MDcz
| 30,622
|
DOC: Fixing PR09 formatting errors
|
{
"avatar_url": "https://avatars.githubusercontent.com/u/38143549?v=4",
"events_url": "https://api.github.com/users/HughKelley/events{/privacy}",
"followers_url": "https://api.github.com/users/HughKelley/followers",
"following_url": "https://api.github.com/users/HughKelley/following{/other_user}",
"gists_url": "https://api.github.com/users/HughKelley/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/HughKelley",
"id": 38143549,
"login": "HughKelley",
"node_id": "MDQ6VXNlcjM4MTQzNTQ5",
"organizations_url": "https://api.github.com/users/HughKelley/orgs",
"received_events_url": "https://api.github.com/users/HughKelley/received_events",
"repos_url": "https://api.github.com/users/HughKelley/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/HughKelley/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/HughKelley/subscriptions",
"type": "User",
"url": "https://api.github.com/users/HughKelley"
}
|
[
{
"color": "3465A4",
"default": false,
"description": null,
"id": 134699,
"name": "Docs",
"node_id": "MDU6TGFiZWwxMzQ2OTk=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Docs"
}
] |
closed
| false
| null |
[] |
{
"closed_at": "2020-01-30T12:18:05Z",
"closed_issues": 2207,
"created_at": "2012-09-13T02:13:00Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4",
"events_url": "https://api.github.com/users/wesm/events{/privacy}",
"followers_url": "https://api.github.com/users/wesm/followers",
"following_url": "https://api.github.com/users/wesm/following{/other_user}",
"gists_url": "https://api.github.com/users/wesm/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/wesm",
"id": 329591,
"login": "wesm",
"node_id": "MDQ6VXNlcjMyOTU5MQ==",
"organizations_url": "https://api.github.com/users/wesm/orgs",
"received_events_url": "https://api.github.com/users/wesm/received_events",
"repos_url": "https://api.github.com/users/wesm/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/wesm/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/wesm/subscriptions",
"type": "User",
"url": "https://api.github.com/users/wesm"
},
"description": "on-merge: backport to 1.0.x",
"due_on": "2020-02-01T08:00:00Z",
"html_url": "https://github.com/pandas-dev/pandas/milestone/16",
"id": 174211,
"labels_url": "https://api.github.com/repos/pandas-dev/pandas/milestones/16/labels",
"node_id": "MDk6TWlsZXN0b25lMTc0MjEx",
"number": 16,
"open_issues": 0,
"state": "closed",
"title": "1.0.0",
"updated_at": "2020-01-30T12:18:05Z",
"url": "https://api.github.com/repos/pandas-dev/pandas/milestones/16"
}
| 1
| 2020-01-02T18:46:30Z
| 2020-01-06T16:46:55Z
| 2020-01-03T00:52:21Z
|
CONTRIBUTOR
| null |
- part of #28602
- [X] passes `black pandas`
- [X] passes `git diff upstream/master -u -- "*.py" | flake8 --diff`
just the good stuff from #29530
|
{
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/30622/reactions"
}
|
https://api.github.com/repos/pandas-dev/pandas/issues/30622/timeline
| null | 0
|
{
"diff_url": "https://github.com/pandas-dev/pandas/pull/30622.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/30622",
"merged_at": "2020-01-03T00:52:20Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/30622.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/30622"
}
|
https://api.github.com/repos/pandas-dev/pandas/issues/30623
|
https://api.github.com/repos/pandas-dev/pandas
|
https://api.github.com/repos/pandas-dev/pandas/issues/30623/labels{/name}
|
https://api.github.com/repos/pandas-dev/pandas/issues/30623/comments
|
https://api.github.com/repos/pandas-dev/pandas/issues/30623/events
|
https://github.com/pandas-dev/pandas/pull/30623
| 544,716,233
|
MDExOlB1bGxSZXF1ZXN0MzU4NzY5NjU4
| 30,623
|
REF: standardize usage with _make_wrapped_arith_op
|
{
"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": "207de5",
"default": false,
"description": null,
"id": 211029535,
"name": "Clean",
"node_id": "MDU6TGFiZWwyMTEwMjk1MzU=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Clean"
}
] |
closed
| false
| null |
[] |
{
"closed_at": "2020-01-30T12:18:05Z",
"closed_issues": 2207,
"created_at": "2012-09-13T02:13:00Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4",
"events_url": "https://api.github.com/users/wesm/events{/privacy}",
"followers_url": "https://api.github.com/users/wesm/followers",
"following_url": "https://api.github.com/users/wesm/following{/other_user}",
"gists_url": "https://api.github.com/users/wesm/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/wesm",
"id": 329591,
"login": "wesm",
"node_id": "MDQ6VXNlcjMyOTU5MQ==",
"organizations_url": "https://api.github.com/users/wesm/orgs",
"received_events_url": "https://api.github.com/users/wesm/received_events",
"repos_url": "https://api.github.com/users/wesm/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/wesm/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/wesm/subscriptions",
"type": "User",
"url": "https://api.github.com/users/wesm"
},
"description": "on-merge: backport to 1.0.x",
"due_on": "2020-02-01T08:00:00Z",
"html_url": "https://github.com/pandas-dev/pandas/milestone/16",
"id": 174211,
"labels_url": "https://api.github.com/repos/pandas-dev/pandas/milestones/16/labels",
"node_id": "MDk6TWlsZXN0b25lMTc0MjEx",
"number": 16,
"open_issues": 0,
"state": "closed",
"title": "1.0.0",
"updated_at": "2020-01-30T12:18:05Z",
"url": "https://api.github.com/repos/pandas-dev/pandas/milestones/16"
}
| 1
| 2020-01-02T19:39:09Z
| 2020-01-03T00:53:10Z
| 2020-01-03T00:51:34Z
|
MEMBER
| null |
{
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/30623/reactions"
}
|
https://api.github.com/repos/pandas-dev/pandas/issues/30623/timeline
| null | 0
|
{
"diff_url": "https://github.com/pandas-dev/pandas/pull/30623.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/30623",
"merged_at": "2020-01-03T00:51:34Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/30623.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/30623"
}
|
|
https://api.github.com/repos/pandas-dev/pandas/issues/30624
|
https://api.github.com/repos/pandas-dev/pandas
|
https://api.github.com/repos/pandas-dev/pandas/issues/30624/labels{/name}
|
https://api.github.com/repos/pandas-dev/pandas/issues/30624/comments
|
https://api.github.com/repos/pandas-dev/pandas/issues/30624/events
|
https://github.com/pandas-dev/pandas/pull/30624
| 544,720,927
|
MDExOlB1bGxSZXF1ZXN0MzU4NzczNTcz
| 30,624
|
whatsnew fixups
|
{
"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": "3465A4",
"default": false,
"description": null,
"id": 134699,
"name": "Docs",
"node_id": "MDU6TGFiZWwxMzQ2OTk=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Docs"
}
] |
closed
| false
| null |
[] |
{
"closed_at": "2020-01-30T12:18:05Z",
"closed_issues": 2207,
"created_at": "2012-09-13T02:13:00Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4",
"events_url": "https://api.github.com/users/wesm/events{/privacy}",
"followers_url": "https://api.github.com/users/wesm/followers",
"following_url": "https://api.github.com/users/wesm/following{/other_user}",
"gists_url": "https://api.github.com/users/wesm/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/wesm",
"id": 329591,
"login": "wesm",
"node_id": "MDQ6VXNlcjMyOTU5MQ==",
"organizations_url": "https://api.github.com/users/wesm/orgs",
"received_events_url": "https://api.github.com/users/wesm/received_events",
"repos_url": "https://api.github.com/users/wesm/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/wesm/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/wesm/subscriptions",
"type": "User",
"url": "https://api.github.com/users/wesm"
},
"description": "on-merge: backport to 1.0.x",
"due_on": "2020-02-01T08:00:00Z",
"html_url": "https://github.com/pandas-dev/pandas/milestone/16",
"id": 174211,
"labels_url": "https://api.github.com/repos/pandas-dev/pandas/milestones/16/labels",
"node_id": "MDk6TWlsZXN0b25lMTc0MjEx",
"number": 16,
"open_issues": 0,
"state": "closed",
"title": "1.0.0",
"updated_at": "2020-01-30T12:18:05Z",
"url": "https://api.github.com/repos/pandas-dev/pandas/milestones/16"
}
| 1
| 2020-01-02T19:51:48Z
| 2020-01-02T21:42:31Z
| 2020-01-02T21:42:28Z
|
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/30624/reactions"
}
|
https://api.github.com/repos/pandas-dev/pandas/issues/30624/timeline
| null | 0
|
{
"diff_url": "https://github.com/pandas-dev/pandas/pull/30624.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/30624",
"merged_at": "2020-01-02T21:42:28Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/30624.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/30624"
}
|
|
https://api.github.com/repos/pandas-dev/pandas/issues/30625
|
https://api.github.com/repos/pandas-dev/pandas
|
https://api.github.com/repos/pandas-dev/pandas/issues/30625/labels{/name}
|
https://api.github.com/repos/pandas-dev/pandas/issues/30625/comments
|
https://api.github.com/repos/pandas-dev/pandas/issues/30625/events
|
https://github.com/pandas-dev/pandas/pull/30625
| 544,725,045
|
MDExOlB1bGxSZXF1ZXN0MzU4Nzc2OTIz
| 30,625
|
TST: Adding test to concat where copy=False for ExtensionArrays
|
{
"avatar_url": "https://avatars.githubusercontent.com/u/2043653?v=4",
"events_url": "https://api.github.com/users/dwhu/events{/privacy}",
"followers_url": "https://api.github.com/users/dwhu/followers",
"following_url": "https://api.github.com/users/dwhu/following{/other_user}",
"gists_url": "https://api.github.com/users/dwhu/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/dwhu",
"id": 2043653,
"login": "dwhu",
"node_id": "MDQ6VXNlcjIwNDM2NTM=",
"organizations_url": "https://api.github.com/users/dwhu/orgs",
"received_events_url": "https://api.github.com/users/dwhu/received_events",
"repos_url": "https://api.github.com/users/dwhu/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/dwhu/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/dwhu/subscriptions",
"type": "User",
"url": "https://api.github.com/users/dwhu"
}
|
[
{
"color": "C4A000",
"default": false,
"description": "pandas testing functions or related to the test suite",
"id": 127685,
"name": "Testing",
"node_id": "MDU6TGFiZWwxMjc2ODU=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Testing"
},
{
"color": "6138b5",
"default": false,
"description": "Extending pandas with custom dtypes or arrays.",
"id": 849023693,
"name": "ExtensionArray",
"node_id": "MDU6TGFiZWw4NDkwMjM2OTM=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/ExtensionArray"
}
] |
closed
| false
| null |
[] |
{
"closed_at": "2020-01-30T12:18:05Z",
"closed_issues": 2207,
"created_at": "2012-09-13T02:13:00Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4",
"events_url": "https://api.github.com/users/wesm/events{/privacy}",
"followers_url": "https://api.github.com/users/wesm/followers",
"following_url": "https://api.github.com/users/wesm/following{/other_user}",
"gists_url": "https://api.github.com/users/wesm/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/wesm",
"id": 329591,
"login": "wesm",
"node_id": "MDQ6VXNlcjMyOTU5MQ==",
"organizations_url": "https://api.github.com/users/wesm/orgs",
"received_events_url": "https://api.github.com/users/wesm/received_events",
"repos_url": "https://api.github.com/users/wesm/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/wesm/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/wesm/subscriptions",
"type": "User",
"url": "https://api.github.com/users/wesm"
},
"description": "on-merge: backport to 1.0.x",
"due_on": "2020-02-01T08:00:00Z",
"html_url": "https://github.com/pandas-dev/pandas/milestone/16",
"id": 174211,
"labels_url": "https://api.github.com/repos/pandas-dev/pandas/milestones/16/labels",
"node_id": "MDk6TWlsZXN0b25lMTc0MjEx",
"number": 16,
"open_issues": 0,
"state": "closed",
"title": "1.0.0",
"updated_at": "2020-01-30T12:18:05Z",
"url": "https://api.github.com/repos/pandas-dev/pandas/milestones/16"
}
| 1
| 2020-01-02T20:03:02Z
| 2020-01-04T18:21:37Z
| 2020-01-04T18:21:33Z
|
CONTRIBUTOR
| null |
The test ensures that ExtensionArrays are correctly constructed when
concat(copy=False) is used.
- [x] closes #20756
- [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/30625/reactions"
}
|
https://api.github.com/repos/pandas-dev/pandas/issues/30625/timeline
| null | 0
|
{
"diff_url": "https://github.com/pandas-dev/pandas/pull/30625.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/30625",
"merged_at": "2020-01-04T18:21:33Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/30625.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/30625"
}
|
https://api.github.com/repos/pandas-dev/pandas/issues/30626
|
https://api.github.com/repos/pandas-dev/pandas
|
https://api.github.com/repos/pandas-dev/pandas/issues/30626/labels{/name}
|
https://api.github.com/repos/pandas-dev/pandas/issues/30626/comments
|
https://api.github.com/repos/pandas-dev/pandas/issues/30626/events
|
https://github.com/pandas-dev/pandas/pull/30626
| 544,738,370
|
MDExOlB1bGxSZXF1ZXN0MzU4Nzg3NTg4
| 30,626
|
REF: delegate more IntervalIndex methods
|
{
"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"
},
{
"color": "009800",
"default": false,
"description": "Interval data type",
"id": 150096370,
"name": "Interval",
"node_id": "MDU6TGFiZWwxNTAwOTYzNzA=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Interval"
}
] |
closed
| false
| null |
[] |
{
"closed_at": "2020-01-30T12:18:05Z",
"closed_issues": 2207,
"created_at": "2012-09-13T02:13:00Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4",
"events_url": "https://api.github.com/users/wesm/events{/privacy}",
"followers_url": "https://api.github.com/users/wesm/followers",
"following_url": "https://api.github.com/users/wesm/following{/other_user}",
"gists_url": "https://api.github.com/users/wesm/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/wesm",
"id": 329591,
"login": "wesm",
"node_id": "MDQ6VXNlcjMyOTU5MQ==",
"organizations_url": "https://api.github.com/users/wesm/orgs",
"received_events_url": "https://api.github.com/users/wesm/received_events",
"repos_url": "https://api.github.com/users/wesm/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/wesm/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/wesm/subscriptions",
"type": "User",
"url": "https://api.github.com/users/wesm"
},
"description": "on-merge: backport to 1.0.x",
"due_on": "2020-02-01T08:00:00Z",
"html_url": "https://github.com/pandas-dev/pandas/milestone/16",
"id": 174211,
"labels_url": "https://api.github.com/repos/pandas-dev/pandas/milestones/16/labels",
"node_id": "MDk6TWlsZXN0b25lMTc0MjEx",
"number": 16,
"open_issues": 0,
"state": "closed",
"title": "1.0.0",
"updated_at": "2020-01-30T12:18:05Z",
"url": "https://api.github.com/repos/pandas-dev/pandas/milestones/16"
}
| 2
| 2020-01-02T20:41:34Z
| 2020-01-06T15:38:22Z
| 2020-01-03T09:59:26Z
|
MEMBER
| null |
cc @jschendel is the usage of _simple_new instead of _shallow_copy `take` important? Should it always be the case that `idx.close == idx._data.closed`?
|
{
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/30626/reactions"
}
|
https://api.github.com/repos/pandas-dev/pandas/issues/30626/timeline
| null | 0
|
{
"diff_url": "https://github.com/pandas-dev/pandas/pull/30626.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/30626",
"merged_at": "2020-01-03T09:59:26Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/30626.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/30626"
}
|
https://api.github.com/repos/pandas-dev/pandas/issues/30627
|
https://api.github.com/repos/pandas-dev/pandas
|
https://api.github.com/repos/pandas-dev/pandas/issues/30627/labels{/name}
|
https://api.github.com/repos/pandas-dev/pandas/issues/30627/comments
|
https://api.github.com/repos/pandas-dev/pandas/issues/30627/events
|
https://github.com/pandas-dev/pandas/pull/30627
| 544,746,881
|
MDExOlB1bGxSZXF1ZXN0MzU4Nzk0MjA4
| 30,627
|
REF: remove IntervalIndex.copy
|
{
"avatar_url": "https://avatars.githubusercontent.com/u/8078968?v=4",
"events_url": "https://api.github.com/users/jbrockmendel/events{/privacy}",
"followers_url": "https://api.github.com/users/jbrockmendel/followers",
"following_url": "https://api.github.com/users/jbrockmendel/following{/other_user}",
"gists_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": "207de5",
"default": false,
"description": null,
"id": 211029535,
"name": "Clean",
"node_id": "MDU6TGFiZWwyMTEwMjk1MzU=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Clean"
}
] |
closed
| false
| null |
[] |
{
"closed_at": "2020-01-30T12:18:05Z",
"closed_issues": 2207,
"created_at": "2012-09-13T02:13:00Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4",
"events_url": "https://api.github.com/users/wesm/events{/privacy}",
"followers_url": "https://api.github.com/users/wesm/followers",
"following_url": "https://api.github.com/users/wesm/following{/other_user}",
"gists_url": "https://api.github.com/users/wesm/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/wesm",
"id": 329591,
"login": "wesm",
"node_id": "MDQ6VXNlcjMyOTU5MQ==",
"organizations_url": "https://api.github.com/users/wesm/orgs",
"received_events_url": "https://api.github.com/users/wesm/received_events",
"repos_url": "https://api.github.com/users/wesm/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/wesm/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/wesm/subscriptions",
"type": "User",
"url": "https://api.github.com/users/wesm"
},
"description": "on-merge: backport to 1.0.x",
"due_on": "2020-02-01T08:00:00Z",
"html_url": "https://github.com/pandas-dev/pandas/milestone/16",
"id": 174211,
"labels_url": "https://api.github.com/repos/pandas-dev/pandas/milestones/16/labels",
"node_id": "MDk6TWlsZXN0b25lMTc0MjEx",
"number": 16,
"open_issues": 0,
"state": "closed",
"title": "1.0.0",
"updated_at": "2020-01-30T12:18:05Z",
"url": "https://api.github.com/repos/pandas-dev/pandas/milestones/16"
}
| 1
| 2020-01-02T21:06:42Z
| 2020-01-03T00:52:19Z
| 2020-01-03T00:48:24Z
|
MEMBER
| null |
cc @jschendel the existing behavior treats `name` differently than pretty much all our other copy methods. Was there a reason for that? It doesn't appear to be tested.
|
{
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/30627/reactions"
}
|
https://api.github.com/repos/pandas-dev/pandas/issues/30627/timeline
| null | 0
|
{
"diff_url": "https://github.com/pandas-dev/pandas/pull/30627.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/30627",
"merged_at": "2020-01-03T00:48:24Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/30627.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/30627"
}
|
https://api.github.com/repos/pandas-dev/pandas/issues/30628
|
https://api.github.com/repos/pandas-dev/pandas
|
https://api.github.com/repos/pandas-dev/pandas/issues/30628/labels{/name}
|
https://api.github.com/repos/pandas-dev/pandas/issues/30628/comments
|
https://api.github.com/repos/pandas-dev/pandas/issues/30628/events
|
https://github.com/pandas-dev/pandas/pull/30628
| 544,756,122
|
MDExOlB1bGxSZXF1ZXN0MzU4ODAxNTY2
| 30,628
|
DOC: Add strings for dtypes in basic.rst
|
{
"avatar_url": "https://avatars.githubusercontent.com/u/15113894?v=4",
"events_url": "https://api.github.com/users/Dr-Irv/events{/privacy}",
"followers_url": "https://api.github.com/users/Dr-Irv/followers",
"following_url": "https://api.github.com/users/Dr-Irv/following{/other_user}",
"gists_url": "https://api.github.com/users/Dr-Irv/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/Dr-Irv",
"id": 15113894,
"login": "Dr-Irv",
"node_id": "MDQ6VXNlcjE1MTEzODk0",
"organizations_url": "https://api.github.com/users/Dr-Irv/orgs",
"received_events_url": "https://api.github.com/users/Dr-Irv/received_events",
"repos_url": "https://api.github.com/users/Dr-Irv/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/Dr-Irv/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/Dr-Irv/subscriptions",
"type": "User",
"url": "https://api.github.com/users/Dr-Irv"
}
|
[
{
"color": "3465A4",
"default": false,
"description": null,
"id": 134699,
"name": "Docs",
"node_id": "MDU6TGFiZWwxMzQ2OTk=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Docs"
},
{
"color": "e102d8",
"default": false,
"description": "Unexpected or buggy dtype conversions",
"id": 31404521,
"name": "Dtype Conversions",
"node_id": "MDU6TGFiZWwzMTQwNDUyMQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Dtype%20Conversions"
}
] |
closed
| false
| null |
[] |
{
"closed_at": "2020-01-30T12:18:05Z",
"closed_issues": 2207,
"created_at": "2012-09-13T02:13:00Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4",
"events_url": "https://api.github.com/users/wesm/events{/privacy}",
"followers_url": "https://api.github.com/users/wesm/followers",
"following_url": "https://api.github.com/users/wesm/following{/other_user}",
"gists_url": "https://api.github.com/users/wesm/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/wesm",
"id": 329591,
"login": "wesm",
"node_id": "MDQ6VXNlcjMyOTU5MQ==",
"organizations_url": "https://api.github.com/users/wesm/orgs",
"received_events_url": "https://api.github.com/users/wesm/received_events",
"repos_url": "https://api.github.com/users/wesm/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/wesm/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/wesm/subscriptions",
"type": "User",
"url": "https://api.github.com/users/wesm"
},
"description": "on-merge: backport to 1.0.x",
"due_on": "2020-02-01T08:00:00Z",
"html_url": "https://github.com/pandas-dev/pandas/milestone/16",
"id": 174211,
"labels_url": "https://api.github.com/repos/pandas-dev/pandas/milestones/16/labels",
"node_id": "MDk6TWlsZXN0b25lMTc0MjEx",
"number": 16,
"open_issues": 0,
"state": "closed",
"title": "1.0.0",
"updated_at": "2020-01-30T12:18:05Z",
"url": "https://api.github.com/repos/pandas-dev/pandas/milestones/16"
}
| 1
| 2020-01-02T21:33:29Z
| 2020-01-03T21:39:21Z
| 2020-01-03T13:18:35Z
|
CONTRIBUTOR
| null |
- [x] closes #30590
- [ ] tests added / passed
- N/A
- [ ] passes `black pandas`
- N/A
- [ ] passes `git diff upstream/master -u -- "*.py" | flake8 --diff`
- N/A
- [ ] whatsnew entry
- N/A
Decided to add all valid strings for all the types in the table about dtypes. I didn't want to decide which ones to leave out, and if we want to leave some of them out, we should decide whether they should be removed from the code as well (e.g., `'Sparse[int, 0]'`)
Had to reformat the table so it would look nice, by splitting the list of strings into multiple lines (e.g., a merged cell)
|
{
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/30628/reactions"
}
|
https://api.github.com/repos/pandas-dev/pandas/issues/30628/timeline
| null | 0
|
{
"diff_url": "https://github.com/pandas-dev/pandas/pull/30628.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/30628",
"merged_at": "2020-01-03T13:18:34Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/30628.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/30628"
}
|
https://api.github.com/repos/pandas-dev/pandas/issues/30629
|
https://api.github.com/repos/pandas-dev/pandas
|
https://api.github.com/repos/pandas-dev/pandas/issues/30629/labels{/name}
|
https://api.github.com/repos/pandas-dev/pandas/issues/30629/comments
|
https://api.github.com/repos/pandas-dev/pandas/issues/30629/events
|
https://github.com/pandas-dev/pandas/pull/30629
| 544,759,873
|
MDExOlB1bGxSZXF1ZXN0MzU4ODA0NTIz
| 30,629
|
REF: implement indexes.extension to share delegation
|
{
"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": "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": "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"
}
] |
closed
| false
| null |
[] |
{
"closed_at": "2020-01-30T12:18:05Z",
"closed_issues": 2207,
"created_at": "2012-09-13T02:13:00Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4",
"events_url": "https://api.github.com/users/wesm/events{/privacy}",
"followers_url": "https://api.github.com/users/wesm/followers",
"following_url": "https://api.github.com/users/wesm/following{/other_user}",
"gists_url": "https://api.github.com/users/wesm/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/wesm",
"id": 329591,
"login": "wesm",
"node_id": "MDQ6VXNlcjMyOTU5MQ==",
"organizations_url": "https://api.github.com/users/wesm/orgs",
"received_events_url": "https://api.github.com/users/wesm/received_events",
"repos_url": "https://api.github.com/users/wesm/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/wesm/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/wesm/subscriptions",
"type": "User",
"url": "https://api.github.com/users/wesm"
},
"description": "on-merge: backport to 1.0.x",
"due_on": "2020-02-01T08:00:00Z",
"html_url": "https://github.com/pandas-dev/pandas/milestone/16",
"id": 174211,
"labels_url": "https://api.github.com/repos/pandas-dev/pandas/milestones/16/labels",
"node_id": "MDk6TWlsZXN0b25lMTc0MjEx",
"number": 16,
"open_issues": 0,
"state": "closed",
"title": "1.0.0",
"updated_at": "2020-01-30T12:18:05Z",
"url": "https://api.github.com/repos/pandas-dev/pandas/milestones/16"
}
| 3
| 2020-01-02T21:44:35Z
| 2020-01-03T02:09:43Z
| 2020-01-03T02:00:15Z
|
MEMBER
| null |
In following steps, I plan to
- remove the DatetimeDelegateMixin entirely and just use inherit_names
- de-duplicate the slightly-different comparison method code from CategoricalIndex vs DatetimelikeIndex
- move the remaining wrapping utilities from datetimelike to extension.py, after double-checking if we can remove any layers
- delegate more methods, some of which depends on smoothing out small idiosyncrasies, e.g. #30627.
|
{
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/30629/reactions"
}
|
https://api.github.com/repos/pandas-dev/pandas/issues/30629/timeline
| null | 0
|
{
"diff_url": "https://github.com/pandas-dev/pandas/pull/30629.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/30629",
"merged_at": "2020-01-03T02:00:15Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/30629.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/30629"
}
|
https://api.github.com/repos/pandas-dev/pandas/issues/30630
|
https://api.github.com/repos/pandas-dev/pandas
|
https://api.github.com/repos/pandas-dev/pandas/issues/30630/labels{/name}
|
https://api.github.com/repos/pandas-dev/pandas/issues/30630/comments
|
https://api.github.com/repos/pandas-dev/pandas/issues/30630/events
|
https://github.com/pandas-dev/pandas/pull/30630
| 544,790,108
|
MDExOlB1bGxSZXF1ZXN0MzU4ODI3NzUy
| 30,630
|
CI: Fix Flakey GBQ Tests
|
{
"avatar_url": "https://avatars.githubusercontent.com/u/16733618?v=4",
"events_url": "https://api.github.com/users/alimcmaster1/events{/privacy}",
"followers_url": "https://api.github.com/users/alimcmaster1/followers",
"following_url": "https://api.github.com/users/alimcmaster1/following{/other_user}",
"gists_url": "https://api.github.com/users/alimcmaster1/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/alimcmaster1",
"id": 16733618,
"login": "alimcmaster1",
"node_id": "MDQ6VXNlcjE2NzMzNjE4",
"organizations_url": "https://api.github.com/users/alimcmaster1/orgs",
"received_events_url": "https://api.github.com/users/alimcmaster1/received_events",
"repos_url": "https://api.github.com/users/alimcmaster1/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/alimcmaster1/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/alimcmaster1/subscriptions",
"type": "User",
"url": "https://api.github.com/users/alimcmaster1"
}
|
[
{
"color": "0052cc",
"default": false,
"description": "pandas-gbq compatability",
"id": 57351315,
"name": "IO Google",
"node_id": "MDU6TGFiZWw1NzM1MTMxNQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/IO%20Google"
},
{
"color": "5319e7",
"default": false,
"description": "Unit tests that occasionally fail",
"id": 76939933,
"name": "Unreliable Test",
"node_id": "MDU6TGFiZWw3NjkzOTkzMw==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Unreliable%20Test"
}
] |
closed
| false
| null |
[] |
{
"closed_at": "2020-01-30T12:18:05Z",
"closed_issues": 2207,
"created_at": "2012-09-13T02:13:00Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4",
"events_url": "https://api.github.com/users/wesm/events{/privacy}",
"followers_url": "https://api.github.com/users/wesm/followers",
"following_url": "https://api.github.com/users/wesm/following{/other_user}",
"gists_url": "https://api.github.com/users/wesm/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/wesm",
"id": 329591,
"login": "wesm",
"node_id": "MDQ6VXNlcjMyOTU5MQ==",
"organizations_url": "https://api.github.com/users/wesm/orgs",
"received_events_url": "https://api.github.com/users/wesm/received_events",
"repos_url": "https://api.github.com/users/wesm/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/wesm/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/wesm/subscriptions",
"type": "User",
"url": "https://api.github.com/users/wesm"
},
"description": "on-merge: backport to 1.0.x",
"due_on": "2020-02-01T08:00:00Z",
"html_url": "https://github.com/pandas-dev/pandas/milestone/16",
"id": 174211,
"labels_url": "https://api.github.com/repos/pandas-dev/pandas/milestones/16/labels",
"node_id": "MDk6TWlsZXN0b25lMTc0MjEx",
"number": 16,
"open_issues": 0,
"state": "closed",
"title": "1.0.0",
"updated_at": "2020-01-30T12:18:05Z",
"url": "https://api.github.com/repos/pandas-dev/pandas/milestones/16"
}
| 7
| 2020-01-02T23:25:10Z
| 2020-01-03T02:45:10Z
| 2020-01-03T02:45:05Z
|
CONTRIBUTOR
| null |
-ref https://github.com/pandas-dev/pandas/pull/30478#issuecomment-570068174
We see the below in the logs:
```
google.api_core.exceptions.Conflict: 409 POST https://bigquery.googleapis.com/bigquery/v2/projects/pandas-travis/datasets: Already Exists: Dataset pandas-travis:pydata_pandas_bq_testing_py31
```
https://travis-ci.org/pandas-dev/pandas/jobs/631599036
Despite attempting to delete the dataset in the previous line.
`self.client.delete_dataset(self.dataset, delete_contents=True)`
Since we run with `dist=loadfile` these tests are run sequentially by pytest. But they could potentially clash across builds?
We now create a unique dataset name per test function and teardown when complete
GBQ Tests will run against my fork will post results on here.
cc. @jreback, @tswast
|
{
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/30630/reactions"
}
|
https://api.github.com/repos/pandas-dev/pandas/issues/30630/timeline
| null | 0
|
{
"diff_url": "https://github.com/pandas-dev/pandas/pull/30630.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/30630",
"merged_at": "2020-01-03T02:45:05Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/30630.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/30630"
}
|
https://api.github.com/repos/pandas-dev/pandas/issues/30631
|
https://api.github.com/repos/pandas-dev/pandas
|
https://api.github.com/repos/pandas-dev/pandas/issues/30631/labels{/name}
|
https://api.github.com/repos/pandas-dev/pandas/issues/30631/comments
|
https://api.github.com/repos/pandas-dev/pandas/issues/30631/events
|
https://github.com/pandas-dev/pandas/pull/30631
| 544,790,997
|
MDExOlB1bGxSZXF1ZXN0MzU4ODI4NDM1
| 30,631
|
CLN: Update old string formatting to f-string
|
{
"avatar_url": "https://avatars.githubusercontent.com/u/12687841?v=4",
"events_url": "https://api.github.com/users/thepaullee/events{/privacy}",
"followers_url": "https://api.github.com/users/thepaullee/followers",
"following_url": "https://api.github.com/users/thepaullee/following{/other_user}",
"gists_url": "https://api.github.com/users/thepaullee/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/thepaullee",
"id": 12687841,
"login": "thepaullee",
"node_id": "MDQ6VXNlcjEyNjg3ODQx",
"organizations_url": "https://api.github.com/users/thepaullee/orgs",
"received_events_url": "https://api.github.com/users/thepaullee/received_events",
"repos_url": "https://api.github.com/users/thepaullee/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/thepaullee/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/thepaullee/subscriptions",
"type": "User",
"url": "https://api.github.com/users/thepaullee"
}
|
[
{
"color": "eb6420",
"default": false,
"description": "Code style, linting, code_checks",
"id": 106935113,
"name": "Code Style",
"node_id": "MDU6TGFiZWwxMDY5MzUxMTM=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Code%20Style"
}
] |
closed
| false
| null |
[] |
{
"closed_at": "2020-01-30T12:18:05Z",
"closed_issues": 2207,
"created_at": "2012-09-13T02:13:00Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4",
"events_url": "https://api.github.com/users/wesm/events{/privacy}",
"followers_url": "https://api.github.com/users/wesm/followers",
"following_url": "https://api.github.com/users/wesm/following{/other_user}",
"gists_url": "https://api.github.com/users/wesm/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/wesm",
"id": 329591,
"login": "wesm",
"node_id": "MDQ6VXNlcjMyOTU5MQ==",
"organizations_url": "https://api.github.com/users/wesm/orgs",
"received_events_url": "https://api.github.com/users/wesm/received_events",
"repos_url": "https://api.github.com/users/wesm/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/wesm/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/wesm/subscriptions",
"type": "User",
"url": "https://api.github.com/users/wesm"
},
"description": "on-merge: backport to 1.0.x",
"due_on": "2020-02-01T08:00:00Z",
"html_url": "https://github.com/pandas-dev/pandas/milestone/16",
"id": 174211,
"labels_url": "https://api.github.com/repos/pandas-dev/pandas/milestones/16/labels",
"node_id": "MDk6TWlsZXN0b25lMTc0MjEx",
"number": 16,
"open_issues": 0,
"state": "closed",
"title": "1.0.0",
"updated_at": "2020-01-30T12:18:05Z",
"url": "https://api.github.com/repos/pandas-dev/pandas/milestones/16"
}
| 2
| 2020-01-02T23:28:55Z
| 2020-01-03T23:17:46Z
| 2020-01-03T22:21:19Z
|
CONTRIBUTOR
| null |
- [x] contributes to #29547
- [ ] tests added / passed
- [x] passes `black pandas`
- [x] passes `git diff upstream/master -u -- "*.py" | flake8 --diff`
- [ ] whatsnew entry
Updates:
pandas/core/ops/array_ops.py
pandas/core/ops/dispatch.py
pandas/core/ops/docstrings.py
pandas/core/ops/invalid.py
pandas/core/ops/methods.py
pandas/core/ops/roperator.py
|
{
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/30631/reactions"
}
|
https://api.github.com/repos/pandas-dev/pandas/issues/30631/timeline
| null | 0
|
{
"diff_url": "https://github.com/pandas-dev/pandas/pull/30631.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/30631",
"merged_at": "2020-01-03T22:21:19Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/30631.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/30631"
}
|
https://api.github.com/repos/pandas-dev/pandas/issues/30632
|
https://api.github.com/repos/pandas-dev/pandas
|
https://api.github.com/repos/pandas-dev/pandas/issues/30632/labels{/name}
|
https://api.github.com/repos/pandas-dev/pandas/issues/30632/comments
|
https://api.github.com/repos/pandas-dev/pandas/issues/30632/events
|
https://github.com/pandas-dev/pandas/pull/30632
| 544,805,948
|
MDExOlB1bGxSZXF1ZXN0MzU4ODM5NDI1
| 30,632
|
TPY: Add Types to gbq.py
|
{
"avatar_url": "https://avatars.githubusercontent.com/u/16733618?v=4",
"events_url": "https://api.github.com/users/alimcmaster1/events{/privacy}",
"followers_url": "https://api.github.com/users/alimcmaster1/followers",
"following_url": "https://api.github.com/users/alimcmaster1/following{/other_user}",
"gists_url": "https://api.github.com/users/alimcmaster1/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/alimcmaster1",
"id": 16733618,
"login": "alimcmaster1",
"node_id": "MDQ6VXNlcjE2NzMzNjE4",
"organizations_url": "https://api.github.com/users/alimcmaster1/orgs",
"received_events_url": "https://api.github.com/users/alimcmaster1/received_events",
"repos_url": "https://api.github.com/users/alimcmaster1/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/alimcmaster1/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/alimcmaster1/subscriptions",
"type": "User",
"url": "https://api.github.com/users/alimcmaster1"
}
|
[
{
"color": "ea91a4",
"default": false,
"description": "type annotations, mypy/pyright type checking",
"id": 1280988427,
"name": "Typing",
"node_id": "MDU6TGFiZWwxMjgwOTg4NDI3",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Typing"
}
] |
closed
| false
| null |
[] |
{
"closed_at": "2020-01-30T12:18:05Z",
"closed_issues": 2207,
"created_at": "2012-09-13T02:13:00Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4",
"events_url": "https://api.github.com/users/wesm/events{/privacy}",
"followers_url": "https://api.github.com/users/wesm/followers",
"following_url": "https://api.github.com/users/wesm/following{/other_user}",
"gists_url": "https://api.github.com/users/wesm/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/wesm",
"id": 329591,
"login": "wesm",
"node_id": "MDQ6VXNlcjMyOTU5MQ==",
"organizations_url": "https://api.github.com/users/wesm/orgs",
"received_events_url": "https://api.github.com/users/wesm/received_events",
"repos_url": "https://api.github.com/users/wesm/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/wesm/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/wesm/subscriptions",
"type": "User",
"url": "https://api.github.com/users/wesm"
},
"description": "on-merge: backport to 1.0.x",
"due_on": "2020-02-01T08:00:00Z",
"html_url": "https://github.com/pandas-dev/pandas/milestone/16",
"id": 174211,
"labels_url": "https://api.github.com/repos/pandas-dev/pandas/milestones/16/labels",
"node_id": "MDk6TWlsZXN0b25lMTc0MjEx",
"number": 16,
"open_issues": 0,
"state": "closed",
"title": "1.0.0",
"updated_at": "2020-01-30T12:18:05Z",
"url": "https://api.github.com/repos/pandas-dev/pandas/milestones/16"
}
| 2
| 2020-01-03T00:34:03Z
| 2020-01-05T00:03:54Z
| 2020-01-04T23:37:18Z
|
CONTRIBUTOR
| null |
Add Types to args for `to_gbq` and `read_gbq`.
|
{
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/30632/reactions"
}
|
https://api.github.com/repos/pandas-dev/pandas/issues/30632/timeline
| null | 0
|
{
"diff_url": "https://github.com/pandas-dev/pandas/pull/30632.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/30632",
"merged_at": "2020-01-04T23:37:18Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/30632.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/30632"
}
|
https://api.github.com/repos/pandas-dev/pandas/issues/30633
|
https://api.github.com/repos/pandas-dev/pandas
|
https://api.github.com/repos/pandas-dev/pandas/issues/30633/labels{/name}
|
https://api.github.com/repos/pandas-dev/pandas/issues/30633/comments
|
https://api.github.com/repos/pandas-dev/pandas/issues/30633/events
|
https://github.com/pandas-dev/pandas/pull/30633
| 544,807,225
|
MDExOlB1bGxSZXF1ZXN0MzU4ODQwMjc2
| 30,633
|
CI: Remove pin google-cloud-bigquery
|
{
"avatar_url": "https://avatars.githubusercontent.com/u/16733618?v=4",
"events_url": "https://api.github.com/users/alimcmaster1/events{/privacy}",
"followers_url": "https://api.github.com/users/alimcmaster1/followers",
"following_url": "https://api.github.com/users/alimcmaster1/following{/other_user}",
"gists_url": "https://api.github.com/users/alimcmaster1/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/alimcmaster1",
"id": 16733618,
"login": "alimcmaster1",
"node_id": "MDQ6VXNlcjE2NzMzNjE4",
"organizations_url": "https://api.github.com/users/alimcmaster1/orgs",
"received_events_url": "https://api.github.com/users/alimcmaster1/received_events",
"repos_url": "https://api.github.com/users/alimcmaster1/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/alimcmaster1/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/alimcmaster1/subscriptions",
"type": "User",
"url": "https://api.github.com/users/alimcmaster1"
}
|
[
{
"color": "a2bca7",
"default": false,
"description": "Continuous Integration",
"id": 48070600,
"name": "CI",
"node_id": "MDU6TGFiZWw0ODA3MDYwMA==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/CI"
}
] |
closed
| false
| null |
[] |
{
"closed_at": "2020-01-30T12:18:05Z",
"closed_issues": 2207,
"created_at": "2012-09-13T02:13:00Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4",
"events_url": "https://api.github.com/users/wesm/events{/privacy}",
"followers_url": "https://api.github.com/users/wesm/followers",
"following_url": "https://api.github.com/users/wesm/following{/other_user}",
"gists_url": "https://api.github.com/users/wesm/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/wesm",
"id": 329591,
"login": "wesm",
"node_id": "MDQ6VXNlcjMyOTU5MQ==",
"organizations_url": "https://api.github.com/users/wesm/orgs",
"received_events_url": "https://api.github.com/users/wesm/received_events",
"repos_url": "https://api.github.com/users/wesm/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/wesm/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/wesm/subscriptions",
"type": "User",
"url": "https://api.github.com/users/wesm"
},
"description": "on-merge: backport to 1.0.x",
"due_on": "2020-02-01T08:00:00Z",
"html_url": "https://github.com/pandas-dev/pandas/milestone/16",
"id": 174211,
"labels_url": "https://api.github.com/repos/pandas-dev/pandas/milestones/16/labels",
"node_id": "MDk6TWlsZXN0b25lMTc0MjEx",
"number": 16,
"open_issues": 0,
"state": "closed",
"title": "1.0.0",
"updated_at": "2020-01-30T12:18:05Z",
"url": "https://api.github.com/repos/pandas-dev/pandas/milestones/16"
}
| 3
| 2020-01-03T00:40:51Z
| 2020-01-04T15:16:04Z
| 2020-01-03T01:16:52Z
|
CONTRIBUTOR
| null |
xref: https://github.com/pydata/pandas-gbq/issues/271 is now resolved.
This can be removed since `pandas-gbq` depends on `google-cloud-bigquery` ref: https://github.com/pydata/pandas-gbq/blob/master/setup.py
|
{
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/30633/reactions"
}
|
https://api.github.com/repos/pandas-dev/pandas/issues/30633/timeline
| null | 0
|
{
"diff_url": "https://github.com/pandas-dev/pandas/pull/30633.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/30633",
"merged_at": "2020-01-03T01:16:52Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/30633.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/30633"
}
|
https://api.github.com/repos/pandas-dev/pandas/issues/30634
|
https://api.github.com/repos/pandas-dev/pandas
|
https://api.github.com/repos/pandas-dev/pandas/issues/30634/labels{/name}
|
https://api.github.com/repos/pandas-dev/pandas/issues/30634/comments
|
https://api.github.com/repos/pandas-dev/pandas/issues/30634/events
|
https://github.com/pandas-dev/pandas/issues/30634
| 544,813,552
|
MDU6SXNzdWU1NDQ4MTM1NTI=
| 30,634
|
pandas.DataFrame.rolling.apply Can't deal with np.nan
|
{
"avatar_url": "https://avatars.githubusercontent.com/u/50090308?v=4",
"events_url": "https://api.github.com/users/LiuHang9527/events{/privacy}",
"followers_url": "https://api.github.com/users/LiuHang9527/followers",
"following_url": "https://api.github.com/users/LiuHang9527/following{/other_user}",
"gists_url": "https://api.github.com/users/LiuHang9527/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/LiuHang9527",
"id": 50090308,
"login": "LiuHang9527",
"node_id": "MDQ6VXNlcjUwMDkwMzA4",
"organizations_url": "https://api.github.com/users/LiuHang9527/orgs",
"received_events_url": "https://api.github.com/users/LiuHang9527/received_events",
"repos_url": "https://api.github.com/users/LiuHang9527/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/LiuHang9527/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/LiuHang9527/subscriptions",
"type": "User",
"url": "https://api.github.com/users/LiuHang9527"
}
|
[
{
"color": "0052cc",
"default": false,
"description": null,
"id": 34444536,
"name": "Usage Question",
"node_id": "MDU6TGFiZWwzNDQ0NDUzNg==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Usage%20Question"
}
] |
closed
| false
| null |
[] | null | 6
| 2020-01-03T01:13:01Z
| 2020-01-03T02:03:02Z
| 2020-01-03T01:33:07Z
|
NONE
| null |
#### Code Sample, a copy-pastable example if possible
```python
# Your code here
import pandas as pd
import numpy as np
df = pd.DataFrame({'a':[1,2,3,4,5], 'b':[10,9,8,7,np.nan], 'c':[8,7,6,5,4], 'd':[4,np.nan,6,7,8]})
df
def sum_(data):
return data.sum()
res= df.rolling(3,center=False).apply(sum_,raw=True)
res
```
#### Problem description
[pd.DataFrame.rolling.apply Can't deal with np.nan]
|
{
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/30634/reactions"
}
|
https://api.github.com/repos/pandas-dev/pandas/issues/30634/timeline
| null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/30635
|
https://api.github.com/repos/pandas-dev/pandas
|
https://api.github.com/repos/pandas-dev/pandas/issues/30635/labels{/name}
|
https://api.github.com/repos/pandas-dev/pandas/issues/30635/comments
|
https://api.github.com/repos/pandas-dev/pandas/issues/30635/events
|
https://github.com/pandas-dev/pandas/pull/30635
| 544,827,387
|
MDExOlB1bGxSZXF1ZXN0MzU4ODU0OTk4
| 30,635
|
BUG: Index.__new__ with Interval/Period data and object dtype
|
{
"avatar_url": "https://avatars.githubusercontent.com/u/8078968?v=4",
"events_url": "https://api.github.com/users/jbrockmendel/events{/privacy}",
"followers_url": "https://api.github.com/users/jbrockmendel/followers",
"following_url": "https://api.github.com/users/jbrockmendel/following{/other_user}",
"gists_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": "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"
},
{
"color": "d4c5f9",
"default": false,
"description": "Series/DataFrame/Index/pd.array Constructors",
"id": 1465286368,
"name": "Constructors",
"node_id": "MDU6TGFiZWwxNDY1Mjg2MzY4",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Constructors"
}
] |
closed
| false
| null |
[] |
{
"closed_at": "2020-01-30T12:18:05Z",
"closed_issues": 2207,
"created_at": "2012-09-13T02:13:00Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4",
"events_url": "https://api.github.com/users/wesm/events{/privacy}",
"followers_url": "https://api.github.com/users/wesm/followers",
"following_url": "https://api.github.com/users/wesm/following{/other_user}",
"gists_url": "https://api.github.com/users/wesm/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/wesm",
"id": 329591,
"login": "wesm",
"node_id": "MDQ6VXNlcjMyOTU5MQ==",
"organizations_url": "https://api.github.com/users/wesm/orgs",
"received_events_url": "https://api.github.com/users/wesm/received_events",
"repos_url": "https://api.github.com/users/wesm/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/wesm/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/wesm/subscriptions",
"type": "User",
"url": "https://api.github.com/users/wesm"
},
"description": "on-merge: backport to 1.0.x",
"due_on": "2020-02-01T08:00:00Z",
"html_url": "https://github.com/pandas-dev/pandas/milestone/16",
"id": 174211,
"labels_url": "https://api.github.com/repos/pandas-dev/pandas/milestones/16/labels",
"node_id": "MDk6TWlsZXN0b25lMTc0MjEx",
"number": 16,
"open_issues": 0,
"state": "closed",
"title": "1.0.0",
"updated_at": "2020-01-30T12:18:05Z",
"url": "https://api.github.com/repos/pandas-dev/pandas/milestones/16"
}
| 0
| 2020-01-03T02:34:15Z
| 2020-01-03T03:47:55Z
| 2020-01-03T03:40:48Z
|
MEMBER
| null |
- [x] tests added / passed
- [x] passes `black pandas`
- [x] passes `git diff upstream/master -u -- "*.py" | flake8 --diff`
- [ ] whatsnew entry
xref #17246, #21311
After this we now use the same pattern when calling DatetimeIndex, TimedeltaIndex, PeriodIndex, and IntervalIndex, so we can make a helper function and de-duplicate this code.
The cases of categorical or range data with object-dtype are not yet handled.
|
{
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/30635/reactions"
}
|
https://api.github.com/repos/pandas-dev/pandas/issues/30635/timeline
| null | 0
|
{
"diff_url": "https://github.com/pandas-dev/pandas/pull/30635.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/30635",
"merged_at": "2020-01-03T03:40:48Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/30635.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/30635"
}
|
https://api.github.com/repos/pandas-dev/pandas/issues/30636
|
https://api.github.com/repos/pandas-dev/pandas
|
https://api.github.com/repos/pandas-dev/pandas/issues/30636/labels{/name}
|
https://api.github.com/repos/pandas-dev/pandas/issues/30636/comments
|
https://api.github.com/repos/pandas-dev/pandas/issues/30636/events
|
https://github.com/pandas-dev/pandas/pull/30636
| 544,828,511
|
MDExOlB1bGxSZXF1ZXN0MzU4ODU1ODM0
| 30,636
|
DEPR: Deprecate numpy argument in read_json
|
{
"avatar_url": "https://avatars.githubusercontent.com/u/16733618?v=4",
"events_url": "https://api.github.com/users/alimcmaster1/events{/privacy}",
"followers_url": "https://api.github.com/users/alimcmaster1/followers",
"following_url": "https://api.github.com/users/alimcmaster1/following{/other_user}",
"gists_url": "https://api.github.com/users/alimcmaster1/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/alimcmaster1",
"id": 16733618,
"login": "alimcmaster1",
"node_id": "MDQ6VXNlcjE2NzMzNjE4",
"organizations_url": "https://api.github.com/users/alimcmaster1/orgs",
"received_events_url": "https://api.github.com/users/alimcmaster1/received_events",
"repos_url": "https://api.github.com/users/alimcmaster1/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/alimcmaster1/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/alimcmaster1/subscriptions",
"type": "User",
"url": "https://api.github.com/users/alimcmaster1"
}
|
[
{
"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"
},
{
"color": "5319e7",
"default": false,
"description": "Functionality to remove in pandas",
"id": 87485152,
"name": "Deprecate",
"node_id": "MDU6TGFiZWw4NzQ4NTE1Mg==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Deprecate"
}
] |
closed
| false
| null |
[] |
{
"closed_at": "2020-01-30T12:18:05Z",
"closed_issues": 2207,
"created_at": "2012-09-13T02:13:00Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4",
"events_url": "https://api.github.com/users/wesm/events{/privacy}",
"followers_url": "https://api.github.com/users/wesm/followers",
"following_url": "https://api.github.com/users/wesm/following{/other_user}",
"gists_url": "https://api.github.com/users/wesm/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/wesm",
"id": 329591,
"login": "wesm",
"node_id": "MDQ6VXNlcjMyOTU5MQ==",
"organizations_url": "https://api.github.com/users/wesm/orgs",
"received_events_url": "https://api.github.com/users/wesm/received_events",
"repos_url": "https://api.github.com/users/wesm/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/wesm/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/wesm/subscriptions",
"type": "User",
"url": "https://api.github.com/users/wesm"
},
"description": "on-merge: backport to 1.0.x",
"due_on": "2020-02-01T08:00:00Z",
"html_url": "https://github.com/pandas-dev/pandas/milestone/16",
"id": 174211,
"labels_url": "https://api.github.com/repos/pandas-dev/pandas/milestones/16/labels",
"node_id": "MDk6TWlsZXN0b25lMTc0MjEx",
"number": 16,
"open_issues": 0,
"state": "closed",
"title": "1.0.0",
"updated_at": "2020-01-30T12:18:05Z",
"url": "https://api.github.com/repos/pandas-dev/pandas/milestones/16"
}
| 4
| 2020-01-03T02:41:41Z
| 2020-01-09T03:26:09Z
| 2020-01-09T03:25:48Z
|
CONTRIBUTOR
| null |
Co-authored-by: Luca Ionescu <lucaionescu@users.noreply.github.com>
- Continuing https://github.com/pandas-dev/pandas/pull/28562
- [x] closes #28512
@lucaionescu - i've merged master and pushed to here (I don't have the permissions to push to your branch), I will aim to fix up the tests. Or feel free to take it from here if you have time?
Opening up WIP PR to see what test failures need addressing.
I've also co-authored the commit.
|
{
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/30636/reactions"
}
|
https://api.github.com/repos/pandas-dev/pandas/issues/30636/timeline
| null | 0
|
{
"diff_url": "https://github.com/pandas-dev/pandas/pull/30636.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/30636",
"merged_at": "2020-01-09T03:25:47Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/30636.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/30636"
}
|
https://api.github.com/repos/pandas-dev/pandas/issues/30637
|
https://api.github.com/repos/pandas-dev/pandas
|
https://api.github.com/repos/pandas-dev/pandas/issues/30637/labels{/name}
|
https://api.github.com/repos/pandas-dev/pandas/issues/30637/comments
|
https://api.github.com/repos/pandas-dev/pandas/issues/30637/events
|
https://github.com/pandas-dev/pandas/pull/30637
| 544,834,911
|
MDExOlB1bGxSZXF1ZXN0MzU4ODYwNjgz
| 30,637
|
REF/BUG: DTA/TDA/PA comparison ops inconsistencies
|
{
"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": "AFEEEE",
"default": false,
"description": null,
"id": 211840,
"name": "Timeseries",
"node_id": "MDU6TGFiZWwyMTE4NDA=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Timeseries"
},
{
"color": "5319e7",
"default": false,
"description": "Timedelta data type",
"id": 49597148,
"name": "Timedelta",
"node_id": "MDU6TGFiZWw0OTU5NzE0OA==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Timedelta"
},
{
"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-01-30T12:18:05Z",
"closed_issues": 2207,
"created_at": "2012-09-13T02:13:00Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4",
"events_url": "https://api.github.com/users/wesm/events{/privacy}",
"followers_url": "https://api.github.com/users/wesm/followers",
"following_url": "https://api.github.com/users/wesm/following{/other_user}",
"gists_url": "https://api.github.com/users/wesm/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/wesm",
"id": 329591,
"login": "wesm",
"node_id": "MDQ6VXNlcjMyOTU5MQ==",
"organizations_url": "https://api.github.com/users/wesm/orgs",
"received_events_url": "https://api.github.com/users/wesm/received_events",
"repos_url": "https://api.github.com/users/wesm/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/wesm/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/wesm/subscriptions",
"type": "User",
"url": "https://api.github.com/users/wesm"
},
"description": "on-merge: backport to 1.0.x",
"due_on": "2020-02-01T08:00:00Z",
"html_url": "https://github.com/pandas-dev/pandas/milestone/16",
"id": 174211,
"labels_url": "https://api.github.com/repos/pandas-dev/pandas/milestones/16/labels",
"node_id": "MDk6TWlsZXN0b25lMTc0MjEx",
"number": 16,
"open_issues": 0,
"state": "closed",
"title": "1.0.0",
"updated_at": "2020-01-30T12:18:05Z",
"url": "https://api.github.com/repos/pandas-dev/pandas/milestones/16"
}
| 1
| 2020-01-03T03:21:47Z
| 2020-01-03T15:21:12Z
| 2020-01-03T12:20:31Z
|
MEMBER
| null |
It will take a couple of steps to get these three methods to all behave the same. Following that we can move to share code between them.
This came up when trying to make the indexes dispatch `searchsorted` and it turns out that the DTI/TDI/PI searchsorted methods are not consistent with their DTA/TDA/PA counterparts. The fix is to have shared validation/casting methods, which should in turn be consistent with the comparison ops.
|
{
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/30637/reactions"
}
|
https://api.github.com/repos/pandas-dev/pandas/issues/30637/timeline
| null | 0
|
{
"diff_url": "https://github.com/pandas-dev/pandas/pull/30637.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/30637",
"merged_at": "2020-01-03T12:20:31Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/30637.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/30637"
}
|
https://api.github.com/repos/pandas-dev/pandas/issues/30638
|
https://api.github.com/repos/pandas-dev/pandas
|
https://api.github.com/repos/pandas-dev/pandas/issues/30638/labels{/name}
|
https://api.github.com/repos/pandas-dev/pandas/issues/30638/comments
|
https://api.github.com/repos/pandas-dev/pandas/issues/30638/events
|
https://github.com/pandas-dev/pandas/pull/30638
| 544,841,945
|
MDExOlB1bGxSZXF1ZXN0MzU4ODY1OTYx
| 30,638
|
ENH: Create DockerFile and devcontainer.json files to work with Docker and VS Code in Containers
|
{
"avatar_url": "https://avatars.githubusercontent.com/u/24758845?v=4",
"events_url": "https://api.github.com/users/yehoshuadimarsky/events{/privacy}",
"followers_url": "https://api.github.com/users/yehoshuadimarsky/followers",
"following_url": "https://api.github.com/users/yehoshuadimarsky/following{/other_user}",
"gists_url": "https://api.github.com/users/yehoshuadimarsky/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/yehoshuadimarsky",
"id": 24758845,
"login": "yehoshuadimarsky",
"node_id": "MDQ6VXNlcjI0NzU4ODQ1",
"organizations_url": "https://api.github.com/users/yehoshuadimarsky/orgs",
"received_events_url": "https://api.github.com/users/yehoshuadimarsky/received_events",
"repos_url": "https://api.github.com/users/yehoshuadimarsky/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/yehoshuadimarsky/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/yehoshuadimarsky/subscriptions",
"type": "User",
"url": "https://api.github.com/users/yehoshuadimarsky"
}
|
[
{
"color": "4E9A06",
"default": false,
"description": null,
"id": 76812,
"name": "Enhancement",
"node_id": "MDU6TGFiZWw3NjgxMg==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Enhancement"
},
{
"color": "75507B",
"default": false,
"description": "Library building on various platforms",
"id": 129350,
"name": "Build",
"node_id": "MDU6TGFiZWwxMjkzNTA=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Build"
}
] |
closed
| false
| null |
[] |
{
"closed_at": "2020-07-28T18:13:47Z",
"closed_issues": 2378,
"created_at": "2019-12-02T12:52:48Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/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-01-03T04:03:13Z
| 2020-01-19T03:53:33Z
| 2020-01-19T01:00:59Z
|
CONTRIBUTOR
| null |
- [x] closes #30614
- [ ] tests added / passed
- [ ] passes `black pandas`
- [ ] passes `git diff upstream/master -u -- "*.py" | flake8 --diff`
- [ ] whatsnew entry
The instructions aren't that well written, and should probably be improved, but here's a first shot.
|
{
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/30638/reactions"
}
|
https://api.github.com/repos/pandas-dev/pandas/issues/30638/timeline
| null | 0
|
{
"diff_url": "https://github.com/pandas-dev/pandas/pull/30638.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/30638",
"merged_at": "2020-01-19T01:00:58Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/30638.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/30638"
}
|
https://api.github.com/repos/pandas-dev/pandas/issues/30639
|
https://api.github.com/repos/pandas-dev/pandas
|
https://api.github.com/repos/pandas-dev/pandas/issues/30639/labels{/name}
|
https://api.github.com/repos/pandas-dev/pandas/issues/30639/comments
|
https://api.github.com/repos/pandas-dev/pandas/issues/30639/events
|
https://github.com/pandas-dev/pandas/pull/30639
| 544,848,514
|
MDExOlB1bGxSZXF1ZXN0MzU4ODcwOTMy
| 30,639
|
BLD: address build warnings
|
{
"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": "207de5",
"default": false,
"description": null,
"id": 211029535,
"name": "Clean",
"node_id": "MDU6TGFiZWwyMTEwMjk1MzU=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Clean"
}
] |
closed
| false
| null |
[] |
{
"closed_at": "2020-01-30T12:18:05Z",
"closed_issues": 2207,
"created_at": "2012-09-13T02:13:00Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4",
"events_url": "https://api.github.com/users/wesm/events{/privacy}",
"followers_url": "https://api.github.com/users/wesm/followers",
"following_url": "https://api.github.com/users/wesm/following{/other_user}",
"gists_url": "https://api.github.com/users/wesm/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/wesm",
"id": 329591,
"login": "wesm",
"node_id": "MDQ6VXNlcjMyOTU5MQ==",
"organizations_url": "https://api.github.com/users/wesm/orgs",
"received_events_url": "https://api.github.com/users/wesm/received_events",
"repos_url": "https://api.github.com/users/wesm/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/wesm/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/wesm/subscriptions",
"type": "User",
"url": "https://api.github.com/users/wesm"
},
"description": "on-merge: backport to 1.0.x",
"due_on": "2020-02-01T08:00:00Z",
"html_url": "https://github.com/pandas-dev/pandas/milestone/16",
"id": 174211,
"labels_url": "https://api.github.com/repos/pandas-dev/pandas/milestones/16/labels",
"node_id": "MDk6TWlsZXN0b25lMTc0MjEx",
"number": 16,
"open_issues": 0,
"state": "closed",
"title": "1.0.0",
"updated_at": "2020-01-30T12:18:05Z",
"url": "https://api.github.com/repos/pandas-dev/pandas/milestones/16"
}
| 7
| 2020-01-03T04:42:21Z
| 2020-01-06T01:04:48Z
| 2020-01-06T00:30:21Z
|
MEMBER
| null |
xref #30609
|
{
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/30639/reactions"
}
|
https://api.github.com/repos/pandas-dev/pandas/issues/30639/timeline
| null | 0
|
{
"diff_url": "https://github.com/pandas-dev/pandas/pull/30639.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/30639",
"merged_at": "2020-01-06T00:30:21Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/30639.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/30639"
}
|
https://api.github.com/repos/pandas-dev/pandas/issues/30640
|
https://api.github.com/repos/pandas-dev/pandas
|
https://api.github.com/repos/pandas-dev/pandas/issues/30640/labels{/name}
|
https://api.github.com/repos/pandas-dev/pandas/issues/30640/comments
|
https://api.github.com/repos/pandas-dev/pandas/issues/30640/events
|
https://github.com/pandas-dev/pandas/pull/30640
| 544,920,803
|
MDExOlB1bGxSZXF1ZXN0MzU4OTI4NTg5
| 30,640
|
BUG: Fix IntervalArray equality comparisions
|
{
"avatar_url": "https://avatars.githubusercontent.com/u/5332445?v=4",
"events_url": "https://api.github.com/users/jschendel/events{/privacy}",
"followers_url": "https://api.github.com/users/jschendel/followers",
"following_url": "https://api.github.com/users/jschendel/following{/other_user}",
"gists_url": "https://api.github.com/users/jschendel/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/jschendel",
"id": 5332445,
"login": "jschendel",
"node_id": "MDQ6VXNlcjUzMzI0NDU=",
"organizations_url": "https://api.github.com/users/jschendel/orgs",
"received_events_url": "https://api.github.com/users/jschendel/received_events",
"repos_url": "https://api.github.com/users/jschendel/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/jschendel/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/jschendel/subscriptions",
"type": "User",
"url": "https://api.github.com/users/jschendel"
}
|
[
{
"color": "e10c02",
"default": false,
"description": null,
"id": 76811,
"name": "Bug",
"node_id": "MDU6TGFiZWw3NjgxMQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug"
},
{
"color": "009800",
"default": false,
"description": "Interval data type",
"id": 150096370,
"name": "Interval",
"node_id": "MDU6TGFiZWwxNTAwOTYzNzA=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Interval"
}
] |
closed
| false
| null |
[] |
{
"closed_at": "2020-01-30T12:18:05Z",
"closed_issues": 2207,
"created_at": "2012-09-13T02:13:00Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4",
"events_url": "https://api.github.com/users/wesm/events{/privacy}",
"followers_url": "https://api.github.com/users/wesm/followers",
"following_url": "https://api.github.com/users/wesm/following{/other_user}",
"gists_url": "https://api.github.com/users/wesm/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/wesm",
"id": 329591,
"login": "wesm",
"node_id": "MDQ6VXNlcjMyOTU5MQ==",
"organizations_url": "https://api.github.com/users/wesm/orgs",
"received_events_url": "https://api.github.com/users/wesm/received_events",
"repos_url": "https://api.github.com/users/wesm/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/wesm/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/wesm/subscriptions",
"type": "User",
"url": "https://api.github.com/users/wesm"
},
"description": "on-merge: backport to 1.0.x",
"due_on": "2020-02-01T08:00:00Z",
"html_url": "https://github.com/pandas-dev/pandas/milestone/16",
"id": 174211,
"labels_url": "https://api.github.com/repos/pandas-dev/pandas/milestones/16/labels",
"node_id": "MDk6TWlsZXN0b25lMTc0MjEx",
"number": 16,
"open_issues": 0,
"state": "closed",
"title": "1.0.0",
"updated_at": "2020-01-30T12:18:05Z",
"url": "https://api.github.com/repos/pandas-dev/pandas/milestones/16"
}
| 4
| 2020-01-03T09:45:37Z
| 2020-01-05T21:33:16Z
| 2020-01-05T21:33:12Z
|
MEMBER
| null |
- [X] closes #24112
- [X] tests added / passed
- [X] passes `black pandas`
- [X] passes `git diff upstream/master -u -- "*.py" | flake8 --diff`
- [X] whatsnew entry
cc @TomAugspurger
|
{
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/30640/reactions"
}
|
https://api.github.com/repos/pandas-dev/pandas/issues/30640/timeline
| null | 0
|
{
"diff_url": "https://github.com/pandas-dev/pandas/pull/30640.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/30640",
"merged_at": "2020-01-05T21:33:11Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/30640.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/30640"
}
|
https://api.github.com/repos/pandas-dev/pandas/issues/30641
|
https://api.github.com/repos/pandas-dev/pandas
|
https://api.github.com/repos/pandas-dev/pandas/issues/30641/labels{/name}
|
https://api.github.com/repos/pandas-dev/pandas/issues/30641/comments
|
https://api.github.com/repos/pandas-dev/pandas/issues/30641/events
|
https://github.com/pandas-dev/pandas/pull/30641
| 544,950,797
|
MDExOlB1bGxSZXF1ZXN0MzU4OTUzMzY1
| 30,641
|
CI: Adding build for ARM64
|
{
"avatar_url": "https://avatars.githubusercontent.com/u/39188636?v=4",
"events_url": "https://api.github.com/users/ossdev07/events{/privacy}",
"followers_url": "https://api.github.com/users/ossdev07/followers",
"following_url": "https://api.github.com/users/ossdev07/following{/other_user}",
"gists_url": "https://api.github.com/users/ossdev07/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/ossdev07",
"id": 39188636,
"login": "ossdev07",
"node_id": "MDQ6VXNlcjM5MTg4NjM2",
"organizations_url": "https://api.github.com/users/ossdev07/orgs",
"received_events_url": "https://api.github.com/users/ossdev07/received_events",
"repos_url": "https://api.github.com/users/ossdev07/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/ossdev07/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/ossdev07/subscriptions",
"type": "User",
"url": "https://api.github.com/users/ossdev07"
}
|
[
{
"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"
}
| 38
| 2020-01-03T11:10:46Z
| 2020-05-12T16:02:40Z
| 2020-05-12T16:02:40Z
|
CONTRIBUTOR
| null |
Added arm64 test support in travis-ci .
Modified environment creation by using archiconda instead of miniconda as miniconda is not supported in arm64 currently .
- [X] closes https://github.com/pandas-dev/pandas/issues/28986
- [X] 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/30641/reactions"
}
|
https://api.github.com/repos/pandas-dev/pandas/issues/30641/timeline
| null | 0
|
{
"diff_url": "https://github.com/pandas-dev/pandas/pull/30641.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/30641",
"merged_at": "2020-05-12T16:02:40Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/30641.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/30641"
}
|
https://api.github.com/repos/pandas-dev/pandas/issues/30642
|
https://api.github.com/repos/pandas-dev/pandas
|
https://api.github.com/repos/pandas-dev/pandas/issues/30642/labels{/name}
|
https://api.github.com/repos/pandas-dev/pandas/issues/30642/comments
|
https://api.github.com/repos/pandas-dev/pandas/issues/30642/events
|
https://github.com/pandas-dev/pandas/issues/30642
| 544,969,497
|
MDU6SXNzdWU1NDQ5Njk0OTc=
| 30,642
|
SparseArray not in arrays module - inconsistent with IntegerArray, StringArray, etc.
|
{
"avatar_url": "https://avatars.githubusercontent.com/u/15113894?v=4",
"events_url": "https://api.github.com/users/Dr-Irv/events{/privacy}",
"followers_url": "https://api.github.com/users/Dr-Irv/followers",
"following_url": "https://api.github.com/users/Dr-Irv/following{/other_user}",
"gists_url": "https://api.github.com/users/Dr-Irv/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/Dr-Irv",
"id": 15113894,
"login": "Dr-Irv",
"node_id": "MDQ6VXNlcjE1MTEzODk0",
"organizations_url": "https://api.github.com/users/Dr-Irv/orgs",
"received_events_url": "https://api.github.com/users/Dr-Irv/received_events",
"repos_url": "https://api.github.com/users/Dr-Irv/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/Dr-Irv/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/Dr-Irv/subscriptions",
"type": "User",
"url": "https://api.github.com/users/Dr-Irv"
}
|
[
{
"color": "009800",
"default": false,
"description": "Sparse Data Type",
"id": 49182326,
"name": "Sparse",
"node_id": "MDU6TGFiZWw0OTE4MjMyNg==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Sparse"
}
] |
closed
| false
| null |
[] |
{
"closed_at": "2020-01-30T12:18:05Z",
"closed_issues": 2207,
"created_at": "2012-09-13T02:13:00Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4",
"events_url": "https://api.github.com/users/wesm/events{/privacy}",
"followers_url": "https://api.github.com/users/wesm/followers",
"following_url": "https://api.github.com/users/wesm/following{/other_user}",
"gists_url": "https://api.github.com/users/wesm/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/wesm",
"id": 329591,
"login": "wesm",
"node_id": "MDQ6VXNlcjMyOTU5MQ==",
"organizations_url": "https://api.github.com/users/wesm/orgs",
"received_events_url": "https://api.github.com/users/wesm/received_events",
"repos_url": "https://api.github.com/users/wesm/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/wesm/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/wesm/subscriptions",
"type": "User",
"url": "https://api.github.com/users/wesm"
},
"description": "on-merge: backport to 1.0.x",
"due_on": "2020-02-01T08:00:00Z",
"html_url": "https://github.com/pandas-dev/pandas/milestone/16",
"id": 174211,
"labels_url": "https://api.github.com/repos/pandas-dev/pandas/milestones/16/labels",
"node_id": "MDk6TWlsZXN0b25lMTc0MjEx",
"number": 16,
"open_issues": 0,
"state": "closed",
"title": "1.0.0",
"updated_at": "2020-01-30T12:18:05Z",
"url": "https://api.github.com/repos/pandas-dev/pandas/milestones/16"
}
| 7
| 2020-01-03T12:11:06Z
| 2020-01-09T12:29:05Z
| 2020-01-09T12:29:05Z
|
CONTRIBUTOR
| null |
#### Code Sample, a copy-pastable example if possible
```python
In [1]: import pandas as pd
In [2]: pd.__version__
Out[2]: '0.26.0.dev0+1563.g1feefc692'
In [3]: pd.SparseArray
Out[3]: pandas.core.arrays.sparse.array.SparseArray
In [4]: pd.arrays.SparseArray
Out[4]: pandas.core.arrays.sparse.array.SparseArray
In [5]: pd.arrays.IntegerArray
Out[5]: pandas.core.arrays.integer.IntegerArray
In [6]: pd.IntegerArray
---------------------------------------------------------------------------
AttributeError Traceback (most recent call last)
<ipython-input-6-12476104dd13> in <module>
----> 1 pd.IntegerArray
C:\Code\pandas_dev\pandas\pandas\__init__.py in __getattr__(name)
246 return type(name, (), {})
247
--> 248 raise AttributeError(f"module 'pandas' has no attribute '{name}'")
249
250
AttributeError: module 'pandas' has no attribute 'IntegerArray'
In [7]: pd.arrays.StringArray
Out[7]: pandas.core.arrays.string_.StringArray
In [8]: pd.StringArray
---------------------------------------------------------------------------
AttributeError Traceback (most recent call last)
<ipython-input-8-86553ff3c48c> in <module>
----> 1 pd.StringArray
C:\Code\pandas_dev\pandas\pandas\__init__.py in __getattr__(name)
246 return type(name, (), {})
247
--> 248 raise AttributeError(f"module 'pandas' has no attribute '{name}'")
249
250
AttributeError: module 'pandas' has no attribute 'StringArray'
```
#### Problem description
I discovered this while working on #30628 . The docs for `SparseArray` are at the top level (https://dev.pandas.io/docs/reference/api/pandas.SparseArray.html), while the docs for `IntegerArray` (https://dev.pandas.io/docs/reference/api/pandas.arrays.IntegerArray.html), `StringArray`(https://dev.pandas.io/docs/reference/api/pandas.arrays.StringArray.html), etc. are at the `pandas.arrays` level.
In the code `SparseArray` is at both levels, but `IntegerArray`, `StringArray`, etc. is only at the `arrays` level.
#### Expected Output
Unsure.
It seems that this should be consistent. Options are:
1. Put all `*Array` classes at top level, and document them that way. (i.e., use the pattern currently used for `SparseArray`). That would involve code and documentation changes for all of the arrays except `SparseArray`.
2. Put all `*Array` classes at both levels (like `SparseArray`), but document them at the `pandas.arrays` level (like `IntegerArray` and `StringArray`). That would involve code changes for all of the arrays, and doc changes for `SparseArray`.
3. Put all `*Array` classes only at the `pandas.arrays` level and document them all that way. That would involve only changing code and docs for `SparseArray` and leaving the others alone.
It's not clear to me which is preferred.
#### Output of ``pd.show_versions()``
<details>
INSTALLED VERSIONS
------------------
commit : 1feefc69241a8944bbdf3e7cd042336ef9554be7
python : 3.7.3.final.0
python-bits : 64
OS : Windows
OS-release : 10
machine : AMD64
processor : Intel64 Family 6 Model 158 Stepping 13, GenuineIntel
byteorder : little
LC_ALL : None
LANG : None
LOCALE : None.None
pandas : 0.26.0.dev0+1563.g1feefc692
numpy : 1.17.4
pytz : 2019.3
dateutil : 2.8.1
pip : 19.3.1
setuptools : 42.0.2.post20191203
Cython : 0.29.14
pytest : 5.3.2
hypothesis : 4.54.2
sphinx : 2.3.0
blosc : None
feather : None
xlsxwriter : 1.2.6
lxml.etree : 4.4.2
html5lib : 1.0.1
pymysql : None
psycopg2 : None
jinja2 : 2.10.3
IPython : 7.10.2
pandas_datareader: None
bs4 : 4.8.1
bottleneck : 1.3.1
fastparquet : None
gcsfs : None
lxml.etree : 4.4.2
matplotlib : 3.1.1
numexpr : 2.7.0
odfpy : None
openpyxl : 3.0.2
pandas_gbq : None
pyarrow : None
pytables : None
pytest : 5.3.2
s3fs : None
scipy : 1.3.2
sqlalchemy : 1.3.11
tables : 3.6.1
tabulate : None
xarray : None
xlrd : 1.2.0
xlwt : 1.3.0
xlsxwriter : 1.2.6
numba : 0.46.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/30642/reactions"
}
|
https://api.github.com/repos/pandas-dev/pandas/issues/30642/timeline
| null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/30643
|
https://api.github.com/repos/pandas-dev/pandas
|
https://api.github.com/repos/pandas-dev/pandas/issues/30643/labels{/name}
|
https://api.github.com/repos/pandas-dev/pandas/issues/30643/comments
|
https://api.github.com/repos/pandas-dev/pandas/issues/30643/events
|
https://github.com/pandas-dev/pandas/issues/30643
| 544,974,317
|
MDU6SXNzdWU1NDQ5NzQzMTc=
| 30,643
|
Plotting error with datetime indices and horizontal line
|
{
"avatar_url": "https://avatars.githubusercontent.com/u/15961048?v=4",
"events_url": "https://api.github.com/users/pepicello/events{/privacy}",
"followers_url": "https://api.github.com/users/pepicello/followers",
"following_url": "https://api.github.com/users/pepicello/following{/other_user}",
"gists_url": "https://api.github.com/users/pepicello/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/pepicello",
"id": 15961048,
"login": "pepicello",
"node_id": "MDQ6VXNlcjE1OTYxMDQ4",
"organizations_url": "https://api.github.com/users/pepicello/orgs",
"received_events_url": "https://api.github.com/users/pepicello/received_events",
"repos_url": "https://api.github.com/users/pepicello/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/pepicello/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/pepicello/subscriptions",
"type": "User",
"url": "https://api.github.com/users/pepicello"
}
|
[
{
"color": "009800",
"default": false,
"description": "Duplicate issue or pull request",
"id": 40153326,
"name": "Duplicate Report",
"node_id": "MDU6TGFiZWw0MDE1MzMyNg==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Duplicate%20Report"
}
] |
closed
| false
| null |
[] |
{
"closed_at": null,
"closed_issues": 2361,
"created_at": "2015-02-26T19:29:05Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/1020496?v=4",
"events_url": "https://api.github.com/users/jorisvandenbossche/events{/privacy}",
"followers_url": "https://api.github.com/users/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": "A milestone for closed or open issues for which there is no action needed (eg not a bug, just a question / discussion, nothing to resolve, wontfix, etc).\r\n\r\n",
"due_on": null,
"html_url": "https://github.com/pandas-dev/pandas/milestone/33",
"id": 997544,
"labels_url": "https://api.github.com/repos/pandas-dev/pandas/milestones/33/labels",
"node_id": "MDk6TWlsZXN0b25lOTk3NTQ0",
"number": 33,
"open_issues": 11,
"state": "open",
"title": "No action",
"updated_at": "2021-11-19T17:33:16Z",
"url": "https://api.github.com/repos/pandas-dev/pandas/milestones/33"
}
| 4
| 2020-01-03T12:27:04Z
| 2020-01-03T13:53:26Z
| 2020-01-03T13:53:19Z
|
CONTRIBUTOR
| null |
#### Code Sample, a copy-pastable example if possible
```python
import pandas as pd
import matplotlib.pyplot as plt
import datetime
a = pd.Series([1, 2], index=[datetime.date(2020, 1, 1), datetime.date(2020, 1, 2)])
fig, ax = plt.subplots(1, 1)
a.plot(ax=ax)
ax.axhline(1)
a.plot(ax=ax)
```
#### Problem description
Last line results in error:
```
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "C:\Users\gpepe\AppData\Local\Continuum\anaconda3\envs\latest\lib\site-packages\pandas\plotting\_core.py", line 794, in __call__
return plot_backend.plot(data, kind=kind, **kwargs)
File "C:\Users\gpepe\AppData\Local\Continuum\anaconda3\envs\latest\lib\site-packages\pandas\plotting\_matplotlib\__init__.py", line 62, in plot
plot_obj.generate()
File "C:\Users\gpepe\AppData\Local\Continuum\anaconda3\envs\latest\lib\site-packages\pandas\plotting\_matplotlib\core.py", line 287, in generate
self._post_plot_logic_common(ax, self.data)
File "C:\Users\gpepe\AppData\Local\Continuum\anaconda3\envs\latest\lib\site-packages\pandas\plotting\_matplotlib\core.py", line 441, in _post_plot_logic_common
self._apply_axis_properties(ax.xaxis, rot=self.rot, fontsize=self.fontsize)
File "C:\Users\gpepe\AppData\Local\Continuum\anaconda3\envs\latest\lib\site-packages\pandas\plotting\_matplotlib\core.py", line 525, in _apply_axis_properties
labels = axis.get_majorticklabels() + axis.get_minorticklabels()
File "C:\Users\gpepe\AppData\Local\Continuum\anaconda3\envs\latest\lib\site-packages\matplotlib\axis.py", line 1252, in get_majorticklabels
ticks = self.get_major_ticks()
File "C:\Users\gpepe\AppData\Local\Continuum\anaconda3\envs\latest\lib\site-packages\matplotlib\axis.py", line 1407, in get_major_ticks
numticks = len(self.get_majorticklocs())
File "C:\Users\gpepe\AppData\Local\Continuum\anaconda3\envs\latest\lib\site-packages\matplotlib\axis.py", line 1324, in get_majorticklocs
return self.major.locator()
File "C:\Users\gpepe\AppData\Local\Continuum\anaconda3\envs\latest\lib\site-packages\matplotlib\dates.py", line 1428, in __call__
self.refresh()
File "C:\Users\gpepe\AppData\Local\Continuum\anaconda3\envs\latest\lib\site-packages\matplotlib\dates.py", line 1448, in refresh
dmin, dmax = self.viewlim_to_dt()
File "C:\Users\gpepe\AppData\Local\Continuum\anaconda3\envs\latest\lib\site-packages\matplotlib\dates.py", line 1199, in viewlim_to_dt
.format(vmin))
ValueError: view limit minimum 0.0 is less than 1 and is an invalid Matplotlib date value. This often happens if you pass a non-datetime value to an axis that has datetime units
```
This does not happen if ```axhline``` is run last. Feel free to close if this is a matplotlib issue and I will open this issue in that repo.
#### Expected Output
No error.
#### Output of ``pd.show_versions()``
<details>
INSTALLED VERSIONS
------------------
commit : None
python : 3.7.4.final.0
python-bits : 64
OS : Windows
OS-release : 10
machine : AMD64
processor : Intel64 Family 6 Model 158 Stepping 10, GenuineIntel
byteorder : little
LC_ALL : None
LANG : None
LOCALE : None.None
pandas : 0.25.1
numpy : 1.16.4
pytz : 2019.3
dateutil : 2.8.1
pip : 19.3.1
setuptools : 42.0.2.post20191203
Cython : 0.29.13
pytest : 5.1.2
hypothesis : None
sphinx : None
blosc : None
feather : None
xlsxwriter : 1.1.8
lxml.etree : 4.4.2
html5lib : 1.0.1
pymysql : None
psycopg2 : None
jinja2 : 2.10.3
IPython : 7.10.1
pandas_datareader: None
bs4 : 4.8.1
bottleneck : 1.2.1
fastparquet : None
gcsfs : None
lxml.etree : 4.4.2
matplotlib : 3.1.2
numexpr : None
odfpy : None
openpyxl : 2.6.2
pandas_gbq : None
pyarrow : None
pytables : None
s3fs : None
scipy : 1.3.2
sqlalchemy : 1.3.7
tables : None
xarray : 0.12.3
xlrd : 1.2.0
xlwt : None
xlsxwriter : 1.1.8
</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/30643/reactions"
}
|
https://api.github.com/repos/pandas-dev/pandas/issues/30643/timeline
| null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/30644
|
https://api.github.com/repos/pandas-dev/pandas
|
https://api.github.com/repos/pandas-dev/pandas/issues/30644/labels{/name}
|
https://api.github.com/repos/pandas-dev/pandas/issues/30644/comments
|
https://api.github.com/repos/pandas-dev/pandas/issues/30644/events
|
https://github.com/pandas-dev/pandas/pull/30644
| 545,034,787
|
MDExOlB1bGxSZXF1ZXN0MzU5MDIyNzgx
| 30,644
|
DOC: Change refs in docs from pandas.SparseArray to pandas.arrays.SparseArray
|
{
"avatar_url": "https://avatars.githubusercontent.com/u/15113894?v=4",
"events_url": "https://api.github.com/users/Dr-Irv/events{/privacy}",
"followers_url": "https://api.github.com/users/Dr-Irv/followers",
"following_url": "https://api.github.com/users/Dr-Irv/following{/other_user}",
"gists_url": "https://api.github.com/users/Dr-Irv/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/Dr-Irv",
"id": 15113894,
"login": "Dr-Irv",
"node_id": "MDQ6VXNlcjE1MTEzODk0",
"organizations_url": "https://api.github.com/users/Dr-Irv/orgs",
"received_events_url": "https://api.github.com/users/Dr-Irv/received_events",
"repos_url": "https://api.github.com/users/Dr-Irv/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/Dr-Irv/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/Dr-Irv/subscriptions",
"type": "User",
"url": "https://api.github.com/users/Dr-Irv"
}
|
[
{
"color": "009800",
"default": false,
"description": "Sparse Data Type",
"id": 49182326,
"name": "Sparse",
"node_id": "MDU6TGFiZWw0OTE4MjMyNg==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Sparse"
},
{
"color": "5319e7",
"default": false,
"description": "Functionality to remove in pandas",
"id": 87485152,
"name": "Deprecate",
"node_id": "MDU6TGFiZWw4NzQ4NTE1Mg==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Deprecate"
}
] |
closed
| false
| null |
[] |
{
"closed_at": "2020-01-30T12:18:05Z",
"closed_issues": 2207,
"created_at": "2012-09-13T02:13:00Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4",
"events_url": "https://api.github.com/users/wesm/events{/privacy}",
"followers_url": "https://api.github.com/users/wesm/followers",
"following_url": "https://api.github.com/users/wesm/following{/other_user}",
"gists_url": "https://api.github.com/users/wesm/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/wesm",
"id": 329591,
"login": "wesm",
"node_id": "MDQ6VXNlcjMyOTU5MQ==",
"organizations_url": "https://api.github.com/users/wesm/orgs",
"received_events_url": "https://api.github.com/users/wesm/received_events",
"repos_url": "https://api.github.com/users/wesm/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/wesm/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/wesm/subscriptions",
"type": "User",
"url": "https://api.github.com/users/wesm"
},
"description": "on-merge: backport to 1.0.x",
"due_on": "2020-02-01T08:00:00Z",
"html_url": "https://github.com/pandas-dev/pandas/milestone/16",
"id": 174211,
"labels_url": "https://api.github.com/repos/pandas-dev/pandas/milestones/16/labels",
"node_id": "MDk6TWlsZXN0b25lMTc0MjEx",
"number": 16,
"open_issues": 0,
"state": "closed",
"title": "1.0.0",
"updated_at": "2020-01-30T12:18:05Z",
"url": "https://api.github.com/repos/pandas-dev/pandas/milestones/16"
}
| 8
| 2020-01-03T15:18:57Z
| 2020-01-06T23:10:20Z
| 2020-01-04T23:25:09Z
|
CONTRIBUTOR
| null |
- [x ] closes #30642
- [ ] tests added / passed
- N/A
- [ ] passes `black pandas`
- N/A
- [ ] passes `git diff upstream/master -u -- "*.py" | flake8 --diff`
- N/A
- [x] whatsnew entry
Change all references in docs to use `arrays.SparseArray` rather than just `SparseArray`
|
{
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/30644/reactions"
}
|
https://api.github.com/repos/pandas-dev/pandas/issues/30644/timeline
| null | 0
|
{
"diff_url": "https://github.com/pandas-dev/pandas/pull/30644.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/30644",
"merged_at": null,
"patch_url": "https://github.com/pandas-dev/pandas/pull/30644.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/30644"
}
|
https://api.github.com/repos/pandas-dev/pandas/issues/30645
|
https://api.github.com/repos/pandas-dev/pandas
|
https://api.github.com/repos/pandas-dev/pandas/issues/30645/labels{/name}
|
https://api.github.com/repos/pandas-dev/pandas/issues/30645/comments
|
https://api.github.com/repos/pandas-dev/pandas/issues/30645/events
|
https://github.com/pandas-dev/pandas/pull/30645
| 545,039,289
|
MDExOlB1bGxSZXF1ZXN0MzU5MDI2NDEz
| 30,645
|
TST: Adding test to concat Sparse arrays
|
{
"avatar_url": "https://avatars.githubusercontent.com/u/30044292?v=4",
"events_url": "https://api.github.com/users/SdgJlbl/events{/privacy}",
"followers_url": "https://api.github.com/users/SdgJlbl/followers",
"following_url": "https://api.github.com/users/SdgJlbl/following{/other_user}",
"gists_url": "https://api.github.com/users/SdgJlbl/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/SdgJlbl",
"id": 30044292,
"login": "SdgJlbl",
"node_id": "MDQ6VXNlcjMwMDQ0Mjky",
"organizations_url": "https://api.github.com/users/SdgJlbl/orgs",
"received_events_url": "https://api.github.com/users/SdgJlbl/received_events",
"repos_url": "https://api.github.com/users/SdgJlbl/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/SdgJlbl/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/SdgJlbl/subscriptions",
"type": "User",
"url": "https://api.github.com/users/SdgJlbl"
}
|
[
{
"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"
},
{
"color": "009800",
"default": false,
"description": "Sparse Data Type",
"id": 49182326,
"name": "Sparse",
"node_id": "MDU6TGFiZWw0OTE4MjMyNg==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Sparse"
}
] |
closed
| false
| null |
[] |
{
"closed_at": "2020-01-30T12:18:05Z",
"closed_issues": 2207,
"created_at": "2012-09-13T02:13:00Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4",
"events_url": "https://api.github.com/users/wesm/events{/privacy}",
"followers_url": "https://api.github.com/users/wesm/followers",
"following_url": "https://api.github.com/users/wesm/following{/other_user}",
"gists_url": "https://api.github.com/users/wesm/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/wesm",
"id": 329591,
"login": "wesm",
"node_id": "MDQ6VXNlcjMyOTU5MQ==",
"organizations_url": "https://api.github.com/users/wesm/orgs",
"received_events_url": "https://api.github.com/users/wesm/received_events",
"repos_url": "https://api.github.com/users/wesm/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/wesm/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/wesm/subscriptions",
"type": "User",
"url": "https://api.github.com/users/wesm"
},
"description": "on-merge: backport to 1.0.x",
"due_on": "2020-02-01T08:00:00Z",
"html_url": "https://github.com/pandas-dev/pandas/milestone/16",
"id": 174211,
"labels_url": "https://api.github.com/repos/pandas-dev/pandas/milestones/16/labels",
"node_id": "MDk6TWlsZXN0b25lMTc0MjEx",
"number": 16,
"open_issues": 0,
"state": "closed",
"title": "1.0.0",
"updated_at": "2020-01-30T12:18:05Z",
"url": "https://api.github.com/repos/pandas-dev/pandas/milestones/16"
}
| 1
| 2020-01-03T15:30:08Z
| 2020-01-06T13:22:22Z
| 2020-01-06T13:22:19Z
|
CONTRIBUTOR
| null |
- [ ] closes #23557
- [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/30645/reactions"
}
|
https://api.github.com/repos/pandas-dev/pandas/issues/30645/timeline
| null | 0
|
{
"diff_url": "https://github.com/pandas-dev/pandas/pull/30645.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/30645",
"merged_at": "2020-01-06T13:22:18Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/30645.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/30645"
}
|
https://api.github.com/repos/pandas-dev/pandas/issues/30646
|
https://api.github.com/repos/pandas-dev/pandas
|
https://api.github.com/repos/pandas-dev/pandas/issues/30646/labels{/name}
|
https://api.github.com/repos/pandas-dev/pandas/issues/30646/comments
|
https://api.github.com/repos/pandas-dev/pandas/issues/30646/events
|
https://github.com/pandas-dev/pandas/pull/30646
| 545,041,855
|
MDExOlB1bGxSZXF1ZXN0MzU5MDI4NTE0
| 30,646
|
TST: Regression testing for fixed issues
|
{
"avatar_url": "https://avatars.githubusercontent.com/u/10647082?v=4",
"events_url": "https://api.github.com/users/mroeschke/events{/privacy}",
"followers_url": "https://api.github.com/users/mroeschke/followers",
"following_url": "https://api.github.com/users/mroeschke/following{/other_user}",
"gists_url": "https://api.github.com/users/mroeschke/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/mroeschke",
"id": 10647082,
"login": "mroeschke",
"node_id": "MDQ6VXNlcjEwNjQ3MDgy",
"organizations_url": "https://api.github.com/users/mroeschke/orgs",
"received_events_url": "https://api.github.com/users/mroeschke/received_events",
"repos_url": "https://api.github.com/users/mroeschke/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/mroeschke/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/mroeschke/subscriptions",
"type": "User",
"url": "https://api.github.com/users/mroeschke"
}
|
[
{
"color": "C4A000",
"default": false,
"description": "pandas testing functions or related to the test suite",
"id": 127685,
"name": "Testing",
"node_id": "MDU6TGFiZWwxMjc2ODU=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Testing"
}
] |
closed
| false
| null |
[] |
{
"closed_at": "2020-01-30T12:18:05Z",
"closed_issues": 2207,
"created_at": "2012-09-13T02:13:00Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4",
"events_url": "https://api.github.com/users/wesm/events{/privacy}",
"followers_url": "https://api.github.com/users/wesm/followers",
"following_url": "https://api.github.com/users/wesm/following{/other_user}",
"gists_url": "https://api.github.com/users/wesm/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/wesm",
"id": 329591,
"login": "wesm",
"node_id": "MDQ6VXNlcjMyOTU5MQ==",
"organizations_url": "https://api.github.com/users/wesm/orgs",
"received_events_url": "https://api.github.com/users/wesm/received_events",
"repos_url": "https://api.github.com/users/wesm/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/wesm/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/wesm/subscriptions",
"type": "User",
"url": "https://api.github.com/users/wesm"
},
"description": "on-merge: backport to 1.0.x",
"due_on": "2020-02-01T08:00:00Z",
"html_url": "https://github.com/pandas-dev/pandas/milestone/16",
"id": 174211,
"labels_url": "https://api.github.com/repos/pandas-dev/pandas/milestones/16/labels",
"node_id": "MDk6TWlsZXN0b25lMTc0MjEx",
"number": 16,
"open_issues": 0,
"state": "closed",
"title": "1.0.0",
"updated_at": "2020-01-30T12:18:05Z",
"url": "https://api.github.com/repos/pandas-dev/pandas/milestones/16"
}
| 0
| 2020-01-03T15:36:25Z
| 2020-01-03T23:23:50Z
| 2020-01-03T23:23:45Z
|
MEMBER
| null |
- [x] closes #10863
- [x] closes #9687
- [x] closes #10078
- [x] closes #8870
- [x] closes #9790
- [x] closes #9892
- [x] closes #10586
- [x] closes #10984
- [x] closes #9149
- [x] closes #9186
- [x] closes #10326
- [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/30646/reactions"
}
|
https://api.github.com/repos/pandas-dev/pandas/issues/30646/timeline
| null | 0
|
{
"diff_url": "https://github.com/pandas-dev/pandas/pull/30646.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/30646",
"merged_at": "2020-01-03T23:23:43Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/30646.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/30646"
}
|
https://api.github.com/repos/pandas-dev/pandas/issues/30647
|
https://api.github.com/repos/pandas-dev/pandas
|
https://api.github.com/repos/pandas-dev/pandas/issues/30647/labels{/name}
|
https://api.github.com/repos/pandas-dev/pandas/issues/30647/comments
|
https://api.github.com/repos/pandas-dev/pandas/issues/30647/events
|
https://github.com/pandas-dev/pandas/pull/30647
| 545,051,741
|
MDExOlB1bGxSZXF1ZXN0MzU5MDM2NTcw
| 30,647
|
REF: restructure api import
|
{
"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": "207de5",
"default": false,
"description": null,
"id": 211029535,
"name": "Clean",
"node_id": "MDU6TGFiZWwyMTEwMjk1MzU=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Clean"
}
] |
closed
| false
| null |
[] |
{
"closed_at": "2020-01-30T12:18:05Z",
"closed_issues": 2207,
"created_at": "2012-09-13T02:13:00Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4",
"events_url": "https://api.github.com/users/wesm/events{/privacy}",
"followers_url": "https://api.github.com/users/wesm/followers",
"following_url": "https://api.github.com/users/wesm/following{/other_user}",
"gists_url": "https://api.github.com/users/wesm/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/wesm",
"id": 329591,
"login": "wesm",
"node_id": "MDQ6VXNlcjMyOTU5MQ==",
"organizations_url": "https://api.github.com/users/wesm/orgs",
"received_events_url": "https://api.github.com/users/wesm/received_events",
"repos_url": "https://api.github.com/users/wesm/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/wesm/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/wesm/subscriptions",
"type": "User",
"url": "https://api.github.com/users/wesm"
},
"description": "on-merge: backport to 1.0.x",
"due_on": "2020-02-01T08:00:00Z",
"html_url": "https://github.com/pandas-dev/pandas/milestone/16",
"id": 174211,
"labels_url": "https://api.github.com/repos/pandas-dev/pandas/milestones/16/labels",
"node_id": "MDk6TWlsZXN0b25lMTc0MjEx",
"number": 16,
"open_issues": 0,
"state": "closed",
"title": "1.0.0",
"updated_at": "2020-01-30T12:18:05Z",
"url": "https://api.github.com/repos/pandas-dev/pandas/milestones/16"
}
| 1
| 2020-01-03T15:59:59Z
| 2020-01-04T03:48:09Z
| 2020-01-03T17:35:16Z
|
CONTRIBUTOR
| null |
Previously, `pandas.api` was imported indirectly via `pandas.io.json._table_schema`. This makes things a bit more direct.
I think we'll want a code check for importing from `pandas.api` within `pandas.core` but I wasn't able to easily write one (things like docstrings may want to have `import pandas.api` for example).
|
{
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/30647/reactions"
}
|
https://api.github.com/repos/pandas-dev/pandas/issues/30647/timeline
| null | 0
|
{
"diff_url": "https://github.com/pandas-dev/pandas/pull/30647.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/30647",
"merged_at": "2020-01-03T17:35:15Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/30647.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/30647"
}
|
https://api.github.com/repos/pandas-dev/pandas/issues/30648
|
https://api.github.com/repos/pandas-dev/pandas
|
https://api.github.com/repos/pandas-dev/pandas/issues/30648/labels{/name}
|
https://api.github.com/repos/pandas-dev/pandas/issues/30648/comments
|
https://api.github.com/repos/pandas-dev/pandas/issues/30648/events
|
https://github.com/pandas-dev/pandas/pull/30648
| 545,074,059
|
MDExOlB1bGxSZXF1ZXN0MzU5MDU0NzEx
| 30,648
|
REF: move EA wrapping/unwrapping to indexes.extensions
|
{
"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": "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": "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"
}
] |
closed
| false
| null |
[] |
{
"closed_at": "2020-01-30T12:18:05Z",
"closed_issues": 2207,
"created_at": "2012-09-13T02:13:00Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4",
"events_url": "https://api.github.com/users/wesm/events{/privacy}",
"followers_url": "https://api.github.com/users/wesm/followers",
"following_url": "https://api.github.com/users/wesm/following{/other_user}",
"gists_url": "https://api.github.com/users/wesm/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/wesm",
"id": 329591,
"login": "wesm",
"node_id": "MDQ6VXNlcjMyOTU5MQ==",
"organizations_url": "https://api.github.com/users/wesm/orgs",
"received_events_url": "https://api.github.com/users/wesm/received_events",
"repos_url": "https://api.github.com/users/wesm/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/wesm/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/wesm/subscriptions",
"type": "User",
"url": "https://api.github.com/users/wesm"
},
"description": "on-merge: backport to 1.0.x",
"due_on": "2020-02-01T08:00:00Z",
"html_url": "https://github.com/pandas-dev/pandas/milestone/16",
"id": 174211,
"labels_url": "https://api.github.com/repos/pandas-dev/pandas/milestones/16/labels",
"node_id": "MDk6TWlsZXN0b25lMTc0MjEx",
"number": 16,
"open_issues": 0,
"state": "closed",
"title": "1.0.0",
"updated_at": "2020-01-30T12:18:05Z",
"url": "https://api.github.com/repos/pandas-dev/pandas/milestones/16"
}
| 1
| 2020-01-03T16:57:43Z
| 2020-01-04T18:18:04Z
| 2020-01-04T18:10:21Z
|
MEMBER
| null |
Re-use the comparison method wrapper in CategoricalIndex.
|
{
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/30648/reactions"
}
|
https://api.github.com/repos/pandas-dev/pandas/issues/30648/timeline
| null | 0
|
{
"diff_url": "https://github.com/pandas-dev/pandas/pull/30648.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/30648",
"merged_at": "2020-01-04T18:10:21Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/30648.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/30648"
}
|
https://api.github.com/repos/pandas-dev/pandas/issues/30649
|
https://api.github.com/repos/pandas-dev/pandas
|
https://api.github.com/repos/pandas-dev/pandas/issues/30649/labels{/name}
|
https://api.github.com/repos/pandas-dev/pandas/issues/30649/comments
|
https://api.github.com/repos/pandas-dev/pandas/issues/30649/events
|
https://github.com/pandas-dev/pandas/issues/30649
| 545,076,114
|
MDU6SXNzdWU1NDUwNzYxMTQ=
| 30,649
|
dtype does not get set to object when adding column with df.at[...] = ['some list']
|
{
"avatar_url": "https://avatars.githubusercontent.com/u/36071676?v=4",
"events_url": "https://api.github.com/users/McToel/events{/privacy}",
"followers_url": "https://api.github.com/users/McToel/followers",
"following_url": "https://api.github.com/users/McToel/following{/other_user}",
"gists_url": "https://api.github.com/users/McToel/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/McToel",
"id": 36071676,
"login": "McToel",
"node_id": "MDQ6VXNlcjM2MDcxNjc2",
"organizations_url": "https://api.github.com/users/McToel/orgs",
"received_events_url": "https://api.github.com/users/McToel/received_events",
"repos_url": "https://api.github.com/users/McToel/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/McToel/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/McToel/subscriptions",
"type": "User",
"url": "https://api.github.com/users/McToel"
}
|
[
{
"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": "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": "f2f989",
"default": false,
"description": "Data where the values are collections (lists, sets, dicts, objects, etc.).",
"id": 2189479765,
"name": "Nested Data",
"node_id": "MDU6TGFiZWwyMTg5NDc5NzY1",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Nested%20Data"
}
] |
open
| false
| null |
[] | null | 2
| 2020-01-03T17:02:57Z
| 2021-07-25T04:36:59Z
| null |
NONE
| null |
#### Code Sample, a copy-pastable example if possible
```python
df = pd.DataFrame(data={'a':[0,0]})
# df['b'] = None
# df['b'] = df['b'].astype('object')
df.at[0, 'b'] = ['a']
df.at[1, 'b'] = ['a']
>>> df
a b
0 0 a
1 0 [a]
```
#### Problem description
df.at[0, 'b'] should be ['a'] instead of 'a'.
I understand that it does not work when while adding the column but it feels inconsistent anyways.
When adding line 2 and 3 it works as expected.
#### Expected Output
```python
>>> df
a b
0 0 [a]
1 0 [a]
```
#### 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 94 Stepping 3, GenuineIntel
byteorder : little
LC_ALL : None
LANG : None
LOCALE : None.None
pandas : 0.25.3
numpy : 1.18.0
pytz : 2019.3
dateutil : 2.8.1
pip : 19.3.1
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 : 2.10.3
IPython : 7.10.2
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 : 1.4.1
sqlalchemy : None
tables : None
xarray : None
xlrd : None
xlwt : None
xlsxwriter : 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/30649/reactions"
}
|
https://api.github.com/repos/pandas-dev/pandas/issues/30649/timeline
| null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/30650
|
https://api.github.com/repos/pandas-dev/pandas
|
https://api.github.com/repos/pandas-dev/pandas/issues/30650/labels{/name}
|
https://api.github.com/repos/pandas-dev/pandas/issues/30650/comments
|
https://api.github.com/repos/pandas-dev/pandas/issues/30650/events
|
https://github.com/pandas-dev/pandas/pull/30650
| 545,080,815
|
MDExOlB1bGxSZXF1ZXN0MzU5MDYwMDU3
| 30,650
|
REF: use _data.take for CI/DTI/TDI/PI.take
|
{
"avatar_url": "https://avatars.githubusercontent.com/u/8078968?v=4",
"events_url": "https://api.github.com/users/jbrockmendel/events{/privacy}",
"followers_url": "https://api.github.com/users/jbrockmendel/followers",
"following_url": "https://api.github.com/users/jbrockmendel/following{/other_user}",
"gists_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"
},
{
"color": "6138b5",
"default": false,
"description": "Extending pandas with custom dtypes or arrays.",
"id": 849023693,
"name": "ExtensionArray",
"node_id": "MDU6TGFiZWw4NDkwMjM2OTM=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/ExtensionArray"
}
] |
closed
| false
| null |
[] |
{
"closed_at": "2020-01-30T12:18:05Z",
"closed_issues": 2207,
"created_at": "2012-09-13T02:13:00Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4",
"events_url": "https://api.github.com/users/wesm/events{/privacy}",
"followers_url": "https://api.github.com/users/wesm/followers",
"following_url": "https://api.github.com/users/wesm/following{/other_user}",
"gists_url": "https://api.github.com/users/wesm/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/wesm",
"id": 329591,
"login": "wesm",
"node_id": "MDQ6VXNlcjMyOTU5MQ==",
"organizations_url": "https://api.github.com/users/wesm/orgs",
"received_events_url": "https://api.github.com/users/wesm/received_events",
"repos_url": "https://api.github.com/users/wesm/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/wesm/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/wesm/subscriptions",
"type": "User",
"url": "https://api.github.com/users/wesm"
},
"description": "on-merge: backport to 1.0.x",
"due_on": "2020-02-01T08:00:00Z",
"html_url": "https://github.com/pandas-dev/pandas/milestone/16",
"id": 174211,
"labels_url": "https://api.github.com/repos/pandas-dev/pandas/milestones/16/labels",
"node_id": "MDk6TWlsZXN0b25lMTc0MjEx",
"number": 16,
"open_issues": 0,
"state": "closed",
"title": "1.0.0",
"updated_at": "2020-01-30T12:18:05Z",
"url": "https://api.github.com/repos/pandas-dev/pandas/milestones/16"
}
| 1
| 2020-01-03T17:15:56Z
| 2020-01-04T18:09:16Z
| 2020-01-04T18:07:25Z
|
MEMBER
| null |
cc @jschendel @jreback any idea why IntervalIndex doesn't use _assert_take_fillable like the others? If it can/should, then we can share this method between all of our EA-backed indexes. (Actually also need to make sure the slice behavior in the DTI/TDI/PI is OK to do for all of them)
|
{
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/30650/reactions"
}
|
https://api.github.com/repos/pandas-dev/pandas/issues/30650/timeline
| null | 0
|
{
"diff_url": "https://github.com/pandas-dev/pandas/pull/30650.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/30650",
"merged_at": "2020-01-04T18:07:25Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/30650.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/30650"
}
|
https://api.github.com/repos/pandas-dev/pandas/issues/30651
|
https://api.github.com/repos/pandas-dev/pandas
|
https://api.github.com/repos/pandas-dev/pandas/issues/30651/labels{/name}
|
https://api.github.com/repos/pandas-dev/pandas/issues/30651/comments
|
https://api.github.com/repos/pandas-dev/pandas/issues/30651/events
|
https://github.com/pandas-dev/pandas/pull/30651
| 545,094,131
|
MDExOlB1bGxSZXF1ZXN0MzU5MDcwMjgz
| 30,651
|
CLN: Clean tests for *.sort_index, *.sort_values and df.drop_duplicates
|
{
"avatar_url": "https://avatars.githubusercontent.com/u/9269816?v=4",
"events_url": "https://api.github.com/users/charlesdong1991/events{/privacy}",
"followers_url": "https://api.github.com/users/charlesdong1991/followers",
"following_url": "https://api.github.com/users/charlesdong1991/following{/other_user}",
"gists_url": "https://api.github.com/users/charlesdong1991/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/charlesdong1991",
"id": 9269816,
"login": "charlesdong1991",
"node_id": "MDQ6VXNlcjkyNjk4MTY=",
"organizations_url": "https://api.github.com/users/charlesdong1991/orgs",
"received_events_url": "https://api.github.com/users/charlesdong1991/received_events",
"repos_url": "https://api.github.com/users/charlesdong1991/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/charlesdong1991/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/charlesdong1991/subscriptions",
"type": "User",
"url": "https://api.github.com/users/charlesdong1991"
}
|
[
{
"color": "C4A000",
"default": false,
"description": "pandas testing functions or related to the test suite",
"id": 127685,
"name": "Testing",
"node_id": "MDU6TGFiZWwxMjc2ODU=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Testing"
}
] |
closed
| false
| null |
[] |
{
"closed_at": "2020-01-30T12:18:05Z",
"closed_issues": 2207,
"created_at": "2012-09-13T02:13:00Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4",
"events_url": "https://api.github.com/users/wesm/events{/privacy}",
"followers_url": "https://api.github.com/users/wesm/followers",
"following_url": "https://api.github.com/users/wesm/following{/other_user}",
"gists_url": "https://api.github.com/users/wesm/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/wesm",
"id": 329591,
"login": "wesm",
"node_id": "MDQ6VXNlcjMyOTU5MQ==",
"organizations_url": "https://api.github.com/users/wesm/orgs",
"received_events_url": "https://api.github.com/users/wesm/received_events",
"repos_url": "https://api.github.com/users/wesm/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/wesm/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/wesm/subscriptions",
"type": "User",
"url": "https://api.github.com/users/wesm"
},
"description": "on-merge: backport to 1.0.x",
"due_on": "2020-02-01T08:00:00Z",
"html_url": "https://github.com/pandas-dev/pandas/milestone/16",
"id": 174211,
"labels_url": "https://api.github.com/repos/pandas-dev/pandas/milestones/16/labels",
"node_id": "MDk6TWlsZXN0b25lMTc0MjEx",
"number": 16,
"open_issues": 0,
"state": "closed",
"title": "1.0.0",
"updated_at": "2020-01-30T12:18:05Z",
"url": "https://api.github.com/repos/pandas-dev/pandas/milestones/16"
}
| 1
| 2020-01-03T17:53:16Z
| 2020-01-04T18:05:21Z
| 2020-01-04T18:05:14Z
|
MEMBER
| null |
- [ ] xref #30578 #30405 #30402
This follow-up PR is to parametrize and deduplicate `inplace` cases brought up in the above PRs.
|
{
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/30651/reactions"
}
|
https://api.github.com/repos/pandas-dev/pandas/issues/30651/timeline
| null | 0
|
{
"diff_url": "https://github.com/pandas-dev/pandas/pull/30651.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/30651",
"merged_at": "2020-01-04T18:05:14Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/30651.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/30651"
}
|
https://api.github.com/repos/pandas-dev/pandas/issues/30652
|
https://api.github.com/repos/pandas-dev/pandas
|
https://api.github.com/repos/pandas-dev/pandas/issues/30652/labels{/name}
|
https://api.github.com/repos/pandas-dev/pandas/issues/30652/comments
|
https://api.github.com/repos/pandas-dev/pandas/issues/30652/events
|
https://github.com/pandas-dev/pandas/pull/30652
| 545,096,804
|
MDExOlB1bGxSZXF1ZXN0MzU5MDcyNDE5
| 30,652
|
ENH: .equals for Extension Arrays
|
{
"avatar_url": "https://avatars.githubusercontent.com/u/2043653?v=4",
"events_url": "https://api.github.com/users/dwhu/events{/privacy}",
"followers_url": "https://api.github.com/users/dwhu/followers",
"following_url": "https://api.github.com/users/dwhu/following{/other_user}",
"gists_url": "https://api.github.com/users/dwhu/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/dwhu",
"id": 2043653,
"login": "dwhu",
"node_id": "MDQ6VXNlcjIwNDM2NTM=",
"organizations_url": "https://api.github.com/users/dwhu/orgs",
"received_events_url": "https://api.github.com/users/dwhu/received_events",
"repos_url": "https://api.github.com/users/dwhu/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/dwhu/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/dwhu/subscriptions",
"type": "User",
"url": "https://api.github.com/users/dwhu"
}
|
[
{
"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"
}
| 11
| 2020-01-03T18:01:16Z
| 2020-05-09T07:57:18Z
| 2020-05-09T07:57:17Z
|
CONTRIBUTOR
| null |
- [x] closes #27081
- [x] tests added / passed
- [x] passes `black pandas`
- [x] passes `git diff upstream/master -u -- "*.py" | flake8 --diff`
- [ ] whatsnew entry
--- Jan 3 10:00 PST
Hey team,
Looking for a bit of feedback on this API design and appropriate testing for this PR before I get too deep into it. Could you provide some guidance regarding how to appropriately handle updating this test? https://github.com/pandas-dev/pandas/blob/6f03e76f9d47ecfcfdd44641de6df1fc7dd57a01/pandas/tests/extension/base/ops.py#L162 It appears to contradict the issue #27081.
Appreciate the help,
Dave
|
{
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/30652/reactions"
}
|
https://api.github.com/repos/pandas-dev/pandas/issues/30652/timeline
| null | 0
|
{
"diff_url": "https://github.com/pandas-dev/pandas/pull/30652.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/30652",
"merged_at": "2020-05-09T07:57:16Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/30652.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/30652"
}
|
https://api.github.com/repos/pandas-dev/pandas/issues/30653
|
https://api.github.com/repos/pandas-dev/pandas
|
https://api.github.com/repos/pandas-dev/pandas/issues/30653/labels{/name}
|
https://api.github.com/repos/pandas-dev/pandas/issues/30653/comments
|
https://api.github.com/repos/pandas-dev/pandas/issues/30653/events
|
https://github.com/pandas-dev/pandas/pull/30653
| 545,108,458
|
MDExOlB1bGxSZXF1ZXN0MzU5MDgxNzg0
| 30,653
|
TST: Test for merge_asof groupby=multiple with categorical column
|
{
"avatar_url": "https://avatars.githubusercontent.com/u/2043653?v=4",
"events_url": "https://api.github.com/users/dwhu/events{/privacy}",
"followers_url": "https://api.github.com/users/dwhu/followers",
"following_url": "https://api.github.com/users/dwhu/following{/other_user}",
"gists_url": "https://api.github.com/users/dwhu/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/dwhu",
"id": 2043653,
"login": "dwhu",
"node_id": "MDQ6VXNlcjIwNDM2NTM=",
"organizations_url": "https://api.github.com/users/dwhu/orgs",
"received_events_url": "https://api.github.com/users/dwhu/received_events",
"repos_url": "https://api.github.com/users/dwhu/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/dwhu/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/dwhu/subscriptions",
"type": "User",
"url": "https://api.github.com/users/dwhu"
}
|
[
{
"color": "C4A000",
"default": false,
"description": "pandas testing functions or related to the test suite",
"id": 127685,
"name": "Testing",
"node_id": "MDU6TGFiZWwxMjc2ODU=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Testing"
}
] |
closed
| false
| null |
[] |
{
"closed_at": "2020-01-30T12:18:05Z",
"closed_issues": 2207,
"created_at": "2012-09-13T02:13:00Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4",
"events_url": "https://api.github.com/users/wesm/events{/privacy}",
"followers_url": "https://api.github.com/users/wesm/followers",
"following_url": "https://api.github.com/users/wesm/following{/other_user}",
"gists_url": "https://api.github.com/users/wesm/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/wesm",
"id": 329591,
"login": "wesm",
"node_id": "MDQ6VXNlcjMyOTU5MQ==",
"organizations_url": "https://api.github.com/users/wesm/orgs",
"received_events_url": "https://api.github.com/users/wesm/received_events",
"repos_url": "https://api.github.com/users/wesm/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/wesm/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/wesm/subscriptions",
"type": "User",
"url": "https://api.github.com/users/wesm"
},
"description": "on-merge: backport to 1.0.x",
"due_on": "2020-02-01T08:00:00Z",
"html_url": "https://github.com/pandas-dev/pandas/milestone/16",
"id": 174211,
"labels_url": "https://api.github.com/repos/pandas-dev/pandas/milestones/16/labels",
"node_id": "MDk6TWlsZXN0b25lMTc0MjEx",
"number": 16,
"open_issues": 0,
"state": "closed",
"title": "1.0.0",
"updated_at": "2020-01-30T12:18:05Z",
"url": "https://api.github.com/repos/pandas-dev/pandas/milestones/16"
}
| 1
| 2020-01-03T18:37:31Z
| 2020-01-03T22:08:21Z
| 2020-01-03T22:08:08Z
|
CONTRIBUTOR
| null |
- [x] closes #16454
- [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/30653/reactions"
}
|
https://api.github.com/repos/pandas-dev/pandas/issues/30653/timeline
| null | 0
|
{
"diff_url": "https://github.com/pandas-dev/pandas/pull/30653.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/30653",
"merged_at": "2020-01-03T22:08:07Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/30653.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/30653"
}
|
https://api.github.com/repos/pandas-dev/pandas/issues/30654
|
https://api.github.com/repos/pandas-dev/pandas
|
https://api.github.com/repos/pandas-dev/pandas/issues/30654/labels{/name}
|
https://api.github.com/repos/pandas-dev/pandas/issues/30654/comments
|
https://api.github.com/repos/pandas-dev/pandas/issues/30654/events
|
https://github.com/pandas-dev/pandas/pull/30654
| 545,124,126
|
MDExOlB1bGxSZXF1ZXN0MzU5MDkzNTQw
| 30,654
|
REF/TST: PeriodArray comparisons with listlike
|
{
"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": "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": "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-01-30T12:18:05Z",
"closed_issues": 2207,
"created_at": "2012-09-13T02:13:00Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4",
"events_url": "https://api.github.com/users/wesm/events{/privacy}",
"followers_url": "https://api.github.com/users/wesm/followers",
"following_url": "https://api.github.com/users/wesm/following{/other_user}",
"gists_url": "https://api.github.com/users/wesm/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/wesm",
"id": 329591,
"login": "wesm",
"node_id": "MDQ6VXNlcjMyOTU5MQ==",
"organizations_url": "https://api.github.com/users/wesm/orgs",
"received_events_url": "https://api.github.com/users/wesm/received_events",
"repos_url": "https://api.github.com/users/wesm/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/wesm/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/wesm/subscriptions",
"type": "User",
"url": "https://api.github.com/users/wesm"
},
"description": "on-merge: backport to 1.0.x",
"due_on": "2020-02-01T08:00:00Z",
"html_url": "https://github.com/pandas-dev/pandas/milestone/16",
"id": 174211,
"labels_url": "https://api.github.com/repos/pandas-dev/pandas/milestones/16/labels",
"node_id": "MDk6TWlsZXN0b25lMTc0MjEx",
"number": 16,
"open_issues": 0,
"state": "closed",
"title": "1.0.0",
"updated_at": "2020-01-30T12:18:05Z",
"url": "https://api.github.com/repos/pandas-dev/pandas/milestones/16"
}
| 0
| 2020-01-03T19:18:06Z
| 2020-01-05T01:05:30Z
| 2020-01-04T23:31:36Z
|
MEMBER
| null |
Similar edits are going to be made to the DTA and TDA ops, separating PeriodArray to its own PR for exposition.
|
{
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/30654/reactions"
}
|
https://api.github.com/repos/pandas-dev/pandas/issues/30654/timeline
| null | 0
|
{
"diff_url": "https://github.com/pandas-dev/pandas/pull/30654.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/30654",
"merged_at": "2020-01-04T23:31:36Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/30654.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/30654"
}
|
https://api.github.com/repos/pandas-dev/pandas/issues/30655
|
https://api.github.com/repos/pandas-dev/pandas
|
https://api.github.com/repos/pandas-dev/pandas/issues/30655/labels{/name}
|
https://api.github.com/repos/pandas-dev/pandas/issues/30655/comments
|
https://api.github.com/repos/pandas-dev/pandas/issues/30655/events
|
https://github.com/pandas-dev/pandas/pull/30655
| 545,125,365
|
MDExOlB1bGxSZXF1ZXN0MzU5MDk0NDg2
| 30,655
|
REF: change TDI.delete behavior to match DTI.delete
|
{
"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": "Timedelta data type",
"id": 49597148,
"name": "Timedelta",
"node_id": "MDU6TGFiZWw0OTU5NzE0OA==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Timedelta"
},
{
"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"
}
] |
closed
| false
| null |
[] |
{
"closed_at": "2020-01-30T12:18:05Z",
"closed_issues": 2207,
"created_at": "2012-09-13T02:13:00Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4",
"events_url": "https://api.github.com/users/wesm/events{/privacy}",
"followers_url": "https://api.github.com/users/wesm/followers",
"following_url": "https://api.github.com/users/wesm/following{/other_user}",
"gists_url": "https://api.github.com/users/wesm/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/wesm",
"id": 329591,
"login": "wesm",
"node_id": "MDQ6VXNlcjMyOTU5MQ==",
"organizations_url": "https://api.github.com/users/wesm/orgs",
"received_events_url": "https://api.github.com/users/wesm/received_events",
"repos_url": "https://api.github.com/users/wesm/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/wesm/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/wesm/subscriptions",
"type": "User",
"url": "https://api.github.com/users/wesm"
},
"description": "on-merge: backport to 1.0.x",
"due_on": "2020-02-01T08:00:00Z",
"html_url": "https://github.com/pandas-dev/pandas/milestone/16",
"id": 174211,
"labels_url": "https://api.github.com/repos/pandas-dev/pandas/milestones/16/labels",
"node_id": "MDk6TWlsZXN0b25lMTc0MjEx",
"number": 16,
"open_issues": 0,
"state": "closed",
"title": "1.0.0",
"updated_at": "2020-01-30T12:18:05Z",
"url": "https://api.github.com/repos/pandas-dev/pandas/milestones/16"
}
| 3
| 2020-01-03T19:21:15Z
| 2020-01-04T19:46:37Z
| 2020-01-04T19:44:49Z
|
MEMBER
| null |
With this change, the two methods behave the same and can be shared.
|
{
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/30655/reactions"
}
|
https://api.github.com/repos/pandas-dev/pandas/issues/30655/timeline
| null | 0
|
{
"diff_url": "https://github.com/pandas-dev/pandas/pull/30655.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/30655",
"merged_at": "2020-01-04T19:44:49Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/30655.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/30655"
}
|
https://api.github.com/repos/pandas-dev/pandas/issues/30656
|
https://api.github.com/repos/pandas-dev/pandas
|
https://api.github.com/repos/pandas-dev/pandas/issues/30656/labels{/name}
|
https://api.github.com/repos/pandas-dev/pandas/issues/30656/comments
|
https://api.github.com/repos/pandas-dev/pandas/issues/30656/events
|
https://github.com/pandas-dev/pandas/pull/30656
| 545,130,979
|
MDExOlB1bGxSZXF1ZXN0MzU5MDk4NzM5
| 30,656
|
CLN: Deprecate pandas.SparseArray for pandas.arrays.SparseArray
|
{
"avatar_url": "https://avatars.githubusercontent.com/u/15113894?v=4",
"events_url": "https://api.github.com/users/Dr-Irv/events{/privacy}",
"followers_url": "https://api.github.com/users/Dr-Irv/followers",
"following_url": "https://api.github.com/users/Dr-Irv/following{/other_user}",
"gists_url": "https://api.github.com/users/Dr-Irv/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/Dr-Irv",
"id": 15113894,
"login": "Dr-Irv",
"node_id": "MDQ6VXNlcjE1MTEzODk0",
"organizations_url": "https://api.github.com/users/Dr-Irv/orgs",
"received_events_url": "https://api.github.com/users/Dr-Irv/received_events",
"repos_url": "https://api.github.com/users/Dr-Irv/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/Dr-Irv/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/Dr-Irv/subscriptions",
"type": "User",
"url": "https://api.github.com/users/Dr-Irv"
}
|
[
{
"color": "009800",
"default": false,
"description": "Sparse Data Type",
"id": 49182326,
"name": "Sparse",
"node_id": "MDU6TGFiZWw0OTE4MjMyNg==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Sparse"
},
{
"color": "5319e7",
"default": false,
"description": "Functionality to remove in pandas",
"id": 87485152,
"name": "Deprecate",
"node_id": "MDU6TGFiZWw4NzQ4NTE1Mg==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Deprecate"
}
] |
closed
| false
| null |
[] |
{
"closed_at": "2020-01-30T12:18:05Z",
"closed_issues": 2207,
"created_at": "2012-09-13T02:13:00Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4",
"events_url": "https://api.github.com/users/wesm/events{/privacy}",
"followers_url": "https://api.github.com/users/wesm/followers",
"following_url": "https://api.github.com/users/wesm/following{/other_user}",
"gists_url": "https://api.github.com/users/wesm/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/wesm",
"id": 329591,
"login": "wesm",
"node_id": "MDQ6VXNlcjMyOTU5MQ==",
"organizations_url": "https://api.github.com/users/wesm/orgs",
"received_events_url": "https://api.github.com/users/wesm/received_events",
"repos_url": "https://api.github.com/users/wesm/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/wesm/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/wesm/subscriptions",
"type": "User",
"url": "https://api.github.com/users/wesm"
},
"description": "on-merge: backport to 1.0.x",
"due_on": "2020-02-01T08:00:00Z",
"html_url": "https://github.com/pandas-dev/pandas/milestone/16",
"id": 174211,
"labels_url": "https://api.github.com/repos/pandas-dev/pandas/milestones/16/labels",
"node_id": "MDk6TWlsZXN0b25lMTc0MjEx",
"number": 16,
"open_issues": 0,
"state": "closed",
"title": "1.0.0",
"updated_at": "2020-01-30T12:18:05Z",
"url": "https://api.github.com/repos/pandas-dev/pandas/milestones/16"
}
| 12
| 2020-01-03T19:36:17Z
| 2020-01-07T14:35:23Z
| 2020-01-05T16:16:34Z
|
CONTRIBUTOR
| null |
- [x] closes #30642
- [x] tests added / passed
- [x] passes `black pandas`
- [x] passes `git diff upstream/master -u -- "*.py" | flake8 --diff`
- [ ] whatsnew entry
- in #30644
Change all references in code from `pd.SparseArray` to `pd.arrays.SparseArray` . Add deprecation message for `pd.SparseArray`
Per comment from @TomAugspurger here: https://github.com/pandas-dev/pandas/pull/30644#issuecomment-570671439, this may require discussion.
|
{
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/30656/reactions"
}
|
https://api.github.com/repos/pandas-dev/pandas/issues/30656/timeline
| null | 0
|
{
"diff_url": "https://github.com/pandas-dev/pandas/pull/30656.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/30656",
"merged_at": "2020-01-05T16:16:34Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/30656.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/30656"
}
|
https://api.github.com/repos/pandas-dev/pandas/issues/30657
|
https://api.github.com/repos/pandas-dev/pandas
|
https://api.github.com/repos/pandas-dev/pandas/issues/30657/labels{/name}
|
https://api.github.com/repos/pandas-dev/pandas/issues/30657/comments
|
https://api.github.com/repos/pandas-dev/pandas/issues/30657/events
|
https://github.com/pandas-dev/pandas/issues/30657
| 545,134,626
|
MDU6SXNzdWU1NDUxMzQ2MjY=
| 30,657
|
Index comparison doesn't return index
|
{
"avatar_url": "https://avatars.githubusercontent.com/u/34656862?v=4",
"events_url": "https://api.github.com/users/giuliobeseghi/events{/privacy}",
"followers_url": "https://api.github.com/users/giuliobeseghi/followers",
"following_url": "https://api.github.com/users/giuliobeseghi/following{/other_user}",
"gists_url": "https://api.github.com/users/giuliobeseghi/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/giuliobeseghi",
"id": 34656862,
"login": "giuliobeseghi",
"node_id": "MDQ6VXNlcjM0NjU2ODYy",
"organizations_url": "https://api.github.com/users/giuliobeseghi/orgs",
"received_events_url": "https://api.github.com/users/giuliobeseghi/received_events",
"repos_url": "https://api.github.com/users/giuliobeseghi/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/giuliobeseghi/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/giuliobeseghi/subscriptions",
"type": "User",
"url": "https://api.github.com/users/giuliobeseghi"
}
|
[
{
"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": null,
"closed_issues": 2361,
"created_at": "2015-02-26T19:29:05Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/1020496?v=4",
"events_url": "https://api.github.com/users/jorisvandenbossche/events{/privacy}",
"followers_url": "https://api.github.com/users/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": "A milestone for closed or open issues for which there is no action needed (eg not a bug, just a question / discussion, nothing to resolve, wontfix, etc).\r\n\r\n",
"due_on": null,
"html_url": "https://github.com/pandas-dev/pandas/milestone/33",
"id": 997544,
"labels_url": "https://api.github.com/repos/pandas-dev/pandas/milestones/33/labels",
"node_id": "MDk6TWlsZXN0b25lOTk3NTQ0",
"number": 33,
"open_issues": 11,
"state": "open",
"title": "No action",
"updated_at": "2021-11-19T17:33:16Z",
"url": "https://api.github.com/repos/pandas-dev/pandas/milestones/33"
}
| 3
| 2020-01-03T19:46:08Z
| 2020-01-05T17:57:51Z
| 2020-01-04T03:43:42Z
|
NONE
| null |
#### Code Sample, a copy-pastable example if possible
```python
import pandas as pd
s = pd.Series([1, 2, 3, 4, 5])
t = s.copy()
print(s.index == t.index)
# np.array([True, True, True, True, True])
```
#### Problem description
Comparing two indices returns an `np.ndarray`, and not another index. The behavior is different from series and dataframes. Is it a bug?
#### Expected Output
The output I expect should be achievable with
```python
pd.Index(s.index == t.index)
```
Possibly, the type of the index should be 'bool' (compare it with series, e.g. `s == t`).
It seems that `pd.Index(s.index == t.index).astype(bool)` doesn't return an index of bool either.
#### Output of ``pd.show_versions()``
<details>
INSTALLED VERSIONS
------------------
commit : None
python : 3.7.5.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 : None.None
pandas : 0.25.3
numpy : 1.17.4
pytz : 2019.3
dateutil : 2.8.0
pip : 19.3.1
setuptools : 42.0.2.post20191203
Cython : 0.29.14
pytest : 5.3.2
hypothesis : 4.54.2
sphinx : 2.3.0
blosc : None
feather : None
xlsxwriter : 1.2.6
lxml.etree : 4.4.2
html5lib : 1.0.1
pymysql : None
psycopg2 : None
jinja2 : 2.10.3
IPython : 7.10.2
pandas_datareader: None
bs4 : 4.8.1
bottleneck : 1.3.1
fastparquet : None
gcsfs : None
lxml.etree : 4.4.2
matplotlib : 3.1.1
numexpr : 2.7.0
odfpy : None
openpyxl : 3.0.2
pandas_gbq : None
pyarrow : None
pytables : None
s3fs : 0.4.0
scipy : 1.3.2
sqlalchemy : 1.3.11
tables : 3.6.1
xarray : None
xlrd : 1.2.0
xlwt : 1.3.0
xlsxwriter : 1.2.6
</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/30657/reactions"
}
|
https://api.github.com/repos/pandas-dev/pandas/issues/30657/timeline
| null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/30658
|
https://api.github.com/repos/pandas-dev/pandas
|
https://api.github.com/repos/pandas-dev/pandas/issues/30658/labels{/name}
|
https://api.github.com/repos/pandas-dev/pandas/issues/30658/comments
|
https://api.github.com/repos/pandas-dev/pandas/issues/30658/events
|
https://github.com/pandas-dev/pandas/pull/30658
| 545,147,699
|
MDExOlB1bGxSZXF1ZXN0MzU5MTExNTI3
| 30,658
|
TYP: --disallow-any-generics pandas\core\reshape\concat.py
|
{
"avatar_url": "https://avatars.githubusercontent.com/u/13159005?v=4",
"events_url": "https://api.github.com/users/simonjayhawkins/events{/privacy}",
"followers_url": "https://api.github.com/users/simonjayhawkins/followers",
"following_url": "https://api.github.com/users/simonjayhawkins/following{/other_user}",
"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": "ea91a4",
"default": false,
"description": "type annotations, mypy/pyright type checking",
"id": 1280988427,
"name": "Typing",
"node_id": "MDU6TGFiZWwxMjgwOTg4NDI3",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Typing"
}
] |
closed
| false
| null |
[] |
{
"closed_at": "2020-01-30T12:18:05Z",
"closed_issues": 2207,
"created_at": "2012-09-13T02:13:00Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4",
"events_url": "https://api.github.com/users/wesm/events{/privacy}",
"followers_url": "https://api.github.com/users/wesm/followers",
"following_url": "https://api.github.com/users/wesm/following{/other_user}",
"gists_url": "https://api.github.com/users/wesm/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/wesm",
"id": 329591,
"login": "wesm",
"node_id": "MDQ6VXNlcjMyOTU5MQ==",
"organizations_url": "https://api.github.com/users/wesm/orgs",
"received_events_url": "https://api.github.com/users/wesm/received_events",
"repos_url": "https://api.github.com/users/wesm/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/wesm/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/wesm/subscriptions",
"type": "User",
"url": "https://api.github.com/users/wesm"
},
"description": "on-merge: backport to 1.0.x",
"due_on": "2020-02-01T08:00:00Z",
"html_url": "https://github.com/pandas-dev/pandas/milestone/16",
"id": 174211,
"labels_url": "https://api.github.com/repos/pandas-dev/pandas/milestones/16/labels",
"node_id": "MDk6TWlsZXN0b25lMTc0MjEx",
"number": 16,
"open_issues": 0,
"state": "closed",
"title": "1.0.0",
"updated_at": "2020-01-30T12:18:05Z",
"url": "https://api.github.com/repos/pandas-dev/pandas/milestones/16"
}
| 2
| 2020-01-03T20:21:58Z
| 2020-01-04T08:03:15Z
| 2020-01-04T01:27:21Z
|
MEMBER
| null |
xref #30539
pandas\core\reshape\concat.py:477: error: Missing type parameters for generic type "List"
pandas\core\reshape\concat.py:504: error: Missing type parameters for generic type "List"
|
{
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/30658/reactions"
}
|
https://api.github.com/repos/pandas-dev/pandas/issues/30658/timeline
| null | 0
|
{
"diff_url": "https://github.com/pandas-dev/pandas/pull/30658.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/30658",
"merged_at": "2020-01-04T01:27:21Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/30658.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/30658"
}
|
https://api.github.com/repos/pandas-dev/pandas/issues/30659
|
https://api.github.com/repos/pandas-dev/pandas
|
https://api.github.com/repos/pandas-dev/pandas/issues/30659/labels{/name}
|
https://api.github.com/repos/pandas-dev/pandas/issues/30659/comments
|
https://api.github.com/repos/pandas-dev/pandas/issues/30659/events
|
https://github.com/pandas-dev/pandas/pull/30659
| 545,153,078
|
MDExOlB1bGxSZXF1ZXN0MzU5MTE1NDE5
| 30,659
|
TYP: check_untyped_defs io.sas.sasreader
|
{
"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": "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"
}
| 3
| 2020-01-03T20:37:01Z
| 2020-04-27T08:27:24Z
| 2020-04-27T08:26:16Z
|
MEMBER
| null |
pandas\io\sas\sasreader.py:75: error: Incompatible types in assignment (expression has type "SAS7BDATReader", variable has type "XportReader")
|
{
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/30659/reactions"
}
|
https://api.github.com/repos/pandas-dev/pandas/issues/30659/timeline
| null | 0
|
{
"diff_url": "https://github.com/pandas-dev/pandas/pull/30659.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/30659",
"merged_at": "2020-04-27T08:26:16Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/30659.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/30659"
}
|
https://api.github.com/repos/pandas-dev/pandas/issues/30660
|
https://api.github.com/repos/pandas-dev/pandas
|
https://api.github.com/repos/pandas-dev/pandas/issues/30660/labels{/name}
|
https://api.github.com/repos/pandas-dev/pandas/issues/30660/comments
|
https://api.github.com/repos/pandas-dev/pandas/issues/30660/events
|
https://github.com/pandas-dev/pandas/pull/30660
| 545,154,313
|
MDExOlB1bGxSZXF1ZXN0MzU5MTE2MzQz
| 30,660
|
Fix flakey base setitem test
|
{
"avatar_url": "https://avatars.githubusercontent.com/u/1312546?v=4",
"events_url": "https://api.github.com/users/TomAugspurger/events{/privacy}",
"followers_url": "https://api.github.com/users/TomAugspurger/followers",
"following_url": "https://api.github.com/users/TomAugspurger/following{/other_user}",
"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": "5319e7",
"default": false,
"description": "Unit tests that occasionally fail",
"id": 76939933,
"name": "Unreliable Test",
"node_id": "MDU6TGFiZWw3NjkzOTkzMw==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Unreliable%20Test"
}
] |
closed
| false
| null |
[] |
{
"closed_at": "2020-01-30T12:18:05Z",
"closed_issues": 2207,
"created_at": "2012-09-13T02:13:00Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4",
"events_url": "https://api.github.com/users/wesm/events{/privacy}",
"followers_url": "https://api.github.com/users/wesm/followers",
"following_url": "https://api.github.com/users/wesm/following{/other_user}",
"gists_url": "https://api.github.com/users/wesm/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/wesm",
"id": 329591,
"login": "wesm",
"node_id": "MDQ6VXNlcjMyOTU5MQ==",
"organizations_url": "https://api.github.com/users/wesm/orgs",
"received_events_url": "https://api.github.com/users/wesm/received_events",
"repos_url": "https://api.github.com/users/wesm/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/wesm/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/wesm/subscriptions",
"type": "User",
"url": "https://api.github.com/users/wesm"
},
"description": "on-merge: backport to 1.0.x",
"due_on": "2020-02-01T08:00:00Z",
"html_url": "https://github.com/pandas-dev/pandas/milestone/16",
"id": 174211,
"labels_url": "https://api.github.com/repos/pandas-dev/pandas/milestones/16/labels",
"node_id": "MDk6TWlsZXN0b25lMTc0MjEx",
"number": 16,
"open_issues": 0,
"state": "closed",
"title": "1.0.0",
"updated_at": "2020-01-30T12:18:05Z",
"url": "https://api.github.com/repos/pandas-dev/pandas/milestones/16"
}
| 1
| 2020-01-03T20:40:22Z
| 2020-01-03T23:59:30Z
| 2020-01-03T23:59:25Z
|
CONTRIBUTOR
| null |
This test makes a potentially incorrect assertion about the data provided to the test. We already require that `data[0] != data[1]`, so it can be used instead.
This failed in https://dev.azure.com/pandas-dev/pandas/_build/results?buildId=24731&view=logs&j=a67b4c4c-cd2e-5e3c-a361-de73ac9c05f9&t=33d2fdd0-c376-5f94-e6d3-957bdd23a3b8.
|
{
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/30660/reactions"
}
|
https://api.github.com/repos/pandas-dev/pandas/issues/30660/timeline
| null | 0
|
{
"diff_url": "https://github.com/pandas-dev/pandas/pull/30660.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/30660",
"merged_at": "2020-01-03T23:59:25Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/30660.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/30660"
}
|
https://api.github.com/repos/pandas-dev/pandas/issues/30661
|
https://api.github.com/repos/pandas-dev/pandas
|
https://api.github.com/repos/pandas-dev/pandas/issues/30661/labels{/name}
|
https://api.github.com/repos/pandas-dev/pandas/issues/30661/comments
|
https://api.github.com/repos/pandas-dev/pandas/issues/30661/events
|
https://github.com/pandas-dev/pandas/pull/30661
| 545,156,110
|
MDExOlB1bGxSZXF1ZXN0MzU5MTE3Njg1
| 30,661
|
TYP: check_untyped_defs pandas/io/sql.py
|
{
"avatar_url": "https://avatars.githubusercontent.com/u/13159005?v=4",
"events_url": "https://api.github.com/users/simonjayhawkins/events{/privacy}",
"followers_url": "https://api.github.com/users/simonjayhawkins/followers",
"following_url": "https://api.github.com/users/simonjayhawkins/following{/other_user}",
"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": "ea91a4",
"default": false,
"description": "type annotations, mypy/pyright type checking",
"id": 1280988427,
"name": "Typing",
"node_id": "MDU6TGFiZWwxMjgwOTg4NDI3",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Typing"
}
] |
closed
| false
| null |
[] |
{
"closed_at": "2020-01-30T12:18:05Z",
"closed_issues": 2207,
"created_at": "2012-09-13T02:13:00Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4",
"events_url": "https://api.github.com/users/wesm/events{/privacy}",
"followers_url": "https://api.github.com/users/wesm/followers",
"following_url": "https://api.github.com/users/wesm/following{/other_user}",
"gists_url": "https://api.github.com/users/wesm/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/wesm",
"id": 329591,
"login": "wesm",
"node_id": "MDQ6VXNlcjMyOTU5MQ==",
"organizations_url": "https://api.github.com/users/wesm/orgs",
"received_events_url": "https://api.github.com/users/wesm/received_events",
"repos_url": "https://api.github.com/users/wesm/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/wesm/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/wesm/subscriptions",
"type": "User",
"url": "https://api.github.com/users/wesm"
},
"description": "on-merge: backport to 1.0.x",
"due_on": "2020-02-01T08:00:00Z",
"html_url": "https://github.com/pandas-dev/pandas/milestone/16",
"id": 174211,
"labels_url": "https://api.github.com/repos/pandas-dev/pandas/milestones/16/labels",
"node_id": "MDk6TWlsZXN0b25lMTc0MjEx",
"number": 16,
"open_issues": 0,
"state": "closed",
"title": "1.0.0",
"updated_at": "2020-01-30T12:18:05Z",
"url": "https://api.github.com/repos/pandas-dev/pandas/milestones/16"
}
| 2
| 2020-01-03T20:45:32Z
| 2020-01-04T08:02:35Z
| 2020-01-04T01:28:08Z
|
MEMBER
| null |
pandas\io\sql.py:785: error: "insert" of "list" does not return a value
pandas\io\sql.py:1450: error: "insert" of "list" does not return a value
|
{
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/30661/reactions"
}
|
https://api.github.com/repos/pandas-dev/pandas/issues/30661/timeline
| null | 0
|
{
"diff_url": "https://github.com/pandas-dev/pandas/pull/30661.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/30661",
"merged_at": "2020-01-04T01:28:08Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/30661.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/30661"
}
|
https://api.github.com/repos/pandas-dev/pandas/issues/30662
|
https://api.github.com/repos/pandas-dev/pandas
|
https://api.github.com/repos/pandas-dev/pandas/issues/30662/labels{/name}
|
https://api.github.com/repos/pandas-dev/pandas/issues/30662/comments
|
https://api.github.com/repos/pandas-dev/pandas/issues/30662/events
|
https://github.com/pandas-dev/pandas/pull/30662
| 545,161,648
|
MDExOlB1bGxSZXF1ZXN0MzU5MTIxNzUw
| 30,662
|
TYP: check_untyped_defs plotting._matplotlib.timeseries
|
{
"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": "ea91a4",
"default": false,
"description": "type annotations, mypy/pyright type checking",
"id": 1280988427,
"name": "Typing",
"node_id": "MDU6TGFiZWwxMjgwOTg4NDI3",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Typing"
}
] |
closed
| false
| null |
[] |
{
"closed_at": "2020-01-30T12:18:05Z",
"closed_issues": 2207,
"created_at": "2012-09-13T02:13:00Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4",
"events_url": "https://api.github.com/users/wesm/events{/privacy}",
"followers_url": "https://api.github.com/users/wesm/followers",
"following_url": "https://api.github.com/users/wesm/following{/other_user}",
"gists_url": "https://api.github.com/users/wesm/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/wesm",
"id": 329591,
"login": "wesm",
"node_id": "MDQ6VXNlcjMyOTU5MQ==",
"organizations_url": "https://api.github.com/users/wesm/orgs",
"received_events_url": "https://api.github.com/users/wesm/received_events",
"repos_url": "https://api.github.com/users/wesm/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/wesm/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/wesm/subscriptions",
"type": "User",
"url": "https://api.github.com/users/wesm"
},
"description": "on-merge: backport to 1.0.x",
"due_on": "2020-02-01T08:00:00Z",
"html_url": "https://github.com/pandas-dev/pandas/milestone/16",
"id": 174211,
"labels_url": "https://api.github.com/repos/pandas-dev/pandas/milestones/16/labels",
"node_id": "MDk6TWlsZXN0b25lMTc0MjEx",
"number": 16,
"open_issues": 0,
"state": "closed",
"title": "1.0.0",
"updated_at": "2020-01-30T12:18:05Z",
"url": "https://api.github.com/repos/pandas-dev/pandas/milestones/16"
}
| 1
| 2020-01-03T21:01:03Z
| 2020-01-04T08:04:00Z
| 2020-01-03T22:22:34Z
|
MEMBER
| null |
pandas\plotting\_matplotlib\timeseries.py:120: error: "type" has no attribute "_plot"
|
{
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/30662/reactions"
}
|
https://api.github.com/repos/pandas-dev/pandas/issues/30662/timeline
| null | 0
|
{
"diff_url": "https://github.com/pandas-dev/pandas/pull/30662.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/30662",
"merged_at": "2020-01-03T22:22:34Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/30662.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/30662"
}
|
https://api.github.com/repos/pandas-dev/pandas/issues/30663
|
https://api.github.com/repos/pandas-dev/pandas
|
https://api.github.com/repos/pandas-dev/pandas/issues/30663/labels{/name}
|
https://api.github.com/repos/pandas-dev/pandas/issues/30663/comments
|
https://api.github.com/repos/pandas-dev/pandas/issues/30663/events
|
https://github.com/pandas-dev/pandas/pull/30663
| 545,176,318
|
MDExOlB1bGxSZXF1ZXN0MzU5MTMyMzg2
| 30,663
|
MAINT: Change all SO links to use HTTPS
|
{
"avatar_url": "https://avatars.githubusercontent.com/u/9273653?v=4",
"events_url": "https://api.github.com/users/gfyoung/events{/privacy}",
"followers_url": "https://api.github.com/users/gfyoung/followers",
"following_url": "https://api.github.com/users/gfyoung/following{/other_user}",
"gists_url": "https://api.github.com/users/gfyoung/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/gfyoung",
"id": 9273653,
"login": "gfyoung",
"node_id": "MDQ6VXNlcjkyNzM2NTM=",
"organizations_url": "https://api.github.com/users/gfyoung/orgs",
"received_events_url": "https://api.github.com/users/gfyoung/received_events",
"repos_url": "https://api.github.com/users/gfyoung/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/gfyoung/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/gfyoung/subscriptions",
"type": "User",
"url": "https://api.github.com/users/gfyoung"
}
|
[
{
"color": "3465A4",
"default": false,
"description": null,
"id": 134699,
"name": "Docs",
"node_id": "MDU6TGFiZWwxMzQ2OTk=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Docs"
},
{
"color": "207de5",
"default": false,
"description": null,
"id": 211029535,
"name": "Clean",
"node_id": "MDU6TGFiZWwyMTEwMjk1MzU=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Clean"
}
] |
closed
| false
| null |
[] |
{
"closed_at": "2020-01-30T12:18:05Z",
"closed_issues": 2207,
"created_at": "2012-09-13T02:13:00Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4",
"events_url": "https://api.github.com/users/wesm/events{/privacy}",
"followers_url": "https://api.github.com/users/wesm/followers",
"following_url": "https://api.github.com/users/wesm/following{/other_user}",
"gists_url": "https://api.github.com/users/wesm/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/wesm",
"id": 329591,
"login": "wesm",
"node_id": "MDQ6VXNlcjMyOTU5MQ==",
"organizations_url": "https://api.github.com/users/wesm/orgs",
"received_events_url": "https://api.github.com/users/wesm/received_events",
"repos_url": "https://api.github.com/users/wesm/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/wesm/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/wesm/subscriptions",
"type": "User",
"url": "https://api.github.com/users/wesm"
},
"description": "on-merge: backport to 1.0.x",
"due_on": "2020-02-01T08:00:00Z",
"html_url": "https://github.com/pandas-dev/pandas/milestone/16",
"id": 174211,
"labels_url": "https://api.github.com/repos/pandas-dev/pandas/milestones/16/labels",
"node_id": "MDk6TWlsZXN0b25lMTc0MjEx",
"number": 16,
"open_issues": 0,
"state": "closed",
"title": "1.0.0",
"updated_at": "2020-01-30T12:18:05Z",
"url": "https://api.github.com/repos/pandas-dev/pandas/milestones/16"
}
| 0
| 2020-01-03T21:42:31Z
| 2020-01-03T22:37:13Z
| 2020-01-03T22:37:09Z
|
MEMBER
| null |
Title is self-explanatory
|
{
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/30663/reactions"
}
|
https://api.github.com/repos/pandas-dev/pandas/issues/30663/timeline
| null | 0
|
{
"diff_url": "https://github.com/pandas-dev/pandas/pull/30663.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/30663",
"merged_at": "2020-01-03T22:37:09Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/30663.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/30663"
}
|
https://api.github.com/repos/pandas-dev/pandas/issues/30664
|
https://api.github.com/repos/pandas-dev/pandas
|
https://api.github.com/repos/pandas-dev/pandas/issues/30664/labels{/name}
|
https://api.github.com/repos/pandas-dev/pandas/issues/30664/comments
|
https://api.github.com/repos/pandas-dev/pandas/issues/30664/events
|
https://github.com/pandas-dev/pandas/pull/30664
| 545,177,580
|
MDExOlB1bGxSZXF1ZXN0MzU5MTMzMzI5
| 30,664
|
DOC: Update info regarding pydatastream
|
{
"avatar_url": "https://avatars.githubusercontent.com/u/9273653?v=4",
"events_url": "https://api.github.com/users/gfyoung/events{/privacy}",
"followers_url": "https://api.github.com/users/gfyoung/followers",
"following_url": "https://api.github.com/users/gfyoung/following{/other_user}",
"gists_url": "https://api.github.com/users/gfyoung/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/gfyoung",
"id": 9273653,
"login": "gfyoung",
"node_id": "MDQ6VXNlcjkyNzM2NTM=",
"organizations_url": "https://api.github.com/users/gfyoung/orgs",
"received_events_url": "https://api.github.com/users/gfyoung/received_events",
"repos_url": "https://api.github.com/users/gfyoung/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/gfyoung/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/gfyoung/subscriptions",
"type": "User",
"url": "https://api.github.com/users/gfyoung"
}
|
[
{
"color": "3465A4",
"default": false,
"description": null,
"id": 134699,
"name": "Docs",
"node_id": "MDU6TGFiZWwxMzQ2OTk=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Docs"
}
] |
closed
| false
| null |
[] |
{
"closed_at": "2020-01-30T12:18:05Z",
"closed_issues": 2207,
"created_at": "2012-09-13T02:13:00Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4",
"events_url": "https://api.github.com/users/wesm/events{/privacy}",
"followers_url": "https://api.github.com/users/wesm/followers",
"following_url": "https://api.github.com/users/wesm/following{/other_user}",
"gists_url": "https://api.github.com/users/wesm/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/wesm",
"id": 329591,
"login": "wesm",
"node_id": "MDQ6VXNlcjMyOTU5MQ==",
"organizations_url": "https://api.github.com/users/wesm/orgs",
"received_events_url": "https://api.github.com/users/wesm/received_events",
"repos_url": "https://api.github.com/users/wesm/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/wesm/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/wesm/subscriptions",
"type": "User",
"url": "https://api.github.com/users/wesm"
},
"description": "on-merge: backport to 1.0.x",
"due_on": "2020-02-01T08:00:00Z",
"html_url": "https://github.com/pandas-dev/pandas/milestone/16",
"id": 174211,
"labels_url": "https://api.github.com/repos/pandas-dev/pandas/milestones/16/labels",
"node_id": "MDk6TWlsZXN0b25lMTc0MjEx",
"number": 16,
"open_issues": 0,
"state": "closed",
"title": "1.0.0",
"updated_at": "2020-01-30T12:18:05Z",
"url": "https://api.github.com/repos/pandas-dev/pandas/milestones/16"
}
| 0
| 2020-01-03T21:46:32Z
| 2020-01-03T22:46:32Z
| 2020-01-03T22:46:27Z
|
MEMBER
| null |
Title is self-explanatory
|
{
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/30664/reactions"
}
|
https://api.github.com/repos/pandas-dev/pandas/issues/30664/timeline
| null | 0
|
{
"diff_url": "https://github.com/pandas-dev/pandas/pull/30664.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/30664",
"merged_at": "2020-01-03T22:46:27Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/30664.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/30664"
}
|
https://api.github.com/repos/pandas-dev/pandas/issues/30665
|
https://api.github.com/repos/pandas-dev/pandas
|
https://api.github.com/repos/pandas-dev/pandas/issues/30665/labels{/name}
|
https://api.github.com/repos/pandas-dev/pandas/issues/30665/comments
|
https://api.github.com/repos/pandas-dev/pandas/issues/30665/events
|
https://github.com/pandas-dev/pandas/pull/30665
| 545,179,584
|
MDExOlB1bGxSZXF1ZXN0MzU5MTM0Nzc1
| 30,665
|
CI: unpin IPython
|
{
"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": "a2bca7",
"default": false,
"description": "Continuous Integration",
"id": 48070600,
"name": "CI",
"node_id": "MDU6TGFiZWw0ODA3MDYwMA==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/CI"
}
] |
closed
| false
| null |
[] |
{
"closed_at": "2020-01-30T12:18:05Z",
"closed_issues": 2207,
"created_at": "2012-09-13T02:13:00Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4",
"events_url": "https://api.github.com/users/wesm/events{/privacy}",
"followers_url": "https://api.github.com/users/wesm/followers",
"following_url": "https://api.github.com/users/wesm/following{/other_user}",
"gists_url": "https://api.github.com/users/wesm/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/wesm",
"id": 329591,
"login": "wesm",
"node_id": "MDQ6VXNlcjMyOTU5MQ==",
"organizations_url": "https://api.github.com/users/wesm/orgs",
"received_events_url": "https://api.github.com/users/wesm/received_events",
"repos_url": "https://api.github.com/users/wesm/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/wesm/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/wesm/subscriptions",
"type": "User",
"url": "https://api.github.com/users/wesm"
},
"description": "on-merge: backport to 1.0.x",
"due_on": "2020-02-01T08:00:00Z",
"html_url": "https://github.com/pandas-dev/pandas/milestone/16",
"id": 174211,
"labels_url": "https://api.github.com/repos/pandas-dev/pandas/milestones/16/labels",
"node_id": "MDk6TWlsZXN0b25lMTc0MjEx",
"number": 16,
"open_issues": 0,
"state": "closed",
"title": "1.0.0",
"updated_at": "2020-01-30T12:18:05Z",
"url": "https://api.github.com/repos/pandas-dev/pandas/milestones/16"
}
| 4
| 2020-01-03T21:52:39Z
| 2020-01-04T17:38:13Z
| 2020-01-04T17:37:46Z
|
CONTRIBUTOR
| null |
Closes https://github.com/pandas-dev/pandas/issues/30537
|
{
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/30665/reactions"
}
|
https://api.github.com/repos/pandas-dev/pandas/issues/30665/timeline
| null | 0
|
{
"diff_url": "https://github.com/pandas-dev/pandas/pull/30665.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/30665",
"merged_at": "2020-01-04T17:37:46Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/30665.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/30665"
}
|
https://api.github.com/repos/pandas-dev/pandas/issues/30666
|
https://api.github.com/repos/pandas-dev/pandas
|
https://api.github.com/repos/pandas-dev/pandas/issues/30666/labels{/name}
|
https://api.github.com/repos/pandas-dev/pandas/issues/30666/comments
|
https://api.github.com/repos/pandas-dev/pandas/issues/30666/events
|
https://github.com/pandas-dev/pandas/pull/30666
| 545,183,501
|
MDExOlB1bGxSZXF1ZXN0MzU5MTM3NTI2
| 30,666
|
ENH: Implement PeriodIndex.intersection without object-dtype cast
|
{
"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": "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": "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"
},
{
"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"
}
] |
closed
| false
| null |
[] |
{
"closed_at": "2020-01-30T12:18:05Z",
"closed_issues": 2207,
"created_at": "2012-09-13T02:13:00Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4",
"events_url": "https://api.github.com/users/wesm/events{/privacy}",
"followers_url": "https://api.github.com/users/wesm/followers",
"following_url": "https://api.github.com/users/wesm/following{/other_user}",
"gists_url": "https://api.github.com/users/wesm/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/wesm",
"id": 329591,
"login": "wesm",
"node_id": "MDQ6VXNlcjMyOTU5MQ==",
"organizations_url": "https://api.github.com/users/wesm/orgs",
"received_events_url": "https://api.github.com/users/wesm/received_events",
"repos_url": "https://api.github.com/users/wesm/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/wesm/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/wesm/subscriptions",
"type": "User",
"url": "https://api.github.com/users/wesm"
},
"description": "on-merge: backport to 1.0.x",
"due_on": "2020-02-01T08:00:00Z",
"html_url": "https://github.com/pandas-dev/pandas/milestone/16",
"id": 174211,
"labels_url": "https://api.github.com/repos/pandas-dev/pandas/milestones/16/labels",
"node_id": "MDk6TWlsZXN0b25lMTc0MjEx",
"number": 16,
"open_issues": 0,
"state": "closed",
"title": "1.0.0",
"updated_at": "2020-01-30T12:18:05Z",
"url": "https://api.github.com/repos/pandas-dev/pandas/milestones/16"
}
| 2
| 2020-01-03T22:04:07Z
| 2020-01-04T17:40:05Z
| 2020-01-04T17:36:53Z
|
MEMBER
| null |
PeriodIndex._simple_new is not as simple as it should be. In order to get it to have the appropriate signature we need to implement some of the set methods correctly. This is the first of those.
|
{
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/30666/reactions"
}
|
https://api.github.com/repos/pandas-dev/pandas/issues/30666/timeline
| null | 0
|
{
"diff_url": "https://github.com/pandas-dev/pandas/pull/30666.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/30666",
"merged_at": "2020-01-04T17:36:53Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/30666.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/30666"
}
|
https://api.github.com/repos/pandas-dev/pandas/issues/30667
|
https://api.github.com/repos/pandas-dev/pandas
|
https://api.github.com/repos/pandas-dev/pandas/issues/30667/labels{/name}
|
https://api.github.com/repos/pandas-dev/pandas/issues/30667/comments
|
https://api.github.com/repos/pandas-dev/pandas/issues/30667/events
|
https://github.com/pandas-dev/pandas/issues/30667
| 545,187,996
|
MDU6SXNzdWU1NDUxODc5OTY=
| 30,667
|
groupby.apply fails with ValueError: cannot reindex from a duplicate axis
|
{
"avatar_url": "https://avatars.githubusercontent.com/u/16845375?v=4",
"events_url": "https://api.github.com/users/harishmk/events{/privacy}",
"followers_url": "https://api.github.com/users/harishmk/followers",
"following_url": "https://api.github.com/users/harishmk/following{/other_user}",
"gists_url": "https://api.github.com/users/harishmk/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/harishmk",
"id": 16845375,
"login": "harishmk",
"node_id": "MDQ6VXNlcjE2ODQ1Mzc1",
"organizations_url": "https://api.github.com/users/harishmk/orgs",
"received_events_url": "https://api.github.com/users/harishmk/received_events",
"repos_url": "https://api.github.com/users/harishmk/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/harishmk/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/harishmk/subscriptions",
"type": "User",
"url": "https://api.github.com/users/harishmk"
}
|
[
{
"color": "e10c02",
"default": false,
"description": null,
"id": 76811,
"name": "Bug",
"node_id": "MDU6TGFiZWw3NjgxMQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug"
},
{
"color": "729FCF",
"default": false,
"description": null,
"id": 233160,
"name": "Groupby",
"node_id": "MDU6TGFiZWwyMzMxNjA=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Groupby"
}
] |
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-01-03T22:19:43Z
| 2020-01-20T16:28:01Z
| 2020-01-20T16:28:01Z
|
NONE
| null |
#### Code Sample
```python
import pandas as pd
df=pd.DataFrame([['x','p'],['x','p'],['x','q']], columns=['X','Y'], index=[1,2,2])
print(df)
df=df.groupby(['Y']).apply(lambda x: x)
df=pd.DataFrame([['x','p'],['x','p'],['x','o']], columns=['X','Y'], index=[1,2,2])
print(df)
df=df.groupby(['Y']).apply(lambda x: x)
```
#### Problem description
On dataframe:
```
X Y
1 x p
2 x p
2 x q
```
`groupby.apply` on column `Y` works.
but throws duplicate axis exception with:
```
X Y
1 x p
2 x p
2 x o
```
the exception does not happen if the dataframe was sorted on `Y`
```
Traceback (most recent call last):
File "/home/hm106930/.local/share/virtualenvs/ipv-work-62kMEXht/lib/python3.6/site-packages/pandas/core/groupby/groupby.py", line 725, in apply
result = self._python_apply_general(f)
File "/home/hm106930/.local/share/virtualenvs/ipv-work-62kMEXht/lib/python3.6/site-packages/pandas/core/groupby/groupby.py", line 745, in _python_apply_general
keys, values, not_indexed_same=mutated or self.mutated
File "/home/hm106930/.local/share/virtualenvs/ipv-work-62kMEXht/lib/python3.6/site-packages/pandas/core/groupby/generic.py", line 372, in _wrap_applied_output
return self._concat_objects(keys, values, not_indexed_same=not_indexed_same)
File "/home/hm106930/.local/share/virtualenvs/ipv-work-62kMEXht/lib/python3.6/site-packages/pandas/core/groupby/groupby.py", line 955, in _concat_objects
result = result.reindex(ax, axis=self.axis)
File "/home/hm106930/.local/share/virtualenvs/ipv-work-62kMEXht/lib/python3.6/site-packages/pandas/util/_decorators.py", line 221, in wrapper
return func(*args, **kwargs)
File "/home/hm106930/.local/share/virtualenvs/ipv-work-62kMEXht/lib/python3.6/site-packages/pandas/core/frame.py", line 3976, in reindex
return super().reindex(**kwargs)
File "/home/hm106930/.local/share/virtualenvs/ipv-work-62kMEXht/lib/python3.6/site-packages/pandas/core/generic.py", line 4514, in reindex
axes, level, limit, tolerance, method, fill_value, copy
File "/home/hm106930/.local/share/virtualenvs/ipv-work-62kMEXht/lib/python3.6/site-packages/pandas/core/frame.py", line 3864, in _reindex_axes
index, method, copy, level, fill_value, limit, tolerance
File "/home/hm106930/.local/share/virtualenvs/ipv-work-62kMEXht/lib/python3.6/site-packages/pandas/core/frame.py", line 3886, in _reindex_index
allow_dups=False,
File "/home/hm106930/.local/share/virtualenvs/ipv-work-62kMEXht/lib/python3.6/site-packages/pandas/core/generic.py", line 4577, in _reindex_with_indexers
copy=copy,
File "/home/hm106930/.local/share/virtualenvs/ipv-work-62kMEXht/lib/python3.6/site-packages/pandas/core/internals/managers.py", line 1251, in reindex_indexer
self.axes[axis]._can_reindex(indexer)
File "/home/hm106930/.local/share/virtualenvs/ipv-work-62kMEXht/lib/python3.6/site-packages/pandas/core/indexes/base.py", line 3362, in _can_reindex
raise ValueError("cannot reindex from a duplicate axis")
ValueError: cannot reindex from a duplicate axis
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/hm106930/ipv/web/groupby_bug.py", line 16, in <module>
df=df.groupby(['Y']).apply(lambda x: x)
File "/home/hm106930/.local/share/virtualenvs/ipv-work-62kMEXht/lib/python3.6/site-packages/pandas/core/groupby/groupby.py", line 737, in apply
return self._python_apply_general(f)
File "/home/hm106930/.local/share/virtualenvs/ipv-work-62kMEXht/lib/python3.6/site-packages/pandas/core/groupby/groupby.py", line 745, in _python_apply_general
keys, values, not_indexed_same=mutated or self.mutated
File "/home/hm106930/.local/share/virtualenvs/ipv-work-62kMEXht/lib/python3.6/site-packages/pandas/core/groupby/generic.py", line 372, in _wrap_applied_output
return self._concat_objects(keys, values, not_indexed_same=not_indexed_same)
File "/home/hm106930/.local/share/virtualenvs/ipv-work-62kMEXht/lib/python3.6/site-packages/pandas/core/groupby/groupby.py", line 955, in _concat_objects
result = result.reindex(ax, axis=self.axis)
File "/home/hm106930/.local/share/virtualenvs/ipv-work-62kMEXht/lib/python3.6/site-packages/pandas/util/_decorators.py", line 221, in wrapper
return func(*args, **kwargs)
File "/home/hm106930/.local/share/virtualenvs/ipv-work-62kMEXht/lib/python3.6/site-packages/pandas/core/frame.py", line 3976, in reindex
return super().reindex(**kwargs)
File "/home/hm106930/.local/share/virtualenvs/ipv-work-62kMEXht/lib/python3.6/site-packages/pandas/core/generic.py", line 4514, in reindex
axes, level, limit, tolerance, method, fill_value, copy
File "/home/hm106930/.local/share/virtualenvs/ipv-work-62kMEXht/lib/python3.6/site-packages/pandas/core/frame.py", line 3864, in _reindex_axes
index, method, copy, level, fill_value, limit, tolerance
File "/home/hm106930/.local/share/virtualenvs/ipv-work-62kMEXht/lib/python3.6/site-packages/pandas/core/frame.py", line 3886, in _reindex_index
allow_dups=False,
File "/home/hm106930/.local/share/virtualenvs/ipv-work-62kMEXht/lib/python3.6/site-packages/pandas/core/generic.py", line 4577, in _reindex_with_indexers
copy=copy,
File "/home/hm106930/.local/share/virtualenvs/ipv-work-62kMEXht/lib/python3.6/site-packages/pandas/core/internals/managers.py", line 1251, in reindex_indexer
self.axes[axis]._can_reindex(indexer)
File "/home/hm106930/.local/share/virtualenvs/ipv-work-62kMEXht/lib/python3.6/site-packages/pandas/core/indexes/base.py", line 3362, in _can_reindex
raise ValueError("cannot reindex from a duplicate axis")
ValueError: cannot reindex from a duplicate axis
```
#### Expected Output
```
X Y
1 x p
2 x p
2 x o
```
#### Output of ``pd.show_versions()``
<details>
INSTALLED VERSIONS
------------------
commit : None
python : 3.6.3.final.0
python-bits : 64
OS : Linux
OS-release : 3.10.0-957.27.2.el7.x86_64
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.16.4
pytz : 2019.1
dateutil : 2.8.0
pip : 19.3.1
setuptools : 41.0.1
Cython : 0.29.13
pytest : None
hypothesis : None
sphinx : None
blosc : None
feather : None
xlsxwriter : None
lxml.etree : 4.3.3
html5lib : 1.0.1
pymysql : None
psycopg2 : 2.8.3 (dt dec pq3 ext lo64)
jinja2 : 2.10.1
IPython : 7.5.0
pandas_datareader: None
bs4 : 4.8.0
bottleneck : None
fastparquet : None
gcsfs : None
lxml.etree : 4.3.3
matplotlib : 3.1.1
numexpr : None
odfpy : None
openpyxl : None
pandas_gbq : None
pyarrow : 0.13.0
pytables : None
s3fs : None
scipy : None
sqlalchemy : 1.3.7
tables : None
xarray : None
xlrd : 1.2.0
xlwt : None
xlsxwriter : 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/30667/reactions"
}
|
https://api.github.com/repos/pandas-dev/pandas/issues/30667/timeline
| null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/30668
|
https://api.github.com/repos/pandas-dev/pandas
|
https://api.github.com/repos/pandas-dev/pandas/issues/30668/labels{/name}
|
https://api.github.com/repos/pandas-dev/pandas/issues/30668/comments
|
https://api.github.com/repos/pandas-dev/pandas/issues/30668/events
|
https://github.com/pandas-dev/pandas/issues/30668
| 545,209,245
|
MDU6SXNzdWU1NDUyMDkyNDU=
| 30,668
|
Concatenating Single-element dense series with SparseArray Series Raises Error
|
{
"avatar_url": "https://avatars.githubusercontent.com/u/16494654?v=4",
"events_url": "https://api.github.com/users/henighan/events{/privacy}",
"followers_url": "https://api.github.com/users/henighan/followers",
"following_url": "https://api.github.com/users/henighan/following{/other_user}",
"gists_url": "https://api.github.com/users/henighan/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/henighan",
"id": 16494654,
"login": "henighan",
"node_id": "MDQ6VXNlcjE2NDk0NjU0",
"organizations_url": "https://api.github.com/users/henighan/orgs",
"received_events_url": "https://api.github.com/users/henighan/received_events",
"repos_url": "https://api.github.com/users/henighan/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/henighan/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/henighan/subscriptions",
"type": "User",
"url": "https://api.github.com/users/henighan"
}
|
[
{
"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
|
{
"avatar_url": "https://avatars.githubusercontent.com/u/3820751?v=4",
"events_url": "https://api.github.com/users/ricalanis/events{/privacy}",
"followers_url": "https://api.github.com/users/ricalanis/followers",
"following_url": "https://api.github.com/users/ricalanis/following{/other_user}",
"gists_url": "https://api.github.com/users/ricalanis/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/ricalanis",
"id": 3820751,
"login": "ricalanis",
"node_id": "MDQ6VXNlcjM4MjA3NTE=",
"organizations_url": "https://api.github.com/users/ricalanis/orgs",
"received_events_url": "https://api.github.com/users/ricalanis/received_events",
"repos_url": "https://api.github.com/users/ricalanis/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/ricalanis/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/ricalanis/subscriptions",
"type": "User",
"url": "https://api.github.com/users/ricalanis"
}
|
[
{
"avatar_url": "https://avatars.githubusercontent.com/u/3820751?v=4",
"events_url": "https://api.github.com/users/ricalanis/events{/privacy}",
"followers_url": "https://api.github.com/users/ricalanis/followers",
"following_url": "https://api.github.com/users/ricalanis/following{/other_user}",
"gists_url": "https://api.github.com/users/ricalanis/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/ricalanis",
"id": 3820751,
"login": "ricalanis",
"node_id": "MDQ6VXNlcjM4MjA3NTE=",
"organizations_url": "https://api.github.com/users/ricalanis/orgs",
"received_events_url": "https://api.github.com/users/ricalanis/received_events",
"repos_url": "https://api.github.com/users/ricalanis/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/ricalanis/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/ricalanis/subscriptions",
"type": "User",
"url": "https://api.github.com/users/ricalanis"
}
] |
{
"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-01-03T23:49:31Z
| 2020-09-03T09:30:33Z
| 2020-05-25T12:41:13Z
|
NONE
| null |
#### Code Sample, a copy-pastable example if possible
```python
import pandas as pd
import numpy as np
a = pd.Series(pd.SparseArray([1, None]), dtype=np.float)
b = pd.Series([1], dtype=np.float)
pd.concat([a, b])
```
With interpreter output
```python
>>>import pandas as pd
>>>import numpy as np
>>>
>>>
>>> a = pd.Series(pd.SparseArray([1, None]), dtype=np.float)
>>> b = pd.Series([1], dtype=np.float)
>>> pd.concat([a, b], axis=0)
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/Users/henighan/Documents/henighan-pandas/pandas/core/reshape/concat.py", line 246, in concat
return op.get_result()
File "/Users/henighan/Documents/henighan-pandas/pandas/core/reshape/concat.py", line 426, in get_result
[x._data for x in self.objs], self.new_axes
File "/Users/henighan/Documents/henighan-pandas/pandas/core/internals/managers.py", line 1629, in concat
values = concat_compat(values)
File "/Users/henighan/Documents/henighan-pandas/pandas/core/dtypes/concat.py", line 117, in concat_compat
return _concat_sparse(to_concat, axis=axis, typs=typs)
File "/Users/henighan/Documents/henighan-pandas/pandas/core/dtypes/concat.py", line 478, in _concat_sparse
for x in to_concat
File "/Users/henighan/Documents/henighan-pandas/pandas/core/dtypes/concat.py", line 478, in <listcomp>
for x in to_concat
File "/Users/henighan/Documents/henighan-pandas/pandas/core/arrays/sparse/array.py", line 361, in __init__
data, kind=kind, fill_value=fill_value, dtype=dtype
File "/Users/henighan/Documents/henighan-pandas/pandas/core/arrays/sparse/array.py", line 1504, in make_sparse
if arr.ndim > 1:
AttributeError: 'float' object has no attribute 'ndim'
```
#### Problem description
When concatenating a series of a sparse type (eg `Sparse[float64, nan]` above) with a serires of a dense type (eg `float64` above) that has only a single element, the above exception is raised.
I believe this may be the result of the `squeeze` happening here:
https://github.com/henighan/pandas/blob/45d8d77f27cf0dbc8cefe932f8fb64f6982b9527/pandas/core/dtypes/concat.py#L477
If I remove this `squeeze`, it resolves the issue for me (yielding the output below), and all tests still pass on my mac when running `./test_fast.sh`. If this seems right to others, I'd be happy to open a pull request.
#### Expected Output
```python
>>> import pandas as pd
>>> import numpy as np
>>>
>>>
>>> a = pd.Series(pd.SparseArray([1, None]), dtype=np.float)
>>> b = pd.Series([1], dtype=np.float)
>>> pd.concat([a, b])
0 1.0
1 NaN
0 1.0
dtype: Sparse[float64, nan]
```
#### Output of ``pd.show_versions()``
<details>
[paste the output of ``pd.show_versions()`` here below this line]
>>> pd.show_versions()
/Users/henighan/Documents/henighan-pandas/pandas/core/index.py:29: FutureWarning: pandas.core.index is deprecated and will be removed in a future version. The public classes are available in the top-level namespace.
FutureWarning,
INSTALLED VERSIONS
------------------
commit : 45d8d77f27cf0dbc8cefe932f8fb64f6982b9527
python : 3.7.6.final.0
python-bits : 64
OS : Darwin
OS-release : 18.7.0
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+1586.g45d8d77f2
numpy : 1.17.3
pytz : 2019.3
dateutil : 2.8.1
pip : 19.3.1
setuptools : 44.0.0.post20200102
Cython : 0.29.14
pytest : 5.3.2
hypothesis : 5.1.0
sphinx : 2.3.1
blosc : None
feather : None
xlsxwriter : 1.2.7
lxml.etree : 4.4.2
html5lib : 1.0.1
pymysql : None
psycopg2 : None
jinja2 : 2.10.3
IPython : 7.10.1
pandas_datareader: None
bs4 : 4.8.2
bottleneck : 1.3.1
fastparquet : 0.3.2
gcsfs : None
lxml.etree : 4.4.2
matplotlib : 3.1.2
numexpr : 2.7.0
odfpy : None
openpyxl : 3.0.1
pandas_gbq : None
pyarrow : 0.15.1
pytables : None
pytest : 5.3.2
s3fs : 0.4.0
scipy : 1.4.1
sqlalchemy : 1.3.12
tables : 3.6.1
tabulate : 0.8.6
xarray : 0.14.1
xlrd : 1.2.0
xlwt : 1.3.0
xlsxwriter : 1.2.7
numba : 0.46.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/30668/reactions"
}
|
https://api.github.com/repos/pandas-dev/pandas/issues/30668/timeline
| null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/30669
|
https://api.github.com/repos/pandas-dev/pandas
|
https://api.github.com/repos/pandas-dev/pandas/issues/30669/labels{/name}
|
https://api.github.com/repos/pandas-dev/pandas/issues/30669/comments
|
https://api.github.com/repos/pandas-dev/pandas/issues/30669/events
|
https://github.com/pandas-dev/pandas/pull/30669
| 545,211,338
|
MDExOlB1bGxSZXF1ZXN0MzU5MTYwMTE1
| 30,669
|
MAINT: Change all pandas links to use HTTPS
|
{
"avatar_url": "https://avatars.githubusercontent.com/u/9273653?v=4",
"events_url": "https://api.github.com/users/gfyoung/events{/privacy}",
"followers_url": "https://api.github.com/users/gfyoung/followers",
"following_url": "https://api.github.com/users/gfyoung/following{/other_user}",
"gists_url": "https://api.github.com/users/gfyoung/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/gfyoung",
"id": 9273653,
"login": "gfyoung",
"node_id": "MDQ6VXNlcjkyNzM2NTM=",
"organizations_url": "https://api.github.com/users/gfyoung/orgs",
"received_events_url": "https://api.github.com/users/gfyoung/received_events",
"repos_url": "https://api.github.com/users/gfyoung/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/gfyoung/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/gfyoung/subscriptions",
"type": "User",
"url": "https://api.github.com/users/gfyoung"
}
|
[
{
"color": "3465A4",
"default": false,
"description": null,
"id": 134699,
"name": "Docs",
"node_id": "MDU6TGFiZWwxMzQ2OTk=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Docs"
},
{
"color": "207de5",
"default": false,
"description": null,
"id": 211029535,
"name": "Clean",
"node_id": "MDU6TGFiZWwyMTEwMjk1MzU=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Clean"
}
] |
closed
| false
| null |
[] |
{
"closed_at": "2020-01-30T12:18:05Z",
"closed_issues": 2207,
"created_at": "2012-09-13T02:13:00Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4",
"events_url": "https://api.github.com/users/wesm/events{/privacy}",
"followers_url": "https://api.github.com/users/wesm/followers",
"following_url": "https://api.github.com/users/wesm/following{/other_user}",
"gists_url": "https://api.github.com/users/wesm/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/wesm",
"id": 329591,
"login": "wesm",
"node_id": "MDQ6VXNlcjMyOTU5MQ==",
"organizations_url": "https://api.github.com/users/wesm/orgs",
"received_events_url": "https://api.github.com/users/wesm/received_events",
"repos_url": "https://api.github.com/users/wesm/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/wesm/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/wesm/subscriptions",
"type": "User",
"url": "https://api.github.com/users/wesm"
},
"description": "on-merge: backport to 1.0.x",
"due_on": "2020-02-01T08:00:00Z",
"html_url": "https://github.com/pandas-dev/pandas/milestone/16",
"id": 174211,
"labels_url": "https://api.github.com/repos/pandas-dev/pandas/milestones/16/labels",
"node_id": "MDk6TWlsZXN0b25lMTc0MjEx",
"number": 16,
"open_issues": 0,
"state": "closed",
"title": "1.0.0",
"updated_at": "2020-01-30T12:18:05Z",
"url": "https://api.github.com/repos/pandas-dev/pandas/milestones/16"
}
| 1
| 2020-01-04T00:00:29Z
| 2020-01-04T01:58:27Z
| 2020-01-04T01:58:24Z
|
MEMBER
| null |
Also update the link to pandas' `whatsnew` page
|
{
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/30669/reactions"
}
|
https://api.github.com/repos/pandas-dev/pandas/issues/30669/timeline
| null | 0
|
{
"diff_url": "https://github.com/pandas-dev/pandas/pull/30669.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/30669",
"merged_at": "2020-01-04T01:58:24Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/30669.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/30669"
}
|
https://api.github.com/repos/pandas-dev/pandas/issues/30670
|
https://api.github.com/repos/pandas-dev/pandas
|
https://api.github.com/repos/pandas-dev/pandas/issues/30670/labels{/name}
|
https://api.github.com/repos/pandas-dev/pandas/issues/30670/comments
|
https://api.github.com/repos/pandas-dev/pandas/issues/30670/events
|
https://github.com/pandas-dev/pandas/pull/30670
| 545,214,673
|
MDExOlB1bGxSZXF1ZXN0MzU5MTYyODY4
| 30,670
|
Fix errors='ignore' being ignored in astype #30324
|
{
"avatar_url": "https://avatars.githubusercontent.com/u/20734203?v=4",
"events_url": "https://api.github.com/users/naomi172839/events{/privacy}",
"followers_url": "https://api.github.com/users/naomi172839/followers",
"following_url": "https://api.github.com/users/naomi172839/following{/other_user}",
"gists_url": "https://api.github.com/users/naomi172839/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/naomi172839",
"id": 20734203,
"login": "naomi172839",
"node_id": "MDQ6VXNlcjIwNzM0MjAz",
"organizations_url": "https://api.github.com/users/naomi172839/orgs",
"received_events_url": "https://api.github.com/users/naomi172839/received_events",
"repos_url": "https://api.github.com/users/naomi172839/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/naomi172839/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/naomi172839/subscriptions",
"type": "User",
"url": "https://api.github.com/users/naomi172839"
}
|
[
{
"color": "ffa0ff",
"default": false,
"description": "Incorrect or improved errors from pandas",
"id": 42670965,
"name": "Error Reporting",
"node_id": "MDU6TGFiZWw0MjY3MDk2NQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Error%20Reporting"
}
] |
closed
| false
| null |
[] | null | 38
| 2020-01-04T00:19:24Z
| 2020-05-08T16:01:38Z
| 2020-05-08T16:01:37Z
|
CONTRIBUTOR
| null |
- [x] closes #30324
- [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/30670/reactions"
}
|
https://api.github.com/repos/pandas-dev/pandas/issues/30670/timeline
| null | 0
|
{
"diff_url": "https://github.com/pandas-dev/pandas/pull/30670.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/30670",
"merged_at": null,
"patch_url": "https://github.com/pandas-dev/pandas/pull/30670.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/30670"
}
|
https://api.github.com/repos/pandas-dev/pandas/issues/30671
|
https://api.github.com/repos/pandas-dev/pandas
|
https://api.github.com/repos/pandas-dev/pandas/issues/30671/labels{/name}
|
https://api.github.com/repos/pandas-dev/pandas/issues/30671/comments
|
https://api.github.com/repos/pandas-dev/pandas/issues/30671/events
|
https://github.com/pandas-dev/pandas/pull/30671
| 545,223,606
|
MDExOlB1bGxSZXF1ZXN0MzU5MTY5OTE2
| 30,671
|
JSON Code Cleanup
|
{
"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": "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"
},
{
"color": "207de5",
"default": false,
"description": null,
"id": 211029535,
"name": "Clean",
"node_id": "MDU6TGFiZWwyMTEwMjk1MzU=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Clean"
}
] |
closed
| false
| null |
[] |
{
"closed_at": "2020-01-30T12:18:05Z",
"closed_issues": 2207,
"created_at": "2012-09-13T02:13:00Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4",
"events_url": "https://api.github.com/users/wesm/events{/privacy}",
"followers_url": "https://api.github.com/users/wesm/followers",
"following_url": "https://api.github.com/users/wesm/following{/other_user}",
"gists_url": "https://api.github.com/users/wesm/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/wesm",
"id": 329591,
"login": "wesm",
"node_id": "MDQ6VXNlcjMyOTU5MQ==",
"organizations_url": "https://api.github.com/users/wesm/orgs",
"received_events_url": "https://api.github.com/users/wesm/received_events",
"repos_url": "https://api.github.com/users/wesm/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/wesm/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/wesm/subscriptions",
"type": "User",
"url": "https://api.github.com/users/wesm"
},
"description": "on-merge: backport to 1.0.x",
"due_on": "2020-02-01T08:00:00Z",
"html_url": "https://github.com/pandas-dev/pandas/milestone/16",
"id": 174211,
"labels_url": "https://api.github.com/repos/pandas-dev/pandas/milestones/16/labels",
"node_id": "MDk6TWlsZXN0b25lMTc0MjEx",
"number": 16,
"open_issues": 0,
"state": "closed",
"title": "1.0.0",
"updated_at": "2020-01-30T12:18:05Z",
"url": "https://api.github.com/repos/pandas-dev/pandas/milestones/16"
}
| 1
| 2020-01-04T01:20:31Z
| 2020-01-04T17:31:25Z
| 2020-01-04T17:31:21Z
|
MEMBER
| null |
{
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/30671/reactions"
}
|
https://api.github.com/repos/pandas-dev/pandas/issues/30671/timeline
| null | 0
|
{
"diff_url": "https://github.com/pandas-dev/pandas/pull/30671.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/30671",
"merged_at": "2020-01-04T17:31:21Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/30671.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/30671"
}
|
|
https://api.github.com/repos/pandas-dev/pandas/issues/30672
|
https://api.github.com/repos/pandas-dev/pandas
|
https://api.github.com/repos/pandas-dev/pandas/issues/30672/labels{/name}
|
https://api.github.com/repos/pandas-dev/pandas/issues/30672/comments
|
https://api.github.com/repos/pandas-dev/pandas/issues/30672/events
|
https://github.com/pandas-dev/pandas/pull/30672
| 545,233,187
|
MDExOlB1bGxSZXF1ZXN0MzU5MTc3MTk1
| 30,672
|
CLN: Simplify rolling.py helper functions
|
{
"avatar_url": "https://avatars.githubusercontent.com/u/10647082?v=4",
"events_url": "https://api.github.com/users/mroeschke/events{/privacy}",
"followers_url": "https://api.github.com/users/mroeschke/followers",
"following_url": "https://api.github.com/users/mroeschke/following{/other_user}",
"gists_url": "https://api.github.com/users/mroeschke/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/mroeschke",
"id": 10647082,
"login": "mroeschke",
"node_id": "MDQ6VXNlcjEwNjQ3MDgy",
"organizations_url": "https://api.github.com/users/mroeschke/orgs",
"received_events_url": "https://api.github.com/users/mroeschke/received_events",
"repos_url": "https://api.github.com/users/mroeschke/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/mroeschke/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/mroeschke/subscriptions",
"type": "User",
"url": "https://api.github.com/users/mroeschke"
}
|
[
{
"color": "207de5",
"default": false,
"description": null,
"id": 211029535,
"name": "Clean",
"node_id": "MDU6TGFiZWwyMTEwMjk1MzU=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Clean"
},
{
"color": "d4c5f9",
"default": false,
"description": "rolling, ewma, expanding",
"id": 1045950827,
"name": "Window",
"node_id": "MDU6TGFiZWwxMDQ1OTUwODI3",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Window"
}
] |
closed
| false
| null |
[] |
{
"closed_at": "2020-01-30T12:18:05Z",
"closed_issues": 2207,
"created_at": "2012-09-13T02:13:00Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4",
"events_url": "https://api.github.com/users/wesm/events{/privacy}",
"followers_url": "https://api.github.com/users/wesm/followers",
"following_url": "https://api.github.com/users/wesm/following{/other_user}",
"gists_url": "https://api.github.com/users/wesm/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/wesm",
"id": 329591,
"login": "wesm",
"node_id": "MDQ6VXNlcjMyOTU5MQ==",
"organizations_url": "https://api.github.com/users/wesm/orgs",
"received_events_url": "https://api.github.com/users/wesm/received_events",
"repos_url": "https://api.github.com/users/wesm/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/wesm/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/wesm/subscriptions",
"type": "User",
"url": "https://api.github.com/users/wesm"
},
"description": "on-merge: backport to 1.0.x",
"due_on": "2020-02-01T08:00:00Z",
"html_url": "https://github.com/pandas-dev/pandas/milestone/16",
"id": 174211,
"labels_url": "https://api.github.com/repos/pandas-dev/pandas/milestones/16/labels",
"node_id": "MDk6TWlsZXN0b25lMTc0MjEx",
"number": 16,
"open_issues": 0,
"state": "closed",
"title": "1.0.0",
"updated_at": "2020-01-30T12:18:05Z",
"url": "https://api.github.com/repos/pandas-dev/pandas/milestones/16"
}
| 2
| 2020-01-04T03:06:08Z
| 2020-04-21T16:29:50Z
| 2020-01-05T20:52:35Z
|
MEMBER
| null |
- [x] tests added / passed
- [x] passes `black pandas`
- [x] passes `git diff upstream/master -u -- "*.py" | flake8 --diff`
Cleans helper functions in `rolling.py` and remove dead code paths.
|
{
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/30672/reactions"
}
|
https://api.github.com/repos/pandas-dev/pandas/issues/30672/timeline
| null | 0
|
{
"diff_url": "https://github.com/pandas-dev/pandas/pull/30672.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/30672",
"merged_at": "2020-01-05T20:52:35Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/30672.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/30672"
}
|
https://api.github.com/repos/pandas-dev/pandas/issues/30673
|
https://api.github.com/repos/pandas-dev/pandas
|
https://api.github.com/repos/pandas-dev/pandas/issues/30673/labels{/name}
|
https://api.github.com/repos/pandas-dev/pandas/issues/30673/comments
|
https://api.github.com/repos/pandas-dev/pandas/issues/30673/events
|
https://github.com/pandas-dev/pandas/pull/30673
| 545,233,917
|
MDExOlB1bGxSZXF1ZXN0MzU5MTc3NzU4
| 30,673
|
REF: EA value_counts -> _value_counts
|
{
"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": "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"
}
| 20
| 2020-01-04T03:15:35Z
| 2020-09-21T18:21:36Z
| 2020-01-18T03:24:36Z
|
MEMBER
| null |
Instead of returning a Series, return a tuple with the index and values to be passed to Series.
Where possible I've changed the methods to use `_values_for_factorized` in the hopes of converging on a base class implementation. This is proving elusive, suggestions welcome. cc @TomAugspurger @jorisvandenbossche
xref #22843, #23074.
|
{
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/30673/reactions"
}
|
https://api.github.com/repos/pandas-dev/pandas/issues/30673/timeline
| null | 0
|
{
"diff_url": "https://github.com/pandas-dev/pandas/pull/30673.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/30673",
"merged_at": null,
"patch_url": "https://github.com/pandas-dev/pandas/pull/30673.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/30673"
}
|
https://api.github.com/repos/pandas-dev/pandas/issues/30674
|
https://api.github.com/repos/pandas-dev/pandas
|
https://api.github.com/repos/pandas-dev/pandas/issues/30674/labels{/name}
|
https://api.github.com/repos/pandas-dev/pandas/issues/30674/comments
|
https://api.github.com/repos/pandas-dev/pandas/issues/30674/events
|
https://github.com/pandas-dev/pandas/pull/30674
| 545,243,659
|
MDExOlB1bGxSZXF1ZXN0MzU5MTg0NjY3
| 30,674
|
TST: Add more tests for fixed issues
|
{
"avatar_url": "https://avatars.githubusercontent.com/u/10647082?v=4",
"events_url": "https://api.github.com/users/mroeschke/events{/privacy}",
"followers_url": "https://api.github.com/users/mroeschke/followers",
"following_url": "https://api.github.com/users/mroeschke/following{/other_user}",
"gists_url": "https://api.github.com/users/mroeschke/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/mroeschke",
"id": 10647082,
"login": "mroeschke",
"node_id": "MDQ6VXNlcjEwNjQ3MDgy",
"organizations_url": "https://api.github.com/users/mroeschke/orgs",
"received_events_url": "https://api.github.com/users/mroeschke/received_events",
"repos_url": "https://api.github.com/users/mroeschke/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/mroeschke/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/mroeschke/subscriptions",
"type": "User",
"url": "https://api.github.com/users/mroeschke"
}
|
[
{
"color": "C4A000",
"default": false,
"description": "pandas testing functions or related to the test suite",
"id": 127685,
"name": "Testing",
"node_id": "MDU6TGFiZWwxMjc2ODU=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Testing"
}
] |
closed
| false
| null |
[] |
{
"closed_at": "2020-01-30T12:18:05Z",
"closed_issues": 2207,
"created_at": "2012-09-13T02:13:00Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4",
"events_url": "https://api.github.com/users/wesm/events{/privacy}",
"followers_url": "https://api.github.com/users/wesm/followers",
"following_url": "https://api.github.com/users/wesm/following{/other_user}",
"gists_url": "https://api.github.com/users/wesm/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/wesm",
"id": 329591,
"login": "wesm",
"node_id": "MDQ6VXNlcjMyOTU5MQ==",
"organizations_url": "https://api.github.com/users/wesm/orgs",
"received_events_url": "https://api.github.com/users/wesm/received_events",
"repos_url": "https://api.github.com/users/wesm/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/wesm/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/wesm/subscriptions",
"type": "User",
"url": "https://api.github.com/users/wesm"
},
"description": "on-merge: backport to 1.0.x",
"due_on": "2020-02-01T08:00:00Z",
"html_url": "https://github.com/pandas-dev/pandas/milestone/16",
"id": 174211,
"labels_url": "https://api.github.com/repos/pandas-dev/pandas/milestones/16/labels",
"node_id": "MDk6TWlsZXN0b25lMTc0MjEx",
"number": 16,
"open_issues": 0,
"state": "closed",
"title": "1.0.0",
"updated_at": "2020-01-30T12:18:05Z",
"url": "https://api.github.com/repos/pandas-dev/pandas/milestones/16"
}
| 1
| 2020-01-04T05:23:03Z
| 2020-01-04T19:01:04Z
| 2020-01-04T17:25:15Z
|
MEMBER
| null |
- [x] closes #11244
- [x] closes #11020
- [x] closes #12754
- [x] closes #12261
- [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/30674/reactions"
}
|
https://api.github.com/repos/pandas-dev/pandas/issues/30674/timeline
| null | 0
|
{
"diff_url": "https://github.com/pandas-dev/pandas/pull/30674.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/30674",
"merged_at": "2020-01-04T17:25:15Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/30674.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/30674"
}
|
https://api.github.com/repos/pandas-dev/pandas/issues/30675
|
https://api.github.com/repos/pandas-dev/pandas
|
https://api.github.com/repos/pandas-dev/pandas/issues/30675/labels{/name}
|
https://api.github.com/repos/pandas-dev/pandas/issues/30675/comments
|
https://api.github.com/repos/pandas-dev/pandas/issues/30675/events
|
https://github.com/pandas-dev/pandas/pull/30675
| 545,246,458
|
MDExOlB1bGxSZXF1ZXN0MzU5MTg2NjE5
| 30,675
|
BUG: bug in date_range with custom business hours and given periods
|
{
"avatar_url": "https://avatars.githubusercontent.com/u/5236149?v=4",
"events_url": "https://api.github.com/users/fujiaxiang/events{/privacy}",
"followers_url": "https://api.github.com/users/fujiaxiang/followers",
"following_url": "https://api.github.com/users/fujiaxiang/following{/other_user}",
"gists_url": "https://api.github.com/users/fujiaxiang/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/fujiaxiang",
"id": 5236149,
"login": "fujiaxiang",
"node_id": "MDQ6VXNlcjUyMzYxNDk=",
"organizations_url": "https://api.github.com/users/fujiaxiang/orgs",
"received_events_url": "https://api.github.com/users/fujiaxiang/received_events",
"repos_url": "https://api.github.com/users/fujiaxiang/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/fujiaxiang/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/fujiaxiang/subscriptions",
"type": "User",
"url": "https://api.github.com/users/fujiaxiang"
}
|
[
{
"color": "e10c02",
"default": false,
"description": null,
"id": 76811,
"name": "Bug",
"node_id": "MDU6TGFiZWw3NjgxMQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug"
},
{
"color": "5319e7",
"default": false,
"description": "Timedelta data type",
"id": 49597148,
"name": "Timedelta",
"node_id": "MDU6TGFiZWw0OTU5NzE0OA==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Timedelta"
}
] |
closed
| false
| null |
[] |
{
"closed_at": "2020-01-30T12:18:05Z",
"closed_issues": 2207,
"created_at": "2012-09-13T02:13:00Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4",
"events_url": "https://api.github.com/users/wesm/events{/privacy}",
"followers_url": "https://api.github.com/users/wesm/followers",
"following_url": "https://api.github.com/users/wesm/following{/other_user}",
"gists_url": "https://api.github.com/users/wesm/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/wesm",
"id": 329591,
"login": "wesm",
"node_id": "MDQ6VXNlcjMyOTU5MQ==",
"organizations_url": "https://api.github.com/users/wesm/orgs",
"received_events_url": "https://api.github.com/users/wesm/received_events",
"repos_url": "https://api.github.com/users/wesm/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/wesm/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/wesm/subscriptions",
"type": "User",
"url": "https://api.github.com/users/wesm"
},
"description": "on-merge: backport to 1.0.x",
"due_on": "2020-02-01T08:00:00Z",
"html_url": "https://github.com/pandas-dev/pandas/milestone/16",
"id": 174211,
"labels_url": "https://api.github.com/repos/pandas-dev/pandas/milestones/16/labels",
"node_id": "MDk6TWlsZXN0b25lMTc0MjEx",
"number": 16,
"open_issues": 0,
"state": "closed",
"title": "1.0.0",
"updated_at": "2020-01-30T12:18:05Z",
"url": "https://api.github.com/repos/pandas-dev/pandas/milestones/16"
}
| 1
| 2020-01-04T06:01:07Z
| 2020-01-06T02:00:11Z
| 2020-01-05T21:39:10Z
|
MEMBER
| null |
- [x] closes #30593
- [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/30675/reactions"
}
|
https://api.github.com/repos/pandas-dev/pandas/issues/30675/timeline
| null | 0
|
{
"diff_url": "https://github.com/pandas-dev/pandas/pull/30675.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/30675",
"merged_at": "2020-01-05T21:39:10Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/30675.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/30675"
}
|
https://api.github.com/repos/pandas-dev/pandas/issues/30676
|
https://api.github.com/repos/pandas-dev/pandas
|
https://api.github.com/repos/pandas-dev/pandas/issues/30676/labels{/name}
|
https://api.github.com/repos/pandas-dev/pandas/issues/30676/comments
|
https://api.github.com/repos/pandas-dev/pandas/issues/30676/events
|
https://github.com/pandas-dev/pandas/pull/30676
| 545,252,700
|
MDExOlB1bGxSZXF1ZXN0MzU5MTkwOTk0
| 30,676
|
PERF: add shortcut to Timestamp constructor
|
{
"avatar_url": "https://avatars.githubusercontent.com/u/23253999?v=4",
"events_url": "https://api.github.com/users/AlexKirko/events{/privacy}",
"followers_url": "https://api.github.com/users/AlexKirko/followers",
"following_url": "https://api.github.com/users/AlexKirko/following{/other_user}",
"gists_url": "https://api.github.com/users/AlexKirko/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/AlexKirko",
"id": 23253999,
"login": "AlexKirko",
"node_id": "MDQ6VXNlcjIzMjUzOTk5",
"organizations_url": "https://api.github.com/users/AlexKirko/orgs",
"received_events_url": "https://api.github.com/users/AlexKirko/received_events",
"repos_url": "https://api.github.com/users/AlexKirko/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/AlexKirko/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/AlexKirko/subscriptions",
"type": "User",
"url": "https://api.github.com/users/AlexKirko"
}
|
[
{
"color": "a10c02",
"default": false,
"description": "Memory or execution speed performance",
"id": 8935311,
"name": "Performance",
"node_id": "MDU6TGFiZWw4OTM1MzEx",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Performance"
}
] |
closed
| false
| null |
[] |
{
"closed_at": "2020-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-01-04T07:19:38Z
| 2020-01-27T06:55:10Z
| 2020-01-26T01:03:37Z
|
MEMBER
| null |
- [X] closes #30543
- [X] tests added 1 / passed 1
- [X] passes `black pandas`
- [X] passes `git diff upstream/master -u -- "*.py" | flake8 --diff`
- [X] whatsnew entry
This implements a shortcut in the Timestamp constructor to cut down on processing if Timestamp is passed. We still need to check if the timezone was passed correctly. Then, if a Timestamp was passed, and there is no timezone, we just return that same Timestamp.
A test is added to check that the Timestamp is still the same object.
PR for timedelta to be added once I confirm that this is the approach we want to go with.
|
{
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/30676/reactions"
}
|
https://api.github.com/repos/pandas-dev/pandas/issues/30676/timeline
| null | 0
|
{
"diff_url": "https://github.com/pandas-dev/pandas/pull/30676.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/30676",
"merged_at": "2020-01-26T01:03:37Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/30676.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/30676"
}
|
https://api.github.com/repos/pandas-dev/pandas/issues/30677
|
https://api.github.com/repos/pandas-dev/pandas
|
https://api.github.com/repos/pandas-dev/pandas/issues/30677/labels{/name}
|
https://api.github.com/repos/pandas-dev/pandas/issues/30677/comments
|
https://api.github.com/repos/pandas-dev/pandas/issues/30677/events
|
https://github.com/pandas-dev/pandas/issues/30677
| 545,257,196
|
MDU6SXNzdWU1NDUyNTcxOTY=
| 30,677
|
BUG: Index.isin inconsistency with missing value
|
{
"avatar_url": "https://avatars.githubusercontent.com/u/34047134?v=4",
"events_url": "https://api.github.com/users/proost/events{/privacy}",
"followers_url": "https://api.github.com/users/proost/followers",
"following_url": "https://api.github.com/users/proost/following{/other_user}",
"gists_url": "https://api.github.com/users/proost/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/proost",
"id": 34047134,
"login": "proost",
"node_id": "MDQ6VXNlcjM0MDQ3MTM0",
"organizations_url": "https://api.github.com/users/proost/orgs",
"received_events_url": "https://api.github.com/users/proost/received_events",
"repos_url": "https://api.github.com/users/proost/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/proost/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/proost/subscriptions",
"type": "User",
"url": "https://api.github.com/users/proost"
}
|
[] |
closed
| false
| null |
[] | null | 2
| 2020-01-04T08:14:14Z
| 2020-09-05T15:26:48Z
| 2020-09-05T15:26:48Z
|
CONTRIBUTOR
| null |
DataFrame case,
```python
In [15]: df = pd.DataFrame({'num_legs': [None, 4], 'num_wings': [np.nan, 0]},ind
...: ex=['falcon', 'dog'])
In [16]: df.isin([np.nan, None])
Out[16]:
num_legs num_wings
falcon True True
dog False False
In [17]: df.isin([None, None])
Out[17]:
num_legs num_wings
falcon True True
dog False False
In [18]: df.isin([np.nan, np.nan])
Out[18]:
num_legs num_wings
falcon True True
dog False False
```
But Index case,
```
In [20]: idx = Index([np.nan,'a','b', None])
In [21]: idx.isin([None])
Out[21]: array([False, False, False, True])
In [22]: idx.isin([np.nan])
Out[22]: array([ True, False, False, False])
```
#### Problem description
'.isin' handle NA values differently depending on object types. 'np.nan' and 'None' both are NA value. so, 'Index.isin' do not distinguish 'np.nan' and 'None' like 'DataFrame' case.
#### Expected Output
```
In [20]: idx = Index([np.nan,'a','b', None])
In [21]: idx.isin([None])
Out[21]: array([True, False, False, True])
In [22]: idx.isin([np.nan])
Out[22]: array([ True, False, False, True])
```
#### Output of ``pd.show_versions()``
<details>
INSTALLED VERSIONS
------------------
commit : None
python : 3.7.4.final.0
python-bits : 64
OS : Linux
OS-release : 5.0.0-37-generic
machine : x86_64
processor : x86_64
byteorder : little
LC_ALL : None
LANG : ko_KR.UTF-8
LOCALE : ko_KR.UTF-8
pandas : 0.25.1
numpy : 1.17.2
pytz : 2019.3
dateutil : 2.8.0
pip : 19.2.3
setuptools : 41.4.0
Cython : 0.29.13
pytest : 5.2.1
hypothesis : None
sphinx : 2.2.0
blosc : None
feather : None
xlsxwriter : 1.2.1
lxml.etree : 4.4.1
html5lib : 1.0.1
pymysql : None
psycopg2 : None
jinja2 : 2.10.3
IPython : 7.8.0
pandas_datareader: None
bs4 : 4.8.0
bottleneck : 1.2.1
fastparquet : None
gcsfs : None
lxml.etree : 4.4.1
matplotlib : 3.1.1
numexpr : 2.7.0
odfpy : None
openpyxl : 3.0.0
pandas_gbq : None
pyarrow : None
pytables : None
s3fs : None
scipy : 1.3.1
sqlalchemy : 1.3.9
tables : 3.5.2
xarray : None
xlrd : 1.2.0
xlwt : 1.3.0
xlsxwriter : 1.2.1
</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/30677/reactions"
}
|
https://api.github.com/repos/pandas-dev/pandas/issues/30677/timeline
| null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/30678
|
https://api.github.com/repos/pandas-dev/pandas
|
https://api.github.com/repos/pandas-dev/pandas/issues/30678/labels{/name}
|
https://api.github.com/repos/pandas-dev/pandas/issues/30678/comments
|
https://api.github.com/repos/pandas-dev/pandas/issues/30678/events
|
https://github.com/pandas-dev/pandas/pull/30678
| 545,267,988
|
MDExOlB1bGxSZXF1ZXN0MzU5MjAxOTcz
| 30,678
|
TYP: simplify NDFrame.(iloc|loc|iat|at)
|
{
"avatar_url": "https://avatars.githubusercontent.com/u/26364415?v=4",
"events_url": "https://api.github.com/users/topper-123/events{/privacy}",
"followers_url": "https://api.github.com/users/topper-123/followers",
"following_url": "https://api.github.com/users/topper-123/following{/other_user}",
"gists_url": "https://api.github.com/users/topper-123/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/topper-123",
"id": 26364415,
"login": "topper-123",
"node_id": "MDQ6VXNlcjI2MzY0NDE1",
"organizations_url": "https://api.github.com/users/topper-123/orgs",
"received_events_url": "https://api.github.com/users/topper-123/received_events",
"repos_url": "https://api.github.com/users/topper-123/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/topper-123/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/topper-123/subscriptions",
"type": "User",
"url": "https://api.github.com/users/topper-123"
}
|
[] |
closed
| false
| null |
[] | null | 0
| 2020-01-04T10:18:09Z
| 2020-01-04T11:09:53Z
| 2020-01-04T11:09:53Z
|
CONTRIBUTOR
| null |
The signature of .iloc/.loc/.iat/.at is very complex and mypy (and maybe many humans too:-)) can't work through it to see their types. This simplifies them and allows mypy to see their types.
|
{
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/30678/reactions"
}
|
https://api.github.com/repos/pandas-dev/pandas/issues/30678/timeline
| null | 0
|
{
"diff_url": "https://github.com/pandas-dev/pandas/pull/30678.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/30678",
"merged_at": null,
"patch_url": "https://github.com/pandas-dev/pandas/pull/30678.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/30678"
}
|
https://api.github.com/repos/pandas-dev/pandas/issues/30679
|
https://api.github.com/repos/pandas-dev/pandas
|
https://api.github.com/repos/pandas-dev/pandas/issues/30679/labels{/name}
|
https://api.github.com/repos/pandas-dev/pandas/issues/30679/comments
|
https://api.github.com/repos/pandas-dev/pandas/issues/30679/events
|
https://github.com/pandas-dev/pandas/pull/30679
| 545,296,534
|
MDExOlB1bGxSZXF1ZXN0MzU5MjIxODY3
| 30,679
|
BUG: groupby apply raises ValueError when groupby axis has duplicates and applied identity function
|
{
"avatar_url": "https://avatars.githubusercontent.com/u/5236149?v=4",
"events_url": "https://api.github.com/users/fujiaxiang/events{/privacy}",
"followers_url": "https://api.github.com/users/fujiaxiang/followers",
"following_url": "https://api.github.com/users/fujiaxiang/following{/other_user}",
"gists_url": "https://api.github.com/users/fujiaxiang/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/fujiaxiang",
"id": 5236149,
"login": "fujiaxiang",
"node_id": "MDQ6VXNlcjUyMzYxNDk=",
"organizations_url": "https://api.github.com/users/fujiaxiang/orgs",
"received_events_url": "https://api.github.com/users/fujiaxiang/received_events",
"repos_url": "https://api.github.com/users/fujiaxiang/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/fujiaxiang/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/fujiaxiang/subscriptions",
"type": "User",
"url": "https://api.github.com/users/fujiaxiang"
}
|
[
{
"color": "e10c02",
"default": false,
"description": null,
"id": 76811,
"name": "Bug",
"node_id": "MDU6TGFiZWw3NjgxMQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug"
},
{
"color": "729FCF",
"default": false,
"description": null,
"id": 233160,
"name": "Groupby",
"node_id": "MDU6TGFiZWwyMzMxNjA=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Groupby"
}
] |
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-01-04T15:22:01Z
| 2020-01-21T11:00:06Z
| 2020-01-20T16:28:01Z
|
MEMBER
| null |
This is a more of a patch than a complete solution to this groupby apply paradigm.
When there are duplicates in the groupby axis, we restore the axis to its original order, but not guaranteeing that the order of the data with the same axis values is restored.
- [x] closes #30667
- [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/30679/reactions"
}
|
https://api.github.com/repos/pandas-dev/pandas/issues/30679/timeline
| null | 0
|
{
"diff_url": "https://github.com/pandas-dev/pandas/pull/30679.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/30679",
"merged_at": "2020-01-20T16:28:00Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/30679.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/30679"
}
|
https://api.github.com/repos/pandas-dev/pandas/issues/30680
|
https://api.github.com/repos/pandas-dev/pandas
|
https://api.github.com/repos/pandas-dev/pandas/issues/30680/labels{/name}
|
https://api.github.com/repos/pandas-dev/pandas/issues/30680/comments
|
https://api.github.com/repos/pandas-dev/pandas/issues/30680/events
|
https://github.com/pandas-dev/pandas/pull/30680
| 545,304,008
|
MDExOlB1bGxSZXF1ZXN0MzU5MjI3MDM5
| 30,680
|
TYP: Fix chainmap typing for mypy 0.740+
|
{
"avatar_url": "https://avatars.githubusercontent.com/u/70274?v=4",
"events_url": "https://api.github.com/users/xhochy/events{/privacy}",
"followers_url": "https://api.github.com/users/xhochy/followers",
"following_url": "https://api.github.com/users/xhochy/following{/other_user}",
"gists_url": "https://api.github.com/users/xhochy/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/xhochy",
"id": 70274,
"login": "xhochy",
"node_id": "MDQ6VXNlcjcwMjc0",
"organizations_url": "https://api.github.com/users/xhochy/orgs",
"received_events_url": "https://api.github.com/users/xhochy/received_events",
"repos_url": "https://api.github.com/users/xhochy/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/xhochy/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/xhochy/subscriptions",
"type": "User",
"url": "https://api.github.com/users/xhochy"
}
|
[
{
"color": "ea91a4",
"default": false,
"description": "type annotations, mypy/pyright type checking",
"id": 1280988427,
"name": "Typing",
"node_id": "MDU6TGFiZWwxMjgwOTg4NDI3",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Typing"
}
] |
closed
| false
| null |
[] |
{
"closed_at": "2020-01-30T12:18:05Z",
"closed_issues": 2207,
"created_at": "2012-09-13T02:13:00Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4",
"events_url": "https://api.github.com/users/wesm/events{/privacy}",
"followers_url": "https://api.github.com/users/wesm/followers",
"following_url": "https://api.github.com/users/wesm/following{/other_user}",
"gists_url": "https://api.github.com/users/wesm/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/wesm",
"id": 329591,
"login": "wesm",
"node_id": "MDQ6VXNlcjMyOTU5MQ==",
"organizations_url": "https://api.github.com/users/wesm/orgs",
"received_events_url": "https://api.github.com/users/wesm/received_events",
"repos_url": "https://api.github.com/users/wesm/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/wesm/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/wesm/subscriptions",
"type": "User",
"url": "https://api.github.com/users/wesm"
},
"description": "on-merge: backport to 1.0.x",
"due_on": "2020-02-01T08:00:00Z",
"html_url": "https://github.com/pandas-dev/pandas/milestone/16",
"id": 174211,
"labels_url": "https://api.github.com/repos/pandas-dev/pandas/milestones/16/labels",
"node_id": "MDk6TWlsZXN0b25lMTc0MjEx",
"number": 16,
"open_issues": 0,
"state": "closed",
"title": "1.0.0",
"updated_at": "2020-01-30T12:18:05Z",
"url": "https://api.github.com/repos/pandas-dev/pandas/milestones/16"
}
| 8
| 2020-01-04T16:32:18Z
| 2020-01-06T08:02:06Z
| 2020-01-05T16:22:12Z
|
CONTRIBUTOR
| null |
This will otherwise raise a failure during a `mypy` update. Also increase type precision of this file to 100%.
- [ ] closes #xxxx
- [ ] tests added / passed
- [x] passes `black pandas`
- [x] passes `git diff upstream/master -u -- "*.py" | flake8 --diff`
- [ ] whatsnew entry
cc @simonjayhawkins
|
{
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/30680/reactions"
}
|
https://api.github.com/repos/pandas-dev/pandas/issues/30680/timeline
| null | 0
|
{
"diff_url": "https://github.com/pandas-dev/pandas/pull/30680.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/30680",
"merged_at": "2020-01-05T16:22:12Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/30680.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/30680"
}
|
https://api.github.com/repos/pandas-dev/pandas/issues/30681
|
https://api.github.com/repos/pandas-dev/pandas
|
https://api.github.com/repos/pandas-dev/pandas/issues/30681/labels{/name}
|
https://api.github.com/repos/pandas-dev/pandas/issues/30681/comments
|
https://api.github.com/repos/pandas-dev/pandas/issues/30681/events
|
https://github.com/pandas-dev/pandas/issues/30681
| 545,305,906
|
MDU6SXNzdWU1NDUzMDU5MDY=
| 30,681
|
CLN: de-privatize _parsers and _engines in pandas/core/computation and rename to something more descriptive
|
{
"avatar_url": "https://avatars.githubusercontent.com/u/13176356?v=4",
"events_url": "https://api.github.com/users/hwalinga/events{/privacy}",
"followers_url": "https://api.github.com/users/hwalinga/followers",
"following_url": "https://api.github.com/users/hwalinga/following{/other_user}",
"gists_url": "https://api.github.com/users/hwalinga/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/hwalinga",
"id": 13176356,
"login": "hwalinga",
"node_id": "MDQ6VXNlcjEzMTc2MzU2",
"organizations_url": "https://api.github.com/users/hwalinga/orgs",
"received_events_url": "https://api.github.com/users/hwalinga/received_events",
"repos_url": "https://api.github.com/users/hwalinga/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/hwalinga/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/hwalinga/subscriptions",
"type": "User",
"url": "https://api.github.com/users/hwalinga"
}
|
[
{
"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 |
[] | null | 3
| 2020-01-04T16:51:26Z
| 2020-09-25T07:36:29Z
| 2020-09-25T07:36:29Z
|
CONTRIBUTOR
| null |
As a followup from #28215
_parsers and _engines as used in the code for the `.query` and `.eval` methods should be de-privatized and named to something more informative.
```
_engines: Dict[str, Type[AbstractEngine]] = {
"numexpr": NumExprEngine,
"python": PythonEngine,
}
```
```
_parsers = {"python": PythonExprVisitor, "pandas": PandasExprVisitor}
```
@jreback
|
{
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/30681/reactions"
}
|
https://api.github.com/repos/pandas-dev/pandas/issues/30681/timeline
| null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/30682
|
https://api.github.com/repos/pandas-dev/pandas
|
https://api.github.com/repos/pandas-dev/pandas/issues/30682/labels{/name}
|
https://api.github.com/repos/pandas-dev/pandas/issues/30682/comments
|
https://api.github.com/repos/pandas-dev/pandas/issues/30682/events
|
https://github.com/pandas-dev/pandas/pull/30682
| 545,306,206
|
MDExOlB1bGxSZXF1ZXN0MzU5MjI4NTMw
| 30,682
|
TYP: Add mypy as a pre-commit
|
{
"avatar_url": "https://avatars.githubusercontent.com/u/70274?v=4",
"events_url": "https://api.github.com/users/xhochy/events{/privacy}",
"followers_url": "https://api.github.com/users/xhochy/followers",
"following_url": "https://api.github.com/users/xhochy/following{/other_user}",
"gists_url": "https://api.github.com/users/xhochy/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/xhochy",
"id": 70274,
"login": "xhochy",
"node_id": "MDQ6VXNlcjcwMjc0",
"organizations_url": "https://api.github.com/users/xhochy/orgs",
"received_events_url": "https://api.github.com/users/xhochy/received_events",
"repos_url": "https://api.github.com/users/xhochy/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/xhochy/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/xhochy/subscriptions",
"type": "User",
"url": "https://api.github.com/users/xhochy"
}
|
[
{
"color": "ea91a4",
"default": false,
"description": "type annotations, mypy/pyright type checking",
"id": 1280988427,
"name": "Typing",
"node_id": "MDU6TGFiZWwxMjgwOTg4NDI3",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Typing"
}
] |
closed
| false
| null |
[] |
{
"closed_at": "2020-01-30T12:18:05Z",
"closed_issues": 2207,
"created_at": "2012-09-13T02:13:00Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4",
"events_url": "https://api.github.com/users/wesm/events{/privacy}",
"followers_url": "https://api.github.com/users/wesm/followers",
"following_url": "https://api.github.com/users/wesm/following{/other_user}",
"gists_url": "https://api.github.com/users/wesm/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/wesm",
"id": 329591,
"login": "wesm",
"node_id": "MDQ6VXNlcjMyOTU5MQ==",
"organizations_url": "https://api.github.com/users/wesm/orgs",
"received_events_url": "https://api.github.com/users/wesm/received_events",
"repos_url": "https://api.github.com/users/wesm/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/wesm/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/wesm/subscriptions",
"type": "User",
"url": "https://api.github.com/users/wesm"
},
"description": "on-merge: backport to 1.0.x",
"due_on": "2020-02-01T08:00:00Z",
"html_url": "https://github.com/pandas-dev/pandas/milestone/16",
"id": 174211,
"labels_url": "https://api.github.com/repos/pandas-dev/pandas/milestones/16/labels",
"node_id": "MDk6TWlsZXN0b25lMTc0MjEx",
"number": 16,
"open_issues": 0,
"state": "closed",
"title": "1.0.0",
"updated_at": "2020-01-30T12:18:05Z",
"url": "https://api.github.com/repos/pandas-dev/pandas/milestones/16"
}
| 1
| 2020-01-04T16:54:25Z
| 2020-01-04T20:42:06Z
| 2020-01-04T17:39:10Z
|
CONTRIBUTOR
| null |
This is quite helpful in developing with typing, especially if you plan to update the mypy version.
- [ ] 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/30682/reactions"
}
|
https://api.github.com/repos/pandas-dev/pandas/issues/30682/timeline
| null | 0
|
{
"diff_url": "https://github.com/pandas-dev/pandas/pull/30682.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/30682",
"merged_at": "2020-01-04T17:39:10Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/30682.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/30682"
}
|
https://api.github.com/repos/pandas-dev/pandas/issues/30683
|
https://api.github.com/repos/pandas-dev/pandas
|
https://api.github.com/repos/pandas-dev/pandas/issues/30683/labels{/name}
|
https://api.github.com/repos/pandas-dev/pandas/issues/30683/comments
|
https://api.github.com/repos/pandas-dev/pandas/issues/30683/events
|
https://github.com/pandas-dev/pandas/issues/30683
| 545,306,228
|
MDU6SXNzdWU1NDUzMDYyMjg=
| 30,683
|
CLN: Move axis resolvers from core/generic.py to core/computation
|
{
"avatar_url": "https://avatars.githubusercontent.com/u/13176356?v=4",
"events_url": "https://api.github.com/users/hwalinga/events{/privacy}",
"followers_url": "https://api.github.com/users/hwalinga/followers",
"following_url": "https://api.github.com/users/hwalinga/following{/other_user}",
"gists_url": "https://api.github.com/users/hwalinga/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/hwalinga",
"id": 13176356,
"login": "hwalinga",
"node_id": "MDQ6VXNlcjEzMTc2MzU2",
"organizations_url": "https://api.github.com/users/hwalinga/orgs",
"received_events_url": "https://api.github.com/users/hwalinga/received_events",
"repos_url": "https://api.github.com/users/hwalinga/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/hwalinga/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/hwalinga/subscriptions",
"type": "User",
"url": "https://api.github.com/users/hwalinga"
}
|
[
{
"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": "207de5",
"default": false,
"description": null,
"id": 211029535,
"name": "Clean",
"node_id": "MDU6TGFiZWwyMTEwMjk1MzU=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Clean"
}
] |
open
| false
| null |
[] | null | 1
| 2020-01-04T16:54:38Z
| 2020-02-25T16:05:01Z
| null |
CONTRIBUTOR
| null |
As a followup from #28215
Moving the axis resolvers to core/computation
@jreback
|
{
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/30683/reactions"
}
|
https://api.github.com/repos/pandas-dev/pandas/issues/30683/timeline
| null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/30684
|
https://api.github.com/repos/pandas-dev/pandas
|
https://api.github.com/repos/pandas-dev/pandas/issues/30684/labels{/name}
|
https://api.github.com/repos/pandas-dev/pandas/issues/30684/comments
|
https://api.github.com/repos/pandas-dev/pandas/issues/30684/events
|
https://github.com/pandas-dev/pandas/pull/30684
| 545,307,106
|
MDExOlB1bGxSZXF1ZXN0MzU5MjI5MTc2
| 30,684
|
DOC: Mention TYP as a type annotation PR prefix
|
{
"avatar_url": "https://avatars.githubusercontent.com/u/70274?v=4",
"events_url": "https://api.github.com/users/xhochy/events{/privacy}",
"followers_url": "https://api.github.com/users/xhochy/followers",
"following_url": "https://api.github.com/users/xhochy/following{/other_user}",
"gists_url": "https://api.github.com/users/xhochy/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/xhochy",
"id": 70274,
"login": "xhochy",
"node_id": "MDQ6VXNlcjcwMjc0",
"organizations_url": "https://api.github.com/users/xhochy/orgs",
"received_events_url": "https://api.github.com/users/xhochy/received_events",
"repos_url": "https://api.github.com/users/xhochy/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/xhochy/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/xhochy/subscriptions",
"type": "User",
"url": "https://api.github.com/users/xhochy"
}
|
[
{
"color": "3465A4",
"default": false,
"description": null,
"id": 134699,
"name": "Docs",
"node_id": "MDU6TGFiZWwxMzQ2OTk=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Docs"
}
] |
closed
| false
| null |
[] |
{
"closed_at": "2020-01-30T12:18:05Z",
"closed_issues": 2207,
"created_at": "2012-09-13T02:13:00Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4",
"events_url": "https://api.github.com/users/wesm/events{/privacy}",
"followers_url": "https://api.github.com/users/wesm/followers",
"following_url": "https://api.github.com/users/wesm/following{/other_user}",
"gists_url": "https://api.github.com/users/wesm/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/wesm",
"id": 329591,
"login": "wesm",
"node_id": "MDQ6VXNlcjMyOTU5MQ==",
"organizations_url": "https://api.github.com/users/wesm/orgs",
"received_events_url": "https://api.github.com/users/wesm/received_events",
"repos_url": "https://api.github.com/users/wesm/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/wesm/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/wesm/subscriptions",
"type": "User",
"url": "https://api.github.com/users/wesm"
},
"description": "on-merge: backport to 1.0.x",
"due_on": "2020-02-01T08:00:00Z",
"html_url": "https://github.com/pandas-dev/pandas/milestone/16",
"id": 174211,
"labels_url": "https://api.github.com/repos/pandas-dev/pandas/milestones/16/labels",
"node_id": "MDk6TWlsZXN0b25lMTc0MjEx",
"number": 16,
"open_issues": 0,
"state": "closed",
"title": "1.0.0",
"updated_at": "2020-01-30T12:18:05Z",
"url": "https://api.github.com/repos/pandas-dev/pandas/milestones/16"
}
| 1
| 2020-01-04T17:02:47Z
| 2020-01-04T20:41:47Z
| 2020-01-04T17:58:57Z
|
CONTRIBUTOR
| null |
This seems to be quite common nowadays.
|
{
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/30684/reactions"
}
|
https://api.github.com/repos/pandas-dev/pandas/issues/30684/timeline
| null | 0
|
{
"diff_url": "https://github.com/pandas-dev/pandas/pull/30684.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/30684",
"merged_at": "2020-01-04T17:58:57Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/30684.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/30684"
}
|
https://api.github.com/repos/pandas-dev/pandas/issues/30685
|
https://api.github.com/repos/pandas-dev/pandas
|
https://api.github.com/repos/pandas-dev/pandas/issues/30685/labels{/name}
|
https://api.github.com/repos/pandas-dev/pandas/issues/30685/comments
|
https://api.github.com/repos/pandas-dev/pandas/issues/30685/events
|
https://github.com/pandas-dev/pandas/issues/30685
| 545,307,832
|
MDU6SXNzdWU1NDUzMDc4MzI=
| 30,685
|
BooleanArray, StringArray value_counts na_value
|
{
"avatar_url": "https://avatars.githubusercontent.com/u/8078968?v=4",
"events_url": "https://api.github.com/users/jbrockmendel/events{/privacy}",
"followers_url": "https://api.github.com/users/jbrockmendel/followers",
"following_url": "https://api.github.com/users/jbrockmendel/following{/other_user}",
"gists_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": "6138b5",
"default": false,
"description": "Extending pandas with custom dtypes or arrays.",
"id": 849023693,
"name": "ExtensionArray",
"node_id": "MDU6TGFiZWw4NDkwMjM2OTM=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/ExtensionArray"
}
] |
closed
| false
| null |
[] |
{
"closed_at": "2020-01-30T12:18:05Z",
"closed_issues": 2207,
"created_at": "2012-09-13T02:13:00Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4",
"events_url": "https://api.github.com/users/wesm/events{/privacy}",
"followers_url": "https://api.github.com/users/wesm/followers",
"following_url": "https://api.github.com/users/wesm/following{/other_user}",
"gists_url": "https://api.github.com/users/wesm/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/wesm",
"id": 329591,
"login": "wesm",
"node_id": "MDQ6VXNlcjMyOTU5MQ==",
"organizations_url": "https://api.github.com/users/wesm/orgs",
"received_events_url": "https://api.github.com/users/wesm/received_events",
"repos_url": "https://api.github.com/users/wesm/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/wesm/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/wesm/subscriptions",
"type": "User",
"url": "https://api.github.com/users/wesm"
},
"description": "on-merge: backport to 1.0.x",
"due_on": "2020-02-01T08:00:00Z",
"html_url": "https://github.com/pandas-dev/pandas/milestone/16",
"id": 174211,
"labels_url": "https://api.github.com/repos/pandas-dev/pandas/milestones/16/labels",
"node_id": "MDk6TWlsZXN0b25lMTc0MjEx",
"number": 16,
"open_issues": 0,
"state": "closed",
"title": "1.0.0",
"updated_at": "2020-01-30T12:18:05Z",
"url": "https://api.github.com/repos/pandas-dev/pandas/milestones/16"
}
| 3
| 2020-01-04T17:09:19Z
| 2020-01-09T19:19:35Z
| 2020-01-09T19:19:35Z
|
MEMBER
| null |
```
arr = pd.array([True, False, np.nan])
>>> arr
<BooleanArray>
[True, False, NA]
Length: 3, dtype: boolean
>>> arr.value_counts(dropna=False)
True 1
False 1
False 1
dtype: int64
```
Instead of two False entries, one of them should be pd.NA right? cc @TomAugspurger
```
arr = pd.array(['foo', 'bar', None])
>>> arr.value_counts(dropna=False)
foo 1
bar 1
NaN 1
dtype: int64
```
The NaN should be pd.NA right?
Side-note: the defaults for dropna are not consistent across our EAs
|
{
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/30685/reactions"
}
|
https://api.github.com/repos/pandas-dev/pandas/issues/30685/timeline
| null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/30686
|
https://api.github.com/repos/pandas-dev/pandas
|
https://api.github.com/repos/pandas-dev/pandas/issues/30686/labels{/name}
|
https://api.github.com/repos/pandas-dev/pandas/issues/30686/comments
|
https://api.github.com/repos/pandas-dev/pandas/issues/30686/events
|
https://github.com/pandas-dev/pandas/pull/30686
| 545,308,237
|
MDExOlB1bGxSZXF1ZXN0MzU5MjI5OTgx
| 30,686
|
Fix PeriodIndex.get_indexer with non-PI
|
{
"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": "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"
},
{
"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"
}
] |
closed
| false
| null |
[] |
{
"closed_at": "2020-01-30T12:18:05Z",
"closed_issues": 2207,
"created_at": "2012-09-13T02:13:00Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4",
"events_url": "https://api.github.com/users/wesm/events{/privacy}",
"followers_url": "https://api.github.com/users/wesm/followers",
"following_url": "https://api.github.com/users/wesm/following{/other_user}",
"gists_url": "https://api.github.com/users/wesm/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/wesm",
"id": 329591,
"login": "wesm",
"node_id": "MDQ6VXNlcjMyOTU5MQ==",
"organizations_url": "https://api.github.com/users/wesm/orgs",
"received_events_url": "https://api.github.com/users/wesm/received_events",
"repos_url": "https://api.github.com/users/wesm/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/wesm/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/wesm/subscriptions",
"type": "User",
"url": "https://api.github.com/users/wesm"
},
"description": "on-merge: backport to 1.0.x",
"due_on": "2020-02-01T08:00:00Z",
"html_url": "https://github.com/pandas-dev/pandas/milestone/16",
"id": 174211,
"labels_url": "https://api.github.com/repos/pandas-dev/pandas/milestones/16/labels",
"node_id": "MDk6TWlsZXN0b25lMTc0MjEx",
"number": 16,
"open_issues": 0,
"state": "closed",
"title": "1.0.0",
"updated_at": "2020-01-30T12:18:05Z",
"url": "https://api.github.com/repos/pandas-dev/pandas/milestones/16"
}
| 2
| 2020-01-04T17:13:30Z
| 2020-01-04T18:10:10Z
| 2020-01-04T18:04:05Z
|
MEMBER
| null |
I'm _pretty_ sure that for non-comparable we should be returning an array of -1s, not raising. Can you double-check me on that @jreback?
|
{
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/30686/reactions"
}
|
https://api.github.com/repos/pandas-dev/pandas/issues/30686/timeline
| null | 0
|
{
"diff_url": "https://github.com/pandas-dev/pandas/pull/30686.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/30686",
"merged_at": "2020-01-04T18:04:05Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/30686.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/30686"
}
|
https://api.github.com/repos/pandas-dev/pandas/issues/30687
|
https://api.github.com/repos/pandas-dev/pandas
|
https://api.github.com/repos/pandas-dev/pandas/issues/30687/labels{/name}
|
https://api.github.com/repos/pandas-dev/pandas/issues/30687/comments
|
https://api.github.com/repos/pandas-dev/pandas/issues/30687/events
|
https://github.com/pandas-dev/pandas/pull/30687
| 545,311,420
|
MDExOlB1bGxSZXF1ZXN0MzU5MjMyMjgx
| 30,687
|
PLT: Add tests for missing markers
|
{
"avatar_url": "https://avatars.githubusercontent.com/u/9269816?v=4",
"events_url": "https://api.github.com/users/charlesdong1991/events{/privacy}",
"followers_url": "https://api.github.com/users/charlesdong1991/followers",
"following_url": "https://api.github.com/users/charlesdong1991/following{/other_user}",
"gists_url": "https://api.github.com/users/charlesdong1991/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/charlesdong1991",
"id": 9269816,
"login": "charlesdong1991",
"node_id": "MDQ6VXNlcjkyNjk4MTY=",
"organizations_url": "https://api.github.com/users/charlesdong1991/orgs",
"received_events_url": "https://api.github.com/users/charlesdong1991/received_events",
"repos_url": "https://api.github.com/users/charlesdong1991/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/charlesdong1991/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/charlesdong1991/subscriptions",
"type": "User",
"url": "https://api.github.com/users/charlesdong1991"
}
|
[
{
"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": "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-01-30T12:18:05Z",
"closed_issues": 2207,
"created_at": "2012-09-13T02:13:00Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4",
"events_url": "https://api.github.com/users/wesm/events{/privacy}",
"followers_url": "https://api.github.com/users/wesm/followers",
"following_url": "https://api.github.com/users/wesm/following{/other_user}",
"gists_url": "https://api.github.com/users/wesm/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/wesm",
"id": 329591,
"login": "wesm",
"node_id": "MDQ6VXNlcjMyOTU5MQ==",
"organizations_url": "https://api.github.com/users/wesm/orgs",
"received_events_url": "https://api.github.com/users/wesm/received_events",
"repos_url": "https://api.github.com/users/wesm/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/wesm/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/wesm/subscriptions",
"type": "User",
"url": "https://api.github.com/users/wesm"
},
"description": "on-merge: backport to 1.0.x",
"due_on": "2020-02-01T08:00:00Z",
"html_url": "https://github.com/pandas-dev/pandas/milestone/16",
"id": 174211,
"labels_url": "https://api.github.com/repos/pandas-dev/pandas/milestones/16/labels",
"node_id": "MDk6TWlsZXN0b25lMTc0MjEx",
"number": 16,
"open_issues": 0,
"state": "closed",
"title": "1.0.0",
"updated_at": "2020-01-30T12:18:05Z",
"url": "https://api.github.com/repos/pandas-dev/pandas/milestones/16"
}
| 1
| 2020-01-04T17:45:46Z
| 2020-01-04T21:33:47Z
| 2020-01-04T21:33:41Z
|
MEMBER
| null |
closes #14563
closes #14958
- [ ] 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/30687/reactions"
}
|
https://api.github.com/repos/pandas-dev/pandas/issues/30687/timeline
| null | 0
|
{
"diff_url": "https://github.com/pandas-dev/pandas/pull/30687.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/30687",
"merged_at": "2020-01-04T21:33:41Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/30687.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/30687"
}
|
https://api.github.com/repos/pandas-dev/pandas/issues/30688
|
https://api.github.com/repos/pandas-dev/pandas
|
https://api.github.com/repos/pandas-dev/pandas/issues/30688/labels{/name}
|
https://api.github.com/repos/pandas-dev/pandas/issues/30688/comments
|
https://api.github.com/repos/pandas-dev/pandas/issues/30688/events
|
https://github.com/pandas-dev/pandas/pull/30688
| 545,314,279
|
MDExOlB1bGxSZXF1ZXN0MzU5MjM0MjE3
| 30,688
|
CLN: share compatibility-check code
|
{
"avatar_url": "https://avatars.githubusercontent.com/u/8078968?v=4",
"events_url": "https://api.github.com/users/jbrockmendel/events{/privacy}",
"followers_url": "https://api.github.com/users/jbrockmendel/followers",
"following_url": "https://api.github.com/users/jbrockmendel/following{/other_user}",
"gists_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": "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"
},
{
"color": "207de5",
"default": false,
"description": null,
"id": 211029535,
"name": "Clean",
"node_id": "MDU6TGFiZWwyMTEwMjk1MzU=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Clean"
}
] |
closed
| false
| null |
[] |
{
"closed_at": "2020-01-30T12:18:05Z",
"closed_issues": 2207,
"created_at": "2012-09-13T02:13:00Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4",
"events_url": "https://api.github.com/users/wesm/events{/privacy}",
"followers_url": "https://api.github.com/users/wesm/followers",
"following_url": "https://api.github.com/users/wesm/following{/other_user}",
"gists_url": "https://api.github.com/users/wesm/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/wesm",
"id": 329591,
"login": "wesm",
"node_id": "MDQ6VXNlcjMyOTU5MQ==",
"organizations_url": "https://api.github.com/users/wesm/orgs",
"received_events_url": "https://api.github.com/users/wesm/received_events",
"repos_url": "https://api.github.com/users/wesm/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/wesm/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/wesm/subscriptions",
"type": "User",
"url": "https://api.github.com/users/wesm"
},
"description": "on-merge: backport to 1.0.x",
"due_on": "2020-02-01T08:00:00Z",
"html_url": "https://github.com/pandas-dev/pandas/milestone/16",
"id": 174211,
"labels_url": "https://api.github.com/repos/pandas-dev/pandas/milestones/16/labels",
"node_id": "MDk6TWlsZXN0b25lMTc0MjEx",
"number": 16,
"open_issues": 0,
"state": "closed",
"title": "1.0.0",
"updated_at": "2020-01-30T12:18:05Z",
"url": "https://api.github.com/repos/pandas-dev/pandas/milestones/16"
}
| 3
| 2020-01-04T18:13:54Z
| 2020-01-04T23:20:27Z
| 2020-01-04T23:16: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/30688/reactions"
}
|
https://api.github.com/repos/pandas-dev/pandas/issues/30688/timeline
| null | 0
|
{
"diff_url": "https://github.com/pandas-dev/pandas/pull/30688.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/30688",
"merged_at": "2020-01-04T23:16:24Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/30688.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/30688"
}
|
|
https://api.github.com/repos/pandas-dev/pandas/issues/30689
|
https://api.github.com/repos/pandas-dev/pandas
|
https://api.github.com/repos/pandas-dev/pandas/issues/30689/labels{/name}
|
https://api.github.com/repos/pandas-dev/pandas/issues/30689/comments
|
https://api.github.com/repos/pandas-dev/pandas/issues/30689/events
|
https://github.com/pandas-dev/pandas/pull/30689
| 545,315,004
|
MDExOlB1bGxSZXF1ZXN0MzU5MjM0NzQx
| 30,689
|
CI: Fix IPython Tab Completion test async warning
|
{
"avatar_url": "https://avatars.githubusercontent.com/u/16733618?v=4",
"events_url": "https://api.github.com/users/alimcmaster1/events{/privacy}",
"followers_url": "https://api.github.com/users/alimcmaster1/followers",
"following_url": "https://api.github.com/users/alimcmaster1/following{/other_user}",
"gists_url": "https://api.github.com/users/alimcmaster1/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/alimcmaster1",
"id": 16733618,
"login": "alimcmaster1",
"node_id": "MDQ6VXNlcjE2NzMzNjE4",
"organizations_url": "https://api.github.com/users/alimcmaster1/orgs",
"received_events_url": "https://api.github.com/users/alimcmaster1/received_events",
"repos_url": "https://api.github.com/users/alimcmaster1/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/alimcmaster1/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/alimcmaster1/subscriptions",
"type": "User",
"url": "https://api.github.com/users/alimcmaster1"
}
|
[
{
"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": "ededed",
"default": false,
"description": "__repr__ of pandas objects, to_string",
"id": 13101118,
"name": "Output-Formatting",
"node_id": "MDU6TGFiZWwxMzEwMTExOA==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Output-Formatting"
}
] |
closed
| false
| null |
[] |
{
"closed_at": "2020-01-30T12:18:05Z",
"closed_issues": 2207,
"created_at": "2012-09-13T02:13:00Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4",
"events_url": "https://api.github.com/users/wesm/events{/privacy}",
"followers_url": "https://api.github.com/users/wesm/followers",
"following_url": "https://api.github.com/users/wesm/following{/other_user}",
"gists_url": "https://api.github.com/users/wesm/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/wesm",
"id": 329591,
"login": "wesm",
"node_id": "MDQ6VXNlcjMyOTU5MQ==",
"organizations_url": "https://api.github.com/users/wesm/orgs",
"received_events_url": "https://api.github.com/users/wesm/received_events",
"repos_url": "https://api.github.com/users/wesm/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/wesm/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/wesm/subscriptions",
"type": "User",
"url": "https://api.github.com/users/wesm"
},
"description": "on-merge: backport to 1.0.x",
"due_on": "2020-02-01T08:00:00Z",
"html_url": "https://github.com/pandas-dev/pandas/milestone/16",
"id": 174211,
"labels_url": "https://api.github.com/repos/pandas-dev/pandas/milestones/16/labels",
"node_id": "MDk6TWlsZXN0b25lMTc0MjEx",
"number": 16,
"open_issues": 0,
"state": "closed",
"title": "1.0.0",
"updated_at": "2020-01-30T12:18:05Z",
"url": "https://api.github.com/repos/pandas-dev/pandas/milestones/16"
}
| 1
| 2020-01-04T18:20:33Z
| 2020-01-04T23:12:40Z
| 2020-01-04T23:12:36Z
|
CONTRIBUTOR
| null |
- [x] closes #29070
- [x] passes `black pandas`
- [x] passes `git diff upstream/master -u -- "*.py" | flake8 --diff`
- New PR since https://github.com/pandas-dev/pandas/pull/29087 went stale
|
{
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/30689/reactions"
}
|
https://api.github.com/repos/pandas-dev/pandas/issues/30689/timeline
| null | 0
|
{
"diff_url": "https://github.com/pandas-dev/pandas/pull/30689.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/30689",
"merged_at": "2020-01-04T23:12:35Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/30689.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/30689"
}
|
https://api.github.com/repos/pandas-dev/pandas/issues/30690
|
https://api.github.com/repos/pandas-dev/pandas
|
https://api.github.com/repos/pandas-dev/pandas/issues/30690/labels{/name}
|
https://api.github.com/repos/pandas-dev/pandas/issues/30690/comments
|
https://api.github.com/repos/pandas-dev/pandas/issues/30690/events
|
https://github.com/pandas-dev/pandas/pull/30690
| 545,315,582
|
MDExOlB1bGxSZXF1ZXN0MzU5MjM1MTQ5
| 30,690
|
TYP: NDFrame.(loc|iloc|at|iat)
|
{
"avatar_url": "https://avatars.githubusercontent.com/u/26364415?v=4",
"events_url": "https://api.github.com/users/topper-123/events{/privacy}",
"followers_url": "https://api.github.com/users/topper-123/followers",
"following_url": "https://api.github.com/users/topper-123/following{/other_user}",
"gists_url": "https://api.github.com/users/topper-123/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/topper-123",
"id": 26364415,
"login": "topper-123",
"node_id": "MDQ6VXNlcjI2MzY0NDE1",
"organizations_url": "https://api.github.com/users/topper-123/orgs",
"received_events_url": "https://api.github.com/users/topper-123/received_events",
"repos_url": "https://api.github.com/users/topper-123/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/topper-123/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/topper-123/subscriptions",
"type": "User",
"url": "https://api.github.com/users/topper-123"
}
|
[
{
"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": "ea91a4",
"default": false,
"description": "type annotations, mypy/pyright type checking",
"id": 1280988427,
"name": "Typing",
"node_id": "MDU6TGFiZWwxMjgwOTg4NDI3",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Typing"
}
] |
closed
| false
| null |
[] |
{
"closed_at": "2020-01-30T12:18:05Z",
"closed_issues": 2207,
"created_at": "2012-09-13T02:13:00Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4",
"events_url": "https://api.github.com/users/wesm/events{/privacy}",
"followers_url": "https://api.github.com/users/wesm/followers",
"following_url": "https://api.github.com/users/wesm/following{/other_user}",
"gists_url": "https://api.github.com/users/wesm/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/wesm",
"id": 329591,
"login": "wesm",
"node_id": "MDQ6VXNlcjMyOTU5MQ==",
"organizations_url": "https://api.github.com/users/wesm/orgs",
"received_events_url": "https://api.github.com/users/wesm/received_events",
"repos_url": "https://api.github.com/users/wesm/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/wesm/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/wesm/subscriptions",
"type": "User",
"url": "https://api.github.com/users/wesm"
},
"description": "on-merge: backport to 1.0.x",
"due_on": "2020-02-01T08:00:00Z",
"html_url": "https://github.com/pandas-dev/pandas/milestone/16",
"id": 174211,
"labels_url": "https://api.github.com/repos/pandas-dev/pandas/milestones/16/labels",
"node_id": "MDk6TWlsZXN0b25lMTc0MjEx",
"number": 16,
"open_issues": 0,
"state": "closed",
"title": "1.0.0",
"updated_at": "2020-01-30T12:18:05Z",
"url": "https://api.github.com/repos/pandas-dev/pandas/milestones/16"
}
| 2
| 2020-01-04T18:25:52Z
| 2020-01-04T23:22:53Z
| 2020-01-04T23:21:27Z
|
CONTRIBUTOR
| null |
Currently, the NDFrame indexers (.loc/.iloc/.at/.iat) are too complex set up to let mypy understand them. This PR makes their implementations understandable for mypy (and humans also maybe, the old imp. was a bit indirect so took som effort to understand).
One issue is that I - for the life of me - can't programatically set doc strings of properties and make mypy understand the properties' types at the same time. Python/mypy seem to demand that doc strings be set directly on the property if the type is to be understandable by mypy. E.g. Appender on a property is not supported by mypy. So I've set the doc string on the NDFrame properties, and reference them from the indexer classes instances. This makes the PR seem large, but it's mostly just moving the doc strings.
|
{
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/30690/reactions"
}
|
https://api.github.com/repos/pandas-dev/pandas/issues/30690/timeline
| null | 0
|
{
"diff_url": "https://github.com/pandas-dev/pandas/pull/30690.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/30690",
"merged_at": "2020-01-04T23:21:27Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/30690.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/30690"
}
|
https://api.github.com/repos/pandas-dev/pandas/issues/30691
|
https://api.github.com/repos/pandas-dev/pandas
|
https://api.github.com/repos/pandas-dev/pandas/issues/30691/labels{/name}
|
https://api.github.com/repos/pandas-dev/pandas/issues/30691/comments
|
https://api.github.com/repos/pandas-dev/pandas/issues/30691/events
|
https://github.com/pandas-dev/pandas/pull/30691
| 545,317,339
|
MDExOlB1bGxSZXF1ZXN0MzU5MjM2MzIy
| 30,691
|
ERR: Improve error message and doc for invalid labels in cut/qcut
|
{
"avatar_url": "https://avatars.githubusercontent.com/u/16509490?v=4",
"events_url": "https://api.github.com/users/ryankarlos/events{/privacy}",
"followers_url": "https://api.github.com/users/ryankarlos/followers",
"following_url": "https://api.github.com/users/ryankarlos/following{/other_user}",
"gists_url": "https://api.github.com/users/ryankarlos/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/ryankarlos",
"id": 16509490,
"login": "ryankarlos",
"node_id": "MDQ6VXNlcjE2NTA5NDkw",
"organizations_url": "https://api.github.com/users/ryankarlos/orgs",
"received_events_url": "https://api.github.com/users/ryankarlos/received_events",
"repos_url": "https://api.github.com/users/ryankarlos/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/ryankarlos/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/ryankarlos/subscriptions",
"type": "User",
"url": "https://api.github.com/users/ryankarlos"
}
|
[
{
"color": "3465A4",
"default": false,
"description": null,
"id": 134699,
"name": "Docs",
"node_id": "MDU6TGFiZWwxMzQ2OTk=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Docs"
},
{
"color": "02d7e1",
"default": false,
"description": "Concat, Merge/Join, Stack/Unstack, Explode",
"id": 13098779,
"name": "Reshaping",
"node_id": "MDU6TGFiZWwxMzA5ODc3OQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Reshaping"
},
{
"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-01-30T12:18:05Z",
"closed_issues": 2207,
"created_at": "2012-09-13T02:13:00Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4",
"events_url": "https://api.github.com/users/wesm/events{/privacy}",
"followers_url": "https://api.github.com/users/wesm/followers",
"following_url": "https://api.github.com/users/wesm/following{/other_user}",
"gists_url": "https://api.github.com/users/wesm/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/wesm",
"id": 329591,
"login": "wesm",
"node_id": "MDQ6VXNlcjMyOTU5MQ==",
"organizations_url": "https://api.github.com/users/wesm/orgs",
"received_events_url": "https://api.github.com/users/wesm/received_events",
"repos_url": "https://api.github.com/users/wesm/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/wesm/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/wesm/subscriptions",
"type": "User",
"url": "https://api.github.com/users/wesm"
},
"description": "on-merge: backport to 1.0.x",
"due_on": "2020-02-01T08:00:00Z",
"html_url": "https://github.com/pandas-dev/pandas/milestone/16",
"id": 174211,
"labels_url": "https://api.github.com/repos/pandas-dev/pandas/milestones/16/labels",
"node_id": "MDk6TWlsZXN0b25lMTc0MjEx",
"number": 16,
"open_issues": 0,
"state": "closed",
"title": "1.0.0",
"updated_at": "2020-01-30T12:18:05Z",
"url": "https://api.github.com/repos/pandas-dev/pandas/milestones/16"
}
| 8
| 2020-01-04T18:44:34Z
| 2020-01-08T03:26:09Z
| 2020-01-07T21:18:36Z
|
CONTRIBUTOR
| null |
- [x] closes #13318
- [x] tests added / passed
- [x] passes `black pandas`
- [x] passes `git diff upstream/master -u -- "*.py" | flake8 --diff`
- [x] add whats new note
|
{
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/30691/reactions"
}
|
https://api.github.com/repos/pandas-dev/pandas/issues/30691/timeline
| null | 0
|
{
"diff_url": "https://github.com/pandas-dev/pandas/pull/30691.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/30691",
"merged_at": "2020-01-07T21:18:35Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/30691.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/30691"
}
|
https://api.github.com/repos/pandas-dev/pandas/issues/30692
|
https://api.github.com/repos/pandas-dev/pandas
|
https://api.github.com/repos/pandas-dev/pandas/issues/30692/labels{/name}
|
https://api.github.com/repos/pandas-dev/pandas/issues/30692/comments
|
https://api.github.com/repos/pandas-dev/pandas/issues/30692/events
|
https://github.com/pandas-dev/pandas/issues/30692
| 545,321,234
|
MDU6SXNzdWU1NDUzMjEyMzQ=
| 30,692
|
BUG: calling Timestamp constructor on Timestamp at DST changes Timestamp value
|
{
"avatar_url": "https://avatars.githubusercontent.com/u/23253999?v=4",
"events_url": "https://api.github.com/users/AlexKirko/events{/privacy}",
"followers_url": "https://api.github.com/users/AlexKirko/followers",
"following_url": "https://api.github.com/users/AlexKirko/following{/other_user}",
"gists_url": "https://api.github.com/users/AlexKirko/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/AlexKirko",
"id": 23253999,
"login": "AlexKirko",
"node_id": "MDQ6VXNlcjIzMjUzOTk5",
"organizations_url": "https://api.github.com/users/AlexKirko/orgs",
"received_events_url": "https://api.github.com/users/AlexKirko/received_events",
"repos_url": "https://api.github.com/users/AlexKirko/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/AlexKirko/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/AlexKirko/subscriptions",
"type": "User",
"url": "https://api.github.com/users/AlexKirko"
}
|
[] |
closed
| false
| null |
[] | null | 1
| 2020-01-04T19:12:22Z
| 2020-01-04T19:46:41Z
| 2020-01-04T19:46:41Z
|
MEMBER
| null |
#### Code Sample, a copy-pastable example if possible
```import pandas as pd; pd.__version__
tz = "dateutil/Europe/London"
ts = pd.Timestamp("2013-10-27 01:00:00")
print("Initial value is {}".format(ts.value))
ts = ts.tz_localize(tz, ambiguous=False, nonexistent="raise")
print("After localization value is {}".format(ts.value))
ts = pd.Timestamp(ts)
print("After casting Timestamp as Timestamp value is {}".format(ts.value))
Output:
0.26.0.dev0+1608.g06c5d2488
Initial value is 1382835600000000000
After localization value is 1382835600000000000
After casting Timestamp as Timestamp value is 1382832000000000000
```
#### Problem description
TLDR: Calling the Timestamp constructor on a Timestamp shouldn't change the object in any way.
Long version: Ran into this while working on solving #30543. When we localize into a Daylight Savings Time timezone, we are forced to alter the underlying value of a Timestamp to make it fit non-DST timezones. WIthout this, date arithmetic won't work properly between timezones. This is also necessary, for example, to make sure that a `pd.date_range` with one of the ends on a DST shift doesn't break (the test for this is implemented by `test_dti_construction_ambiguous_endpoint` in `pandas.tests.indexes.datetimes.test_timezones.TestDatetimeIndexTimezones`). Unfortunately, what happens currently is that `ts.tz_localize` doesn't change the underlying value on a DST shift. It instead changes when the Timestamp constructor is called on a localized Timestamp (you can take a look, for example, [here](https://github.com/pandas-dev/pandas/blob/06c5d2488e2898497fa4767dc78a7c85ac8d19d4/pandas/core/arrays/_ranges.py#L40)).
#### Expected Output
```
Initial value is 1382835600000000000
After localization value is 1382832000000000000
After casting Timestamp as Timestamp value is 1382832000000000000
```
The value should change on localization, not on calling the constructor.
I'd like to work on a PR, because without fixing this it's impossible to solve #30543 without introducing ugly hacks.
xref: #30543
|
{
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/30692/reactions"
}
|
https://api.github.com/repos/pandas-dev/pandas/issues/30692/timeline
| null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/30693
|
https://api.github.com/repos/pandas-dev/pandas
|
https://api.github.com/repos/pandas-dev/pandas/issues/30693/labels{/name}
|
https://api.github.com/repos/pandas-dev/pandas/issues/30693/comments
|
https://api.github.com/repos/pandas-dev/pandas/issues/30693/events
|
https://github.com/pandas-dev/pandas/pull/30693
| 545,324,147
|
MDExOlB1bGxSZXF1ZXN0MzU5MjQxMzk3
| 30,693
|
CI: Fix pytest junit_family warnings
|
{
"avatar_url": "https://avatars.githubusercontent.com/u/16733618?v=4",
"events_url": "https://api.github.com/users/alimcmaster1/events{/privacy}",
"followers_url": "https://api.github.com/users/alimcmaster1/followers",
"following_url": "https://api.github.com/users/alimcmaster1/following{/other_user}",
"gists_url": "https://api.github.com/users/alimcmaster1/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/alimcmaster1",
"id": 16733618,
"login": "alimcmaster1",
"node_id": "MDQ6VXNlcjE2NzMzNjE4",
"organizations_url": "https://api.github.com/users/alimcmaster1/orgs",
"received_events_url": "https://api.github.com/users/alimcmaster1/received_events",
"repos_url": "https://api.github.com/users/alimcmaster1/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/alimcmaster1/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/alimcmaster1/subscriptions",
"type": "User",
"url": "https://api.github.com/users/alimcmaster1"
}
|
[
{
"color": "a2bca7",
"default": false,
"description": "Continuous Integration",
"id": 48070600,
"name": "CI",
"node_id": "MDU6TGFiZWw0ODA3MDYwMA==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/CI"
}
] |
closed
| false
| null |
[] |
{
"closed_at": "2020-01-30T12:18:05Z",
"closed_issues": 2207,
"created_at": "2012-09-13T02:13:00Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4",
"events_url": "https://api.github.com/users/wesm/events{/privacy}",
"followers_url": "https://api.github.com/users/wesm/followers",
"following_url": "https://api.github.com/users/wesm/following{/other_user}",
"gists_url": "https://api.github.com/users/wesm/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/wesm",
"id": 329591,
"login": "wesm",
"node_id": "MDQ6VXNlcjMyOTU5MQ==",
"organizations_url": "https://api.github.com/users/wesm/orgs",
"received_events_url": "https://api.github.com/users/wesm/received_events",
"repos_url": "https://api.github.com/users/wesm/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/wesm/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/wesm/subscriptions",
"type": "User",
"url": "https://api.github.com/users/wesm"
},
"description": "on-merge: backport to 1.0.x",
"due_on": "2020-02-01T08:00:00Z",
"html_url": "https://github.com/pandas-dev/pandas/milestone/16",
"id": 174211,
"labels_url": "https://api.github.com/repos/pandas-dev/pandas/milestones/16/labels",
"node_id": "MDk6TWlsZXN0b25lMTc0MjEx",
"number": 16,
"open_issues": 0,
"state": "closed",
"title": "1.0.0",
"updated_at": "2020-01-30T12:18:05Z",
"url": "https://api.github.com/repos/pandas-dev/pandas/milestones/16"
}
| 2
| 2020-01-04T19:40:42Z
| 2020-01-14T23:43:05Z
| 2020-01-04T22:57:37Z
|
CONTRIBUTOR
| null |
- [x] closes #30433
As per https://docs.pytest.org/en/latest/deprecations.html#junit-family-default-value-change-to-xunit2
This will mean we produce xml output with xsd as per: (opposed to old legacy v1)
https://github.com/jenkinsci/xunit-plugin/blob/xunit-2.3.2/src/main/resources/org/jenkinsci/plugins/xunit/types/model/xsd/junit-10.xsd
Done following check
- [x] Warning no longer present in builds -> checked [here](https://travis-ci.org/pandas-dev/pandas/jobs/632732296?utm_medium=notification&utm_source=github_status)
- [x] CodeCov unaffected since it uses the output xml -> [here](https://codecov.io/gh/pandas-dev/pandas/compare/b29d58d1a3e0ebb1ed3bf3bed1e1cf4848092c77...2a2d21a14a78e028e8e9a9c3bbf815ea76501036)
|
{
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/30693/reactions"
}
|
https://api.github.com/repos/pandas-dev/pandas/issues/30693/timeline
| null | 0
|
{
"diff_url": "https://github.com/pandas-dev/pandas/pull/30693.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/30693",
"merged_at": "2020-01-04T22:57:37Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/30693.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/30693"
}
|
https://api.github.com/repos/pandas-dev/pandas/issues/30694
|
https://api.github.com/repos/pandas-dev/pandas
|
https://api.github.com/repos/pandas-dev/pandas/issues/30694/labels{/name}
|
https://api.github.com/repos/pandas-dev/pandas/issues/30694/comments
|
https://api.github.com/repos/pandas-dev/pandas/issues/30694/events
|
https://github.com/pandas-dev/pandas/pull/30694
| 545,326,174
|
MDExOlB1bGxSZXF1ZXN0MzU5MjQyODcz
| 30,694
|
CLN: unreachable code in indexes
|
{
"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": "207de5",
"default": false,
"description": null,
"id": 211029535,
"name": "Clean",
"node_id": "MDU6TGFiZWwyMTEwMjk1MzU=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Clean"
},
{
"color": "e99695",
"default": false,
"description": "Related to the Index class or subclasses",
"id": 1218227310,
"name": "Index",
"node_id": "MDU6TGFiZWwxMjE4MjI3MzEw",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Index"
}
] |
closed
| false
| null |
[] |
{
"closed_at": "2020-01-30T12:18:05Z",
"closed_issues": 2207,
"created_at": "2012-09-13T02:13:00Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4",
"events_url": "https://api.github.com/users/wesm/events{/privacy}",
"followers_url": "https://api.github.com/users/wesm/followers",
"following_url": "https://api.github.com/users/wesm/following{/other_user}",
"gists_url": "https://api.github.com/users/wesm/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/wesm",
"id": 329591,
"login": "wesm",
"node_id": "MDQ6VXNlcjMyOTU5MQ==",
"organizations_url": "https://api.github.com/users/wesm/orgs",
"received_events_url": "https://api.github.com/users/wesm/received_events",
"repos_url": "https://api.github.com/users/wesm/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/wesm/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/wesm/subscriptions",
"type": "User",
"url": "https://api.github.com/users/wesm"
},
"description": "on-merge: backport to 1.0.x",
"due_on": "2020-02-01T08:00:00Z",
"html_url": "https://github.com/pandas-dev/pandas/milestone/16",
"id": 174211,
"labels_url": "https://api.github.com/repos/pandas-dev/pandas/milestones/16/labels",
"node_id": "MDk6TWlsZXN0b25lMTc0MjEx",
"number": 16,
"open_issues": 0,
"state": "closed",
"title": "1.0.0",
"updated_at": "2020-01-30T12:18:05Z",
"url": "https://api.github.com/repos/pandas-dev/pandas/milestones/16"
}
| 1
| 2020-01-04T20:02:26Z
| 2020-01-04T23:15:13Z
| 2020-01-04T23:07:56Z
|
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/30694/reactions"
}
|
https://api.github.com/repos/pandas-dev/pandas/issues/30694/timeline
| null | 0
|
{
"diff_url": "https://github.com/pandas-dev/pandas/pull/30694.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/30694",
"merged_at": "2020-01-04T23:07:56Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/30694.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/30694"
}
|
|
https://api.github.com/repos/pandas-dev/pandas/issues/30695
|
https://api.github.com/repos/pandas-dev/pandas
|
https://api.github.com/repos/pandas-dev/pandas/issues/30695/labels{/name}
|
https://api.github.com/repos/pandas-dev/pandas/issues/30695/comments
|
https://api.github.com/repos/pandas-dev/pandas/issues/30695/events
|
https://github.com/pandas-dev/pandas/pull/30695
| 545,329,546
|
MDExOlB1bGxSZXF1ZXN0MzU5MjQ1MzY3
| 30,695
|
REF: share `delete` between DTI/TDI/PI
|
{
"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"
},
{
"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"
}
] |
closed
| false
| null |
[] |
{
"closed_at": "2020-01-30T12:18:05Z",
"closed_issues": 2207,
"created_at": "2012-09-13T02:13:00Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4",
"events_url": "https://api.github.com/users/wesm/events{/privacy}",
"followers_url": "https://api.github.com/users/wesm/followers",
"following_url": "https://api.github.com/users/wesm/following{/other_user}",
"gists_url": "https://api.github.com/users/wesm/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/wesm",
"id": 329591,
"login": "wesm",
"node_id": "MDQ6VXNlcjMyOTU5MQ==",
"organizations_url": "https://api.github.com/users/wesm/orgs",
"received_events_url": "https://api.github.com/users/wesm/received_events",
"repos_url": "https://api.github.com/users/wesm/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/wesm/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/wesm/subscriptions",
"type": "User",
"url": "https://api.github.com/users/wesm"
},
"description": "on-merge: backport to 1.0.x",
"due_on": "2020-02-01T08:00:00Z",
"html_url": "https://github.com/pandas-dev/pandas/milestone/16",
"id": 174211,
"labels_url": "https://api.github.com/repos/pandas-dev/pandas/milestones/16/labels",
"node_id": "MDk6TWlsZXN0b25lMTc0MjEx",
"number": 16,
"open_issues": 0,
"state": "closed",
"title": "1.0.0",
"updated_at": "2020-01-30T12:18:05Z",
"url": "https://api.github.com/repos/pandas-dev/pandas/milestones/16"
}
| 1
| 2020-01-04T20:33:45Z
| 2020-01-04T23:12:01Z
| 2020-01-04T23:08:34Z
|
MEMBER
| null |
Besides de-duplicating, this moves the ball down the field in getting rid of PeriodIndex._shallow_copy cases where we pass an object ndarray
|
{
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/30695/reactions"
}
|
https://api.github.com/repos/pandas-dev/pandas/issues/30695/timeline
| null | 0
|
{
"diff_url": "https://github.com/pandas-dev/pandas/pull/30695.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/30695",
"merged_at": "2020-01-04T23:08:34Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/30695.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/30695"
}
|
https://api.github.com/repos/pandas-dev/pandas/issues/30696
|
https://api.github.com/repos/pandas-dev/pandas
|
https://api.github.com/repos/pandas-dev/pandas/issues/30696/labels{/name}
|
https://api.github.com/repos/pandas-dev/pandas/issues/30696/comments
|
https://api.github.com/repos/pandas-dev/pandas/issues/30696/events
|
https://github.com/pandas-dev/pandas/pull/30696
| 545,331,023
|
MDExOlB1bGxSZXF1ZXN0MzU5MjQ2NDA3
| 30,696
|
Make DTI/TDI _union behavior match
|
{
"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": "AFEEEE",
"default": false,
"description": null,
"id": 211840,
"name": "Timeseries",
"node_id": "MDU6TGFiZWwyMTE4NDA=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Timeseries"
},
{
"color": "5319e7",
"default": false,
"description": "Timedelta data type",
"id": 49597148,
"name": "Timedelta",
"node_id": "MDU6TGFiZWw0OTU5NzE0OA==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Timedelta"
}
] |
closed
| false
| null |
[] |
{
"closed_at": "2020-01-30T12:18:05Z",
"closed_issues": 2207,
"created_at": "2012-09-13T02:13:00Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4",
"events_url": "https://api.github.com/users/wesm/events{/privacy}",
"followers_url": "https://api.github.com/users/wesm/followers",
"following_url": "https://api.github.com/users/wesm/following{/other_user}",
"gists_url": "https://api.github.com/users/wesm/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/wesm",
"id": 329591,
"login": "wesm",
"node_id": "MDQ6VXNlcjMyOTU5MQ==",
"organizations_url": "https://api.github.com/users/wesm/orgs",
"received_events_url": "https://api.github.com/users/wesm/received_events",
"repos_url": "https://api.github.com/users/wesm/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/wesm/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/wesm/subscriptions",
"type": "User",
"url": "https://api.github.com/users/wesm"
},
"description": "on-merge: backport to 1.0.x",
"due_on": "2020-02-01T08:00:00Z",
"html_url": "https://github.com/pandas-dev/pandas/milestone/16",
"id": 174211,
"labels_url": "https://api.github.com/repos/pandas-dev/pandas/milestones/16/labels",
"node_id": "MDk6TWlsZXN0b25lMTc0MjEx",
"number": 16,
"open_issues": 0,
"state": "closed",
"title": "1.0.0",
"updated_at": "2020-01-30T12:18:05Z",
"url": "https://api.github.com/repos/pandas-dev/pandas/milestones/16"
}
| 2
| 2020-01-04T20:49:39Z
| 2020-01-05T18:57:34Z
| 2020-01-05T18:42:18Z
|
MEMBER
| null |
Following this we'll be able to share the method.
|
{
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/30696/reactions"
}
|
https://api.github.com/repos/pandas-dev/pandas/issues/30696/timeline
| null | 0
|
{
"diff_url": "https://github.com/pandas-dev/pandas/pull/30696.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/30696",
"merged_at": "2020-01-05T18:42:18Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/30696.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/30696"
}
|
https://api.github.com/repos/pandas-dev/pandas/issues/30697
|
https://api.github.com/repos/pandas-dev/pandas
|
https://api.github.com/repos/pandas-dev/pandas/issues/30697/labels{/name}
|
https://api.github.com/repos/pandas-dev/pandas/issues/30697/comments
|
https://api.github.com/repos/pandas-dev/pandas/issues/30697/events
|
https://github.com/pandas-dev/pandas/pull/30697
| 545,331,261
|
MDExOlB1bGxSZXF1ZXN0MzU5MjQ2NTcy
| 30,697
|
Implement PeriodIndex.difference without object-dtype cast
|
{
"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": "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": "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-01-30T12:18:05Z",
"closed_issues": 2207,
"created_at": "2012-09-13T02:13:00Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4",
"events_url": "https://api.github.com/users/wesm/events{/privacy}",
"followers_url": "https://api.github.com/users/wesm/followers",
"following_url": "https://api.github.com/users/wesm/following{/other_user}",
"gists_url": "https://api.github.com/users/wesm/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/wesm",
"id": 329591,
"login": "wesm",
"node_id": "MDQ6VXNlcjMyOTU5MQ==",
"organizations_url": "https://api.github.com/users/wesm/orgs",
"received_events_url": "https://api.github.com/users/wesm/received_events",
"repos_url": "https://api.github.com/users/wesm/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/wesm/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/wesm/subscriptions",
"type": "User",
"url": "https://api.github.com/users/wesm"
},
"description": "on-merge: backport to 1.0.x",
"due_on": "2020-02-01T08:00:00Z",
"html_url": "https://github.com/pandas-dev/pandas/milestone/16",
"id": 174211,
"labels_url": "https://api.github.com/repos/pandas-dev/pandas/milestones/16/labels",
"node_id": "MDk6TWlsZXN0b25lMTc0MjEx",
"number": 16,
"open_issues": 0,
"state": "closed",
"title": "1.0.0",
"updated_at": "2020-01-30T12:18:05Z",
"url": "https://api.github.com/repos/pandas-dev/pandas/milestones/16"
}
| 2
| 2020-01-04T20:52:23Z
| 2020-01-05T18:08:39Z
| 2020-01-05T16:22:42Z
|
MEMBER
| null |
Analogous to #30666. After this we'll be able to share some code between the set operations.
The edit in pd._testing is mostly unrelated. Both are motivated by tracking down the places where object-dtype ndarray is passed to PeriodIndex._shallow_copy.
|
{
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/30697/reactions"
}
|
https://api.github.com/repos/pandas-dev/pandas/issues/30697/timeline
| null | 0
|
{
"diff_url": "https://github.com/pandas-dev/pandas/pull/30697.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/30697",
"merged_at": "2020-01-05T16:22:42Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/30697.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/30697"
}
|
https://api.github.com/repos/pandas-dev/pandas/issues/30698
|
https://api.github.com/repos/pandas-dev/pandas
|
https://api.github.com/repos/pandas-dev/pandas/issues/30698/labels{/name}
|
https://api.github.com/repos/pandas-dev/pandas/issues/30698/comments
|
https://api.github.com/repos/pandas-dev/pandas/issues/30698/events
|
https://github.com/pandas-dev/pandas/pull/30698
| 545,333,175
|
MDExOlB1bGxSZXF1ZXN0MzU5MjQ3OTE5
| 30,698
|
Fix integer check; also add column with integer name in test case.
|
{
"avatar_url": "https://avatars.githubusercontent.com/u/13176356?v=4",
"events_url": "https://api.github.com/users/hwalinga/events{/privacy}",
"followers_url": "https://api.github.com/users/hwalinga/followers",
"following_url": "https://api.github.com/users/hwalinga/following{/other_user}",
"gists_url": "https://api.github.com/users/hwalinga/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/hwalinga",
"id": 13176356,
"login": "hwalinga",
"node_id": "MDQ6VXNlcjEzMTc2MzU2",
"organizations_url": "https://api.github.com/users/hwalinga/orgs",
"received_events_url": "https://api.github.com/users/hwalinga/received_events",
"repos_url": "https://api.github.com/users/hwalinga/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/hwalinga/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/hwalinga/subscriptions",
"type": "User",
"url": "https://api.github.com/users/hwalinga"
}
|
[
{
"color": "ea91a4",
"default": false,
"description": "type annotations, mypy/pyright type checking",
"id": 1280988427,
"name": "Typing",
"node_id": "MDU6TGFiZWwxMjgwOTg4NDI3",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Typing"
}
] |
closed
| false
| null |
[] |
{
"closed_at": "2020-01-30T12:18:05Z",
"closed_issues": 2207,
"created_at": "2012-09-13T02:13:00Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4",
"events_url": "https://api.github.com/users/wesm/events{/privacy}",
"followers_url": "https://api.github.com/users/wesm/followers",
"following_url": "https://api.github.com/users/wesm/following{/other_user}",
"gists_url": "https://api.github.com/users/wesm/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/wesm",
"id": 329591,
"login": "wesm",
"node_id": "MDQ6VXNlcjMyOTU5MQ==",
"organizations_url": "https://api.github.com/users/wesm/orgs",
"received_events_url": "https://api.github.com/users/wesm/received_events",
"repos_url": "https://api.github.com/users/wesm/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/wesm/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/wesm/subscriptions",
"type": "User",
"url": "https://api.github.com/users/wesm"
},
"description": "on-merge: backport to 1.0.x",
"due_on": "2020-02-01T08:00:00Z",
"html_url": "https://github.com/pandas-dev/pandas/milestone/16",
"id": 174211,
"labels_url": "https://api.github.com/repos/pandas-dev/pandas/milestones/16/labels",
"node_id": "MDk6TWlsZXN0b25lMTc0MjEx",
"number": 16,
"open_issues": 0,
"state": "closed",
"title": "1.0.0",
"updated_at": "2020-01-30T12:18:05Z",
"url": "https://api.github.com/repos/pandas-dev/pandas/milestones/16"
}
| 2
| 2020-01-04T21:14:05Z
| 2020-01-04T22:06:46Z
| 2020-01-04T22:06:33Z
|
CONTRIBUTOR
| null |
A small embarrassing mistake is corrected here that was introduced in the recently merged #28215
|
{
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/30698/reactions"
}
|
https://api.github.com/repos/pandas-dev/pandas/issues/30698/timeline
| null | 0
|
{
"diff_url": "https://github.com/pandas-dev/pandas/pull/30698.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/30698",
"merged_at": "2020-01-04T22:06:33Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/30698.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/30698"
}
|
https://api.github.com/repos/pandas-dev/pandas/issues/30699
|
https://api.github.com/repos/pandas-dev/pandas
|
https://api.github.com/repos/pandas-dev/pandas/issues/30699/labels{/name}
|
https://api.github.com/repos/pandas-dev/pandas/issues/30699/comments
|
https://api.github.com/repos/pandas-dev/pandas/issues/30699/events
|
https://github.com/pandas-dev/pandas/issues/30699
| 545,336,099
|
MDU6SXNzdWU1NDUzMzYwOTk=
| 30,699
|
BUG: Datetimelike equality comparisons with Categorical
|
{
"avatar_url": "https://avatars.githubusercontent.com/u/5332445?v=4",
"events_url": "https://api.github.com/users/jschendel/events{/privacy}",
"followers_url": "https://api.github.com/users/jschendel/followers",
"following_url": "https://api.github.com/users/jschendel/following{/other_user}",
"gists_url": "https://api.github.com/users/jschendel/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/jschendel",
"id": 5332445,
"login": "jschendel",
"node_id": "MDQ6VXNlcjUzMzI0NDU=",
"organizations_url": "https://api.github.com/users/jschendel/orgs",
"received_events_url": "https://api.github.com/users/jschendel/received_events",
"repos_url": "https://api.github.com/users/jschendel/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/jschendel/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/jschendel/subscriptions",
"type": "User",
"url": "https://api.github.com/users/jschendel"
}
|
[
{
"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": "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
|
{
"avatar_url": "https://avatars.githubusercontent.com/u/71657491?v=4",
"events_url": "https://api.github.com/users/khintze1/events{/privacy}",
"followers_url": "https://api.github.com/users/khintze1/followers",
"following_url": "https://api.github.com/users/khintze1/following{/other_user}",
"gists_url": "https://api.github.com/users/khintze1/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/khintze1",
"id": 71657491,
"login": "khintze1",
"node_id": "MDQ6VXNlcjcxNjU3NDkx",
"organizations_url": "https://api.github.com/users/khintze1/orgs",
"received_events_url": "https://api.github.com/users/khintze1/received_events",
"repos_url": "https://api.github.com/users/khintze1/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/khintze1/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/khintze1/subscriptions",
"type": "User",
"url": "https://api.github.com/users/khintze1"
}
|
[
{
"avatar_url": "https://avatars.githubusercontent.com/u/71657491?v=4",
"events_url": "https://api.github.com/users/khintze1/events{/privacy}",
"followers_url": "https://api.github.com/users/khintze1/followers",
"following_url": "https://api.github.com/users/khintze1/following{/other_user}",
"gists_url": "https://api.github.com/users/khintze1/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/khintze1",
"id": 71657491,
"login": "khintze1",
"node_id": "MDQ6VXNlcjcxNjU3NDkx",
"organizations_url": "https://api.github.com/users/khintze1/orgs",
"received_events_url": "https://api.github.com/users/khintze1/received_events",
"repos_url": "https://api.github.com/users/khintze1/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/khintze1/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/khintze1/subscriptions",
"type": "User",
"url": "https://api.github.com/users/khintze1"
}
] |
{
"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"
}
| 12
| 2020-01-04T21:43:39Z
| 2021-01-08T14:10:02Z
| 2021-01-08T14:10:02Z
|
MEMBER
| null |
#### Code Sample, a copy-pastable example if possible
Consider the following setup on master:
```python
In [1]: import pandas as pd; pd.__version__
Out[1]: '0.26.0.dev0+1576.gdd0d353fb'
In [2]: dti = pd.date_range("2020", periods=3)
...: dti_tz = pd.date_range("2020", periods=3, tz="UTC")
...: tdi = pd.timedelta_range("0 days", periods=3)
...: pi = pd.period_range("2020Q1", periods=3, freq="Q")
```
Equality comparisons with an equivalent `Categorical` are incorrect for `DatetimeIndex`:
```python
In [3]: dti == pd.Categorical(dti)
Out[3]: array([False, False, False])
In [4]: dti_tz == pd.Categorical(dti_tz)
Out[4]: array([False, False, False])
```
Equality comparisons raise for `PeriodIndex`:
```python
In [5]: pi == pd.Categorical(pi)
---------------------------------------------------------------------------
ValueError: Value must be Period, string, integer, or datetime
```
Looks good for `TimedeltaIndex`:
```python
In [6]: tdi == pd.Categorical(tdi)
Out[6]: array([ True, True, True])
```
The incorrect behavior above is generally consistent when replacing the index with its extension array/Series equivalent, `Categorical` with `CategoricalIndex`/`Series[Categorical]`, and `==` with `!=`.
The only exception appears to be that a couple cases work when when you have a `Categorical`/ `CategoricalIndex` on the RHS and an extension array on the LHS:
```python
In [7]: pd.Categorical(dti) == dti.array
Out[7]: array([ True, True, True])
In [8]: pd.CategoricalIndex(pi) == pi.array
Out[8]: array([ True, True, True])
```
Though note that the above does not work for `dti_tz.array`
#### Problem description
Equality comparisons for datetimelike arrays/indexes are largely incorrect when comparing to equivalent categoricals. There is some tie in to #19513 but I think this specific component is pretty clear cut.
#### Expected Output
I'd expect all variants of `==` to in the examples above to return `array([ True, True, True])`, and all variants of `!=` to return `array([False, False, False])`.
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/30699/reactions"
}
|
https://api.github.com/repos/pandas-dev/pandas/issues/30699/timeline
| null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/30700
|
https://api.github.com/repos/pandas-dev/pandas
|
https://api.github.com/repos/pandas-dev/pandas/issues/30700/labels{/name}
|
https://api.github.com/repos/pandas-dev/pandas/issues/30700/comments
|
https://api.github.com/repos/pandas-dev/pandas/issues/30700/events
|
https://github.com/pandas-dev/pandas/pull/30700
| 545,338,916
|
MDExOlB1bGxSZXF1ZXN0MzU5MjUxNzc2
| 30,700
|
CLN: Replace fstring in tests/groupby/*.py files
|
{
"avatar_url": "https://avatars.githubusercontent.com/u/21971847?v=4",
"events_url": "https://api.github.com/users/Sangarshanan/events{/privacy}",
"followers_url": "https://api.github.com/users/Sangarshanan/followers",
"following_url": "https://api.github.com/users/Sangarshanan/following{/other_user}",
"gists_url": "https://api.github.com/users/Sangarshanan/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/Sangarshanan",
"id": 21971847,
"login": "Sangarshanan",
"node_id": "MDQ6VXNlcjIxOTcxODQ3",
"organizations_url": "https://api.github.com/users/Sangarshanan/orgs",
"received_events_url": "https://api.github.com/users/Sangarshanan/received_events",
"repos_url": "https://api.github.com/users/Sangarshanan/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/Sangarshanan/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/Sangarshanan/subscriptions",
"type": "User",
"url": "https://api.github.com/users/Sangarshanan"
}
|
[
{
"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"
},
{
"color": "207de5",
"default": false,
"description": null,
"id": 211029535,
"name": "Clean",
"node_id": "MDU6TGFiZWwyMTEwMjk1MzU=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Clean"
}
] |
closed
| false
| null |
[] |
{
"closed_at": "2020-01-30T12:18:05Z",
"closed_issues": 2207,
"created_at": "2012-09-13T02:13:00Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4",
"events_url": "https://api.github.com/users/wesm/events{/privacy}",
"followers_url": "https://api.github.com/users/wesm/followers",
"following_url": "https://api.github.com/users/wesm/following{/other_user}",
"gists_url": "https://api.github.com/users/wesm/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/wesm",
"id": 329591,
"login": "wesm",
"node_id": "MDQ6VXNlcjMyOTU5MQ==",
"organizations_url": "https://api.github.com/users/wesm/orgs",
"received_events_url": "https://api.github.com/users/wesm/received_events",
"repos_url": "https://api.github.com/users/wesm/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/wesm/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/wesm/subscriptions",
"type": "User",
"url": "https://api.github.com/users/wesm"
},
"description": "on-merge: backport to 1.0.x",
"due_on": "2020-02-01T08:00:00Z",
"html_url": "https://github.com/pandas-dev/pandas/milestone/16",
"id": 174211,
"labels_url": "https://api.github.com/repos/pandas-dev/pandas/milestones/16/labels",
"node_id": "MDk6TWlsZXN0b25lMTc0MjEx",
"number": 16,
"open_issues": 0,
"state": "closed",
"title": "1.0.0",
"updated_at": "2020-01-30T12:18:05Z",
"url": "https://api.github.com/repos/pandas-dev/pandas/milestones/16"
}
| 1
| 2020-01-04T22:14:19Z
| 2020-01-05T06:50:20Z
| 2020-01-04T23:27:39Z
|
CONTRIBUTOR
| null |
- [ ] closes #xxxx
- [ ] tests added / passed
- [x] passes `black pandas`
- [ ] passes `git diff upstream/master -u -- "*.py" | flake8 --diff`
- [ ] whatsnew entry
Ref to #29547
|
{
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/30700/reactions"
}
|
https://api.github.com/repos/pandas-dev/pandas/issues/30700/timeline
| null | 0
|
{
"diff_url": "https://github.com/pandas-dev/pandas/pull/30700.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/30700",
"merged_at": "2020-01-04T23:27:39Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/30700.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/30700"
}
|
https://api.github.com/repos/pandas-dev/pandas/issues/30701
|
https://api.github.com/repos/pandas-dev/pandas
|
https://api.github.com/repos/pandas-dev/pandas/issues/30701/labels{/name}
|
https://api.github.com/repos/pandas-dev/pandas/issues/30701/comments
|
https://api.github.com/repos/pandas-dev/pandas/issues/30701/events
|
https://github.com/pandas-dev/pandas/pull/30701
| 545,340,522
|
MDExOlB1bGxSZXF1ZXN0MzU5MjUyOTE5
| 30,701
|
BUG: TimedeltaIndex.union with sort=False
|
{
"avatar_url": "https://avatars.githubusercontent.com/u/8078968?v=4",
"events_url": "https://api.github.com/users/jbrockmendel/events{/privacy}",
"followers_url": "https://api.github.com/users/jbrockmendel/followers",
"following_url": "https://api.github.com/users/jbrockmendel/following{/other_user}",
"gists_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": "Timedelta data type",
"id": 49597148,
"name": "Timedelta",
"node_id": "MDU6TGFiZWw0OTU5NzE0OA==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Timedelta"
}
] |
closed
| false
| null |
[] |
{
"closed_at": "2020-01-30T12:18:05Z",
"closed_issues": 2207,
"created_at": "2012-09-13T02:13:00Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4",
"events_url": "https://api.github.com/users/wesm/events{/privacy}",
"followers_url": "https://api.github.com/users/wesm/followers",
"following_url": "https://api.github.com/users/wesm/following{/other_user}",
"gists_url": "https://api.github.com/users/wesm/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/wesm",
"id": 329591,
"login": "wesm",
"node_id": "MDQ6VXNlcjMyOTU5MQ==",
"organizations_url": "https://api.github.com/users/wesm/orgs",
"received_events_url": "https://api.github.com/users/wesm/received_events",
"repos_url": "https://api.github.com/users/wesm/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/wesm/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/wesm/subscriptions",
"type": "User",
"url": "https://api.github.com/users/wesm"
},
"description": "on-merge: backport to 1.0.x",
"due_on": "2020-02-01T08:00:00Z",
"html_url": "https://github.com/pandas-dev/pandas/milestone/16",
"id": 174211,
"labels_url": "https://api.github.com/repos/pandas-dev/pandas/milestones/16/labels",
"node_id": "MDk6TWlsZXN0b25lMTc0MjEx",
"number": 16,
"open_issues": 0,
"state": "closed",
"title": "1.0.0",
"updated_at": "2020-01-30T12:18:05Z",
"url": "https://api.github.com/repos/pandas-dev/pandas/milestones/16"
}
| 1
| 2020-01-04T22:33:28Z
| 2020-01-04T23:23:09Z
| 2020-01-04T23:15:41Z
|
MEMBER
| null |
This matches the DTI behavior, so after this _fast_union can be shared between DTI and TDI.
|
{
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/30701/reactions"
}
|
https://api.github.com/repos/pandas-dev/pandas/issues/30701/timeline
| null | 0
|
{
"diff_url": "https://github.com/pandas-dev/pandas/pull/30701.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/30701",
"merged_at": "2020-01-04T23:15:41Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/30701.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/30701"
}
|
https://api.github.com/repos/pandas-dev/pandas/issues/30702
|
https://api.github.com/repos/pandas-dev/pandas
|
https://api.github.com/repos/pandas-dev/pandas/issues/30702/labels{/name}
|
https://api.github.com/repos/pandas-dev/pandas/issues/30702/comments
|
https://api.github.com/repos/pandas-dev/pandas/issues/30702/events
|
https://github.com/pandas-dev/pandas/pull/30702
| 545,342,671
|
MDExOlB1bGxSZXF1ZXN0MzU5MjU0NDUx
| 30,702
|
DEPR: CategoricalIndex.take_nd
|
{
"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": "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"
},
{
"color": "5319e7",
"default": false,
"description": "Functionality to remove in pandas",
"id": 87485152,
"name": "Deprecate",
"node_id": "MDU6TGFiZWw4NzQ4NTE1Mg==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Deprecate"
}
] |
closed
| false
| null |
[] |
{
"closed_at": "2020-01-30T12:18:05Z",
"closed_issues": 2207,
"created_at": "2012-09-13T02:13:00Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4",
"events_url": "https://api.github.com/users/wesm/events{/privacy}",
"followers_url": "https://api.github.com/users/wesm/followers",
"following_url": "https://api.github.com/users/wesm/following{/other_user}",
"gists_url": "https://api.github.com/users/wesm/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/wesm",
"id": 329591,
"login": "wesm",
"node_id": "MDQ6VXNlcjMyOTU5MQ==",
"organizations_url": "https://api.github.com/users/wesm/orgs",
"received_events_url": "https://api.github.com/users/wesm/received_events",
"repos_url": "https://api.github.com/users/wesm/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/wesm/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/wesm/subscriptions",
"type": "User",
"url": "https://api.github.com/users/wesm"
},
"description": "on-merge: backport to 1.0.x",
"due_on": "2020-02-01T08:00:00Z",
"html_url": "https://github.com/pandas-dev/pandas/milestone/16",
"id": 174211,
"labels_url": "https://api.github.com/repos/pandas-dev/pandas/milestones/16/labels",
"node_id": "MDk6TWlsZXN0b25lMTc0MjEx",
"number": 16,
"open_issues": 0,
"state": "closed",
"title": "1.0.0",
"updated_at": "2020-01-30T12:18:05Z",
"url": "https://api.github.com/repos/pandas-dev/pandas/milestones/16"
}
| 0
| 2020-01-04T22:58:59Z
| 2020-01-05T18:56:35Z
| 2020-01-05T18:43:12Z
|
MEMBER
| null |
matching Categorical.take_nd deprecation
|
{
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/30702/reactions"
}
|
https://api.github.com/repos/pandas-dev/pandas/issues/30702/timeline
| null | 0
|
{
"diff_url": "https://github.com/pandas-dev/pandas/pull/30702.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/30702",
"merged_at": "2020-01-05T18:43:12Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/30702.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/30702"
}
|
https://api.github.com/repos/pandas-dev/pandas/issues/30703
|
https://api.github.com/repos/pandas-dev/pandas
|
https://api.github.com/repos/pandas-dev/pandas/issues/30703/labels{/name}
|
https://api.github.com/repos/pandas-dev/pandas/issues/30703/comments
|
https://api.github.com/repos/pandas-dev/pandas/issues/30703/events
|
https://github.com/pandas-dev/pandas/pull/30703
| 545,344,645
|
MDExOlB1bGxSZXF1ZXN0MzU5MjU1ODQ1
| 30,703
|
Implement ExtensionIndex
|
{
"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": "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": "d4c5f9",
"default": false,
"description": "Series/DataFrame/Index/pd.array Constructors",
"id": 1465286368,
"name": "Constructors",
"node_id": "MDU6TGFiZWwxNDY1Mjg2MzY4",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Constructors"
}
] |
closed
| false
| null |
[] |
{
"closed_at": "2020-01-30T12:18:05Z",
"closed_issues": 2207,
"created_at": "2012-09-13T02:13:00Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4",
"events_url": "https://api.github.com/users/wesm/events{/privacy}",
"followers_url": "https://api.github.com/users/wesm/followers",
"following_url": "https://api.github.com/users/wesm/following{/other_user}",
"gists_url": "https://api.github.com/users/wesm/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/wesm",
"id": 329591,
"login": "wesm",
"node_id": "MDQ6VXNlcjMyOTU5MQ==",
"organizations_url": "https://api.github.com/users/wesm/orgs",
"received_events_url": "https://api.github.com/users/wesm/received_events",
"repos_url": "https://api.github.com/users/wesm/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/wesm/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/wesm/subscriptions",
"type": "User",
"url": "https://api.github.com/users/wesm"
},
"description": "on-merge: backport to 1.0.x",
"due_on": "2020-02-01T08:00:00Z",
"html_url": "https://github.com/pandas-dev/pandas/milestone/16",
"id": 174211,
"labels_url": "https://api.github.com/repos/pandas-dev/pandas/milestones/16/labels",
"node_id": "MDk6TWlsZXN0b25lMTc0MjEx",
"number": 16,
"open_issues": 0,
"state": "closed",
"title": "1.0.0",
"updated_at": "2020-01-30T12:18:05Z",
"url": "https://api.github.com/repos/pandas-dev/pandas/milestones/16"
}
| 2
| 2020-01-04T23:22:49Z
| 2020-01-05T21:35:09Z
| 2020-01-05T21:30:44Z
|
MEMBER
| null |
So far this just puts `take` in it, but there are a handful of other methods we'll be able to move from our existing EA Indexes.
|
{
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/30703/reactions"
}
|
https://api.github.com/repos/pandas-dev/pandas/issues/30703/timeline
| null | 0
|
{
"diff_url": "https://github.com/pandas-dev/pandas/pull/30703.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/30703",
"merged_at": "2020-01-05T21:30:44Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/30703.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/30703"
}
|
https://api.github.com/repos/pandas-dev/pandas/issues/30704
|
https://api.github.com/repos/pandas-dev/pandas
|
https://api.github.com/repos/pandas-dev/pandas/issues/30704/labels{/name}
|
https://api.github.com/repos/pandas-dev/pandas/issues/30704/comments
|
https://api.github.com/repos/pandas-dev/pandas/issues/30704/events
|
https://github.com/pandas-dev/pandas/pull/30704
| 545,351,095
|
MDExOlB1bGxSZXF1ZXN0MzU5MjYwMTYx
| 30,704
|
REF: Share _fast_union between DTI/TDI
|
{
"avatar_url": "https://avatars.githubusercontent.com/u/8078968?v=4",
"events_url": "https://api.github.com/users/jbrockmendel/events{/privacy}",
"followers_url": "https://api.github.com/users/jbrockmendel/followers",
"following_url": "https://api.github.com/users/jbrockmendel/following{/other_user}",
"gists_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": "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"
}
] |
closed
| false
| null |
[] |
{
"closed_at": "2020-01-30T12:18:05Z",
"closed_issues": 2207,
"created_at": "2012-09-13T02:13:00Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4",
"events_url": "https://api.github.com/users/wesm/events{/privacy}",
"followers_url": "https://api.github.com/users/wesm/followers",
"following_url": "https://api.github.com/users/wesm/following{/other_user}",
"gists_url": "https://api.github.com/users/wesm/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/wesm",
"id": 329591,
"login": "wesm",
"node_id": "MDQ6VXNlcjMyOTU5MQ==",
"organizations_url": "https://api.github.com/users/wesm/orgs",
"received_events_url": "https://api.github.com/users/wesm/received_events",
"repos_url": "https://api.github.com/users/wesm/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/wesm/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/wesm/subscriptions",
"type": "User",
"url": "https://api.github.com/users/wesm"
},
"description": "on-merge: backport to 1.0.x",
"due_on": "2020-02-01T08:00:00Z",
"html_url": "https://github.com/pandas-dev/pandas/milestone/16",
"id": 174211,
"labels_url": "https://api.github.com/repos/pandas-dev/pandas/milestones/16/labels",
"node_id": "MDk6TWlsZXN0b25lMTc0MjEx",
"number": 16,
"open_issues": 0,
"state": "closed",
"title": "1.0.0",
"updated_at": "2020-01-30T12:18:05Z",
"url": "https://api.github.com/repos/pandas-dev/pandas/milestones/16"
}
| 0
| 2020-01-05T00:46:51Z
| 2020-01-05T18:07:26Z
| 2020-01-05T16:23:01Z
|
MEMBER
| null |
{
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/30704/reactions"
}
|
https://api.github.com/repos/pandas-dev/pandas/issues/30704/timeline
| null | 0
|
{
"diff_url": "https://github.com/pandas-dev/pandas/pull/30704.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/30704",
"merged_at": "2020-01-05T16:23:01Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/30704.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/30704"
}
|
|
https://api.github.com/repos/pandas-dev/pandas/issues/30705
|
https://api.github.com/repos/pandas-dev/pandas
|
https://api.github.com/repos/pandas-dev/pandas/issues/30705/labels{/name}
|
https://api.github.com/repos/pandas-dev/pandas/issues/30705/comments
|
https://api.github.com/repos/pandas-dev/pandas/issues/30705/events
|
https://github.com/pandas-dev/pandas/pull/30705
| 545,355,244
|
MDExOlB1bGxSZXF1ZXN0MzU5MjYzMTE3
| 30,705
|
BUG: listlike comparisons for DTA and TDA
|
{
"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": "6138b5",
"default": false,
"description": "Extending pandas with custom dtypes or arrays.",
"id": 849023693,
"name": "ExtensionArray",
"node_id": "MDU6TGFiZWw4NDkwMjM2OTM=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/ExtensionArray"
}
] |
closed
| false
| null |
[] |
{
"closed_at": "2020-01-30T12:18:05Z",
"closed_issues": 2207,
"created_at": "2012-09-13T02:13:00Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4",
"events_url": "https://api.github.com/users/wesm/events{/privacy}",
"followers_url": "https://api.github.com/users/wesm/followers",
"following_url": "https://api.github.com/users/wesm/following{/other_user}",
"gists_url": "https://api.github.com/users/wesm/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/wesm",
"id": 329591,
"login": "wesm",
"node_id": "MDQ6VXNlcjMyOTU5MQ==",
"organizations_url": "https://api.github.com/users/wesm/orgs",
"received_events_url": "https://api.github.com/users/wesm/received_events",
"repos_url": "https://api.github.com/users/wesm/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/wesm/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/wesm/subscriptions",
"type": "User",
"url": "https://api.github.com/users/wesm"
},
"description": "on-merge: backport to 1.0.x",
"due_on": "2020-02-01T08:00:00Z",
"html_url": "https://github.com/pandas-dev/pandas/milestone/16",
"id": 174211,
"labels_url": "https://api.github.com/repos/pandas-dev/pandas/milestones/16/labels",
"node_id": "MDk6TWlsZXN0b25lMTc0MjEx",
"number": 16,
"open_issues": 0,
"state": "closed",
"title": "1.0.0",
"updated_at": "2020-01-30T12:18:05Z",
"url": "https://api.github.com/repos/pandas-dev/pandas/milestones/16"
}
| 0
| 2020-01-05T01:43:31Z
| 2020-01-05T18:09:02Z
| 2020-01-05T16:18:07Z
|
MEMBER
| null |
These will now match PeriodArray, and we can move to share the methods.
|
{
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/30705/reactions"
}
|
https://api.github.com/repos/pandas-dev/pandas/issues/30705/timeline
| null | 0
|
{
"diff_url": "https://github.com/pandas-dev/pandas/pull/30705.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/30705",
"merged_at": "2020-01-05T16:18:07Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/30705.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/30705"
}
|
https://api.github.com/repos/pandas-dev/pandas/issues/30706
|
https://api.github.com/repos/pandas-dev/pandas
|
https://api.github.com/repos/pandas-dev/pandas/issues/30706/labels{/name}
|
https://api.github.com/repos/pandas-dev/pandas/issues/30706/comments
|
https://api.github.com/repos/pandas-dev/pandas/issues/30706/events
|
https://github.com/pandas-dev/pandas/pull/30706
| 545,377,775
|
MDExOlB1bGxSZXF1ZXN0MzU5Mjc1NDA5
| 30,706
|
CLN: replacing '.format' with f-strings in various files
|
{
"avatar_url": "https://avatars.githubusercontent.com/u/19152108?v=4",
"events_url": "https://api.github.com/users/AlfredoGJ/events{/privacy}",
"followers_url": "https://api.github.com/users/AlfredoGJ/followers",
"following_url": "https://api.github.com/users/AlfredoGJ/following{/other_user}",
"gists_url": "https://api.github.com/users/AlfredoGJ/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/AlfredoGJ",
"id": 19152108,
"login": "AlfredoGJ",
"node_id": "MDQ6VXNlcjE5MTUyMTA4",
"organizations_url": "https://api.github.com/users/AlfredoGJ/orgs",
"received_events_url": "https://api.github.com/users/AlfredoGJ/received_events",
"repos_url": "https://api.github.com/users/AlfredoGJ/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/AlfredoGJ/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/AlfredoGJ/subscriptions",
"type": "User",
"url": "https://api.github.com/users/AlfredoGJ"
}
|
[
{
"color": "eb6420",
"default": false,
"description": "Code style, linting, code_checks",
"id": 106935113,
"name": "Code Style",
"node_id": "MDU6TGFiZWwxMDY5MzUxMTM=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Code%20Style"
}
] |
closed
| false
| null |
[] |
{
"closed_at": "2020-01-30T12:18:05Z",
"closed_issues": 2207,
"created_at": "2012-09-13T02:13:00Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4",
"events_url": "https://api.github.com/users/wesm/events{/privacy}",
"followers_url": "https://api.github.com/users/wesm/followers",
"following_url": "https://api.github.com/users/wesm/following{/other_user}",
"gists_url": "https://api.github.com/users/wesm/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/wesm",
"id": 329591,
"login": "wesm",
"node_id": "MDQ6VXNlcjMyOTU5MQ==",
"organizations_url": "https://api.github.com/users/wesm/orgs",
"received_events_url": "https://api.github.com/users/wesm/received_events",
"repos_url": "https://api.github.com/users/wesm/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/wesm/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/wesm/subscriptions",
"type": "User",
"url": "https://api.github.com/users/wesm"
},
"description": "on-merge: backport to 1.0.x",
"due_on": "2020-02-01T08:00:00Z",
"html_url": "https://github.com/pandas-dev/pandas/milestone/16",
"id": 174211,
"labels_url": "https://api.github.com/repos/pandas-dev/pandas/milestones/16/labels",
"node_id": "MDk6TWlsZXN0b25lMTc0MjEx",
"number": 16,
"open_issues": 0,
"state": "closed",
"title": "1.0.0",
"updated_at": "2020-01-30T12:18:05Z",
"url": "https://api.github.com/repos/pandas-dev/pandas/milestones/16"
}
| 2
| 2020-01-05T06:17:42Z
| 2020-01-06T17:45:18Z
| 2020-01-06T17:45:14Z
|
CONTRIBUTOR
| null |
- [x] contributes to #29547
- [ ] tests added / passed
- [X] passes `black pandas`
- [X] passes `git diff upstream/master -u -- "*.py" | flake8 --diff`
- [ ] whatsnew entry
|
{
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/30706/reactions"
}
|
https://api.github.com/repos/pandas-dev/pandas/issues/30706/timeline
| null | 0
|
{
"diff_url": "https://github.com/pandas-dev/pandas/pull/30706.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/30706",
"merged_at": "2020-01-06T17:45:14Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/30706.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/30706"
}
|
https://api.github.com/repos/pandas-dev/pandas/issues/30707
|
https://api.github.com/repos/pandas-dev/pandas
|
https://api.github.com/repos/pandas-dev/pandas/issues/30707/labels{/name}
|
https://api.github.com/repos/pandas-dev/pandas/issues/30707/comments
|
https://api.github.com/repos/pandas-dev/pandas/issues/30707/events
|
https://github.com/pandas-dev/pandas/pull/30707
| 545,402,893
|
MDExOlB1bGxSZXF1ZXN0MzU5MjkxMDY3
| 30,707
|
STY: Spaces over concat strings - batch 1
|
{
"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-01-30T12:18:05Z",
"closed_issues": 2207,
"created_at": "2012-09-13T02:13:00Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4",
"events_url": "https://api.github.com/users/wesm/events{/privacy}",
"followers_url": "https://api.github.com/users/wesm/followers",
"following_url": "https://api.github.com/users/wesm/following{/other_user}",
"gists_url": "https://api.github.com/users/wesm/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/wesm",
"id": 329591,
"login": "wesm",
"node_id": "MDQ6VXNlcjMyOTU5MQ==",
"organizations_url": "https://api.github.com/users/wesm/orgs",
"received_events_url": "https://api.github.com/users/wesm/received_events",
"repos_url": "https://api.github.com/users/wesm/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/wesm/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/wesm/subscriptions",
"type": "User",
"url": "https://api.github.com/users/wesm"
},
"description": "on-merge: backport to 1.0.x",
"due_on": "2020-02-01T08:00:00Z",
"html_url": "https://github.com/pandas-dev/pandas/milestone/16",
"id": 174211,
"labels_url": "https://api.github.com/repos/pandas-dev/pandas/milestones/16/labels",
"node_id": "MDk6TWlsZXN0b25lMTc0MjEx",
"number": 16,
"open_issues": 0,
"state": "closed",
"title": "1.0.0",
"updated_at": "2020-01-30T12:18:05Z",
"url": "https://api.github.com/repos/pandas-dev/pandas/milestones/16"
}
| 3
| 2020-01-05T11:03:40Z
| 2020-01-06T23:42:16Z
| 2020-01-06T17:24:23Z
|
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/30707/reactions"
}
|
https://api.github.com/repos/pandas-dev/pandas/issues/30707/timeline
| null | 0
|
{
"diff_url": "https://github.com/pandas-dev/pandas/pull/30707.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/30707",
"merged_at": "2020-01-06T17:24:23Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/30707.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/30707"
}
|
https://api.github.com/repos/pandas-dev/pandas/issues/30708
|
https://api.github.com/repos/pandas-dev/pandas
|
https://api.github.com/repos/pandas-dev/pandas/issues/30708/labels{/name}
|
https://api.github.com/repos/pandas-dev/pandas/issues/30708/comments
|
https://api.github.com/repos/pandas-dev/pandas/issues/30708/events
|
https://github.com/pandas-dev/pandas/pull/30708
| 545,405,870
|
MDExOlB1bGxSZXF1ZXN0MzU5MjkzMTky
| 30,708
|
CI: Test case for wrong placed space
|
{
"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 |
[] | null | 1
| 2020-01-05T11:36:22Z
| 2020-01-08T20:32:56Z
| 2020-01-06T21:37:12Z
|
MEMBER
| null |
- [ ] closes #xxxx
- [ ] tests added / passed
- [x] passes `black pandas`
- [x] passes `git diff upstream/master -u -- "*.py" | flake8 --diff`
- [ ] whatsnew entry
Test case for:
```python
foo = (
"bar"
" baz"
)
```
|
{
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/30708/reactions"
}
|
https://api.github.com/repos/pandas-dev/pandas/issues/30708/timeline
| null | 0
|
{
"diff_url": "https://github.com/pandas-dev/pandas/pull/30708.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/30708",
"merged_at": null,
"patch_url": "https://github.com/pandas-dev/pandas/pull/30708.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/30708"
}
|
https://api.github.com/repos/pandas-dev/pandas/issues/30709
|
https://api.github.com/repos/pandas-dev/pandas
|
https://api.github.com/repos/pandas-dev/pandas/issues/30709/labels{/name}
|
https://api.github.com/repos/pandas-dev/pandas/issues/30709/comments
|
https://api.github.com/repos/pandas-dev/pandas/issues/30709/events
|
https://github.com/pandas-dev/pandas/issues/30709
| 545,428,357
|
MDU6SXNzdWU1NDU0MjgzNTc=
| 30,709
|
CI: Numpy Dev Build Failing
|
{
"avatar_url": "https://avatars.githubusercontent.com/u/16733618?v=4",
"events_url": "https://api.github.com/users/alimcmaster1/events{/privacy}",
"followers_url": "https://api.github.com/users/alimcmaster1/followers",
"following_url": "https://api.github.com/users/alimcmaster1/following{/other_user}",
"gists_url": "https://api.github.com/users/alimcmaster1/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/alimcmaster1",
"id": 16733618,
"login": "alimcmaster1",
"node_id": "MDQ6VXNlcjE2NzMzNjE4",
"organizations_url": "https://api.github.com/users/alimcmaster1/orgs",
"received_events_url": "https://api.github.com/users/alimcmaster1/received_events",
"repos_url": "https://api.github.com/users/alimcmaster1/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/alimcmaster1/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/alimcmaster1/subscriptions",
"type": "User",
"url": "https://api.github.com/users/alimcmaster1"
}
|
[
{
"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 | 0
| 2020-01-05T15:00:33Z
| 2020-01-05T16:13:30Z
| 2020-01-05T16:13:30Z
|
CONTRIBUTOR
| null |
Example build failures link [here](https://dev.azure.com/pandas-dev/pandas/_build/results?buildId=24934&view=logs&j=3a03f79d-0b41-5610-1aa4-b4a014d0bc70&t=fe74a338-551b-5fbb-553d-25f48b1836e8)
and on master:
https://dev.azure.com/pandas-dev/pandas/_build/results?buildId=24897&view=logs&j=3a03f79d-0b41-5610-1aa4-b4a014d0bc70&t=fe74a338-551b-5fbb-553d-25f48b1836e8
Believe the error is:

|
{
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/30709/reactions"
}
|
https://api.github.com/repos/pandas-dev/pandas/issues/30709/timeline
| null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/30710
|
https://api.github.com/repos/pandas-dev/pandas
|
https://api.github.com/repos/pandas-dev/pandas/issues/30710/labels{/name}
|
https://api.github.com/repos/pandas-dev/pandas/issues/30710/comments
|
https://api.github.com/repos/pandas-dev/pandas/issues/30710/events
|
https://github.com/pandas-dev/pandas/pull/30710
| 545,432,157
|
MDExOlB1bGxSZXF1ZXN0MzU5MzExODI1
| 30,710
|
CI: Fix numpydev build
|
{
"avatar_url": "https://avatars.githubusercontent.com/u/16733618?v=4",
"events_url": "https://api.github.com/users/alimcmaster1/events{/privacy}",
"followers_url": "https://api.github.com/users/alimcmaster1/followers",
"following_url": "https://api.github.com/users/alimcmaster1/following{/other_user}",
"gists_url": "https://api.github.com/users/alimcmaster1/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/alimcmaster1",
"id": 16733618,
"login": "alimcmaster1",
"node_id": "MDQ6VXNlcjE2NzMzNjE4",
"organizations_url": "https://api.github.com/users/alimcmaster1/orgs",
"received_events_url": "https://api.github.com/users/alimcmaster1/received_events",
"repos_url": "https://api.github.com/users/alimcmaster1/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/alimcmaster1/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/alimcmaster1/subscriptions",
"type": "User",
"url": "https://api.github.com/users/alimcmaster1"
}
|
[
{
"color": "a2bca7",
"default": false,
"description": "Continuous Integration",
"id": 48070600,
"name": "CI",
"node_id": "MDU6TGFiZWw0ODA3MDYwMA==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/CI"
},
{
"color": "d93f0b",
"default": false,
"description": "Required and optional dependencies",
"id": 527603109,
"name": "Dependencies",
"node_id": "MDU6TGFiZWw1Mjc2MDMxMDk=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Dependencies"
}
] |
closed
| false
| null |
[] |
{
"closed_at": "2020-01-30T12:18:05Z",
"closed_issues": 2207,
"created_at": "2012-09-13T02:13:00Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4",
"events_url": "https://api.github.com/users/wesm/events{/privacy}",
"followers_url": "https://api.github.com/users/wesm/followers",
"following_url": "https://api.github.com/users/wesm/following{/other_user}",
"gists_url": "https://api.github.com/users/wesm/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/wesm",
"id": 329591,
"login": "wesm",
"node_id": "MDQ6VXNlcjMyOTU5MQ==",
"organizations_url": "https://api.github.com/users/wesm/orgs",
"received_events_url": "https://api.github.com/users/wesm/received_events",
"repos_url": "https://api.github.com/users/wesm/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/wesm/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/wesm/subscriptions",
"type": "User",
"url": "https://api.github.com/users/wesm"
},
"description": "on-merge: backport to 1.0.x",
"due_on": "2020-02-01T08:00:00Z",
"html_url": "https://github.com/pandas-dev/pandas/milestone/16",
"id": 174211,
"labels_url": "https://api.github.com/repos/pandas-dev/pandas/milestones/16/labels",
"node_id": "MDk6TWlsZXN0b25lMTc0MjEx",
"number": 16,
"open_issues": 0,
"state": "closed",
"title": "1.0.0",
"updated_at": "2020-01-30T12:18:05Z",
"url": "https://api.github.com/repos/pandas-dev/pandas/milestones/16"
}
| 2
| 2020-01-05T15:33:20Z
| 2020-01-14T23:42:25Z
| 2020-01-05T16:13:31Z
|
CONTRIBUTOR
| null |
- [x] closes #30709
hmm.. im not sure on this. But don't see any usage of this ret value.
The C extensions now build with this change
Potentially related change on the numpy side:
https://github.com/numpy/numpy/pull/15232
cc. @WillAyd @jreback
|
{
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/30710/reactions"
}
|
https://api.github.com/repos/pandas-dev/pandas/issues/30710/timeline
| null | 0
|
{
"diff_url": "https://github.com/pandas-dev/pandas/pull/30710.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/30710",
"merged_at": "2020-01-05T16:13:30Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/30710.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/30710"
}
|
https://api.github.com/repos/pandas-dev/pandas/issues/30711
|
https://api.github.com/repos/pandas-dev/pandas
|
https://api.github.com/repos/pandas-dev/pandas/issues/30711/labels{/name}
|
https://api.github.com/repos/pandas-dev/pandas/issues/30711/comments
|
https://api.github.com/repos/pandas-dev/pandas/issues/30711/events
|
https://github.com/pandas-dev/pandas/pull/30711
| 545,450,713
|
MDExOlB1bGxSZXF1ZXN0MzU5MzI1MDMz
| 30,711
|
Datetime error message (unable to continue that PR)
|
{
"avatar_url": "https://avatars.githubusercontent.com/u/16845495?v=4",
"events_url": "https://api.github.com/users/baevpetr/events{/privacy}",
"followers_url": "https://api.github.com/users/baevpetr/followers",
"following_url": "https://api.github.com/users/baevpetr/following{/other_user}",
"gists_url": "https://api.github.com/users/baevpetr/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/baevpetr",
"id": 16845495,
"login": "baevpetr",
"node_id": "MDQ6VXNlcjE2ODQ1NDk1",
"organizations_url": "https://api.github.com/users/baevpetr/orgs",
"received_events_url": "https://api.github.com/users/baevpetr/received_events",
"repos_url": "https://api.github.com/users/baevpetr/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/baevpetr/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/baevpetr/subscriptions",
"type": "User",
"url": "https://api.github.com/users/baevpetr"
}
|
[
{
"color": "AFEEEE",
"default": false,
"description": null,
"id": 211840,
"name": "Timeseries",
"node_id": "MDU6TGFiZWwyMTE4NDA=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Timeseries"
},
{
"color": "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": "5319e7",
"default": false,
"description": "Timedelta data type",
"id": 49597148,
"name": "Timedelta",
"node_id": "MDU6TGFiZWw0OTU5NzE0OA==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Timedelta"
}
] |
closed
| false
| null |
[] | null | 5
| 2020-01-05T18:30:22Z
| 2020-01-18T12:47:41Z
| 2020-01-18T06:44:10Z
|
CONTRIBUTOR
| null |
- [ ] closes #10720
- [ ] 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/30711/reactions"
}
|
https://api.github.com/repos/pandas-dev/pandas/issues/30711/timeline
| null | 0
|
{
"diff_url": "https://github.com/pandas-dev/pandas/pull/30711.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/30711",
"merged_at": null,
"patch_url": "https://github.com/pandas-dev/pandas/pull/30711.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/30711"
}
|
https://api.github.com/repos/pandas-dev/pandas/issues/30712
|
https://api.github.com/repos/pandas-dev/pandas
|
https://api.github.com/repos/pandas-dev/pandas/issues/30712/labels{/name}
|
https://api.github.com/repos/pandas-dev/pandas/issues/30712/comments
|
https://api.github.com/repos/pandas-dev/pandas/issues/30712/events
|
https://github.com/pandas-dev/pandas/pull/30712
| 545,458,222
|
MDExOlB1bGxSZXF1ZXN0MzU5MzMwMjc5
| 30,712
|
CLN: remove Index/Series._is_homogeneous_type
|
{
"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": "207de5",
"default": false,
"description": null,
"id": 211029535,
"name": "Clean",
"node_id": "MDU6TGFiZWwyMTEwMjk1MzU=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Clean"
}
] |
closed
| false
| null |
[] |
{
"closed_at": "2020-01-30T12:18:05Z",
"closed_issues": 2207,
"created_at": "2012-09-13T02:13:00Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4",
"events_url": "https://api.github.com/users/wesm/events{/privacy}",
"followers_url": "https://api.github.com/users/wesm/followers",
"following_url": "https://api.github.com/users/wesm/following{/other_user}",
"gists_url": "https://api.github.com/users/wesm/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/wesm",
"id": 329591,
"login": "wesm",
"node_id": "MDQ6VXNlcjMyOTU5MQ==",
"organizations_url": "https://api.github.com/users/wesm/orgs",
"received_events_url": "https://api.github.com/users/wesm/received_events",
"repos_url": "https://api.github.com/users/wesm/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/wesm/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/wesm/subscriptions",
"type": "User",
"url": "https://api.github.com/users/wesm"
},
"description": "on-merge: backport to 1.0.x",
"due_on": "2020-02-01T08:00:00Z",
"html_url": "https://github.com/pandas-dev/pandas/milestone/16",
"id": 174211,
"labels_url": "https://api.github.com/repos/pandas-dev/pandas/milestones/16/labels",
"node_id": "MDk6TWlsZXN0b25lMTc0MjEx",
"number": 16,
"open_issues": 0,
"state": "closed",
"title": "1.0.0",
"updated_at": "2020-01-30T12:18:05Z",
"url": "https://api.github.com/repos/pandas-dev/pandas/milestones/16"
}
| 0
| 2020-01-05T19:43:26Z
| 2020-01-05T20:47:52Z
| 2020-01-05T20:46:28Z
|
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/30712/reactions"
}
|
https://api.github.com/repos/pandas-dev/pandas/issues/30712/timeline
| null | 0
|
{
"diff_url": "https://github.com/pandas-dev/pandas/pull/30712.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/30712",
"merged_at": "2020-01-05T20:46:28Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/30712.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/30712"
}
|
|
https://api.github.com/repos/pandas-dev/pandas/issues/30713
|
https://api.github.com/repos/pandas-dev/pandas
|
https://api.github.com/repos/pandas-dev/pandas/issues/30713/labels{/name}
|
https://api.github.com/repos/pandas-dev/pandas/issues/30713/comments
|
https://api.github.com/repos/pandas-dev/pandas/issues/30713/events
|
https://github.com/pandas-dev/pandas/pull/30713
| 545,459,553
|
MDExOlB1bGxSZXF1ZXN0MzU5MzMxMjM2
| 30,713
|
Fix PeriodIndex._shallow_copy allowing object-dtype
|
{
"avatar_url": "https://avatars.githubusercontent.com/u/8078968?v=4",
"events_url": "https://api.github.com/users/jbrockmendel/events{/privacy}",
"followers_url": "https://api.github.com/users/jbrockmendel/followers",
"following_url": "https://api.github.com/users/jbrockmendel/following{/other_user}",
"gists_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": "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"
},
{
"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"
},
{
"color": "d4c5f9",
"default": false,
"description": "Series/DataFrame/Index/pd.array Constructors",
"id": 1465286368,
"name": "Constructors",
"node_id": "MDU6TGFiZWwxNDY1Mjg2MzY4",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Constructors"
}
] |
closed
| false
| null |
[] |
{
"closed_at": "2020-01-30T12:18:05Z",
"closed_issues": 2207,
"created_at": "2012-09-13T02:13:00Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4",
"events_url": "https://api.github.com/users/wesm/events{/privacy}",
"followers_url": "https://api.github.com/users/wesm/followers",
"following_url": "https://api.github.com/users/wesm/following{/other_user}",
"gists_url": "https://api.github.com/users/wesm/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/wesm",
"id": 329591,
"login": "wesm",
"node_id": "MDQ6VXNlcjMyOTU5MQ==",
"organizations_url": "https://api.github.com/users/wesm/orgs",
"received_events_url": "https://api.github.com/users/wesm/received_events",
"repos_url": "https://api.github.com/users/wesm/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/wesm/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/wesm/subscriptions",
"type": "User",
"url": "https://api.github.com/users/wesm"
},
"description": "on-merge: backport to 1.0.x",
"due_on": "2020-02-01T08:00:00Z",
"html_url": "https://github.com/pandas-dev/pandas/milestone/16",
"id": 174211,
"labels_url": "https://api.github.com/repos/pandas-dev/pandas/milestones/16/labels",
"node_id": "MDk6TWlsZXN0b25lMTc0MjEx",
"number": 16,
"open_issues": 0,
"state": "closed",
"title": "1.0.0",
"updated_at": "2020-01-30T12:18:05Z",
"url": "https://api.github.com/repos/pandas-dev/pandas/milestones/16"
}
| 1
| 2020-01-05T19:56:33Z
| 2020-01-06T15:32:06Z
| 2020-01-06T13:20:10Z
|
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/30713/reactions"
}
|
https://api.github.com/repos/pandas-dev/pandas/issues/30713/timeline
| null | 0
|
{
"diff_url": "https://github.com/pandas-dev/pandas/pull/30713.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/30713",
"merged_at": "2020-01-06T13:20:10Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/30713.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/30713"
}
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.