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/29314 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/29314/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/29314/comments | https://api.github.com/repos/pandas-dev/pandas/issues/29314/events | https://github.com/pandas-dev/pandas/pull/29314 | 515,830,413 | MDExOlB1bGxSZXF1ZXN0MzM1MjIxOTcz | 29,314 | CLN: assorted cleanups | {
"avatar_url": "https://avatars.githubusercontent.com/u/8078968?v=4",
"events_url": "https://api.github.com/users/jbrockmendel/events{/privacy}",
"followers_url": "https://api.github.com/users/jbrockmendel/followers",
"following_url": "https://api.github.com/users/jbrockmendel/following{/other_user}",
"gists... | [
{
"color": "207de5",
"default": false,
"description": null,
"id": 211029535,
"name": "Clean",
"node_id": "MDU6TGFiZWwyMTEwMjk1MzU=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Clean"
}
] | closed | false | null | [] | {
"closed_at": "2020-01-30T12:18:05Z",
"closed_issues": 2207,
"created_at": "2012-09-13T02:13:00Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4",
"events_url": "https://api.github.com/users/wesm/events{/privacy}",
"followers_url": "https://api.github.com/users/wesm... | 5 | 2019-11-01T00:06:31Z | 2019-11-02T15:30:35Z | 2019-11-02T15:16:18Z | 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/29314/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/29314/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/29314.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/29314",
"merged_at": "2019-11-02T15:16:18Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/29314.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/29314"
} | |
https://api.github.com/repos/pandas-dev/pandas/issues/29315 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/29315/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/29315/comments | https://api.github.com/repos/pandas-dev/pandas/issues/29315/events | https://github.com/pandas-dev/pandas/issues/29315 | 515,838,142 | MDU6SXNzdWU1MTU4MzgxNDI= | 29,315 | Fix SS03 Issues in Docstrings | {
"avatar_url": "https://avatars.githubusercontent.com/u/19747416?v=4",
"events_url": "https://api.github.com/users/deepandas11/events{/privacy}",
"followers_url": "https://api.github.com/users/deepandas11/followers",
"following_url": "https://api.github.com/users/deepandas11/following{/other_user}",
"gists_u... | [
{
"color": "3465A4",
"default": false,
"description": null,
"id": 134699,
"name": "Docs",
"node_id": "MDU6TGFiZWwxMzQ2OTk=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Docs"
}
] | closed | false | null | [] | null | 6 | 2019-11-01T00:25:34Z | 2021-11-20T05:42:16Z | 2021-11-20T05:42:16Z | CONTRIBUTOR | null | Running the following:
```scripts/validate_docstrings.py --errors=SS03```
returns the following instances of cases where the Summary doesn't end with a period.
SS03 is one of the pending docstring-related errors as mentioned in #27977
- [ ] pandas.tseries.frequencies.to_offset: Summary does not end with a p... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/29315/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/29315/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/29316 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/29316/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/29316/comments | https://api.github.com/repos/pandas-dev/pandas/issues/29316/events | https://github.com/pandas-dev/pandas/issues/29316 | 515,854,240 | MDU6SXNzdWU1MTU4NTQyNDA= | 29,316 | iloc indexing ~10 times slower than direct column indexing +no documention of it | {
"avatar_url": "https://avatars.githubusercontent.com/u/5968641?v=4",
"events_url": "https://api.github.com/users/GregoryMorse/events{/privacy}",
"followers_url": "https://api.github.com/users/GregoryMorse/followers",
"following_url": "https://api.github.com/users/GregoryMorse/following{/other_user}",
"gists... | [
{
"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": "a1... | closed | false | null | [] | {
"closed_at": null,
"closed_issues": 2361,
"created_at": "2015-02-26T19:29:05Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/1020496?v=4",
"events_url": "https://api.github.com/users/jorisvandenbossche/events{/privacy}",
"followers_url": "https://api.github.com/users/jorisva... | 5 | 2019-11-01T01:13:54Z | 2019-11-01T11:20:48Z | 2019-11-01T11:20:25Z | NONE | null | #### Code Sample, a copy-pastable example if possible
Updated without yfinance as it was a lousy choice of example - requires only standard numpy and datetime. A DateTimeIndex exacerbates the time slowness.
```python
import timeit
timeit.timeit(stmt='for x in range(len(hist)): _ = hist.iloc[x].Col1', setup='import... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/29316/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/29316/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/29317 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/29317/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/29317/comments | https://api.github.com/repos/pandas-dev/pandas/issues/29317/events | https://github.com/pandas-dev/pandas/pull/29317 | 515,958,646 | MDExOlB1bGxSZXF1ZXN0MzM1MzEwMjk3 | 29,317 | fix bugs cause replacer's dtype not respected | {
"avatar_url": "https://avatars.githubusercontent.com/u/13047435?v=4",
"events_url": "https://api.github.com/users/peterpanmj/events{/privacy}",
"followers_url": "https://api.github.com/users/peterpanmj/followers",
"following_url": "https://api.github.com/users/peterpanmj/following{/other_user}",
"gists_url"... | [
{
"color": "e10c02",
"default": false,
"description": null,
"id": 76811,
"name": "Bug",
"node_id": "MDU6TGFiZWw3NjgxMQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug"
},
{
"color": "02d7e1",
"default": false,
"description": "Concat, Merge/Join, Stac... | closed | false | null | [] | {
"closed_at": "2020-01-30T12:18:05Z",
"closed_issues": 2207,
"created_at": "2012-09-13T02:13:00Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4",
"events_url": "https://api.github.com/users/wesm/events{/privacy}",
"followers_url": "https://api.github.com/users/wesm... | 5 | 2019-11-01T07:40:33Z | 2019-11-20T05:26:02Z | 2019-11-20T05:13:38Z | CONTRIBUTOR | null | - [x] closes #26632
- [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/29317/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/29317/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/29317.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/29317",
"merged_at": "2019-11-20T05:13:38Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/29317.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/29317"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/29318 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/29318/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/29318/comments | https://api.github.com/repos/pandas-dev/pandas/issues/29318/events | https://github.com/pandas-dev/pandas/pull/29318 | 515,973,620 | MDExOlB1bGxSZXF1ZXN0MzM1MzIwMTg1 | 29,318 | CLN: Consistent imports - linting rules | {
"avatar_url": "https://avatars.githubusercontent.com/u/17853006?v=4",
"events_url": "https://api.github.com/users/SaturnFromTitan/events{/privacy}",
"followers_url": "https://api.github.com/users/SaturnFromTitan/followers",
"following_url": "https://api.github.com/users/SaturnFromTitan/following{/other_user}"... | [
{
"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... | 1 | 2019-11-01T08:22:31Z | 2019-11-01T14:51:04Z | 2019-11-01T14:50:59Z | CONTRIBUTOR | null | - [x] closes #29272
- [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/29318/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/29318/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/29318.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/29318",
"merged_at": "2019-11-01T14:50:59Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/29318.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/29318"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/29319 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/29319/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/29319/comments | https://api.github.com/repos/pandas-dev/pandas/issues/29319/events | https://github.com/pandas-dev/pandas/issues/29319 | 515,996,967 | MDU6SXNzdWU1MTU5OTY5Njc= | 29,319 | unable to install pandas on python 3.8 [win10] | {
"avatar_url": "https://avatars.githubusercontent.com/u/56793143?v=4",
"events_url": "https://api.github.com/users/derivitecANDastignes/events{/privacy}",
"followers_url": "https://api.github.com/users/derivitecANDastignes/followers",
"following_url": "https://api.github.com/users/derivitecANDastignes/followin... | [] | closed | false | null | [] | null | 0 | 2019-11-01T09:15:36Z | 2019-11-01T09:16:33Z | 2019-11-01T09:16:33Z | NONE | null | #### Problem description
I am using the latest 3.8 python
As you can see below, when I try to install pandas, I get an error. Could you please check
#### commands
```cmd
>python -V
Python 3.8.0
>pip -V
pip 19.0.3 from C:\Users\user\.virtualenvs\py38-....
>pip install pandas
Collecting pandas
... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/29319/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/29319/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/29320 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/29320/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/29320/comments | https://api.github.com/repos/pandas-dev/pandas/issues/29320/events | https://github.com/pandas-dev/pandas/issues/29320 | 515,998,157 | MDU6SXNzdWU1MTU5OTgxNTc= | 29,320 | Unable to install pandas on python 3.8 [Windows OS] | {
"avatar_url": "https://avatars.githubusercontent.com/u/15187906?v=4",
"events_url": "https://api.github.com/users/JPdotS/events{/privacy}",
"followers_url": "https://api.github.com/users/JPdotS/followers",
"following_url": "https://api.github.com/users/JPdotS/following{/other_user}",
"gists_url": "https://a... | [
{
"color": "75507B",
"default": false,
"description": "Library building on various platforms",
"id": 129350,
"name": "Build",
"node_id": "MDU6TGFiZWwxMjkzNTA=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Build"
},
{
"color": "fbca04",
"default": false,
... | closed | false | null | [] | null | 4 | 2019-11-01T09:18:19Z | 2019-11-04T11:00:54Z | 2019-11-04T11:00:53Z | NONE | null | #### Problem description
I am using the latest 3.8 python
As you can see below, when I try to install pandas, I get an error. Could you please check
#### commands
```cmd
>python -V
Python 3.8.0
>pip -V
pip 19.0.3 from C:\Users\user\.virtualenvs\py38-....
>pip install pandas
Collecting pandas
... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/29320/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/29320/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/29321 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/29321/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/29321/comments | https://api.github.com/repos/pandas-dev/pandas/issues/29321/events | https://github.com/pandas-dev/pandas/issues/29321 | 516,133,647 | MDU6SXNzdWU1MTYxMzM2NDc= | 29,321 | Pandas dataframe sub-setting returns NaN's when whole column matches fill value | {
"avatar_url": "https://avatars.githubusercontent.com/u/12417574?v=4",
"events_url": "https://api.github.com/users/mjobin/events{/privacy}",
"followers_url": "https://api.github.com/users/mjobin/followers",
"following_url": "https://api.github.com/users/mjobin/following{/other_user}",
"gists_url": "https://a... | [
{
"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": "370f77",
"default": false,
"description"... | closed | false | null | [] | null | 8 | 2019-11-01T14:06:36Z | 2020-04-20T00:36:25Z | 2020-04-20T00:36:24Z | NONE | null | #### Code Sample, a copy-pastable example if possible
```python
import random
import numpy as np
import multiprocessing as mp
import pandas as pd
TEST_LINES = 10
samezeroint = [0 for i in range(TEST_LINES)]
sameoneint = [1 for i in range(TEST_LINES)]
samezerofloat = [0.0 for i in range(TEST_LINES)]... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/29321/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/29321/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/29322 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/29322/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/29322/comments | https://api.github.com/repos/pandas-dev/pandas/issues/29322/events | https://github.com/pandas-dev/pandas/pull/29322 | 516,232,659 | MDExOlB1bGxSZXF1ZXN0MzM1NTE5MjA2 | 29,322 | release gil more | {
"avatar_url": "https://avatars.githubusercontent.com/u/8078968?v=4",
"events_url": "https://api.github.com/users/jbrockmendel/events{/privacy}",
"followers_url": "https://api.github.com/users/jbrockmendel/followers",
"following_url": "https://api.github.com/users/jbrockmendel/following{/other_user}",
"gists... | [
{
"color": "a10c02",
"default": false,
"description": "Memory or execution speed performance",
"id": 8935311,
"name": "Performance",
"node_id": "MDU6TGFiZWw4OTM1MzEx",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Performance"
},
{
"color": "207de5",
"default"... | closed | false | null | [] | {
"closed_at": "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... | 9 | 2019-11-01T16:58:09Z | 2019-11-04T15:01:32Z | 2019-11-04T14:59:30Z | MEMBER | null | cc @mroeschke since a lot of this touches libwindow | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/29322/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/29322/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/29322.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/29322",
"merged_at": "2019-11-04T14:59:30Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/29322.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/29322"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/29323 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/29323/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/29323/comments | https://api.github.com/repos/pandas-dev/pandas/issues/29323/events | https://github.com/pandas-dev/pandas/issues/29323 | 516,257,362 | MDU6SXNzdWU1MTYyNTczNjI= | 29,323 | pd.Series.apply can't be made to produce Series of expected dtype when base series is empty | {
"avatar_url": "https://avatars.githubusercontent.com/u/33072027?v=4",
"events_url": "https://api.github.com/users/JCourt1/events{/privacy}",
"followers_url": "https://api.github.com/users/JCourt1/followers",
"following_url": "https://api.github.com/users/JCourt1/following{/other_user}",
"gists_url": "https:... | [
{
"color": "e102d8",
"default": false,
"description": "Unexpected or buggy dtype conversions",
"id": 31404521,
"name": "Dtype Conversions",
"node_id": "MDU6TGFiZWwzMTQwNDUyMQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Dtype%20Conversions"
},
{
"color": "fbc... | closed | false | null | [] | null | 9 | 2019-11-01T17:47:44Z | 2019-11-06T23:14:40Z | 2019-11-06T23:14:39Z | NONE | null | #### Code Sample
```python
df = pd.DataFrame(data=[3], columns=['colA'], dtype=int)
print(df.colA.dtype)
#> dtype('int64')
# Here things are as expected. A `Series` of dtype=bool is produced
res = df.colA.apply(lambda row: True)
print(res.dtype)
#> dtype('bool')
df = pd.DataFrame(columns=['colA'], dtyp... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/29323/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/29323/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/29324 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/29324/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/29324/comments | https://api.github.com/repos/pandas-dev/pandas/issues/29324/events | https://github.com/pandas-dev/pandas/pull/29324 | 516,290,045 | MDExOlB1bGxSZXF1ZXN0MzM1NTY3ODM5 | 29,324 | Pr09 batch 1 | {
"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"... | [
{
"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... | 2 | 2019-11-01T18:54:28Z | 2020-01-06T16:47:26Z | 2019-11-01T23:16:20Z | CONTRIBUTOR | null | fixing PR09 missing period formatting errors in various parameter descriptions.
Subset of #28602, mainly functions with single parameter's missing periods that didn't make sense to open an entire issue for.
I'm periodically updating the main issue for PR09 with the current list of errors remaining as they're re... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/29324/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/29324/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/29324.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/29324",
"merged_at": "2019-11-01T23:16:20Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/29324.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/29324"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/29325 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/29325/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/29325/comments | https://api.github.com/repos/pandas-dev/pandas/issues/29325/events | https://github.com/pandas-dev/pandas/issues/29325 | 516,329,552 | MDU6SXNzdWU1MTYzMjk1NTI= | 29,325 | WEB: about/index has the extension wrong | {
"avatar_url": "https://avatars.githubusercontent.com/u/10058240?v=4",
"events_url": "https://api.github.com/users/datapythonista/events{/privacy}",
"followers_url": "https://api.github.com/users/datapythonista/followers",
"following_url": "https://api.github.com/users/datapythonista/following{/other_user}",
... | [
{
"color": "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": "23ef97",
"default": false,
"de... | closed | false | null | [] | {
"closed_at": "2020-01-30T12:18:05Z",
"closed_issues": 2207,
"created_at": "2012-09-13T02:13:00Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4",
"events_url": "https://api.github.com/users/wesm/events{/privacy}",
"followers_url": "https://api.github.com/users/wesm... | 2 | 2019-11-01T20:27:09Z | 2019-11-04T21:00:16Z | 2019-11-04T21:00:16Z | MEMBER | null | xref: https://github.com/pandas-dev/pandas/issues/28580#issuecomment-548876428
Looks like the file `web/pandas/about/index.html` has the wrong extension `.html`, since it's a markdown file and should be `.md`. This is causing that the file is not rendered as html but left untouched in the website: https://dev.pandas... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/29325/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/29325/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/29326 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/29326/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/29326/comments | https://api.github.com/repos/pandas-dev/pandas/issues/29326/events | https://github.com/pandas-dev/pandas/issues/29326 | 516,346,956 | MDU6SXNzdWU1MTYzNDY5NTY= | 29,326 | df.to_hdf with mode='a' fails on external drive with IO Error | {
"avatar_url": "https://avatars.githubusercontent.com/u/9022843?v=4",
"events_url": "https://api.github.com/users/fergu/events{/privacy}",
"followers_url": "https://api.github.com/users/fergu/followers",
"following_url": "https://api.github.com/users/fergu/following{/other_user}",
"gists_url": "https://api.g... | [
{
"color": "e10c02",
"default": false,
"description": null,
"id": 76811,
"name": "Bug",
"node_id": "MDU6TGFiZWw3NjgxMQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug"
},
{
"color": "5319e7",
"default": false,
"description": "read_hdf, HDFStore",
... | closed | false | null | [] | null | 3 | 2019-11-01T21:05:21Z | 2021-07-22T05:54:39Z | 2021-07-22T05:54:39Z | NONE | null | #### Code Sample, a copy-pastable example if possible
```python
def store_data(self,table_path,data,append=True,data_columns=True):
pathComps = table_path.split("/")
table_name = pathComps[-1]
dbPath = pathComps[0:-1]
fullPath = os.path.join(self.databasePath,*dbPath)
... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/29326/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/29326/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/29327 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/29327/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/29327/comments | https://api.github.com/repos/pandas-dev/pandas/issues/29327/events | https://github.com/pandas-dev/pandas/pull/29327 | 516,357,024 | MDExOlB1bGxSZXF1ZXN0MzM1NjI0ODc0 | 29,327 | CLN: fix mypy warnings/errors | {
"avatar_url": "https://avatars.githubusercontent.com/u/8078968?v=4",
"events_url": "https://api.github.com/users/jbrockmendel/events{/privacy}",
"followers_url": "https://api.github.com/users/jbrockmendel/followers",
"following_url": "https://api.github.com/users/jbrockmendel/following{/other_user}",
"gists... | [
{
"color": "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... | 4 | 2019-11-01T21:31:05Z | 2019-11-02T15:11:56Z | 2019-11-02T14:25:57Z | MEMBER | null | When I run `mypy pandas` locally I get a handful of complaints. This fixes about half of them. The other half are about `FixedOffset` which IIRC we are handling elsewhere.
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/29327/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/29327/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/29327.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/29327",
"merged_at": "2019-11-02T14:25:57Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/29327.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/29327"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/29328 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/29328/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/29328/comments | https://api.github.com/repos/pandas-dev/pandas/issues/29328/events | https://github.com/pandas-dev/pandas/issues/29328 | 516,368,423 | MDU6SXNzdWU1MTYzNjg0MjM= | 29,328 | TO_CSV Compression with dict arguement released in .25.0, but my Pandas .25.3 doesn't reflect source? | {
"avatar_url": "https://avatars.githubusercontent.com/u/1697188?v=4",
"events_url": "https://api.github.com/users/ahackit/events{/privacy}",
"followers_url": "https://api.github.com/users/ahackit/followers",
"following_url": "https://api.github.com/users/ahackit/following{/other_user}",
"gists_url": "https:/... | [
{
"color": "3465A4",
"default": false,
"description": null,
"id": 134699,
"name": "Docs",
"node_id": "MDU6TGFiZWwxMzQ2OTk=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Docs"
},
{
"color": "0e8a16",
"default": true,
"description": null,
"id": 7171206... | closed | false | null | [] | {
"closed_at": "2020-01-30T12:18:05Z",
"closed_issues": 2207,
"created_at": "2012-09-13T02:13:00Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4",
"events_url": "https://api.github.com/users/wesm/events{/privacy}",
"followers_url": "https://api.github.com/users/wesm... | 7 | 2019-11-01T22:00:23Z | 2019-11-04T13:50:14Z | 2019-11-04T13:50:14Z | CONTRIBUTOR | null | Docstring for TO_CSV from my repo
> compression : str, default 'infer'
Compression mode among the following possible values: {'infer',
'gzip', 'bz2', 'zip', 'xz', None}. If 'infer' and `path_or_buf`
is path-like, then detect compression from the following
e... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/29328/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/29328/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/29329 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/29329/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/29329/comments | https://api.github.com/repos/pandas-dev/pandas/issues/29329/events | https://github.com/pandas-dev/pandas/pull/29329 | 516,381,078 | MDExOlB1bGxSZXF1ZXN0MzM1NjQ1NTI0 | 29,329 | WEB: Fix extension of about/index | {
"avatar_url": "https://avatars.githubusercontent.com/u/56150991?v=4",
"events_url": "https://api.github.com/users/est271/events{/privacy}",
"followers_url": "https://api.github.com/users/est271/followers",
"following_url": "https://api.github.com/users/est271/following{/other_user}",
"gists_url": "https://a... | [
{
"color": "23ef97",
"default": false,
"description": "pandas website",
"id": 1508144531,
"name": "Web",
"node_id": "MDU6TGFiZWwxNTA4MTQ0NTMx",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Web"
}
] | closed | false | null | [] | {
"closed_at": "2020-01-30T12:18:05Z",
"closed_issues": 2207,
"created_at": "2012-09-13T02:13:00Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4",
"events_url": "https://api.github.com/users/wesm/events{/privacy}",
"followers_url": "https://api.github.com/users/wesm... | 5 | 2019-11-01T22:35:44Z | 2019-11-04T23:09:41Z | 2019-11-04T21:00:16Z | CONTRIBUTOR | null | - [✓] closes #29325
- [✓] whatsnew: the about/index.html file is now about/index.md
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/29329/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/29329/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/29329.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/29329",
"merged_at": "2019-11-04T21:00:16Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/29329.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/29329"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/29330 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/29330/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/29330/comments | https://api.github.com/repos/pandas-dev/pandas/issues/29330/events | https://github.com/pandas-dev/pandas/issues/29330 | 516,404,182 | MDU6SXNzdWU1MTY0MDQxODI= | 29,330 | conda env create --file environment.yaml Fails with strict channel_priority | {
"avatar_url": "https://avatars.githubusercontent.com/u/609873?v=4",
"events_url": "https://api.github.com/users/WillAyd/events{/privacy}",
"followers_url": "https://api.github.com/users/WillAyd/followers",
"following_url": "https://api.github.com/users/WillAyd/following{/other_user}",
"gists_url": "https://... | [
{
"color": "75507B",
"default": false,
"description": "Library building on various platforms",
"id": 129350,
"name": "Build",
"node_id": "MDU6TGFiZWwxMjkzNTA=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Build"
}
] | closed | false | null | [] | {
"closed_at": "2020-01-30T12:18:05Z",
"closed_issues": 2207,
"created_at": "2012-09-13T02:13:00Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4",
"events_url": "https://api.github.com/users/wesm/events{/privacy}",
"followers_url": "https://api.github.com/users/wesm... | 1 | 2019-11-01T23:49:33Z | 2019-11-06T18:12:51Z | 2019-11-06T18:12:51Z | MEMBER | null | Noticed this when rebuilding dev environment from scratch, but our current conda specification results in an UnsatisfiableError
<details>
```sh
$ conda env create -f environment.yml
Collecting package metadata (repodata.json): done
Solving environment: \
Found conflicts! Looking for incompatible packages.
Th... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/29330/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/29330/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/29331 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/29331/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/29331/comments | https://api.github.com/repos/pandas-dev/pandas/issues/29331/events | https://github.com/pandas-dev/pandas/pull/29331 | 516,412,781 | MDExOlB1bGxSZXF1ZXN0MzM1NjcyNzc2 | 29,331 | REF: implement maybe_promote_scalar | {
"avatar_url": "https://avatars.githubusercontent.com/u/8078968?v=4",
"events_url": "https://api.github.com/users/jbrockmendel/events{/privacy}",
"followers_url": "https://api.github.com/users/jbrockmendel/followers",
"following_url": "https://api.github.com/users/jbrockmendel/following{/other_user}",
"gists... | [
{
"color": "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... | 4 | 2019-11-02T00:19:48Z | 2019-11-06T20:06:35Z | 2019-11-06T20:06:25Z | MEMBER | null | Narrowing down the set of cases where we have to worry about a non-scalar fill_value. I'm pretty sure we can narrow it down further, but saving that for a separate step as it has some complications for EA corner cases.
cc @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/29331/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/29331/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/29331.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/29331",
"merged_at": null,
"patch_url": "https://github.com/pandas-dev/pandas/pull/29331.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/29331"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/29332 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/29332/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/29332/comments | https://api.github.com/repos/pandas-dev/pandas/issues/29332/events | https://github.com/pandas-dev/pandas/pull/29332 | 516,422,154 | MDExOlB1bGxSZXF1ZXN0MzM1NjgwOTkw | 29,332 | maybe_upcast_putmask: require other to be a scalar | {
"avatar_url": "https://avatars.githubusercontent.com/u/8078968?v=4",
"events_url": "https://api.github.com/users/jbrockmendel/events{/privacy}",
"followers_url": "https://api.github.com/users/jbrockmendel/followers",
"following_url": "https://api.github.com/users/jbrockmendel/following{/other_user}",
"gists... | [
{
"color": "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... | 0 | 2019-11-02T00:56:50Z | 2019-11-02T15:34:00Z | 2019-11-02T15:32:05Z | MEMBER | null | ATM all places where we use `maybe_upcast_putmask` have `other` as a scalar. By making that into a requirement for the function, we can rule out the possibility of passing non-scalar other into `maybe_promote` (xref #29331).
Note: there are some simplifications within maybe_upcast_putmask that this makes possible t... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/29332/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/29332/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/29332.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/29332",
"merged_at": "2019-11-02T15:32:05Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/29332.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/29332"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/29333 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/29333/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/29333/comments | https://api.github.com/repos/pandas-dev/pandas/issues/29333/events | https://github.com/pandas-dev/pandas/pull/29333 | 516,449,884 | MDExOlB1bGxSZXF1ZXN0MzM1NzA1Mjkw | 29,333 | CLN: type annotations | {
"avatar_url": "https://avatars.githubusercontent.com/u/8078968?v=4",
"events_url": "https://api.github.com/users/jbrockmendel/events{/privacy}",
"followers_url": "https://api.github.com/users/jbrockmendel/followers",
"following_url": "https://api.github.com/users/jbrockmendel/following{/other_user}",
"gists... | [
{
"color": "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... | 6 | 2019-11-02T03:03:05Z | 2019-11-03T17:29:37Z | 2019-11-03T16:38:18Z | MEMBER | null | Separating these out from the non-CLN work going on in/around these functions. | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/29333/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/29333/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/29333.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/29333",
"merged_at": "2019-11-03T16:38:18Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/29333.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/29333"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/29334 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/29334/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/29334/comments | https://api.github.com/repos/pandas-dev/pandas/issues/29334/events | https://github.com/pandas-dev/pandas/pull/29334 | 516,453,516 | MDExOlB1bGxSZXF1ZXN0MzM1NzA4NDg0 | 29,334 | BUG: assignment to multiple columns when some column do not exist | {
"avatar_url": "https://avatars.githubusercontent.com/u/3800802?v=4",
"events_url": "https://api.github.com/users/howsiwei/events{/privacy}",
"followers_url": "https://api.github.com/users/howsiwei/followers",
"following_url": "https://api.github.com/users/howsiwei/following{/other_user}",
"gists_url": "http... | [
{
"color": "e10c02",
"default": false,
"description": null,
"id": 76811,
"name": "Bug",
"node_id": "MDU6TGFiZWw3NjgxMQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug"
},
{
"color": "0b02e1",
"default": false,
"description": "Related to indexing on s... | closed | false | null | [] | {
"closed_at": "2020-07-28T18:13:47Z",
"closed_issues": 2378,
"created_at": "2019-12-02T12:52:48Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/j... | 14 | 2019-11-02T03:19:42Z | 2020-03-24T18:38:01Z | 2020-03-14T20:31:22Z | CONTRIBUTOR | null | - [x] closes #13658
- [x] tests added / passed
- [x] passes `black pandas`
- [x] passes `git diff upstream/master -u -- "*.py" | flake8 --diff`
- [x] whatsnew entry
Previous PR: #26534
In particular, the following code now behaves correctly.
```python
import pandas as pd
df = pd.DataFrame({'a': [0, 1, 2]... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/29334/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/29334/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/29334.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/29334",
"merged_at": "2020-03-14T20:31:22Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/29334.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/29334"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/29335 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/29335/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/29335/comments | https://api.github.com/repos/pandas-dev/pandas/issues/29335/events | https://github.com/pandas-dev/pandas/pull/29335 | 516,487,611 | MDExOlB1bGxSZXF1ZXN0MzM1NzM4MjQz | 29,335 | Remove FrozenNDArray | {
"avatar_url": "https://avatars.githubusercontent.com/u/609873?v=4",
"events_url": "https://api.github.com/users/WillAyd/events{/privacy}",
"followers_url": "https://api.github.com/users/WillAyd/followers",
"following_url": "https://api.github.com/users/WillAyd/following{/other_user}",
"gists_url": "https://... | [
{
"color": "5319e7",
"default": false,
"description": "Functionality to remove in pandas",
"id": 87485152,
"name": "Deprecate",
"node_id": "MDU6TGFiZWw4NzQ4NTE1Mg==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Deprecate"
}
] | closed | false | null | [] | {
"closed_at": "2020-01-30T12:18:05Z",
"closed_issues": 2207,
"created_at": "2012-09-13T02:13:00Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4",
"events_url": "https://api.github.com/users/wesm/events{/privacy}",
"followers_url": "https://api.github.com/users/wesm... | 5 | 2019-11-02T05:45:46Z | 2020-05-13T19:12:59Z | 2019-11-07T20:49:01Z | MEMBER | null | - [ ] closes #xxxx
- [ ] tests added / passed
- [ ] passes `black pandas`
- [ ] passes `git diff upstream/master -u -- "*.py" | flake8 --diff`
- [ ] whatsnew entry
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/29335/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/29335/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/29335.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/29335",
"merged_at": null,
"patch_url": "https://github.com/pandas-dev/pandas/pull/29335.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/29335"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/29336 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/29336/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/29336/comments | https://api.github.com/repos/pandas-dev/pandas/issues/29336/events | https://github.com/pandas-dev/pandas/pull/29336 | 516,541,502 | MDExOlB1bGxSZXF1ZXN0MzM1Nzg2ODAz | 29,336 | BUG: Categorical.from_codes should not warn on empty codes | {
"avatar_url": "https://avatars.githubusercontent.com/u/26364415?v=4",
"events_url": "https://api.github.com/users/topper-123/events{/privacy}",
"followers_url": "https://api.github.com/users/topper-123/followers",
"following_url": "https://api.github.com/users/topper-123/following{/other_user}",
"gists_url"... | [
{
"color": "e10c02",
"default": false,
"description": null,
"id": 76811,
"name": "Bug",
"node_id": "MDU6TGFiZWw3NjgxMQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug"
},
{
"color": "e11d21",
"default": false,
"description": "Categorical Data Type",
... | closed | false | null | [] | {
"closed_at": "2020-01-30T12:18:05Z",
"closed_issues": 2207,
"created_at": "2012-09-13T02:13:00Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4",
"events_url": "https://api.github.com/users/wesm/events{/privacy}",
"followers_url": "https://api.github.com/users/wesm... | 1 | 2019-11-02T09:08:09Z | 2019-11-02T16:13:23Z | 2019-11-02T15:36:34Z | CONTRIBUTOR | null | Empty codes should not warn about float codes:
```python
>>> pd.Categorical.from_codes([], ['a', 'b', 'c'])
C:\Users\TP\Miniconda3\envs\pandas-dev\Scripts\ipython:1: FutureWarning: float codes will be disallowed in the future and raise a ValueError
```
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/29336/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/29336/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/29336.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/29336",
"merged_at": "2019-11-02T15:36:34Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/29336.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/29336"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/29337 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/29337/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/29337/comments | https://api.github.com/repos/pandas-dev/pandas/issues/29337/events | https://github.com/pandas-dev/pandas/pull/29337 | 516,546,822 | MDExOlB1bGxSZXF1ZXN0MzM1NzkxNjAz | 29,337 | CLN: clean indexes/multi.py | {
"avatar_url": "https://avatars.githubusercontent.com/u/26364415?v=4",
"events_url": "https://api.github.com/users/topper-123/events{/privacy}",
"followers_url": "https://api.github.com/users/topper-123/followers",
"following_url": "https://api.github.com/users/topper-123/following{/other_user}",
"gists_url"... | [
{
"color": "207de5",
"default": false,
"description": null,
"id": 71268330,
"name": "MultiIndex",
"node_id": "MDU6TGFiZWw3MTI2ODMzMA==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/MultiIndex"
},
{
"color": "207de5",
"default": false,
"description": null... | 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... | 0 | 2019-11-02T09:28:29Z | 2019-11-02T11:02:01Z | 2019-11-02T11:01:58Z | CONTRIBUTOR | null | Some minor clean-ups. | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/29337/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/29337/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/29337.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/29337",
"merged_at": "2019-11-02T11:01:57Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/29337.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/29337"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/29338 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/29338/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/29338/comments | https://api.github.com/repos/pandas-dev/pandas/issues/29338/events | https://github.com/pandas-dev/pandas/pull/29338 | 516,564,934 | MDExOlB1bGxSZXF1ZXN0MzM1ODA2ODk1 | 29,338 | TST: Adding to_dict numeric consistency test (#22620) | {
"avatar_url": "https://avatars.githubusercontent.com/u/6001653?v=4",
"events_url": "https://api.github.com/users/sofiane87/events{/privacy}",
"followers_url": "https://api.github.com/users/sofiane87/followers",
"following_url": "https://api.github.com/users/sofiane87/following{/other_user}",
"gists_url": "h... | [
{
"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... | 1 | 2019-11-02T11:01:44Z | 2019-11-05T17:18:37Z | 2019-11-05T17:18:22Z | CONTRIBUTOR | null | - [x] closes #22620
- [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/29338/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/29338/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/29338.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/29338",
"merged_at": "2019-11-05T17:18:21Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/29338.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/29338"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/29339 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/29339/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/29339/comments | https://api.github.com/repos/pandas-dev/pandas/issues/29339/events | https://github.com/pandas-dev/pandas/pull/29339 | 516,568,679 | MDExOlB1bGxSZXF1ZXN0MzM1ODA5NTY4 | 29,339 | TST: Test Series constructor with dict containing lists and explicit … | {
"avatar_url": "https://avatars.githubusercontent.com/u/12685195?v=4",
"events_url": "https://api.github.com/users/louishuynh/events{/privacy}",
"followers_url": "https://api.github.com/users/louishuynh/followers",
"following_url": "https://api.github.com/users/louishuynh/following{/other_user}",
"gists_url"... | [
{
"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... | 1 | 2019-11-02T11:37:54Z | 2019-11-02T14:23:57Z | 2019-11-02T14:23:49Z | CONTRIBUTOR | null | Add test for series constructor with dict of list with explicit dtype.
- closes #18625
- 1 test added / passed
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/29339/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/29339/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/29339.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/29339",
"merged_at": "2019-11-02T14:23:49Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/29339.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/29339"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/29340 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/29340/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/29340/comments | https://api.github.com/repos/pandas-dev/pandas/issues/29340/events | https://github.com/pandas-dev/pandas/pull/29340 | 516,570,214 | MDExOlB1bGxSZXF1ZXN0MzM1ODEwNjI2 | 29,340 | Fix mypy error messages in pandas/test/tseries/offsets/test_offsets.py | {
"avatar_url": "https://avatars.githubusercontent.com/u/17543358?v=4",
"events_url": "https://api.github.com/users/samuelsinayoko/events{/privacy}",
"followers_url": "https://api.github.com/users/samuelsinayoko/followers",
"following_url": "https://api.github.com/users/samuelsinayoko/following{/other_user}",
... | [
{
"color": "C4A000",
"default": false,
"description": "pandas testing functions or related to the test suite",
"id": 127685,
"name": "Testing",
"node_id": "MDU6TGFiZWwxMjc2ODU=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Testing"
},
{
"color": "ea91a4",
"d... | closed | false | null | [] | {
"closed_at": "2020-01-30T12:18:05Z",
"closed_issues": 2207,
"created_at": "2012-09-13T02:13:00Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4",
"events_url": "https://api.github.com/users/wesm/events{/privacy}",
"followers_url": "https://api.github.com/users/wesm... | 2 | 2019-11-02T11:53:16Z | 2019-11-07T20:50:18Z | 2019-11-07T20:50:12Z | CONTRIBUTOR | null | Activate and fix mypy for test offsets
- xref #28926
- [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/29340/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/29340/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/29340.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/29340",
"merged_at": "2019-11-07T20:50:12Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/29340.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/29340"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/29341 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/29341/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/29341/comments | https://api.github.com/repos/pandas-dev/pandas/issues/29341/events | https://github.com/pandas-dev/pandas/issues/29341 | 516,570,582 | MDU6SXNzdWU1MTY1NzA1ODI= | 29,341 | black==19.10b0 breaks CI | {
"avatar_url": "https://avatars.githubusercontent.com/u/6001653?v=4",
"events_url": "https://api.github.com/users/sofiane87/events{/privacy}",
"followers_url": "https://api.github.com/users/sofiane87/followers",
"following_url": "https://api.github.com/users/sofiane87/following{/other_user}",
"gists_url": "h... | [
{
"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... | 5 | 2019-11-02T11:57:02Z | 2019-11-17T15:42:39Z | 2019-11-17T15:42:12Z | CONTRIBUTOR | null | #### Code Sampl
```bash
black pandas
```
#### Problem description
Currently if using `virtualenv` instead of conda, in `Python 3.7.4` and pip `pip 19.3.1` the requirements automatically install `black==19.10b0` which differs from the conda workflow which install the `black==19.3b0` version.
#### Expected O... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/29341/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/29341/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/29342 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/29342/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/29342/comments | https://api.github.com/repos/pandas-dev/pandas/issues/29342/events | https://github.com/pandas-dev/pandas/pull/29342 | 516,572,812 | MDExOlB1bGxSZXF1ZXN0MzM1ODEyNjE3 | 29,342 | TST: add new test - check reindex() and astype() order consistency for Series | {
"avatar_url": "https://avatars.githubusercontent.com/u/17522184?v=4",
"events_url": "https://api.github.com/users/ganevgv/events{/privacy}",
"followers_url": "https://api.github.com/users/ganevgv/followers",
"following_url": "https://api.github.com/users/ganevgv/following{/other_user}",
"gists_url": "https:... | [
{
"color": "C4A000",
"default": false,
"description": "pandas testing functions or related to the test suite",
"id": 127685,
"name": "Testing",
"node_id": "MDU6TGFiZWwxMjc2ODU=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Testing"
}
] | closed | false | null | [] | {
"closed_at": "2020-01-30T12:18:05Z",
"closed_issues": 2207,
"created_at": "2012-09-13T02:13:00Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4",
"events_url": "https://api.github.com/users/wesm/events{/privacy}",
"followers_url": "https://api.github.com/users/wesm... | 1 | 2019-11-02T12:14:13Z | 2019-11-02T14:21:15Z | 2019-11-02T14:21:06Z | CONTRIBUTOR | null | check reindex() and astype() order consistency for Series
- [x] closes #17444
- [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/29342/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/29342/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/29342.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/29342",
"merged_at": "2019-11-02T14:21:06Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/29342.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/29342"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/29343 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/29343/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/29343/comments | https://api.github.com/repos/pandas-dev/pandas/issues/29343/events | https://github.com/pandas-dev/pandas/pull/29343 | 516,574,803 | MDExOlB1bGxSZXF1ZXN0MzM1ODE0MzM1 | 29,343 | TST: Test Groupby with Categoricals consistent for Series and DataFrame results | {
"avatar_url": "https://avatars.githubusercontent.com/u/4409045?v=4",
"events_url": "https://api.github.com/users/keechongtan/events{/privacy}",
"followers_url": "https://api.github.com/users/keechongtan/followers",
"following_url": "https://api.github.com/users/keechongtan/following{/other_user}",
"gists_ur... | [
{
"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... | 1 | 2019-11-02T12:23:32Z | 2019-11-02T14:17:39Z | 2019-11-02T14:17:34Z | CONTRIBUTOR | null | - [ ] closes https://github.com/pandas-dev/pandas/issues/20416
- [ ] 1 test added / passed
- [ ] passes `black pandas`
- [ ] passes `git diff upstream/master -u -- "*.py" | flake8 --diff`
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/29343/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/29343/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/29343.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/29343",
"merged_at": "2019-11-02T14:17:34Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/29343.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/29343"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/29344 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/29344/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/29344/comments | https://api.github.com/repos/pandas-dev/pandas/issues/29344/events | https://github.com/pandas-dev/pandas/pull/29344 | 516,576,502 | MDExOlB1bGxSZXF1ZXN0MzM1ODE1ODQ0 | 29,344 | TST: Test for Boolean Series with missing to Categorical dtype | {
"avatar_url": "https://avatars.githubusercontent.com/u/28648146?v=4",
"events_url": "https://api.github.com/users/matttan90/events{/privacy}",
"followers_url": "https://api.github.com/users/matttan90/followers",
"following_url": "https://api.github.com/users/matttan90/following{/other_user}",
"gists_url": "... | [
{
"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": "d7e102",
"d... | closed | false | null | [] | {
"closed_at": "2020-01-30T12:18:05Z",
"closed_issues": 2207,
"created_at": "2012-09-13T02:13:00Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4",
"events_url": "https://api.github.com/users/wesm/events{/privacy}",
"followers_url": "https://api.github.com/users/wesm... | 1 | 2019-11-02T12:30:06Z | 2019-11-04T01:00:44Z | 2019-11-02T20:12:28Z | CONTRIBUTOR | null | - [x] closes #19182
- [x] 1 test 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/29344/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/29344/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/29344.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/29344",
"merged_at": "2019-11-02T20:12:28Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/29344.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/29344"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/29345 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/29345/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/29345/comments | https://api.github.com/repos/pandas-dev/pandas/issues/29345/events | https://github.com/pandas-dev/pandas/pull/29345 | 516,577,892 | MDExOlB1bGxSZXF1ZXN0MzM1ODE3MDg3 | 29,345 | ensure consistency between columns aggregates with missing values present | {
"avatar_url": "https://avatars.githubusercontent.com/u/9082353?v=4",
"events_url": "https://api.github.com/users/mjarosie/events{/privacy}",
"followers_url": "https://api.github.com/users/mjarosie/followers",
"following_url": "https://api.github.com/users/mjarosie/following{/other_user}",
"gists_url": "http... | [
{
"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",
"d... | closed | false | null | [] | {
"closed_at": "2020-01-30T12:18:05Z",
"closed_issues": 2207,
"created_at": "2012-09-13T02:13:00Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4",
"events_url": "https://api.github.com/users/wesm/events{/privacy}",
"followers_url": "https://api.github.com/users/wesm... | 1 | 2019-11-02T12:35:00Z | 2019-11-02T14:09:44Z | 2019-11-02T14:09:40Z | CONTRIBUTOR | null | - [x] closes #16832
- [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/29345/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/29345/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/29345.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/29345",
"merged_at": "2019-11-02T14:09:40Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/29345.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/29345"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/29346 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/29346/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/29346/comments | https://api.github.com/repos/pandas-dev/pandas/issues/29346/events | https://github.com/pandas-dev/pandas/pull/29346 | 516,580,514 | MDExOlB1bGxSZXF1ZXN0MzM1ODE5NDQ5 | 29,346 | TST: Adding styler applymap multindex & code test [Ref: #25858] | {
"avatar_url": "https://avatars.githubusercontent.com/u/6001653?v=4",
"events_url": "https://api.github.com/users/sofiane87/events{/privacy}",
"followers_url": "https://api.github.com/users/sofiane87/followers",
"following_url": "https://api.github.com/users/sofiane87/following{/other_user}",
"gists_url": "h... | [
{
"color": "C4A000",
"default": false,
"description": "pandas testing functions or related to the test suite",
"id": 127685,
"name": "Testing",
"node_id": "MDU6TGFiZWwxMjc2ODU=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Testing"
},
{
"color": "0b02e1",
"d... | closed | false | null | [] | {
"closed_at": "2020-01-30T12:18:05Z",
"closed_issues": 2207,
"created_at": "2012-09-13T02:13:00Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4",
"events_url": "https://api.github.com/users/wesm/events{/privacy}",
"followers_url": "https://api.github.com/users/wesm... | 1 | 2019-11-02T12:44:13Z | 2019-11-05T20:57:49Z | 2019-11-05T20:57:40Z | CONTRIBUTOR | null | - [x] closes #25858
- [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/29346/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/29346/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/29346.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/29346",
"merged_at": "2019-11-05T20:57:39Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/29346.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/29346"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/29347 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/29347/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/29347/comments | https://api.github.com/repos/pandas-dev/pandas/issues/29347/events | https://github.com/pandas-dev/pandas/pull/29347 | 516,587,031 | MDExOlB1bGxSZXF1ZXN0MzM1ODI1Mjky | 29,347 | Update contributing.rst | {
"avatar_url": "https://avatars.githubusercontent.com/u/16733618?v=4",
"events_url": "https://api.github.com/users/alimcmaster1/events{/privacy}",
"followers_url": "https://api.github.com/users/alimcmaster1/followers",
"following_url": "https://api.github.com/users/alimcmaster1/following{/other_user}",
"gist... | [
{
"color": "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... | 1 | 2019-11-02T13:06:48Z | 2019-11-02T14:15:55Z | 2019-11-02T14:15:51Z | CONTRIBUTOR | null | Correct Docs path
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/29347/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/29347/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/29347.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/29347",
"merged_at": "2019-11-02T14:15:51Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/29347.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/29347"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/29348 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/29348/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/29348/comments | https://api.github.com/repos/pandas-dev/pandas/issues/29348/events | https://github.com/pandas-dev/pandas/pull/29348 | 516,587,165 | MDExOlB1bGxSZXF1ZXN0MzM1ODI1NDA4 | 29,348 | GH14422: BUG: to_numeric doesn't work uint64 numbers | {
"avatar_url": "https://avatars.githubusercontent.com/u/40920480?v=4",
"events_url": "https://api.github.com/users/pv8473h12/events{/privacy}",
"followers_url": "https://api.github.com/users/pv8473h12/followers",
"following_url": "https://api.github.com/users/pv8473h12/following{/other_user}",
"gists_url": "... | [
{
"color": "C4A000",
"default": false,
"description": "pandas testing functions or related to the test suite",
"id": 127685,
"name": "Testing",
"node_id": "MDU6TGFiZWwxMjc2ODU=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Testing"
},
{
"color": "e102d8",
"d... | closed | false | null | [] | {
"closed_at": "2020-01-30T12:18:05Z",
"closed_issues": 2207,
"created_at": "2012-09-13T02:13:00Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4",
"events_url": "https://api.github.com/users/wesm/events{/privacy}",
"followers_url": "https://api.github.com/users/wesm... | 3 | 2019-11-02T13:07:14Z | 2019-11-05T17:19:56Z | 2019-11-05T17:19:53Z | CONTRIBUTOR | null | -closes #14422
-passes `black pandas`
-added test test_downcast_uint64_exception() | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/29348/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/29348/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/29348.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/29348",
"merged_at": "2019-11-05T17:19:53Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/29348.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/29348"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/29349 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/29349/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/29349/comments | https://api.github.com/repos/pandas-dev/pandas/issues/29349/events | https://github.com/pandas-dev/pandas/issues/29349 | 516,592,249 | MDU6SXNzdWU1MTY1OTIyNDk= | 29,349 | Local test failure: TestMathNumExprPython.test_result_complex128 | {
"avatar_url": "https://avatars.githubusercontent.com/u/40920480?v=4",
"events_url": "https://api.github.com/users/pv8473h12/events{/privacy}",
"followers_url": "https://api.github.com/users/pv8473h12/followers",
"following_url": "https://api.github.com/users/pv8473h12/following{/other_user}",
"gists_url": "... | [
{
"color": "C4A000",
"default": false,
"description": "pandas testing functions or related to the test suite",
"id": 127685,
"name": "Testing",
"node_id": "MDU6TGFiZWwxMjc2ODU=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Testing"
},
{
"color": "5319e7",
"d... | closed | false | null | [] | null | 2 | 2019-11-02T13:24:32Z | 2020-04-19T22:09:25Z | 2020-04-19T22:09:25Z | CONTRIBUTOR | null | When running the pytest suite, I get the following error locally.
```
_________________ TestMathNumExprPython.test_result_complex128 _________________
self = <pandas.tests.computation.test_eval.TestMathNumExprPython object at 0x1c1e588250>
@td.skip_if_windows
def test_result_complex128(self):
... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/29349/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/29349/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/29350 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/29350/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/29350/comments | https://api.github.com/repos/pandas-dev/pandas/issues/29350/events | https://github.com/pandas-dev/pandas/pull/29350 | 516,597,092 | MDExOlB1bGxSZXF1ZXN0MzM1ODM0MTEw | 29,350 | Stable python 3.8.0 | {
"avatar_url": "https://avatars.githubusercontent.com/u/16733618?v=4",
"events_url": "https://api.github.com/users/alimcmaster1/events{/privacy}",
"followers_url": "https://api.github.com/users/alimcmaster1/followers",
"following_url": "https://api.github.com/users/alimcmaster1/following{/other_user}",
"gist... | [
{
"color": "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": "fef2c0",
"default": false,
"description": ... | closed | false | null | [] | {
"closed_at": "2020-01-30T12:18:05Z",
"closed_issues": 2207,
"created_at": "2012-09-13T02:13:00Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4",
"events_url": "https://api.github.com/users/wesm/events{/privacy}",
"followers_url": "https://api.github.com/users/wesm... | 3 | 2019-11-02T13:40:57Z | 2019-11-02T16:09:16Z | 2019-11-02T15:51:27Z | CONTRIBUTOR | null | Python 3.8.0 stable release is now available on travis https://travis-ci.community/t/add-python-3-8-support/5463 we can use it?
The 3.8-dev snapshot seemed to cause some issues here:
https://travis-ci.org/pandas-dev/pandas/jobs/606411398?utm_medium=notification&utm_source=github_status
related - https://github.c... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/29350/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/29350/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/29350.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/29350",
"merged_at": "2019-11-02T15:51:27Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/29350.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/29350"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/29351 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/29351/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/29351/comments | https://api.github.com/repos/pandas-dev/pandas/issues/29351/events | https://github.com/pandas-dev/pandas/pull/29351 | 516,601,994 | MDExOlB1bGxSZXF1ZXN0MzM1ODM4Mzk5 | 29,351 | pin black, xref gh-29341 | {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jreback/followers",
"following_url": "https://api.github.com/users/jreback/following{/other_user}",
"gists_url": "https://... | [
{
"color": "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... | 2 | 2019-11-02T13:57:20Z | 2019-11-04T16:28:05Z | 2019-11-02T15:02:06Z | CONTRIBUTOR | null | xref #29341
pinning until we can update the codebase | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/29351/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/29351/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/29351.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/29351",
"merged_at": "2019-11-02T15:02:06Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/29351.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/29351"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/29352 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/29352/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/29352/comments | https://api.github.com/repos/pandas-dev/pandas/issues/29352/events | https://github.com/pandas-dev/pandas/pull/29352 | 516,609,662 | MDExOlB1bGxSZXF1ZXN0MzM1ODQ1Mjc1 | 29,352 | TST: Add test to check category dtype remains unchanged after concat. | {
"avatar_url": "https://avatars.githubusercontent.com/u/12685195?v=4",
"events_url": "https://api.github.com/users/louishuynh/events{/privacy}",
"followers_url": "https://api.github.com/users/louishuynh/followers",
"following_url": "https://api.github.com/users/louishuynh/following{/other_user}",
"gists_url"... | [
{
"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... | 2 | 2019-11-02T14:22:46Z | 2019-11-12T23:07:59Z | 2019-11-12T23:07:55Z | CONTRIBUTOR | null | - closes #12007
- 1 tests added / passed | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/29352/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/29352/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/29352.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/29352",
"merged_at": "2019-11-12T23:07:55Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/29352.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/29352"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/29353 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/29353/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/29353/comments | https://api.github.com/repos/pandas-dev/pandas/issues/29353/events | https://github.com/pandas-dev/pandas/pull/29353 | 516,617,312 | MDExOlB1bGxSZXF1ZXN0MzM1ODUyMDI0 | 29,353 | BUG: Issue #29128 Series.var not returning the correct result | {
"avatar_url": "https://avatars.githubusercontent.com/u/39779339?v=4",
"events_url": "https://api.github.com/users/HubertKl/events{/privacy}",
"followers_url": "https://api.github.com/users/HubertKl/followers",
"following_url": "https://api.github.com/users/HubertKl/following{/other_user}",
"gists_url": "htt... | [
{
"color": "e10c02",
"default": false,
"description": null,
"id": 76811,
"name": "Bug",
"node_id": "MDU6TGFiZWw3NjgxMQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug"
},
{
"color": "006b75",
"default": false,
"description": "Arithmetic, Comparison, ... | closed | false | null | [] | {
"closed_at": "2020-01-30T12:18:05Z",
"closed_issues": 2207,
"created_at": "2012-09-13T02:13:00Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4",
"events_url": "https://api.github.com/users/wesm/events{/privacy}",
"followers_url": "https://api.github.com/users/wesm... | 5 | 2019-11-02T14:48:42Z | 2019-11-19T04:24:04Z | 2019-11-19T04:23:55Z | CONTRIBUTOR | null | - [ x ] closes #29128
- [ x ] tests added / passed
- [ x ] passes `black pandas`
- [ x ] passes `git diff upstream/master -u -- "*.py" | flake8 --diff`
- [ x ] whatsnew entry
This PR closes https://github.com/pandas-dev/pandas/issues/29128 | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/29353/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/29353/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/29353.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/29353",
"merged_at": "2019-11-19T04:23:55Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/29353.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/29353"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/29354 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/29354/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/29354/comments | https://api.github.com/repos/pandas-dev/pandas/issues/29354/events | https://github.com/pandas-dev/pandas/pull/29354 | 516,617,860 | MDExOlB1bGxSZXF1ZXN0MzM1ODUyNTA1 | 29,354 | Pv feature2 | {
"avatar_url": "https://avatars.githubusercontent.com/u/40920480?v=4",
"events_url": "https://api.github.com/users/pv8473h12/events{/privacy}",
"followers_url": "https://api.github.com/users/pv8473h12/followers",
"following_url": "https://api.github.com/users/pv8473h12/following{/other_user}",
"gists_url": "... | [
{
"color": "C4A000",
"default": false,
"description": "pandas testing functions or related to the test suite",
"id": 127685,
"name": "Testing",
"node_id": "MDU6TGFiZWwxMjc2ODU=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Testing"
},
{
"color": "e102d8",
"d... | closed | false | null | [] | {
"closed_at": "2020-01-30T12:18:05Z",
"closed_issues": 2207,
"created_at": "2012-09-13T02:13:00Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4",
"events_url": "https://api.github.com/users/wesm/events{/privacy}",
"followers_url": "https://api.github.com/users/wesm... | 3 | 2019-11-02T14:50:34Z | 2019-11-03T01:42:36Z | 2019-11-03T01:42:18Z | CONTRIBUTOR | null | - [x] closes #9113
- [x] tests added / passed
- [x] passes `black pandas`
- [x] new test added: test_replace_no_cast() | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/29354/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/29354/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/29354.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/29354",
"merged_at": "2019-11-03T01:42:18Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/29354.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/29354"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/29355 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/29355/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/29355/comments | https://api.github.com/repos/pandas-dev/pandas/issues/29355/events | https://github.com/pandas-dev/pandas/pull/29355 | 516,620,171 | MDExOlB1bGxSZXF1ZXN0MzM1ODU0NTQ2 | 29,355 | TST: Test type issue fix in empty groupby from DataFrame with categorical | {
"avatar_url": "https://avatars.githubusercontent.com/u/12685195?v=4",
"events_url": "https://api.github.com/users/louishuynh/events{/privacy}",
"followers_url": "https://api.github.com/users/louishuynh/followers",
"following_url": "https://api.github.com/users/louishuynh/following{/other_user}",
"gists_url"... | [
{
"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": "729FCF",
"d... | closed | false | null | [] | {
"closed_at": "2020-01-30T12:18:05Z",
"closed_issues": 2207,
"created_at": "2012-09-13T02:13:00Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4",
"events_url": "https://api.github.com/users/wesm/events{/privacy}",
"followers_url": "https://api.github.com/users/wesm... | 2 | 2019-11-02T14:58:13Z | 2019-11-13T01:57:24Z | 2019-11-13T01:57:20Z | CONTRIBUTOR | null | TST: Test type issue fix in empty groupby from DataFrame with categorical
closes #9614 | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/29355/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/29355/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/29355.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/29355",
"merged_at": "2019-11-13T01:57:19Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/29355.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/29355"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/29356 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/29356/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/29356/comments | https://api.github.com/repos/pandas-dev/pandas/issues/29356/events | https://github.com/pandas-dev/pandas/pull/29356 | 516,624,366 | MDExOlB1bGxSZXF1ZXN0MzM1ODU4MTU1 | 29,356 | TST: new test for subset of a MultiIndex dtype | {
"avatar_url": "https://avatars.githubusercontent.com/u/17522184?v=4",
"events_url": "https://api.github.com/users/ganevgv/events{/privacy}",
"followers_url": "https://api.github.com/users/ganevgv/followers",
"following_url": "https://api.github.com/users/ganevgv/following{/other_user}",
"gists_url": "https:... | [
{
"color": "C4A000",
"default": false,
"description": "pandas testing functions or related to the test suite",
"id": 127685,
"name": "Testing",
"node_id": "MDU6TGFiZWwxMjc2ODU=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Testing"
},
{
"color": "207de5",
"d... | closed | false | null | [] | {
"closed_at": "2020-01-30T12:18:05Z",
"closed_issues": 2207,
"created_at": "2012-09-13T02:13:00Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4",
"events_url": "https://api.github.com/users/wesm/events{/privacy}",
"followers_url": "https://api.github.com/users/wesm... | 1 | 2019-11-02T15:11:47Z | 2019-11-16T22:06:14Z | 2019-11-16T22:06:10Z | CONTRIBUTOR | null | Tried unsuccessfully reproducing Issue #20757 on pandas: 0.23.0 and 0.26.0.dev0+734.g0de99558b.dirty. That's why I decided to keep the input data from Issue #20757 unchanged.
- [x] closes #20757
- [x] tests added / passed
- [x] passes `black pandas`
- [x] passes `git diff upstream/master -u -- "*.py" | flake8 --d... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/29356/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/29356/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/29356.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/29356",
"merged_at": "2019-11-16T22:06:09Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/29356.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/29356"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/29357 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/29357/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/29357/comments | https://api.github.com/repos/pandas-dev/pandas/issues/29357/events | https://github.com/pandas-dev/pandas/pull/29357 | 516,626,317 | MDExOlB1bGxSZXF1ZXN0MzM1ODU5ODY1 | 29,357 | ensure consistent structure for groupby on index and column | {
"avatar_url": "https://avatars.githubusercontent.com/u/9082353?v=4",
"events_url": "https://api.github.com/users/mjarosie/events{/privacy}",
"followers_url": "https://api.github.com/users/mjarosie/followers",
"following_url": "https://api.github.com/users/mjarosie/following{/other_user}",
"gists_url": "http... | [
{
"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": "729FCF",
"d... | closed | false | null | [] | null | 1 | 2019-11-02T15:18:30Z | 2019-12-17T17:26:41Z | 2019-12-17T17:26:40Z | CONTRIBUTOR | null | - [x] closes #17681
- [ ] 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/29357/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/29357/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/29357.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/29357",
"merged_at": null,
"patch_url": "https://github.com/pandas-dev/pandas/pull/29357.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/29357"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/29358 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/29358/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/29358/comments | https://api.github.com/repos/pandas-dev/pandas/issues/29358/events | https://github.com/pandas-dev/pandas/pull/29358 | 516,627,703 | MDExOlB1bGxSZXF1ZXN0MzM1ODYxMDg0 | 29,358 | TST: Apply method broken for empty integer series with datetime index | {
"avatar_url": "https://avatars.githubusercontent.com/u/5850274?v=4",
"events_url": "https://api.github.com/users/okz12/events{/privacy}",
"followers_url": "https://api.github.com/users/okz12/followers",
"following_url": "https://api.github.com/users/okz12/following{/other_user}",
"gists_url": "https://api.g... | [
{
"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... | 1 | 2019-11-02T15:23:05Z | 2019-11-02T19:51:13Z | 2019-11-02T19:51:08Z | CONTRIBUTOR | null | I added a unit test for an edge case that was failing. Using the apply method on an empty integer series with a datetime index would throw an error.
- [x] closes #21245
- [x] 1 test added
- [x] passes pandas and flake8
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/29358/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/29358/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/29358.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/29358",
"merged_at": "2019-11-02T19:51:08Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/29358.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/29358"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/29359 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/29359/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/29359/comments | https://api.github.com/repos/pandas-dev/pandas/issues/29359/events | https://github.com/pandas-dev/pandas/pull/29359 | 516,631,792 | MDExOlB1bGxSZXF1ZXN0MzM1ODY0NjYy | 29,359 | GH 16051: DataFrame.replace() overwrites when values are non-numeric | {
"avatar_url": "https://avatars.githubusercontent.com/u/40920480?v=4",
"events_url": "https://api.github.com/users/pv8473h12/events{/privacy}",
"followers_url": "https://api.github.com/users/pv8473h12/followers",
"following_url": "https://api.github.com/users/pv8473h12/following{/other_user}",
"gists_url": "... | [
{
"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... | 3 | 2019-11-02T15:36:33Z | 2019-11-04T16:55:03Z | 2019-11-04T16:54:55Z | CONTRIBUTOR | null | - [x] closes #16051
- [x] tests added and passed
- [x] passes `black pandas`
- [x] added new test test_replace_commutative | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/29359/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/29359/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/29359.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/29359",
"merged_at": "2019-11-04T16:54:55Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/29359.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/29359"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/29360 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/29360/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/29360/comments | https://api.github.com/repos/pandas-dev/pandas/issues/29360/events | https://github.com/pandas-dev/pandas/pull/29360 | 516,642,017 | MDExOlB1bGxSZXF1ZXN0MzM1ODczNjUw | 29,360 | CLN: requested follow-ups | {
"avatar_url": "https://avatars.githubusercontent.com/u/8078968?v=4",
"events_url": "https://api.github.com/users/jbrockmendel/events{/privacy}",
"followers_url": "https://api.github.com/users/jbrockmendel/followers",
"following_url": "https://api.github.com/users/jbrockmendel/following{/other_user}",
"gists... | [
{
"color": "207de5",
"default": false,
"description": null,
"id": 211029535,
"name": "Clean",
"node_id": "MDU6TGFiZWwyMTEwMjk1MzU=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Clean"
}
] | closed | false | null | [] | {
"closed_at": "2020-01-30T12:18:05Z",
"closed_issues": 2207,
"created_at": "2012-09-13T02:13:00Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4",
"events_url": "https://api.github.com/users/wesm/events{/privacy}",
"followers_url": "https://api.github.com/users/wesm... | 1 | 2019-11-02T16:10:56Z | 2019-11-02T20:58:25Z | 2019-11-02T19:48:23Z | MEMBER | null | Also use the new _validate_limit in two places in the non-cython code | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/29360/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/29360/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/29360.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/29360",
"merged_at": "2019-11-02T19:48:23Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/29360.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/29360"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/29361 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/29361/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/29361/comments | https://api.github.com/repos/pandas-dev/pandas/issues/29361/events | https://github.com/pandas-dev/pandas/issues/29361 | 516,642,505 | MDU6SXNzdWU1MTY2NDI1MDU= | 29,361 | TYPING: scalar type that matches lib.is_scalar | {
"avatar_url": "https://avatars.githubusercontent.com/u/8078968?v=4",
"events_url": "https://api.github.com/users/jbrockmendel/events{/privacy}",
"followers_url": "https://api.github.com/users/jbrockmendel/followers",
"following_url": "https://api.github.com/users/jbrockmendel/following{/other_user}",
"gists... | [
{
"color": "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 | [] | null | 1 | 2019-11-02T16:12:39Z | 2020-09-05T19:03:57Z | 2020-09-05T19:03:57Z | MEMBER | null | ATM pandas._typing has a `Scalar = Union[str, int, float, bool]`. It would be helpful to have a Scalar type that reflected the behavior of `lib.is_scalar`
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/29361/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/29361/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/29362 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/29362/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/29362/comments | https://api.github.com/repos/pandas-dev/pandas/issues/29362/events | https://github.com/pandas-dev/pandas/pull/29362 | 516,646,979 | MDExOlB1bGxSZXF1ZXN0MzM1ODc4MTAy | 29,362 | Disallow non-scalar fill_value in maybe_upcast | {
"avatar_url": "https://avatars.githubusercontent.com/u/8078968?v=4",
"events_url": "https://api.github.com/users/jbrockmendel/events{/privacy}",
"followers_url": "https://api.github.com/users/jbrockmendel/followers",
"following_url": "https://api.github.com/users/jbrockmendel/following{/other_user}",
"gists... | [
{
"color": "d7e102",
"default": false,
"description": "np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate",
"id": 2822342,
"name": "Missing-data",
"node_id": "MDU6TGFiZWwyODIyMzQy",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Missing-data"
},
{
"color": "e102d8"... | closed | false | null | [] | {
"closed_at": "2020-01-30T12:18:05Z",
"closed_issues": 2207,
"created_at": "2012-09-13T02:13:00Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4",
"events_url": "https://api.github.com/users/wesm/events{/privacy}",
"followers_url": "https://api.github.com/users/wesm... | 3 | 2019-11-02T16:27:26Z | 2019-11-04T14:59:25Z | 2019-11-04T14:41:06Z | MEMBER | null | Along with #29331 and #29332 this allows us to rule out non-scalar fill_value being passed to maybe_promote for _almost_ all cases, the last few of which we'll have to address individually.
The restriction in `Block.shift` could be an API change if you squint and tilt your head.
The assertion in masked_rec_array_... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/29362/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/29362/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/29362.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/29362",
"merged_at": "2019-11-04T14:41:06Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/29362.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/29362"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/29363 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/29363/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/29363/comments | https://api.github.com/repos/pandas-dev/pandas/issues/29363/events | https://github.com/pandas-dev/pandas/pull/29363 | 516,649,271 | MDExOlB1bGxSZXF1ZXN0MzM1ODgwMTQ5 | 29,363 | Add documentation linking to sqlalchemy | {
"avatar_url": "https://avatars.githubusercontent.com/u/11476338?v=4",
"events_url": "https://api.github.com/users/cruzzoe/events{/privacy}",
"followers_url": "https://api.github.com/users/cruzzoe/followers",
"following_url": "https://api.github.com/users/cruzzoe/following{/other_user}",
"gists_url": "https:... | [
{
"color": "3465A4",
"default": false,
"description": null,
"id": 134699,
"name": "Docs",
"node_id": "MDU6TGFiZWwxMzQ2OTk=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Docs"
}
] | closed | false | null | [] | null | 1 | 2019-11-02T16:35:15Z | 2019-11-02T19:17:05Z | 2019-11-02T19:15:52Z | CONTRIBUTOR | null | - [x] closes #23086
- [x] tests added / passed
- [x] passes `black pandas`
- [x] passes `git diff upstream/master -u -- "*.py" | flake8 --diff`
- [ n/a] whatsnew entry
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/29363/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/29363/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/29363.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/29363",
"merged_at": null,
"patch_url": "https://github.com/pandas-dev/pandas/pull/29363.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/29363"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/29364 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/29364/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/29364/comments | https://api.github.com/repos/pandas-dev/pandas/issues/29364/events | https://github.com/pandas-dev/pandas/pull/29364 | 516,650,795 | MDExOlB1bGxSZXF1ZXN0MzM1ODgxNDgw | 29,364 | 26302 add typing to assert star equal funcs | {
"avatar_url": "https://avatars.githubusercontent.com/u/17543358?v=4",
"events_url": "https://api.github.com/users/samuelsinayoko/events{/privacy}",
"followers_url": "https://api.github.com/users/samuelsinayoko/followers",
"following_url": "https://api.github.com/users/samuelsinayoko/following{/other_user}",
... | [
{
"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 | [] | null | 22 | 2019-11-02T16:40:07Z | 2020-03-11T03:14:08Z | 2020-03-11T03:14:08Z | CONTRIBUTOR | null | - [X] closes #26302
- [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/29364/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/29364/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/29364.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/29364",
"merged_at": null,
"patch_url": "https://github.com/pandas-dev/pandas/pull/29364.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/29364"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/29365 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/29365/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/29365/comments | https://api.github.com/repos/pandas-dev/pandas/issues/29365/events | https://github.com/pandas-dev/pandas/pull/29365 | 516,657,772 | MDExOlB1bGxSZXF1ZXN0MzM1ODg3NTY4 | 29,365 | Test added: uint64 multicolumn sort | {
"avatar_url": "https://avatars.githubusercontent.com/u/40920480?v=4",
"events_url": "https://api.github.com/users/pv8473h12/events{/privacy}",
"followers_url": "https://api.github.com/users/pv8473h12/followers",
"following_url": "https://api.github.com/users/pv8473h12/following{/other_user}",
"gists_url": "... | [
{
"color": "C4A000",
"default": false,
"description": "pandas testing functions or related to the test suite",
"id": 127685,
"name": "Testing",
"node_id": "MDU6TGFiZWwxMjc2ODU=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Testing"
},
{
"color": "e102d8",
"d... | closed | false | null | [] | {
"closed_at": "2020-01-30T12:18:05Z",
"closed_issues": 2207,
"created_at": "2012-09-13T02:13:00Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4",
"events_url": "https://api.github.com/users/wesm/events{/privacy}",
"followers_url": "https://api.github.com/users/wesm... | 1 | 2019-11-02T17:02:53Z | 2019-11-03T15:05:51Z | 2019-11-03T15:05:47Z | CONTRIBUTOR | null | - [x] closes #9918
- [x] tests added / passed
- [x] passes `black pandas`
- [x] added test test_sort_multicolumn_uint64 | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/29365/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/29365/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/29365.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/29365",
"merged_at": "2019-11-03T15:05:46Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/29365.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/29365"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/29366 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/29366/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/29366/comments | https://api.github.com/repos/pandas-dev/pandas/issues/29366/events | https://github.com/pandas-dev/pandas/pull/29366 | 516,660,784 | MDExOlB1bGxSZXF1ZXN0MzM1ODkwMjIw | 29,366 | 29213: Dataframe Constructor from List of List and non-iterables | {
"avatar_url": "https://avatars.githubusercontent.com/u/28648146?v=4",
"events_url": "https://api.github.com/users/matttan90/events{/privacy}",
"followers_url": "https://api.github.com/users/matttan90/followers",
"following_url": "https://api.github.com/users/matttan90/following{/other_user}",
"gists_url": "... | [
{
"color": "370f77",
"default": false,
"description": "DataFrame data structure",
"id": 1049312478,
"name": "DataFrame",
"node_id": "MDU6TGFiZWwxMDQ5MzEyNDc4",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/DataFrame"
},
{
"color": "d4c5f9",
"default": false,
... | closed | false | null | [] | null | 5 | 2019-11-02T17:13:35Z | 2020-02-03T10:12:57Z | 2020-02-02T01:24:19Z | CONTRIBUTOR | null | - [x] closes https://github.com/pandas-dev/pandas/issues/29213
- [x] tests added / passed
- [x] passes `black pandas`
- [x] passes `git diff upstream/master -u -- "*.py" | flake8 --diff`
---
## What
Whilst the original issue is from the factory method `DataFrame.from_dict(d, orient='index')`, the main issue 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/29366/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/29366/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/29366.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/29366",
"merged_at": null,
"patch_url": "https://github.com/pandas-dev/pandas/pull/29366.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/29366"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/29367 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/29367/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/29367/comments | https://api.github.com/repos/pandas-dev/pandas/issues/29367/events | https://github.com/pandas-dev/pandas/pull/29367 | 516,662,146 | MDExOlB1bGxSZXF1ZXN0MzM1ODkxNDQw | 29,367 | TST: Adding map test for dict with np.nan key [Ref 17648] | {
"avatar_url": "https://avatars.githubusercontent.com/u/6001653?v=4",
"events_url": "https://api.github.com/users/sofiane87/events{/privacy}",
"followers_url": "https://api.github.com/users/sofiane87/followers",
"following_url": "https://api.github.com/users/sofiane87/following{/other_user}",
"gists_url": "h... | [
{
"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... | 1 | 2019-11-02T17:18:17Z | 2019-11-03T01:57:09Z | 2019-11-03T01:57:00Z | CONTRIBUTOR | null | - [x] closes #17648
- [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/29367/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/29367/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/29367.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/29367",
"merged_at": "2019-11-03T01:57:00Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/29367.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/29367"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/29368 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/29368/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/29368/comments | https://api.github.com/repos/pandas-dev/pandas/issues/29368/events | https://github.com/pandas-dev/pandas/pull/29368 | 516,665,468 | MDExOlB1bGxSZXF1ZXN0MzM1ODk0Mzkw | 29,368 | Fix pipe docs | {
"avatar_url": "https://avatars.githubusercontent.com/u/16733618?v=4",
"events_url": "https://api.github.com/users/alimcmaster1/events{/privacy}",
"followers_url": "https://api.github.com/users/alimcmaster1/followers",
"following_url": "https://api.github.com/users/alimcmaster1/following{/other_user}",
"gist... | [
{
"color": "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... | 5 | 2019-11-02T17:30:12Z | 2019-11-07T01:48:17Z | 2019-11-06T17:51:05Z | CONTRIBUTOR | null | - [x] closes #27054
See the image below which highlights what i've done here

`flake8-rst doc/source --filename=/getting_started/basics.rst` runs clean
cc. @datapythonista to review | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/29368/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/29368/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/29368.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/29368",
"merged_at": "2019-11-06T17:51:05Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/29368.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/29368"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/29369 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/29369/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/29369/comments | https://api.github.com/repos/pandas-dev/pandas/issues/29369/events | https://github.com/pandas-dev/pandas/pull/29369 | 516,667,949 | MDExOlB1bGxSZXF1ZXN0MzM1ODk2NTg3 | 29,369 | GH:11670: possible bug when calculating mean of DataFrame? | {
"avatar_url": "https://avatars.githubusercontent.com/u/40920480?v=4",
"events_url": "https://api.github.com/users/pv8473h12/events{/privacy}",
"followers_url": "https://api.github.com/users/pv8473h12/followers",
"following_url": "https://api.github.com/users/pv8473h12/following{/other_user}",
"gists_url": "... | [
{
"color": "C4A000",
"default": false,
"description": "pandas testing functions or related to the test suite",
"id": 127685,
"name": "Testing",
"node_id": "MDU6TGFiZWwxMjc2ODU=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Testing"
},
{
"color": "006b75",
"d... | closed | false | null | [] | {
"closed_at": "2020-01-30T12:18:05Z",
"closed_issues": 2207,
"created_at": "2012-09-13T02:13:00Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4",
"events_url": "https://api.github.com/users/wesm/events{/privacy}",
"followers_url": "https://api.github.com/users/wesm... | 1 | 2019-11-02T17:39:28Z | 2019-11-03T14:59:10Z | 2019-11-03T14:59:06Z | CONTRIBUTOR | null | - [x] closes #11670
- [x] tests added / passed
- [x] passes `black pandas`
- [x] added test test_mean_mixed_string_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/29369/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/29369/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/29369.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/29369",
"merged_at": "2019-11-03T14:59:06Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/29369.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/29369"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/29370 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/29370/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/29370/comments | https://api.github.com/repos/pandas-dev/pandas/issues/29370/events | https://github.com/pandas-dev/pandas/pull/29370 | 516,672,172 | MDExOlB1bGxSZXF1ZXN0MzM1OTAwMjIx | 29,370 | TST: Adding merge test for non-string columns [Ref 17962] | {
"avatar_url": "https://avatars.githubusercontent.com/u/6001653?v=4",
"events_url": "https://api.github.com/users/sofiane87/events{/privacy}",
"followers_url": "https://api.github.com/users/sofiane87/followers",
"following_url": "https://api.github.com/users/sofiane87/following{/other_user}",
"gists_url": "h... | [
{
"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",
"d... | closed | false | null | [] | {
"closed_at": "2020-01-30T12:18:05Z",
"closed_issues": 2207,
"created_at": "2012-09-13T02:13:00Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4",
"events_url": "https://api.github.com/users/wesm/events{/privacy}",
"followers_url": "https://api.github.com/users/wesm... | 2 | 2019-11-02T17:55:39Z | 2019-11-03T21:23:12Z | 2019-11-03T21:23:01Z | CONTRIBUTOR | null | - [x] closes #17962
- [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/29370/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/29370/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/29370.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/29370",
"merged_at": "2019-11-03T21:23:01Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/29370.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/29370"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/29371 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/29371/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/29371/comments | https://api.github.com/repos/pandas-dev/pandas/issues/29371/events | https://github.com/pandas-dev/pandas/pull/29371 | 516,675,487 | MDExOlB1bGxSZXF1ZXN0MzM1OTAzMTEy | 29,371 | Update setup.py to https | {
"avatar_url": "https://avatars.githubusercontent.com/u/16733618?v=4",
"events_url": "https://api.github.com/users/alimcmaster1/events{/privacy}",
"followers_url": "https://api.github.com/users/alimcmaster1/followers",
"following_url": "https://api.github.com/users/alimcmaster1/following{/other_user}",
"gist... | [
{
"color": "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... | 2 | 2019-11-02T18:08:06Z | 2019-11-02T19:49:06Z | 2019-11-02T19:49:01Z | CONTRIBUTOR | null | Avoids a redirect in browser when clicking these links.
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/29371/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/29371/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/29371.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/29371",
"merged_at": "2019-11-02T19:49:01Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/29371.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/29371"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/29372 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/29372/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/29372/comments | https://api.github.com/repos/pandas-dev/pandas/issues/29372/events | https://github.com/pandas-dev/pandas/pull/29372 | 516,683,697 | MDExOlB1bGxSZXF1ZXN0MzM1OTEwMzIw | 29,372 | TST: new test for str to small float conversion dtype | {
"avatar_url": "https://avatars.githubusercontent.com/u/17522184?v=4",
"events_url": "https://api.github.com/users/ganevgv/events{/privacy}",
"followers_url": "https://api.github.com/users/ganevgv/followers",
"following_url": "https://api.github.com/users/ganevgv/following{/other_user}",
"gists_url": "https:... | [
{
"color": "C4A000",
"default": false,
"description": "pandas testing functions or related to the test suite",
"id": 127685,
"name": "Testing",
"node_id": "MDU6TGFiZWwxMjc2ODU=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Testing"
},
{
"color": "006b75",
"d... | closed | false | null | [] | {
"closed_at": "2020-01-30T12:18:05Z",
"closed_issues": 2207,
"created_at": "2012-09-13T02:13:00Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4",
"events_url": "https://api.github.com/users/wesm/events{/privacy}",
"followers_url": "https://api.github.com/users/wesm... | 2 | 2019-11-02T18:40:16Z | 2019-11-03T21:22:30Z | 2019-11-03T21:22:19Z | CONTRIBUTOR | null | - [x] closes #20388
- [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/29372/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/29372/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/29372.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/29372",
"merged_at": "2019-11-03T21:22:19Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/29372.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/29372"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/29373 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/29373/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/29373/comments | https://api.github.com/repos/pandas-dev/pandas/issues/29373/events | https://github.com/pandas-dev/pandas/pull/29373 | 516,692,955 | MDExOlB1bGxSZXF1ZXN0MzM1OTE4MzY2 | 29,373 | Add documentation linking to sqlalchemy | {
"avatar_url": "https://avatars.githubusercontent.com/u/11476338?v=4",
"events_url": "https://api.github.com/users/cruzzoe/events{/privacy}",
"followers_url": "https://api.github.com/users/cruzzoe/followers",
"following_url": "https://api.github.com/users/cruzzoe/following{/other_user}",
"gists_url": "https:... | [
{
"color": "3465A4",
"default": false,
"description": null,
"id": 134699,
"name": "Docs",
"node_id": "MDU6TGFiZWwxMzQ2OTk=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Docs"
},
{
"color": "5319e7",
"default": false,
"description": "to_sql, read_sql, rea... | closed | false | null | [] | {
"closed_at": "2020-01-30T12:18:05Z",
"closed_issues": 2207,
"created_at": "2012-09-13T02:13:00Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4",
"events_url": "https://api.github.com/users/wesm/events{/privacy}",
"followers_url": "https://api.github.com/users/wesm... | 10 | 2019-11-02T19:16:28Z | 2019-11-22T16:19:34Z | 2019-11-22T16:19:28Z | CONTRIBUTOR | null | - [x] closes #23086
- [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/29373/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/29373/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/29373.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/29373",
"merged_at": "2019-11-22T16:19:27Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/29373.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/29373"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/29374 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/29374/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/29374/comments | https://api.github.com/repos/pandas-dev/pandas/issues/29374/events | https://github.com/pandas-dev/pandas/pull/29374 | 516,700,179 | MDExOlB1bGxSZXF1ZXN0MzM1OTI0NzQ0 | 29,374 | Updated index links for 0.25.3 | {
"avatar_url": "https://avatars.githubusercontent.com/u/609873?v=4",
"events_url": "https://api.github.com/users/WillAyd/events{/privacy}",
"followers_url": "https://api.github.com/users/WillAyd/followers",
"following_url": "https://api.github.com/users/WillAyd/following{/other_user}",
"gists_url": "https://... | [
{
"color": "3465A4",
"default": false,
"description": null,
"id": 134699,
"name": "Docs",
"node_id": "MDU6TGFiZWwxMzQ2OTk=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Docs"
}
] | closed | false | null | [] | null | 18 | 2019-11-02T19:44:11Z | 2019-11-14T16:20:20Z | 2019-11-08T16:27:25Z | MEMBER | null | I think this was supposed to be updated for the release. Might need to retag after repush docs after this
@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/29374/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/29374/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/29374.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/29374",
"merged_at": "2019-11-08T16:27:25Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/29374.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/29374"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/29375 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/29375/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/29375/comments | https://api.github.com/repos/pandas-dev/pandas/issues/29375/events | https://github.com/pandas-dev/pandas/pull/29375 | 516,709,167 | MDExOlB1bGxSZXF1ZXN0MzM1OTMyNTQ0 | 29,375 | Deprecate using `xlrd` engine | {
"avatar_url": "https://avatars.githubusercontent.com/u/11476338?v=4",
"events_url": "https://api.github.com/users/cruzzoe/events{/privacy}",
"followers_url": "https://api.github.com/users/cruzzoe/followers",
"following_url": "https://api.github.com/users/cruzzoe/following{/other_user}",
"gists_url": "https:... | [
{
"color": "bfe5bf",
"default": false,
"description": "read_excel, to_excel",
"id": 49254273,
"name": "IO Excel",
"node_id": "MDU6TGFiZWw0OTI1NDI3Mw==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/IO%20Excel"
},
{
"color": "5319e7",
"default": false,
"de... | closed | false | null | [] | null | 23 | 2019-11-02T20:20:11Z | 2020-04-22T03:56:01Z | 2020-04-22T03:56:00Z | CONTRIBUTOR | null | - [x] closes #28547
- [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/29375/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/29375/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/29375.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/29375",
"merged_at": null,
"patch_url": "https://github.com/pandas-dev/pandas/pull/29375.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/29375"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/29376 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/29376/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/29376/comments | https://api.github.com/repos/pandas-dev/pandas/issues/29376/events | https://github.com/pandas-dev/pandas/pull/29376 | 516,716,343 | MDExOlB1bGxSZXF1ZXN0MzM1OTM4ODI1 | 29,376 | TST: new test for sort index when Nan in other axis. | {
"avatar_url": "https://avatars.githubusercontent.com/u/33066411?v=4",
"events_url": "https://api.github.com/users/ainsleyto/events{/privacy}",
"followers_url": "https://api.github.com/users/ainsleyto/followers",
"following_url": "https://api.github.com/users/ainsleyto/following{/other_user}",
"gists_url": "... | [
{
"color": "02d7e1",
"default": false,
"description": "Concat, Merge/Join, Stack/Unstack, Explode",
"id": 13098779,
"name": "Reshaping",
"node_id": "MDU6TGFiZWwxMzA5ODc3OQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Reshaping"
},
{
"color": "207de5",
"de... | closed | false | null | [] | null | 4 | 2019-11-02T20:45:37Z | 2020-01-01T18:33:43Z | 2020-01-01T18:33:42Z | NONE | null | closes #12261
test added / passed
passes black pandas | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/29376/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/29376/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/29376.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/29376",
"merged_at": null,
"patch_url": "https://github.com/pandas-dev/pandas/pull/29376.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/29376"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/29377 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/29377/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/29377/comments | https://api.github.com/repos/pandas-dev/pandas/issues/29377/events | https://github.com/pandas-dev/pandas/pull/29377 | 516,726,661 | MDExOlB1bGxSZXF1ZXN0MzM1OTQ3OTM4 | 29,377 | CLN: deprivatize factorize_from_iterable | {
"avatar_url": "https://avatars.githubusercontent.com/u/26364415?v=4",
"events_url": "https://api.github.com/users/topper-123/events{/privacy}",
"followers_url": "https://api.github.com/users/topper-123/followers",
"following_url": "https://api.github.com/users/topper-123/following{/other_user}",
"gists_url"... | [
{
"color": "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... | 5 | 2019-11-02T21:26:57Z | 2019-11-03T22:11:47Z | 2019-11-03T22:11:43Z | CONTRIBUTOR | null | Deprivatize ``_factorize_from_iterable`` and ``_factorize_from_iterables`` | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/29377/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/29377/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/29377.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/29377",
"merged_at": "2019-11-03T22:11:43Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/29377.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/29377"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/29378 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/29378/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/29378/comments | https://api.github.com/repos/pandas-dev/pandas/issues/29378/events | https://github.com/pandas-dev/pandas/pull/29378 | 516,764,081 | MDExOlB1bGxSZXF1ZXN0MzM1OTgwNTI0 | 29,378 | TST: new test for incorrect series assignment | {
"avatar_url": "https://avatars.githubusercontent.com/u/17522184?v=4",
"events_url": "https://api.github.com/users/ganevgv/events{/privacy}",
"followers_url": "https://api.github.com/users/ganevgv/followers",
"following_url": "https://api.github.com/users/ganevgv/following{/other_user}",
"gists_url": "https:... | [
{
"color": "C4A000",
"default": false,
"description": "pandas testing functions or related to the test suite",
"id": 127685,
"name": "Testing",
"node_id": "MDU6TGFiZWwxMjc2ODU=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Testing"
},
{
"color": "0b02e1",
"d... | closed | false | null | [] | {
"closed_at": "2020-01-30T12:18:05Z",
"closed_issues": 2207,
"created_at": "2012-09-13T02:13:00Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4",
"events_url": "https://api.github.com/users/wesm/events{/privacy}",
"followers_url": "https://api.github.com/users/wesm... | 1 | 2019-11-03T00:41:52Z | 2019-11-07T22:13:43Z | 2019-11-07T22:13:28Z | CONTRIBUTOR | null | - [x] closes #14525
- [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/29378/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/29378/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/29378.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/29378",
"merged_at": "2019-11-07T22:13:28Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/29378.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/29378"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/29379 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/29379/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/29379/comments | https://api.github.com/repos/pandas-dev/pandas/issues/29379/events | https://github.com/pandas-dev/pandas/pull/29379 | 516,775,958 | MDExOlB1bGxSZXF1ZXN0MzM1OTg4Nzcx | 29,379 | Fixes typo | {
"avatar_url": "https://avatars.githubusercontent.com/u/1186124?v=4",
"events_url": "https://api.github.com/users/saulshanabrook/events{/privacy}",
"followers_url": "https://api.github.com/users/saulshanabrook/followers",
"following_url": "https://api.github.com/users/saulshanabrook/following{/other_user}",
... | [
{
"color": "3465A4",
"default": false,
"description": null,
"id": 134699,
"name": "Docs",
"node_id": "MDU6TGFiZWwxMzQ2OTk=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Docs"
}
] | closed | false | null | [] | {
"closed_at": "2020-01-30T12:18:05Z",
"closed_issues": 2207,
"created_at": "2012-09-13T02:13:00Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4",
"events_url": "https://api.github.com/users/wesm/events{/privacy}",
"followers_url": "https://api.github.com/users/wesm... | 1 | 2019-11-03T03:33:15Z | 2019-11-03T14:53:51Z | 2019-11-03T14:53:47Z | 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/29379/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/29379/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/29379.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/29379",
"merged_at": "2019-11-03T14:53:47Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/29379.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/29379"
} | |
https://api.github.com/repos/pandas-dev/pandas/issues/29380 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/29380/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/29380/comments | https://api.github.com/repos/pandas-dev/pandas/issues/29380/events | https://github.com/pandas-dev/pandas/pull/29380 | 516,780,035 | MDExOlB1bGxSZXF1ZXN0MzM1OTkxNzEx | 29,380 | CLN: Remove unused _isfinite, make_axis_dummies | {
"avatar_url": "https://avatars.githubusercontent.com/u/8078968?v=4",
"events_url": "https://api.github.com/users/jbrockmendel/events{/privacy}",
"followers_url": "https://api.github.com/users/jbrockmendel/followers",
"following_url": "https://api.github.com/users/jbrockmendel/following{/other_user}",
"gists... | [
{
"color": "207de5",
"default": false,
"description": null,
"id": 211029535,
"name": "Clean",
"node_id": "MDU6TGFiZWwyMTEwMjk1MzU=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Clean"
}
] | closed | false | null | [] | {
"closed_at": "2020-01-30T12:18:05Z",
"closed_issues": 2207,
"created_at": "2012-09-13T02:13:00Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4",
"events_url": "https://api.github.com/users/wesm/events{/privacy}",
"followers_url": "https://api.github.com/users/wesm... | 1 | 2019-11-03T04:35:44Z | 2019-11-03T15:34:09Z | 2019-11-03T14:54:47Z | 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/29380/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/29380/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/29380.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/29380",
"merged_at": "2019-11-03T14:54:47Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/29380.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/29380"
} | |
https://api.github.com/repos/pandas-dev/pandas/issues/29381 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/29381/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/29381/comments | https://api.github.com/repos/pandas-dev/pandas/issues/29381/events | https://github.com/pandas-dev/pandas/issues/29381 | 516,783,350 | MDU6SXNzdWU1MTY3ODMzNTA= | 29,381 | MemoryError when using `.drop_duplicates()` | {
"avatar_url": "https://avatars.githubusercontent.com/u/4249799?v=4",
"events_url": "https://api.github.com/users/Mikerah/events{/privacy}",
"followers_url": "https://api.github.com/users/Mikerah/followers",
"following_url": "https://api.github.com/users/Mikerah/following{/other_user}",
"gists_url": "https:/... | [
{
"color": "207de5",
"default": false,
"description": "Clarification about behavior needed to assess issue",
"id": 307649777,
"name": "Needs Info",
"node_id": "MDU6TGFiZWwzMDc2NDk3Nzc=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Needs%20Info"
}
] | closed | false | null | [] | null | 5 | 2019-11-03T05:26:31Z | 2019-11-04T04:58:16Z | 2019-11-04T04:58:15Z | NONE | null | #### Code Sample, a copy-pastable example if possible
Calling `.drop_duplicates()` on a large dataframe say of over 1 million rows with sufficient duplicate values should suffice
#### Problem description
I have a very large data frame object ( a little less than 10 million rows). It has 5 columns, most of which at t... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/29381/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/29381/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/29382 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/29382/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/29382/comments | https://api.github.com/repos/pandas-dev/pandas/issues/29382/events | https://github.com/pandas-dev/pandas/issues/29382 | 516,823,820 | MDU6SXNzdWU1MTY4MjM4MjA= | 29,382 | resample using for subsample will regards NaN as zeros with sum | {
"avatar_url": "https://avatars.githubusercontent.com/u/21965902?v=4",
"events_url": "https://api.github.com/users/veager/events{/privacy}",
"followers_url": "https://api.github.com/users/veager/followers",
"following_url": "https://api.github.com/users/veager/following{/other_user}",
"gists_url": "https://a... | [
{
"color": "e10c02",
"default": false,
"description": null,
"id": 76811,
"name": "Bug",
"node_id": "MDU6TGFiZWw3NjgxMQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug"
},
{
"color": "207de5",
"default": false,
"description": "resample method",
"i... | open | false | null | [] | null | 1 | 2019-11-03T12:53:41Z | 2021-08-19T10:22:00Z | null | NONE | null |
#### Problem description
I found the `resample` for subsampling to aggregate would take NaN(`np.nan`) as zero.
I have seen the similar question in [Handling NaN during resampling #22065](https://github.com/pandas-dev/pandas/issues/22065)
I use `.sum()`, `.sum(skipna=False)`, `.apply(np.sum)`, and my funct... | {
"+1": 1,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 1,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/29382/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/29382/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/29383 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/29383/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/29383/comments | https://api.github.com/repos/pandas-dev/pandas/issues/29383/events | https://github.com/pandas-dev/pandas/pull/29383 | 516,845,064 | MDExOlB1bGxSZXF1ZXN0MzM2MDM3NTc0 | 29,383 | Series repr html only | {
"avatar_url": "https://avatars.githubusercontent.com/u/1134151?v=4",
"events_url": "https://api.github.com/users/big-o/events{/privacy}",
"followers_url": "https://api.github.com/users/big-o/followers",
"following_url": "https://api.github.com/users/big-o/following{/other_user}",
"gists_url": "https://api.g... | [
{
"color": "006b75",
"default": false,
"description": "read_html, to_html, Styler.apply, Styler.applymap",
"id": 57395487,
"name": "IO HTML",
"node_id": "MDU6TGFiZWw1NzM5NTQ4Nw==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/IO%20HTML"
}
] | closed | false | null | [] | null | 16 | 2019-11-03T15:31:41Z | 2020-09-11T17:22:03Z | 2020-09-10T18:56:28Z | NONE | null | - [x] closes #5563
- [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/29383/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/29383/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/29383.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/29383",
"merged_at": null,
"patch_url": "https://github.com/pandas-dev/pandas/pull/29383.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/29383"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/29384 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/29384/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/29384/comments | https://api.github.com/repos/pandas-dev/pandas/issues/29384/events | https://github.com/pandas-dev/pandas/pull/29384 | 516,860,953 | MDExOlB1bGxSZXF1ZXN0MzM2MDQ4OTc0 | 29,384 | REF: move safe_sort to algos to avoid private/circular dependencies | {
"avatar_url": "https://avatars.githubusercontent.com/u/8078968?v=4",
"events_url": "https://api.github.com/users/jbrockmendel/events{/privacy}",
"followers_url": "https://api.github.com/users/jbrockmendel/followers",
"following_url": "https://api.github.com/users/jbrockmendel/following{/other_user}",
"gists... | [
{
"color": "207de5",
"default": false,
"description": null,
"id": 211029535,
"name": "Clean",
"node_id": "MDU6TGFiZWwyMTEwMjk1MzU=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Clean"
}
] | closed | false | null | [] | {
"closed_at": "2020-01-30T12:18:05Z",
"closed_issues": 2207,
"created_at": "2012-09-13T02:13:00Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4",
"events_url": "https://api.github.com/users/wesm/events{/privacy}",
"followers_url": "https://api.github.com/users/wesm... | 7 | 2019-11-03T17:22:08Z | 2019-11-04T16:46:38Z | 2019-11-04T16:21:26Z | MEMBER | null | safe_sort uses private functions from core.algorithms and is runtime-imported into core.algorithms. It also doesn't use _anything_ else defined in core.sorting. This move cleans up the dependency structure, in particular is a step towards getting #29133 working. | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/29384/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/29384/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/29384.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/29384",
"merged_at": "2019-11-04T16:21:25Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/29384.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/29384"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/29385 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/29385/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/29385/comments | https://api.github.com/repos/pandas-dev/pandas/issues/29385/events | https://github.com/pandas-dev/pandas/pull/29385 | 516,877,416 | MDExOlB1bGxSZXF1ZXN0MzM2MDYwNzE2 | 29,385 | REF: simplify core.algorithms, reshape.cut | {
"avatar_url": "https://avatars.githubusercontent.com/u/8078968?v=4",
"events_url": "https://api.github.com/users/jbrockmendel/events{/privacy}",
"followers_url": "https://api.github.com/users/jbrockmendel/followers",
"following_url": "https://api.github.com/users/jbrockmendel/following{/other_user}",
"gists... | [
{
"color": "207de5",
"default": false,
"description": null,
"id": 211029535,
"name": "Clean",
"node_id": "MDU6TGFiZWwyMTEwMjk1MzU=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Clean"
}
] | closed | false | null | [] | {
"closed_at": "2020-01-30T12:18:05Z",
"closed_issues": 2207,
"created_at": "2012-09-13T02:13:00Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4",
"events_url": "https://api.github.com/users/wesm/events{/privacy}",
"followers_url": "https://api.github.com/users/wesm... | 1 | 2019-11-03T19:34:03Z | 2019-11-04T14:59:54Z | 2019-11-04T13:40:47Z | 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/29385/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/29385/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/29385.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/29385",
"merged_at": "2019-11-04T13:40:47Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/29385.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/29385"
} | |
https://api.github.com/repos/pandas-dev/pandas/issues/29386 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/29386/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/29386/comments | https://api.github.com/repos/pandas-dev/pandas/issues/29386/events | https://github.com/pandas-dev/pandas/pull/29386 | 516,884,093 | MDExOlB1bGxSZXF1ZXN0MzM2MDY1NDY1 | 29,386 | DOC: Added --no-use-pep517 flag to the developer guide. | {
"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_u... | [] | closed | false | null | [] | null | 0 | 2019-11-03T20:28:49Z | 2019-11-03T21:08:19Z | 2019-11-03T21:08:15Z | MEMBER | null |
- [x] closes #28633
- [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/29386/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/29386/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/29386.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/29386",
"merged_at": null,
"patch_url": "https://github.com/pandas-dev/pandas/pull/29386.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/29386"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/29387 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/29387/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/29387/comments | https://api.github.com/repos/pandas-dev/pandas/issues/29387/events | https://github.com/pandas-dev/pandas/pull/29387 | 516,890,443 | MDExOlB1bGxSZXF1ZXN0MzM2MDcwMTAy | 29,387 | DOC: Added the flag "--no-use-pep517" to contrib guide. | {
"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_u... | [
{
"color": "75507B",
"default": false,
"description": "Library building on various platforms",
"id": 129350,
"name": "Build",
"node_id": "MDU6TGFiZWwxMjkzNTA=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Build"
},
{
"color": "3465A4",
"default": false,
... | 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... | 0 | 2019-11-03T21:19:14Z | 2019-11-04T13:42:42Z | 2019-11-04T13:42:42Z | MEMBER | null | - [x] closes #28633
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/29387/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/29387/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/29387.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/29387",
"merged_at": "2019-11-04T13:42:42Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/29387.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/29387"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/29388 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/29388/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/29388/comments | https://api.github.com/repos/pandas-dev/pandas/issues/29388/events | https://github.com/pandas-dev/pandas/pull/29388 | 516,895,019 | MDExOlB1bGxSZXF1ZXN0MzM2MDczNDQz | 29,388 | API: drop kwargs from Series.dropna, add explicit `how` parameter | {
"avatar_url": "https://avatars.githubusercontent.com/u/26364415?v=4",
"events_url": "https://api.github.com/users/topper-123/events{/privacy}",
"followers_url": "https://api.github.com/users/topper-123/followers",
"following_url": "https://api.github.com/users/topper-123/following{/other_user}",
"gists_url"... | [
{
"color": "AD7FA8",
"default": false,
"description": null,
"id": 35818298,
"name": "API Design",
"node_id": "MDU6TGFiZWwzNTgxODI5OA==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/API%20Design"
},
{
"color": "207de5",
"default": false,
"description": nu... | 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... | 0 | 2019-11-03T21:54:23Z | 2019-11-04T19:58:52Z | 2019-11-04T19:58:48Z | CONTRIBUTOR | null | Using ``**kwargs`` gave false type hints on what the dropna method could take for arguments, and supplying anything but ``how`` raised a TypeError already.
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/29388/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/29388/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/29388.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/29388",
"merged_at": "2019-11-04T19:58:48Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/29388.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/29388"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/29389 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/29389/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/29389/comments | https://api.github.com/repos/pandas-dev/pandas/issues/29389/events | https://github.com/pandas-dev/pandas/pull/29389 | 516,897,999 | MDExOlB1bGxSZXF1ZXN0MzM2MDc1NjI3 | 29,389 | CLN core.groupby | {
"avatar_url": "https://avatars.githubusercontent.com/u/8078968?v=4",
"events_url": "https://api.github.com/users/jbrockmendel/events{/privacy}",
"followers_url": "https://api.github.com/users/jbrockmendel/followers",
"following_url": "https://api.github.com/users/jbrockmendel/following{/other_user}",
"gists... | [
{
"color": "fbca04",
"default": false,
"description": "Related to non-user accessible pandas implementation",
"id": 49094459,
"name": "Internals",
"node_id": "MDU6TGFiZWw0OTA5NDQ1OQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Internals"
},
{
"color": "207de5... | closed | false | null | [] | {
"closed_at": "2020-01-30T12:18:05Z",
"closed_issues": 2207,
"created_at": "2012-09-13T02:13:00Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4",
"events_url": "https://api.github.com/users/wesm/events{/privacy}",
"followers_url": "https://api.github.com/users/wesm... | 2 | 2019-11-03T22:18:33Z | 2019-11-04T14:55:19Z | 2019-11-04T13:38:04Z | MEMBER | null | Broken off from local branches doing non-CLN work.
Foreshadowing: some of the TypeErrors we are catching are being caused by `self.axis` not being an Index instead of an int in some cases. | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/29389/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/29389/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/29389.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/29389",
"merged_at": "2019-11-04T13:38:04Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/29389.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/29389"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/29390 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/29390/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/29390/comments | https://api.github.com/repos/pandas-dev/pandas/issues/29390/events | https://github.com/pandas-dev/pandas/pull/29390 | 516,911,611 | MDExOlB1bGxSZXF1ZXN0MzM2MDg1NTM2 | 29,390 | changing docstring for to_csv compression to 1.0.0 | {
"avatar_url": "https://avatars.githubusercontent.com/u/1697188?v=4",
"events_url": "https://api.github.com/users/ahackit/events{/privacy}",
"followers_url": "https://api.github.com/users/ahackit/followers",
"following_url": "https://api.github.com/users/ahackit/following{/other_user}",
"gists_url": "https:/... | [
{
"color": "3465A4",
"default": false,
"description": null,
"id": 134699,
"name": "Docs",
"node_id": "MDU6TGFiZWwxMzQ2OTk=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Docs"
},
{
"color": "5319e7",
"default": false,
"description": "read_csv, to_csv",
... | 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... | 0 | 2019-11-04T00:06:07Z | 2019-11-04T13:50:14Z | 2019-11-04T13:50:14Z | CONTRIBUTOR | null | - closes #29328
- Just updating doc-string for to_csv() compression.
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/29390/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/29390/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/29390.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/29390",
"merged_at": "2019-11-04T13:50:14Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/29390.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/29390"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/29391 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/29391/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/29391/comments | https://api.github.com/repos/pandas-dev/pandas/issues/29391/events | https://github.com/pandas-dev/pandas/pull/29391 | 516,913,198 | MDExOlB1bGxSZXF1ZXN0MzM2MDg2Njk4 | 29,391 | Fix: DataFrame.append with empty list raises IndexError | {
"avatar_url": "https://avatars.githubusercontent.com/u/17853006?v=4",
"events_url": "https://api.github.com/users/SaturnFromTitan/events{/privacy}",
"followers_url": "https://api.github.com/users/SaturnFromTitan/followers",
"following_url": "https://api.github.com/users/SaturnFromTitan/following{/other_user}"... | [] | closed | false | null | [] | null | 1 | 2019-11-04T00:17:03Z | 2019-11-04T00:22:31Z | 2019-11-04T00:22:31Z | CONTRIBUTOR | null | - [x] closes #28769
- [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/29391/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/29391/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/29391.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/29391",
"merged_at": null,
"patch_url": "https://github.com/pandas-dev/pandas/pull/29391.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/29391"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/29392 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/29392/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/29392/comments | https://api.github.com/repos/pandas-dev/pandas/issues/29392/events | https://github.com/pandas-dev/pandas/pull/29392 | 516,937,093 | MDExOlB1bGxSZXF1ZXN0MzM2MTA1MDg2 | 29,392 | TST: Test DataFrame.rolling with window as string | {
"avatar_url": "https://avatars.githubusercontent.com/u/9273653?v=4",
"events_url": "https://api.github.com/users/gfyoung/events{/privacy}",
"followers_url": "https://api.github.com/users/gfyoung/followers",
"following_url": "https://api.github.com/users/gfyoung/following{/other_user}",
"gists_url": "https:/... | [
{
"color": "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": "fbca04",
"d... | closed | false | null | [] | {
"closed_at": "2020-01-30T12:18:05Z",
"closed_issues": 2207,
"created_at": "2012-09-13T02:13:00Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4",
"events_url": "https://api.github.com/users/wesm/events{/privacy}",
"followers_url": "https://api.github.com/users/wesm... | 3 | 2019-11-04T02:51:56Z | 2019-11-04T23:56:07Z | 2019-11-04T22:10:32Z | MEMBER | null | Closes https://github.com/pandas-dev/pandas/issues/22590 | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/29392/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/29392/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/29392.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/29392",
"merged_at": "2019-11-04T22:10:32Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/29392.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/29392"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/29393 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/29393/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/29393/comments | https://api.github.com/repos/pandas-dev/pandas/issues/29393/events | https://github.com/pandas-dev/pandas/pull/29393 | 517,032,956 | MDExOlB1bGxSZXF1ZXN0MzM2MTgwMzkx | 29,393 | BUG: GH25495 incorrect dtype when using .loc to set Categorical value for column in 1-row DataFrame | {
"avatar_url": "https://avatars.githubusercontent.com/u/4409045?v=4",
"events_url": "https://api.github.com/users/keechongtan/events{/privacy}",
"followers_url": "https://api.github.com/users/keechongtan/followers",
"following_url": "https://api.github.com/users/keechongtan/following{/other_user}",
"gists_ur... | [
{
"color": "e10c02",
"default": false,
"description": null,
"id": 76811,
"name": "Bug",
"node_id": "MDU6TGFiZWw3NjgxMQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug"
},
{
"color": "0b02e1",
"default": false,
"description": "Related to indexing on s... | 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... | 8 | 2019-11-04T09:25:45Z | 2020-01-28T15:29:45Z | 2020-01-27T12:34:43Z | CONTRIBUTOR | null | - [x] closes https://github.com/pandas-dev/pandas/issues/25495
- [x] 1 test 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/29393/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/29393/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/29393.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/29393",
"merged_at": "2020-01-27T12:34:43Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/29393.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/29393"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/29394 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/29394/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/29394/comments | https://api.github.com/repos/pandas-dev/pandas/issues/29394/events | https://github.com/pandas-dev/pandas/issues/29394 | 517,120,648 | MDU6SXNzdWU1MTcxMjA2NDg= | 29,394 | DataFrame.select_dtypes include/exclude "int" not recognized. | {
"avatar_url": "https://avatars.githubusercontent.com/u/13159005?v=4",
"events_url": "https://api.github.com/users/simonjayhawkins/events{/privacy}",
"followers_url": "https://api.github.com/users/simonjayhawkins/followers",
"following_url": "https://api.github.com/users/simonjayhawkins/following{/other_user}"... | [
{
"color": "009800",
"default": false,
"description": "Duplicate issue or pull request",
"id": 40153326,
"name": "Duplicate Report",
"node_id": "MDU6TGFiZWw0MDE1MzMyNg==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Duplicate%20Report"
}
] | closed | false | null | [] | null | 3 | 2019-11-04T12:29:11Z | 2020-09-24T13:40:09Z | 2020-09-24T13:39:46Z | MEMBER | null | #### Code Sample, a copy-pastable example if possible
code sample from DataFrame.select_dtypes docstring
```python
>>> import pandas as pd
>>>
>>> pd.__version__
'0.26.0.dev0+767.gb3490cbd9'
>>>
>>> df = pd.DataFrame({"a": [1, 2] * 3, "b": [True, False] * 3, "c": [1.0, 2.0] * 3})
>>> df
a b c
... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/29394/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/29394/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/29395 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/29395/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/29395/comments | https://api.github.com/repos/pandas-dev/pandas/issues/29395/events | https://github.com/pandas-dev/pandas/pull/29395 | 517,174,096 | MDExOlB1bGxSZXF1ZXN0MzM2Mjk0NDM2 | 29,395 | DOC: remove okwarning once pyarrow 0.12 is released | {
"avatar_url": "https://avatars.githubusercontent.com/u/17853006?v=4",
"events_url": "https://api.github.com/users/SaturnFromTitan/events{/privacy}",
"followers_url": "https://api.github.com/users/SaturnFromTitan/followers",
"following_url": "https://api.github.com/users/SaturnFromTitan/following{/other_user}"... | [
{
"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... | 1 | 2019-11-04T14:05:01Z | 2019-11-04T14:53:10Z | 2019-11-04T14:53:10Z | CONTRIBUTOR | null | - [x] closes #24617
- [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/29395/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/29395/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/29395.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/29395",
"merged_at": "2019-11-04T14:53:09Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/29395.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/29395"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/29396 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/29396/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/29396/comments | https://api.github.com/repos/pandas-dev/pandas/issues/29396/events | https://github.com/pandas-dev/pandas/pull/29396 | 517,207,951 | MDExOlB1bGxSZXF1ZXN0MzM2MzIyMTE4 | 29,396 | PR09 Batch 2 | {
"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"... | [
{
"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... | 2 | 2019-11-04T14:58:19Z | 2020-01-06T16:47:02Z | 2019-11-04T16:11:23Z | CONTRIBUTOR | null | Another batch of commits for #28602. Also fixes a few summary formatting errors and PR08 capitalization errors. | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/29396/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/29396/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/29396.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/29396",
"merged_at": "2019-11-04T16:11:23Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/29396.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/29396"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/29397 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/29397/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/29397/comments | https://api.github.com/repos/pandas-dev/pandas/issues/29397/events | https://github.com/pandas-dev/pandas/issues/29397 | 517,286,694 | MDU6SXNzdWU1MTcyODY2OTQ= | 29,397 | Style problem using Styler.set_table_styles | {
"avatar_url": "https://avatars.githubusercontent.com/u/13910905?v=4",
"events_url": "https://api.github.com/users/Tiarles/events{/privacy}",
"followers_url": "https://api.github.com/users/Tiarles/followers",
"following_url": "https://api.github.com/users/Tiarles/following{/other_user}",
"gists_url": "https:... | [
{
"color": "e10c02",
"default": false,
"description": null,
"id": 76811,
"name": "Bug",
"node_id": "MDU6TGFiZWw3NjgxMQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug"
},
{
"color": "8AE234",
"default": false,
"description": null,
"id": 2413328,
... | closed | false | null | [] | null | 8 | 2019-11-04T17:08:22Z | 2020-08-31T15:17:46Z | 2020-08-31T15:17:45Z | NONE | null | I am using the pd.Styler to style tables and render a HTML/CSS code from him.
But this python code has some problems:
```python
import pandas as pd
x = [0, 1]
y = [0, 1]
data = [[2, 3], [5, 6]]
df = pd.DataFrame(data, index=x, columns=y)
def detailedTableConfig():
table = {
"border-col... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/29397/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/29397/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/29398 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/29398/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/29398/comments | https://api.github.com/repos/pandas-dev/pandas/issues/29398/events | https://github.com/pandas-dev/pandas/issues/29398 | 517,322,779 | MDU6SXNzdWU1MTczMjI3Nzk= | 29,398 | stable docs show dirty version number | {
"avatar_url": "https://avatars.githubusercontent.com/u/13159005?v=4",
"events_url": "https://api.github.com/users/simonjayhawkins/events{/privacy}",
"followers_url": "https://api.github.com/users/simonjayhawkins/followers",
"following_url": "https://api.github.com/users/simonjayhawkins/following{/other_user}"... | [
{
"color": "3465A4",
"default": false,
"description": null,
"id": 134699,
"name": "Docs",
"node_id": "MDU6TGFiZWwxMzQ2OTk=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Docs"
},
{
"color": "23ef97",
"default": false,
"description": "pandas website",
... | closed | false | null | [] | null | 3 | 2019-11-04T18:21:22Z | 2019-11-10T13:07:19Z | 2019-11-09T20:26:47Z | MEMBER | null | 
https://pandas.pydata.org/pandas-docs/stable/reference/api/pandas.DataFrame.reindex.html | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/29398/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/29398/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/29399 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/29399/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/29399/comments | https://api.github.com/repos/pandas-dev/pandas/issues/29399/events | https://github.com/pandas-dev/pandas/issues/29399 | 517,338,390 | MDU6SXNzdWU1MTczMzgzOTA= | 29,399 | DOC: ImportError: No module named pandas | {
"avatar_url": "https://avatars.githubusercontent.com/u/10058240?v=4",
"events_url": "https://api.github.com/users/datapythonista/events{/privacy}",
"followers_url": "https://api.github.com/users/datapythonista/followers",
"following_url": "https://api.github.com/users/datapythonista/following{/other_user}",
... | [
{
"color": "3465A4",
"default": false,
"description": null,
"id": 134699,
"name": "Docs",
"node_id": "MDU6TGFiZWwxMzQ2OTk=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Docs"
},
{
"color": "0e8a16",
"default": true,
"description": null,
"id": 7171206... | closed | true | null | [] | null | 7 | 2019-11-04T18:56:20Z | 2021-06-23T12:16:05Z | 2020-02-12T01:16:30Z | MEMBER | spam | Looks like #11604 is our most visited page on GitHub after the home (it's got half of the visits of the home, see "Popular content" in https://github.com/pandas-dev/pandas/graphs/traffic).
Someone recommended `sudo pip3 install pandas`, and I guess a person having that error will google it, read that issue and end u... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/29399/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/29399/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/29400 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/29400/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/29400/comments | https://api.github.com/repos/pandas-dev/pandas/issues/29400/events | https://github.com/pandas-dev/pandas/pull/29400 | 517,421,511 | MDExOlB1bGxSZXF1ZXN0MzM2NDk0MzU4 | 29,400 | REF: implement first_valid_index in core.missing | {
"avatar_url": "https://avatars.githubusercontent.com/u/8078968?v=4",
"events_url": "https://api.github.com/users/jbrockmendel/events{/privacy}",
"followers_url": "https://api.github.com/users/jbrockmendel/followers",
"following_url": "https://api.github.com/users/jbrockmendel/following{/other_user}",
"gists... | [
{
"color": "207de5",
"default": false,
"description": null,
"id": 211029535,
"name": "Clean",
"node_id": "MDU6TGFiZWwyMTEwMjk1MzU=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Clean"
}
] | closed | false | null | [] | {
"closed_at": "2020-01-30T12:18:05Z",
"closed_issues": 2207,
"created_at": "2012-09-13T02:13:00Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4",
"events_url": "https://api.github.com/users/wesm/events{/privacy}",
"followers_url": "https://api.github.com/users/wesm... | 1 | 2019-11-04T21:43:44Z | 2019-11-05T17:47:01Z | 2019-11-05T17:13:17Z | MEMBER | null | The implementation here operates on the values (ndarray or EA) instead of on the Series/DataFrame.
This lets us avoid a runtime import of Series, so core.missing joins the Simple Dependencies Club. | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/29400/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/29400/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/29400.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/29400",
"merged_at": "2019-11-05T17:13:16Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/29400.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/29400"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/29401 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/29401/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/29401/comments | https://api.github.com/repos/pandas-dev/pandas/issues/29401/events | https://github.com/pandas-dev/pandas/pull/29401 | 517,430,130 | MDExOlB1bGxSZXF1ZXN0MzM2NTAxNDA4 | 29,401 | removing kendall tests | {
"avatar_url": "https://avatars.githubusercontent.com/u/19747416?v=4",
"events_url": "https://api.github.com/users/deepandas11/events{/privacy}",
"followers_url": "https://api.github.com/users/deepandas11/followers",
"following_url": "https://api.github.com/users/deepandas11/following{/other_user}",
"gists_u... | [
{
"color": "ae68cc",
"default": false,
"description": "Performance (ASV) benchmarks",
"id": 732775912,
"name": "Benchmark",
"node_id": "MDU6TGFiZWw3MzI3NzU5MTI=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Benchmark"
}
] | closed | false | null | [] | {
"closed_at": "2020-01-30T12:18:05Z",
"closed_issues": 2207,
"created_at": "2012-09-13T02:13:00Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4",
"events_url": "https://api.github.com/users/wesm/events{/privacy}",
"followers_url": "https://api.github.com/users/wesm... | 10 | 2019-11-04T22:02:52Z | 2019-12-05T16:35:52Z | 2019-12-05T16:35:46Z | CONTRIBUTOR | null | closes #29270
Following is the output after removing "kendall"
```
· Creating environments
· Discovering benchmarks
·· Uninstalling from conda-py3.6-Cython-matplotlib-numexpr-numpy-odfpy-openpyxl-pytables-pytest-scipy-sqlalchemy-xlrd-xlsxwriter-xlwt
·· Building cd59acf5 <fix-kendall-issues> for conda-py3.6-C... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/29401/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/29401/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/29401.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/29401",
"merged_at": "2019-12-05T16:35:45Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/29401.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/29401"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/29402 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/29402/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/29402/comments | https://api.github.com/repos/pandas-dev/pandas/issues/29402/events | https://github.com/pandas-dev/pandas/pull/29402 | 517,439,156 | MDExOlB1bGxSZXF1ZXN0MzM2NTA4OTI5 | 29,402 | API: rename labels to codes in core/groupby | {
"avatar_url": "https://avatars.githubusercontent.com/u/26364415?v=4",
"events_url": "https://api.github.com/users/topper-123/events{/privacy}",
"followers_url": "https://api.github.com/users/topper-123/followers",
"following_url": "https://api.github.com/users/topper-123/following{/other_user}",
"gists_url"... | [
{
"color": "729FCF",
"default": false,
"description": null,
"id": 233160,
"name": "Groupby",
"node_id": "MDU6TGFiZWwyMzMxNjA=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Groupby"
},
{
"color": "AD7FA8",
"default": false,
"description": null,
"id": ... | closed | false | null | [] | {
"closed_at": "2020-01-30T12:18:05Z",
"closed_issues": 2207,
"created_at": "2012-09-13T02:13:00Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4",
"events_url": "https://api.github.com/users/wesm/events{/privacy}",
"followers_url": "https://api.github.com/users/wesm... | 3 | 2019-11-04T22:24:21Z | 2019-11-07T01:34:51Z | 2019-11-07T01:34:47Z | CONTRIBUTOR | null | This PR renames the various ``*label*`` names in core/groupby to like-named ``*codes*``.
I think the name ``label`` can be confused by the single values in a index, and ``codes`` sound smore like an array of ints, so by renaming we get a cleaner nomenclature, IMO.
All these attributes/methods are internal, so no ... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/29402/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/29402/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/29402.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/29402",
"merged_at": "2019-11-07T01:34:47Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/29402.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/29402"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/29403 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/29403/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/29403/comments | https://api.github.com/repos/pandas-dev/pandas/issues/29403/events | https://github.com/pandas-dev/pandas/issues/29403 | 517,444,943 | MDU6SXNzdWU1MTc0NDQ5NDM= | 29,403 | pd.to_datetime should_cache errors with deque | {
"avatar_url": "https://avatars.githubusercontent.com/u/4346513?v=4",
"events_url": "https://api.github.com/users/dxe4/events{/privacy}",
"followers_url": "https://api.github.com/users/dxe4/followers",
"following_url": "https://api.github.com/users/dxe4/following{/other_user}",
"gists_url": "https://api.gith... | [
{
"color": "e10c02",
"default": false,
"description": null,
"id": 76811,
"name": "Bug",
"node_id": "MDU6TGFiZWw3NjgxMQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug"
},
{
"color": "AFEEEE",
"default": false,
"description": null,
"id": 211840,
... | closed | false | null | [] | {
"closed_at": "2020-01-30T12:18:05Z",
"closed_issues": 2207,
"created_at": "2012-09-13T02:13:00Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4",
"events_url": "https://api.github.com/users/wesm/events{/privacy}",
"followers_url": "https://api.github.com/users/wesm... | 3 | 2019-11-04T22:38:36Z | 2019-12-15T22:11:58Z | 2019-12-15T22:11:58Z | CONTRIBUTOR | null | ```python
from collections import deque
pd.to_datetime(deque([Timestamp('2010-06-02 09:30:00')] * 51))
```
core.tools.datetimes.should_cache gives `sequence index must be integer, not 'slice` at `unique(arg[:check_count])`
if deque is not expected it would make more sense to give a better message, otherwise s... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/29403/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/29403/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/29404 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/29404/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/29404/comments | https://api.github.com/repos/pandas-dev/pandas/issues/29404/events | https://github.com/pandas-dev/pandas/pull/29404 | 517,454,962 | MDExOlB1bGxSZXF1ZXN0MzM2NTIxNzg3 | 29,404 | BUG: GH29310 HDF file compression not working | {
"avatar_url": "https://avatars.githubusercontent.com/u/13011161?v=4",
"events_url": "https://api.github.com/users/yp1996/events{/privacy}",
"followers_url": "https://api.github.com/users/yp1996/followers",
"following_url": "https://api.github.com/users/yp1996/following{/other_user}",
"gists_url": "https://a... | [
{
"color": "5319e7",
"default": false,
"description": "read_hdf, HDFStore",
"id": 47229190,
"name": "IO HDF5",
"node_id": "MDU6TGFiZWw0NzIyOTE5MA==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/IO%20HDF5"
}
] | closed | false | null | [] | null | 9 | 2019-11-04T23:06:06Z | 2020-02-07T07:55:31Z | 2020-02-07T07:55:30Z | NONE | null | - [x] closes #29310
- [x] passes `black pandas`
- [x] passes `git diff upstream/master -u -- "*.py" | flake8 --diff`
Re #29310, the complib and complevel parameters were not being passed down all the way previously, hence HDF compression not working.
I noticed that the implementation of to_hdf() specifies th... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/29404/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/29404/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/29404.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/29404",
"merged_at": null,
"patch_url": "https://github.com/pandas-dev/pandas/pull/29404.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/29404"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/29405 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/29405/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/29405/comments | https://api.github.com/repos/pandas-dev/pandas/issues/29405/events | https://github.com/pandas-dev/pandas/pull/29405 | 517,459,777 | MDExOlB1bGxSZXF1ZXN0MzM2NTI1Njk3 | 29,405 | API: Use object dtype for empty Series | {
"avatar_url": "https://avatars.githubusercontent.com/u/17853006?v=4",
"events_url": "https://api.github.com/users/SaturnFromTitan/events{/privacy}",
"followers_url": "https://api.github.com/users/SaturnFromTitan/followers",
"following_url": "https://api.github.com/users/SaturnFromTitan/following{/other_user}"... | [
{
"color": "e102d8",
"default": false,
"description": "Unexpected or buggy dtype conversions",
"id": 31404521,
"name": "Dtype Conversions",
"node_id": "MDU6TGFiZWwzMTQwNDUyMQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Dtype%20Conversions"
},
{
"color": "AD7... | 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... | 28 | 2019-11-04T23:20:57Z | 2019-12-05T22:29:50Z | 2019-12-05T19:00:16Z | CONTRIBUTOR | null | - [x] closes #17261
- [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/29405/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/29405/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/29405.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/29405",
"merged_at": "2019-12-05T19:00:15Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/29405.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/29405"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/29406 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/29406/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/29406/comments | https://api.github.com/repos/pandas-dev/pandas/issues/29406/events | https://github.com/pandas-dev/pandas/pull/29406 | 517,461,699 | MDExOlB1bGxSZXF1ZXN0MzM2NTI3MjYy | 29,406 | CLN: assorted cleanups | {
"avatar_url": "https://avatars.githubusercontent.com/u/8078968?v=4",
"events_url": "https://api.github.com/users/jbrockmendel/events{/privacy}",
"followers_url": "https://api.github.com/users/jbrockmendel/followers",
"following_url": "https://api.github.com/users/jbrockmendel/following{/other_user}",
"gists... | [
{
"color": "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": null,
"id": ... | closed | false | null | [] | {
"closed_at": "2020-01-30T12:18:05Z",
"closed_issues": 2207,
"created_at": "2012-09-13T02:13:00Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4",
"events_url": "https://api.github.com/users/wesm/events{/privacy}",
"followers_url": "https://api.github.com/users/wesm... | 1 | 2019-11-04T23:26:44Z | 2019-11-07T18:36:53Z | 2019-11-05T15:14:55Z | 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/29406/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/29406/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/29406.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/29406",
"merged_at": "2019-11-05T15:14:54Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/29406.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/29406"
} | |
https://api.github.com/repos/pandas-dev/pandas/issues/29407 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/29407/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/29407/comments | https://api.github.com/repos/pandas-dev/pandas/issues/29407/events | https://github.com/pandas-dev/pandas/issues/29407 | 517,556,179 | MDU6SXNzdWU1MTc1NTYxNzk= | 29,407 | Error - PyCharm. Please help! | {
"avatar_url": "https://avatars.githubusercontent.com/u/30014625?v=4",
"events_url": "https://api.github.com/users/XtremePro/events{/privacy}",
"followers_url": "https://api.github.com/users/XtremePro/followers",
"following_url": "https://api.github.com/users/XtremePro/following{/other_user}",
"gists_url": "... | [] | closed | false | null | [] | null | 1 | 2019-11-05T05:31:44Z | 2019-11-06T04:33:37Z | 2019-11-05T06:05:28Z | NONE | null |
Help please. I am having trouble downloading scikit-learn and scipy.
The thing is: I installed pandas without trouble..
Thank you! | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/29407/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/29407/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/29408 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/29408/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/29408/comments | https://api.github.com/repos/pandas-dev/pandas/issues/29408/events | https://github.com/pandas-dev/pandas/issues/29408 | 517,603,558 | MDU6SXNzdWU1MTc2MDM1NTg= | 29,408 | DataFrame.equals incorrect `See Also` section of docstring for assert_*_equal | {
"avatar_url": "https://avatars.githubusercontent.com/u/13159005?v=4",
"events_url": "https://api.github.com/users/simonjayhawkins/events{/privacy}",
"followers_url": "https://api.github.com/users/simonjayhawkins/followers",
"following_url": "https://api.github.com/users/simonjayhawkins/following{/other_user}"... | [
{
"color": "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... | 0 | 2019-11-05T07:53:29Z | 2019-11-09T19:18:31Z | 2019-11-09T19:18:31Z | MEMBER | null | xref #22539
`assert_series_equal` and `assert_frame_equal` do not return `True` or` False`.
```
See Also
--------
Series.eq : Compare two Series objects of the same length
and return a Series where each element is True if the element
in each Series is equal, Fa... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/29408/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/29408/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/29409 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/29409/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/29409/comments | https://api.github.com/repos/pandas-dev/pandas/issues/29409/events | https://github.com/pandas-dev/pandas/issues/29409 | 517,607,499 | MDU6SXNzdWU1MTc2MDc0OTk= | 29,409 | Formatting issues with column width truncation for numerical columns | {
"avatar_url": "https://avatars.githubusercontent.com/u/13159005?v=4",
"events_url": "https://api.github.com/users/simonjayhawkins/events{/privacy}",
"followers_url": "https://api.github.com/users/simonjayhawkins/followers",
"following_url": "https://api.github.com/users/simonjayhawkins/following{/other_user}"... | [
{
"color": "e10c02",
"default": false,
"description": null,
"id": 76811,
"name": "Bug",
"node_id": "MDU6TGFiZWw3NjgxMQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug"
},
{
"color": "ededed",
"default": false,
"description": "__repr__ of pandas objec... | closed | false | null | [] | null | 2 | 2019-11-05T08:03:28Z | 2021-08-23T04:02:05Z | 2021-08-23T04:02:05Z | MEMBER | null | placeholder.
will update with reproducible example in a couple of days

| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/29409/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/29409/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/29410 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/29410/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/29410/comments | https://api.github.com/repos/pandas-dev/pandas/issues/29410/events | https://github.com/pandas-dev/pandas/pull/29410 | 517,616,541 | MDExOlB1bGxSZXF1ZXN0MzM2NjUwNDA3 | 29,410 | Fixed SS03 errors | {
"avatar_url": "https://avatars.githubusercontent.com/u/23563045?v=4",
"events_url": "https://api.github.com/users/SebStrug/events{/privacy}",
"followers_url": "https://api.github.com/users/SebStrug/followers",
"following_url": "https://api.github.com/users/SebStrug/following{/other_user}",
"gists_url": "htt... | [
{
"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... | 1 | 2019-11-05T08:24:51Z | 2019-11-06T06:37:57Z | 2019-11-05T15:19:21Z | CONTRIBUTOR | null | Fixed SS03 errors for:
`pandas.Timestamp.combine`; `pandas.Timestamp.fromordinal`; `pandas.Period.strftime`; `pandas.Interval.closed`; `pandas.Interval.left`; `pandas.Interval.length`; `pandas.Interval.mid`; `pandas.Interval.right`.
- [x] xref to #29315
- [ ] tests added / passed
- [x] passes `black pandas`
- [x... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/29410/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/29410/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/29410.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/29410",
"merged_at": "2019-11-05T15:19:21Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/29410.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/29410"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/29411 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/29411/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/29411/comments | https://api.github.com/repos/pandas-dev/pandas/issues/29411/events | https://github.com/pandas-dev/pandas/issues/29411 | 517,663,592 | MDU6SXNzdWU1MTc2NjM1OTI= | 29,411 | Memory leak in Dataframe.memory_usage | {
"avatar_url": "https://avatars.githubusercontent.com/u/7194638?v=4",
"events_url": "https://api.github.com/users/hyfjjjj/events{/privacy}",
"followers_url": "https://api.github.com/users/hyfjjjj/followers",
"following_url": "https://api.github.com/users/hyfjjjj/following{/other_user}",
"gists_url": "https:/... | [
{
"color": "a10c02",
"default": false,
"description": "Memory or execution speed performance",
"id": 8935311,
"name": "Performance",
"node_id": "MDU6TGFiZWw4OTM1MzEx",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Performance"
},
{
"color": "370f77",
"default"... | open | false | null | [] | null | 2 | 2019-11-05T09:52:21Z | 2020-04-20T00:37:54Z | null | NONE | null | #### Code Sample, a copy-pastable example if possible
```python
import numpy as np
import pandas as pd
import gc
import os
import psutil
def get_process_memory():
return round(psutil.Process(os.getpid()).memory_info().rss / float(2 ** 20), 2)
test_dict = {}
for i in range(0, 50):
test_dict[i] = np.... | {
"+1": 1,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 1,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/29411/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/29411/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/29412 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/29412/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/29412/comments | https://api.github.com/repos/pandas-dev/pandas/issues/29412/events | https://github.com/pandas-dev/pandas/issues/29412 | 517,821,743 | MDU6SXNzdWU1MTc4MjE3NDM= | 29,412 | Remove all preprocessing from PlotAccessor.__call__ | {
"avatar_url": "https://avatars.githubusercontent.com/u/1312546?v=4",
"events_url": "https://api.github.com/users/TomAugspurger/events{/privacy}",
"followers_url": "https://api.github.com/users/TomAugspurger/followers",
"following_url": "https://api.github.com/users/TomAugspurger/following{/other_user}",
"gi... | [
{
"color": "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": "8AE234",
"default": false,
"de... | open | false | null | [] | null | 2 | 2019-11-05T14:51:47Z | 2021-07-22T05:58:12Z | null | CONTRIBUTOR | null | In https://github.com/pandas-dev/pandas/pull/28647, we discovered that `PlotAccessor.__call___` does quite a bit of preprocessing of the data before handing it off to the backend.
https://github.com/pandas-dev/pandas/blob/399212673ea8101a65d95830604edb633da0860d/pandas/plotting/_core.py#L728-L794
Depending on the... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/29412/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/29412/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/29413 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/29413/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/29413/comments | https://api.github.com/repos/pandas-dev/pandas/issues/29413/events | https://github.com/pandas-dev/pandas/issues/29413 | 517,864,827 | MDU6SXNzdWU1MTc4NjQ4Mjc= | 29,413 | botocore requirement error | {
"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_u... | [] | closed | false | null | [] | null | 7 | 2019-11-05T16:01:28Z | 2019-11-06T11:04:36Z | 2019-11-06T11:04:35Z | MEMBER | null | When running the command:
```
python -m pip install -r requirements-dev.txt
```
I got an error massage that says:
```
ERROR: botocore 1.13.9 has requirement python-dateutil<2.8.1,>=2.1; python_version >= "2.7", but you'll have python-dateutil 2.8.1 which is incompatible.
```
But the followed commands haven'... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/29413/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/29413/timeline | null | null | null |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.