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/27713
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/27713/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/27713/comments
https://api.github.com/repos/pandas-dev/pandas/issues/27713/events
https://github.com/pandas-dev/pandas/issues/27713
476,234,175
MDU6SXNzdWU0NzYyMzQxNzU=
27,713
DOC: Fix docstring quotes in pandas.PeriodIndex
{ "avatar_url": "https://avatars.githubusercontent.com/u/18401396?v=4", "events_url": "https://api.github.com/users/abkosar/events{/privacy}", "followers_url": "https://api.github.com/users/abkosar/followers", "following_url": "https://api.github.com/users/abkosar/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
15
2019-08-02T15:22:57Z
2019-08-05T13:41:29Z
2019-08-02T21:12:01Z
CONTRIBUTOR
null
I am trying to work on fixing the docstring errors GL01 and GL02. The `validate_docstrings.py` gave a lot of them so I picked `pandas.PeriodIndex`: ``` pandas.PeriodIndex.day: Docstring text (summary) should start in the line immediately after the opening quotes (not in the same line, or leaving a blank line in betwe...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/27713/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/27713/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/27714
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/27714/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/27714/comments
https://api.github.com/repos/pandas-dev/pandas/issues/27714/events
https://github.com/pandas-dev/pandas/pull/27714
476,239,285
MDExOlB1bGxSZXF1ZXN0MzAzODM1NDkx
27,714
REF/CLN: maybe_downcast_to_dtype
{ "avatar_url": "https://avatars.githubusercontent.com/u/8078968?v=4", "events_url": "https://api.github.com/users/jbrockmendel/events{/privacy}", "followers_url": "https://api.github.com/users/jbrockmendel/followers", "following_url": "https://api.github.com/users/jbrockmendel/following{/other_user}", "gists...
[ { "color": "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...
1
2019-08-02T15:34:09Z
2019-08-04T23:12:38Z
2019-08-04T21:52:45Z
MEMBER
null
Separate out a numeric-only maybe_downcast_to_dtype_numeric from maybe_downcast_to_dtype. Avoid a giant try/except by checking the correct things up front. The non-numeric portion of maybe_downcast_to_dtype casts to datetime64, datetime64tz, or PeriodArray. Following #27683 the next step in cleaning up internals i...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/27714/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/27714/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/27714.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/27714", "merged_at": "2019-08-04T21:52:45Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/27714.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/27714" }
https://api.github.com/repos/pandas-dev/pandas/issues/27715
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/27715/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/27715/comments
https://api.github.com/repos/pandas-dev/pandas/issues/27715/events
https://github.com/pandas-dev/pandas/pull/27715
476,243,017
MDExOlB1bGxSZXF1ZXN0MzAzODM4NDk5
27,715
TST: troubleshoot inconsistent xfails
{ "avatar_url": "https://avatars.githubusercontent.com/u/8078968?v=4", "events_url": "https://api.github.com/users/jbrockmendel/events{/privacy}", "followers_url": "https://api.github.com/users/jbrockmendel/followers", "following_url": "https://api.github.com/users/jbrockmendel/following{/other_user}", "gists...
[ { "color": "C4A000", "default": false, "description": "pandas testing functions or related to the test suite", "id": 127685, "name": "Testing", "node_id": "MDU6TGFiZWwxMjc2ODU=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Testing" } ]
closed
false
null
[]
{ "closed_at": "2019-08-22T19:23:14Z", "closed_issues": 145, "created_at": "2019-06-30T19:32:22Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/1020496?v=4", "events_url": "https://api.github.com/users/jorisvandenbossche/events{/privacy}", "followers_url": "https://api.github....
8
2019-08-02T15:42:37Z
2019-08-05T14:28:35Z
2019-08-05T11:55:36Z
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/27715/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/27715/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/27715.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/27715", "merged_at": "2019-08-05T11:55:36Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/27715.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/27715" }
https://api.github.com/repos/pandas-dev/pandas/issues/27716
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/27716/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/27716/comments
https://api.github.com/repos/pandas-dev/pandas/issues/27716/events
https://github.com/pandas-dev/pandas/pull/27716
476,255,250
MDExOlB1bGxSZXF1ZXN0MzAzODQ4NDc3
27,716
pandas.PeriodIndex and pandas.DateTimeIndex docstring quotes fix
{ "avatar_url": "https://avatars.githubusercontent.com/u/18401396?v=4", "events_url": "https://api.github.com/users/abkosar/events{/privacy}", "followers_url": "https://api.github.com/users/abkosar/followers", "following_url": "https://api.github.com/users/abkosar/following{/other_user}", "gists_url": "https:...
[ { "color": "3465A4", "default": false, "description": null, "id": 134699, "name": "Docs", "node_id": "MDU6TGFiZWwxMzQ2OTk=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Docs" } ]
closed
false
null
[]
{ "closed_at": "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-08-02T16:11:27Z
2019-08-02T21:12:03Z
2019-08-02T21:12:01Z
CONTRIBUTOR
null
- [x] closes #27713 - [ ] 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/27716/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/27716/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/27716.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/27716", "merged_at": "2019-08-02T21:12:01Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/27716.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/27716" }
https://api.github.com/repos/pandas-dev/pandas/issues/27717
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/27717/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/27717/comments
https://api.github.com/repos/pandas-dev/pandas/issues/27717/events
https://github.com/pandas-dev/pandas/pull/27717
476,257,410
MDExOlB1bGxSZXF1ZXN0MzAzODUwMjEz
27,717
remove confusing instructions and link.
{ "avatar_url": "https://avatars.githubusercontent.com/u/14300539?v=4", "events_url": "https://api.github.com/users/ncernek/events{/privacy}", "followers_url": "https://api.github.com/users/ncernek/followers", "following_url": "https://api.github.com/users/ncernek/following{/other_user}", "gists_url": "https:...
[ { "color": "3465A4", "default": false, "description": null, "id": 134699, "name": "Docs", "node_id": "MDU6TGFiZWwxMzQ2OTk=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Docs" } ]
closed
false
null
[]
{ "closed_at": "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-08-02T16:16:54Z
2019-08-12T21:24:56Z
2019-08-05T13:32:32Z
CONTRIBUTOR
null
- [ ] closes #27707 - [ ] 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/27717/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/27717/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/27717.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/27717", "merged_at": "2019-08-05T13:32:31Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/27717.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/27717" }
https://api.github.com/repos/pandas-dev/pandas/issues/27718
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/27718/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/27718/comments
https://api.github.com/repos/pandas-dev/pandas/issues/27718/events
https://github.com/pandas-dev/pandas/issues/27718
476,282,976
MDU6SXNzdWU0NzYyODI5NzY=
27,718
Set to_csv(index=False) by default
{ "avatar_url": "https://avatars.githubusercontent.com/u/44505908?v=4", "events_url": "https://api.github.com/users/adecourcy/events{/privacy}", "followers_url": "https://api.github.com/users/adecourcy/followers", "following_url": "https://api.github.com/users/adecourcy/following{/other_user}", "gists_url": "...
[ { "color": "5319e7", "default": false, "description": "read_csv, to_csv", "id": 47229171, "name": "IO CSV", "node_id": "MDU6TGFiZWw0NzIyOTE3MQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/IO%20CSV" } ]
closed
false
null
[]
{ "closed_at": null, "closed_issues": 2361, "created_at": "2015-02-26T19:29:05Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/1020496?v=4", "events_url": "https://api.github.com/users/jorisvandenbossche/events{/privacy}", "followers_url": "https://api.github.com/users/jorisva...
6
2019-08-02T17:28:33Z
2019-12-04T01:10:59Z
2019-12-04T01:10:54Z
NONE
null
By default, the optional "index" parameter of the "to_csv" method is set to True. However, I would argue this violates the principal of least surprise. That is to say, when calling this method I, as a user, would expect that my data frame is converted into a CSV format as is, with no data added or removed that I did no...
{ "+1": 2, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 2, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/27718/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/27718/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/27719
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/27719/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/27719/comments
https://api.github.com/repos/pandas-dev/pandas/issues/27719/events
https://github.com/pandas-dev/pandas/pull/27719
476,292,186
MDExOlB1bGxSZXF1ZXN0MzAzODc4MTAy
27,719
Removed continued parametrization of FilePathOrBuffer
{ "avatar_url": "https://avatars.githubusercontent.com/u/609873?v=4", "events_url": "https://api.github.com/users/WillAyd/events{/privacy}", "followers_url": "https://api.github.com/users/WillAyd/followers", "following_url": "https://api.github.com/users/WillAyd/following{/other_user}", "gists_url": "https://...
[ { "color": "ea91a4", "default": false, "description": "type annotations, mypy/pyright type checking", "id": 1280988427, "name": "Typing", "node_id": "MDU6TGFiZWwxMjgwOTg4NDI3", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Typing" } ]
closed
false
null
[]
{ "closed_at": "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-08-02T17:54:39Z
2020-01-16T00:35:08Z
2019-08-25T16:03:22Z
MEMBER
null
follow up to #27598 to simplify things a bit. I think it was a mistake to add `IO[AnyStr]` as `AnyStr` is a TypeVar and not something to actually parametrize with. The source for `IO` already does this: https://github.com/python/cpython/blob/8990ac0ab0398bfb9c62031288030fe7c630c2c7/Lib/typing.py#L1452 I'm not su...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/27719/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/27719/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/27719.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/27719", "merged_at": null, "patch_url": "https://github.com/pandas-dev/pandas/pull/27719.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/27719" }
https://api.github.com/repos/pandas-dev/pandas/issues/27720
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/27720/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/27720/comments
https://api.github.com/repos/pandas-dev/pandas/issues/27720/events
https://github.com/pandas-dev/pandas/pull/27720
476,315,458
MDExOlB1bGxSZXF1ZXN0MzAzODk2NjY4
27,720
BUG: fix replace_list
{ "avatar_url": "https://avatars.githubusercontent.com/u/8078968?v=4", "events_url": "https://api.github.com/users/jbrockmendel/events{/privacy}", "followers_url": "https://api.github.com/users/jbrockmendel/followers", "following_url": "https://api.github.com/users/jbrockmendel/following{/other_user}", "gists...
[ { "color": "5319e7", "default": false, "description": "Timezone data dtype", "id": 60458168, "name": "Timezones", "node_id": "MDU6TGFiZWw2MDQ1ODE2OA==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Timezones" } ]
closed
false
null
[]
{ "closed_at": "2019-08-22T19:23:14Z", "closed_issues": 145, "created_at": "2019-06-30T19:32:22Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/1020496?v=4", "events_url": "https://api.github.com/users/jorisvandenbossche/events{/privacy}", "followers_url": "https://api.github....
3
2019-08-02T19:01:24Z
2019-08-05T14:44:19Z
2019-08-05T11:58:49Z
MEMBER
null
- [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/27720/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/27720/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/27720.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/27720", "merged_at": "2019-08-05T11:58:49Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/27720.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/27720" }
https://api.github.com/repos/pandas-dev/pandas/issues/27721
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/27721/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/27721/comments
https://api.github.com/repos/pandas-dev/pandas/issues/27721/events
https://github.com/pandas-dev/pandas/issues/27721
476,356,758
MDU6SXNzdWU0NzYzNTY3NTg=
27,721
problem in groupby-rank w/ multindex column
{ "avatar_url": "https://avatars.githubusercontent.com/u/5004800?v=4", "events_url": "https://api.github.com/users/bridwell/events{/privacy}", "followers_url": "https://api.github.com/users/bridwell/followers", "following_url": "https://api.github.com/users/bridwell/following{/other_user}", "gists_url": "http...
[ { "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": "2021-07-02T07:59:17Z", "closed_issues": 2396, "created_at": "2020-11-11T19:05:43Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/j...
4
2019-08-02T21:08:27Z
2021-04-21T21:55:33Z
2021-04-21T21:55:33Z
NONE
null
#### Example ```python df = pd.concat({ 'a': pd.DataFrame({ 'col1': [1, 2], 'col2': [3, 4] }), 'b': pd.DataFrame({ 'col3': [5, 6], 'col4': [7, 8] }), }, axis=1) ``` <table border="1" class="dataframe"> <thead> <tr> <th></th> <th cols...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/27721/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/27721/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/27722
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/27722/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/27722/comments
https://api.github.com/repos/pandas-dev/pandas/issues/27722/events
https://github.com/pandas-dev/pandas/issues/27722
476,362,890
MDU6SXNzdWU0NzYzNjI4OTA=
27,722
What to use instead of pd.read_msgpack/df.to_msgpack
{ "avatar_url": "https://avatars.githubusercontent.com/u/6045025?v=4", "events_url": "https://api.github.com/users/sshleifer/events{/privacy}", "followers_url": "https://api.github.com/users/sshleifer/followers", "following_url": "https://api.github.com/users/sshleifer/following{/other_user}", "gists_url": "h...
[]
closed
false
null
[]
null
15
2019-08-02T21:29:46Z
2021-05-03T16:20:17Z
2019-08-09T18:14:00Z
NONE
null
``` FutureWarning: to_msgpack is deprecated and will be removed in a future version. It is recommended to use pyarrow for on-the-wire transmission of pandas objects. ``` Is there a link/pointer for how to do this?
{ "+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/27722/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/27722/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/27723
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/27723/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/27723/comments
https://api.github.com/repos/pandas-dev/pandas/issues/27723/events
https://github.com/pandas-dev/pandas/pull/27723
476,366,157
MDExOlB1bGxSZXF1ZXN0MzAzOTM4NTY5
27,723
CLN: collected cleanups from other branches
{ "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...
2
2019-08-02T21:41:51Z
2019-08-05T16:37:58Z
2019-08-05T15:52:45Z
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/27723/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/27723/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/27723.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/27723", "merged_at": "2019-08-05T15:52:45Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/27723.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/27723" }
https://api.github.com/repos/pandas-dev/pandas/issues/27724
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/27724/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/27724/comments
https://api.github.com/repos/pandas-dev/pandas/issues/27724/events
https://github.com/pandas-dev/pandas/issues/27724
476,375,251
MDU6SXNzdWU0NzYzNzUyNTE=
27,724
STYLE: pre-commit does not use flake8-comprehensions plugin
{ "avatar_url": "https://avatars.githubusercontent.com/u/5332445?v=4", "events_url": "https://api.github.com/users/jschendel/events{/privacy}", "followers_url": "https://api.github.com/users/jschendel/followers", "following_url": "https://api.github.com/users/jschendel/following{/other_user}", "gists_url": "h...
[ { "color": "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...
0
2019-08-02T22:19:00Z
2019-08-04T21:38:53Z
2019-08-04T21:38:53Z
MEMBER
null
We use `flake8-comprehensions` as part of the CI process when linting code, and it's included in our `environment.yml` file, but it's not run as part of `pre-commit`. For a simple example, add the following line of code to a file in the codebase: ```python sum([x + 1 for x in range(3)]) ``` Then in the command...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/27724/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/27724/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/27725
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/27725/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/27725/comments
https://api.github.com/repos/pandas-dev/pandas/issues/27725/events
https://github.com/pandas-dev/pandas/pull/27725
476,375,459
MDExOlB1bGxSZXF1ZXN0MzAzOTQ2MTY5
27,725
STYLE: Add flake8-comprehensions to pre-commit configuration
{ "avatar_url": "https://avatars.githubusercontent.com/u/5332445?v=4", "events_url": "https://api.github.com/users/jschendel/events{/privacy}", "followers_url": "https://api.github.com/users/jschendel/followers", "following_url": "https://api.github.com/users/jschendel/following{/other_user}", "gists_url": "h...
[ { "color": "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-08-02T22:19:58Z
2019-08-05T18:39:39Z
2019-08-04T21:38:54Z
MEMBER
null
- [x] closes #27724 Running `pre-commit` with this change catches the error described in the issue.
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/27725/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/27725/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/27725.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/27725", "merged_at": "2019-08-04T21:38:53Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/27725.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/27725" }
https://api.github.com/repos/pandas-dev/pandas/issues/27726
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/27726/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/27726/comments
https://api.github.com/repos/pandas-dev/pandas/issues/27726/events
https://github.com/pandas-dev/pandas/pull/27726
476,388,181
MDExOlB1bGxSZXF1ZXN0MzAzOTU2NDQw
27,726
BUG: fix+test DTA/TDA/PA add/sub Index
{ "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": "0052cc", "default": false, "description": "pandas objects compatability with Numpy or Python functions", "id": 76865106, "name": "Compat", "node_id": "MDU6TGFiZWw3Njg2NTEwNg==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Compat" }, { "color": "6138b...
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-08-02T23:27:33Z
2019-08-05T14:28:54Z
2019-08-05T11:45:25Z
MEMBER
null
- [ ] closes #xxxx - [x] tests added / passed - [x] passes `black pandas` - [x] passes `git diff upstream/master -u -- "*.py" | flake8 --diff` - [ ] whatsnew entry Looking forward to doing a couple of test-cleanup passes.
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/27726/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/27726/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/27726.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/27726", "merged_at": "2019-08-05T11:45:25Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/27726.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/27726" }
https://api.github.com/repos/pandas-dev/pandas/issues/27727
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/27727/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/27727/comments
https://api.github.com/repos/pandas-dev/pandas/issues/27727/events
https://github.com/pandas-dev/pandas/pull/27727
476,408,002
MDExOlB1bGxSZXF1ZXN0MzAzOTcxMjc4
27,727
REF: define concat classmethods in the appropriate places
{ "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": "02d7e1", "default": false, "description": "Concat, Merge/Join, Stack/Unstack, Explode", "id": 13098779, "name": "Reshaping", "node_id": "MDU6TGFiZWwxMzA5ODc3OQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Reshaping" } ]
closed
false
null
[]
{ "closed_at": "2020-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-08-03T02:44:17Z
2019-08-05T14:30:58Z
2019-08-05T11:54:25Z
MEMBER
null
cc @jorisvandenbossche we briefly discussed at the sprint the idea that `dtype.concat` is a weird place to define these functions. This PR takes the subset of `dtypes.concat` methods that are a) private and b) equivalent to `klass._concat_same_dtype` for some `klass` and moves the implementation to the appropriate 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/27727/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/27727/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/27727.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/27727", "merged_at": "2019-08-05T11:54:25Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/27727.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/27727" }
https://api.github.com/repos/pandas-dev/pandas/issues/27728
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/27728/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/27728/comments
https://api.github.com/repos/pandas-dev/pandas/issues/27728/events
https://github.com/pandas-dev/pandas/issues/27728
476,437,326
MDU6SXNzdWU0NzY0MzczMjY=
27,728
Unable to change normalize property of objects from to_offset()
{ "avatar_url": "https://avatars.githubusercontent.com/u/33317356?v=4", "events_url": "https://api.github.com/users/villebro/events{/privacy}", "followers_url": "https://api.github.com/users/villebro/followers", "following_url": "https://api.github.com/users/villebro/following{/other_user}", "gists_url": "htt...
[]
closed
false
null
[]
null
2
2019-08-03T10:09:38Z
2019-08-03T16:37:51Z
2019-08-03T16:37:51Z
NONE
null
#### Code Sample, a copy-pastable example if possible ```python from datetime import date from pandas.tseries.frequencies import to_offset from pandas.tseries.offsets import DateOffset dt = date.today() offset = to_offset("52W") print(f"type: {type(offset)}\ndict: {offset.__dict__}") print(f"{dt} -> {dt...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/27728/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/27728/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/27729
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/27729/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/27729/comments
https://api.github.com/repos/pandas-dev/pandas/issues/27729/events
https://github.com/pandas-dev/pandas/issues/27729
476,444,851
MDU6SXNzdWU0NzY0NDQ4NTE=
27,729
use DataFrame.style and can't get [cellstyle] as expected
{ "avatar_url": "https://avatars.githubusercontent.com/u/53602003?v=4", "events_url": "https://api.github.com/users/whatagain/events{/privacy}", "followers_url": "https://api.github.com/users/whatagain/followers", "following_url": "https://api.github.com/users/whatagain/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": "ededed", "default": false, "description": "__repr__ of pandas objec...
closed
false
null
[]
null
2
2019-08-03T11:57:44Z
2021-02-10T07:23:21Z
2021-02-10T07:23:21Z
NONE
null
#### Code Sample, a copy-pastable example if possible ```python # Your code here df = DataFrame(np.arange(60).reshape(15,4),columns=['a','b','c','d']) df1 = df>50 def b_color(val): color = 'red' if val ==True else '' return 'color: %s' % color h_df = df1.style.applymap(b_color) h_df._translat...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/27729/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/27729/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/27730
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/27730/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/27730/comments
https://api.github.com/repos/pandas-dev/pandas/issues/27730/events
https://github.com/pandas-dev/pandas/pull/27730
476,466,122
MDExOlB1bGxSZXF1ZXN0MzA0MDA5OTQz
27,730
BUG: update dict of sheets before check
{ "avatar_url": "https://avatars.githubusercontent.com/u/5841616?v=4", "events_url": "https://api.github.com/users/Zoynels/events{/privacy}", "followers_url": "https://api.github.com/users/Zoynels/followers", "following_url": "https://api.github.com/users/Zoynels/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" } ]
closed
false
null
[]
null
9
2019-08-03T16:14:33Z
2019-11-07T21:09:43Z
2019-11-07T21:09:42Z
NONE
null
```python import pandas as pd df = pd.DataFrame( { "id": ["1", "2", "3", "4", "5"], "Feature1": ["A", "C", "E", "G", "I"], "Feature2": ["B", "D", "F", "H", "J"], }, columns=["id", "Feature1", "Feature2"], ) writer = pd.ExcelWriter(path="testOutput.xlsx", mode="a", engine=...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/27730/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/27730/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/27730.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/27730", "merged_at": null, "patch_url": "https://github.com/pandas-dev/pandas/pull/27730.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/27730" }
https://api.github.com/repos/pandas-dev/pandas/issues/27731
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/27731/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/27731/comments
https://api.github.com/repos/pandas-dev/pandas/issues/27731/events
https://github.com/pandas-dev/pandas/issues/27731
476,473,015
MDU6SXNzdWU0NzY0NzMwMTU=
27,731
Object dtype for int64 and Int64 values in column
{ "avatar_url": "https://avatars.githubusercontent.com/u/5841616?v=4", "events_url": "https://api.github.com/users/Zoynels/events{/privacy}", "followers_url": "https://api.github.com/users/Zoynels/followers", "following_url": "https://api.github.com/users/Zoynels/following{/other_user}", "gists_url": "https:/...
[]
closed
false
null
[]
null
1
2019-08-03T17:34:27Z
2019-08-04T23:15:39Z
2019-08-04T23:15:39Z
NONE
null
#### Code Sample, a copy-pastable example if possible ```python import pandas as pd import numpy as np df1 = pd.DataFrame({"id": ["1", "2", "3", "4", "5"]}, columns=["id"]).astype('float64').astype('int64') df2 = pd.DataFrame({"id": ["1", "2", "3", "4", "5"]}, columns=["id"]).astype('float64').astype('Int64') ...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/27731/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/27731/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/27732
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/27732/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/27732/comments
https://api.github.com/repos/pandas-dev/pandas/issues/27732/events
https://github.com/pandas-dev/pandas/pull/27732
476,481,955
MDExOlB1bGxSZXF1ZXN0MzA0MDIwNTUx
27,732
TYPING: more type hints for io.common
{ "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": "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...
0
2019-08-03T19:25:40Z
2019-08-30T15:26:28Z
2019-08-30T15:26:28Z
MEMBER
null
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/27732/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/27732/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/27732.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/27732", "merged_at": null, "patch_url": "https://github.com/pandas-dev/pandas/pull/27732.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/27732" }
https://api.github.com/repos/pandas-dev/pandas/issues/27733
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/27733/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/27733/comments
https://api.github.com/repos/pandas-dev/pandas/issues/27733/events
https://github.com/pandas-dev/pandas/pull/27733
476,486,636
MDExOlB1bGxSZXF1ZXN0MzA0MDIzNzYy
27,733
BUG: fix to_datetime(dti, utc=True)
{ "avatar_url": "https://avatars.githubusercontent.com/u/8078968?v=4", "events_url": "https://api.github.com/users/jbrockmendel/events{/privacy}", "followers_url": "https://api.github.com/users/jbrockmendel/followers", "following_url": "https://api.github.com/users/jbrockmendel/following{/other_user}", "gists...
[ { "color": "AFEEEE", "default": false, "description": null, "id": 211840, "name": "Timeseries", "node_id": "MDU6TGFiZWwyMTE4NDA=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Timeseries" }, { "color": "5319e7", "default": false, "description": "Timezone ...
closed
false
null
[]
{ "closed_at": "2019-08-22T19:23:14Z", "closed_issues": 145, "created_at": "2019-06-30T19:32:22Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/1020496?v=4", "events_url": "https://api.github.com/users/jorisvandenbossche/events{/privacy}", "followers_url": "https://api.github....
2
2019-08-03T20:26:27Z
2019-08-05T21:09:30Z
2019-08-05T20:29:17Z
MEMBER
null
- [ ] closes #xxxx - [x] tests added / passed - [x] passes `black pandas` - [x] passes `git diff upstream/master -u -- "*.py" | flake8 --diff` - [ ] whatsnew entry ATM `to_datetime(naive_dti, utc=True)` returns naive incorrect, same for naive `DatetimeArray`
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/27733/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/27733/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/27733.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/27733", "merged_at": "2019-08-05T20:29:17Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/27733.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/27733" }
https://api.github.com/repos/pandas-dev/pandas/issues/27734
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/27734/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/27734/comments
https://api.github.com/repos/pandas-dev/pandas/issues/27734/events
https://github.com/pandas-dev/pandas/pull/27734
476,488,883
MDExOlB1bGxSZXF1ZXN0MzA0MDI1MTc3
27,734
TYPING: type hints for io.formats.latex
{ "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": "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...
1
2019-08-03T20:58:05Z
2019-08-05T09:34:26Z
2019-08-04T21:21:56Z
MEMBER
null
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/27734/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/27734/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/27734.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/27734", "merged_at": "2019-08-04T21:21:56Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/27734.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/27734" }
https://api.github.com/repos/pandas-dev/pandas/issues/27735
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/27735/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/27735/comments
https://api.github.com/repos/pandas-dev/pandas/issues/27735/events
https://github.com/pandas-dev/pandas/pull/27735
476,502,064
MDExOlB1bGxSZXF1ZXN0MzA0MDMzNzky
27,735
REF: separate out invalid ops
{ "avatar_url": "https://avatars.githubusercontent.com/u/8078968?v=4", "events_url": "https://api.github.com/users/jbrockmendel/events{/privacy}", "followers_url": "https://api.github.com/users/jbrockmendel/followers", "following_url": "https://api.github.com/users/jbrockmendel/following{/other_user}", "gists...
[ { "color": "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...
2
2019-08-04T00:35:40Z
2019-08-05T16:38:29Z
2019-08-05T15:52:11Z
MEMBER
null
We moved ops.py to `ops.__init__` a while back, still need to get the bulk of it out of `__init__`. This separates out templated invalid operations, which are the main things that outside modules import (this helps us move towards getting rid of the `import pandas as pd` in the main file)
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/27735/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/27735/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/27735.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/27735", "merged_at": "2019-08-05T15:52:11Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/27735.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/27735" }
https://api.github.com/repos/pandas-dev/pandas/issues/27736
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/27736/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/27736/comments
https://api.github.com/repos/pandas-dev/pandas/issues/27736/events
https://github.com/pandas-dev/pandas/pull/27736
476,517,212
MDExOlB1bGxSZXF1ZXN0MzA0MDQzNjg3
27,736
REF: pandas/core/window.py into multiple files
{ "avatar_url": "https://avatars.githubusercontent.com/u/10647082?v=4", "events_url": "https://api.github.com/users/mroeschke/events{/privacy}", "followers_url": "https://api.github.com/users/mroeschke/followers", "following_url": "https://api.github.com/users/mroeschke/following{/other_user}", "gists_url": "...
[ { "color": "FCE94F", "default": false, "description": "Internal refactoring of code", "id": 127681, "name": "Refactor", "node_id": "MDU6TGFiZWwxMjc2ODE=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Refactor" }, { "color": "d4c5f9", "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...
7
2019-08-04T05:33:41Z
2019-08-07T16:53:20Z
2019-08-07T13:32:48Z
MEMBER
null
- [x] tests added / passed - [x] passes `black pandas` - [x] passes `git diff upstream/master -u -- "*.py" | flake8 --diff` Splits `pandas/core/window.py` into more logical division of: `pandas/core/window/rolling.py` `pandas/core/window/expanding.py` `pandas/core/window/ewm.py` `pandas/core/window/common.py...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/27736/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/27736/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/27736.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/27736", "merged_at": "2019-08-07T13:32:47Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/27736.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/27736" }
https://api.github.com/repos/pandas-dev/pandas/issues/27737
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/27737/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/27737/comments
https://api.github.com/repos/pandas-dev/pandas/issues/27737/events
https://github.com/pandas-dev/pandas/issues/27737
476,536,749
MDU6SXNzdWU0NzY1MzY3NDk=
27,737
to_csv and read_csv return inconsistent result when value contains \r
{ "avatar_url": "https://avatars.githubusercontent.com/u/13927774?v=4", "events_url": "https://api.github.com/users/KaitoHH/events{/privacy}", "followers_url": "https://api.github.com/users/KaitoHH/followers", "following_url": "https://api.github.com/users/KaitoHH/following{/other_user}", "gists_url": "https:...
[ { "color": "5319e7", "default": false, "description": "read_csv, to_csv", "id": 47229171, "name": "IO CSV", "node_id": "MDU6TGFiZWw0NzIyOTE3MQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/IO%20CSV" } ]
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...
3
2019-08-04T10:10:59Z
2020-12-13T16:46:32Z
2020-12-13T16:45:42Z
NONE
null
#### Code Sample, a copy-pastable example if possible ```python dff = pd.DataFrame(data={'a':['a1\r','a2'],'b':['b1','b2']}) print("===BEFORE SAVE===") print(dff) dff.to_csv('test.csv', index=False) print("===AFTER SAVE===") print(pd.read_csv('test.csv')) ``` The result will be ``` ===BEFORE SAVE=== ...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/27737/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/27737/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/27738
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/27738/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/27738/comments
https://api.github.com/repos/pandas-dev/pandas/issues/27738/events
https://github.com/pandas-dev/pandas/pull/27738
476,541,199
MDExOlB1bGxSZXF1ZXN0MzA0MDU5MTg5
27,738
DOC: update docstrings following refactor of buffer handling
{ "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": "ededed", "default": false, "description": "__repr__ of pandas ob...
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-08-04T11:08:54Z
2019-08-05T09:35:04Z
2019-08-04T21:28:23Z
MEMBER
null
xref https://github.com/pandas-dev/pandas/pull/27598#discussion_r310128723
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/27738/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/27738/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/27738.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/27738", "merged_at": "2019-08-04T21:28:23Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/27738.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/27738" }
https://api.github.com/repos/pandas-dev/pandas/issues/27739
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/27739/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/27739/comments
https://api.github.com/repos/pandas-dev/pandas/issues/27739/events
https://github.com/pandas-dev/pandas/pull/27739
476,568,336
MDExOlB1bGxSZXF1ZXN0MzA0MDc3OTk4
27,739
BUG: fix+test PA+all-NaT TDA
{ "avatar_url": "https://avatars.githubusercontent.com/u/8078968?v=4", "events_url": "https://api.github.com/users/jbrockmendel/events{/privacy}", "followers_url": "https://api.github.com/users/jbrockmendel/followers", "following_url": "https://api.github.com/users/jbrockmendel/following{/other_user}", "gists...
[ { "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": "5319e7"...
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-08-04T16:05:31Z
2019-08-04T23:11:29Z
2019-08-04T21:40:45Z
MEMBER
null
- [ ] closes #xxxx - [x] tests added / passed - [x] passes `black pandas` - [x] passes `git diff upstream/master -u -- "*.py" | flake8 --diff` - [ ] whatsnew entry In conjunction with one more branch coming up, we're going to simplify the tar out of Series arithmetic ops.
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/27739/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/27739/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/27739.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/27739", "merged_at": "2019-08-04T21:40:45Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/27739.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/27739" }
https://api.github.com/repos/pandas-dev/pandas/issues/27740
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/27740/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/27740/comments
https://api.github.com/repos/pandas-dev/pandas/issues/27740/events
https://github.com/pandas-dev/pandas/pull/27740
476,570,361
MDExOlB1bGxSZXF1ZXN0MzA0MDc5MzQw
27,740
BUG: Fix NaT +/- DTA/TDA
{ "avatar_url": "https://avatars.githubusercontent.com/u/8078968?v=4", "events_url": "https://api.github.com/users/jbrockmendel/events{/privacy}", "followers_url": "https://api.github.com/users/jbrockmendel/followers", "following_url": "https://api.github.com/users/jbrockmendel/following{/other_user}", "gists...
[ { "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": "5319e7"...
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-08-04T16:28:31Z
2019-08-04T23:08:43Z
2019-08-04T23:01:03Z
MEMBER
null
- [ ] closes #xxxx - [x] tests added / passed - [x] passes `black pandas` - [x] passes `git diff upstream/master -u -- "*.py" | flake8 --diff` - [ ] whatsnew entry After this bugfix, we can change all existing uses of `dispatch_to_index_op` in `core.ops.__init__` to use `dispatch_to_extension_op`. Once we do 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/27740/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/27740/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/27740.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/27740", "merged_at": "2019-08-04T23:01:02Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/27740.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/27740" }
https://api.github.com/repos/pandas-dev/pandas/issues/27741
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/27741/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/27741/comments
https://api.github.com/repos/pandas-dev/pandas/issues/27741/events
https://github.com/pandas-dev/pandas/pull/27741
476,588,758
MDExOlB1bGxSZXF1ZXN0MzA0MDkxODM1
27,741
CLN: deprivatize names in pd.core.common
{ "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...
4
2019-08-04T20:06:22Z
2019-08-04T21:26:47Z
2019-08-04T21:26:43Z
CONTRIBUTOR
null
Some clean-up, as these functions don't need to start with a "_".
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/27741/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/27741/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/27741.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/27741", "merged_at": "2019-08-04T21:26:43Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/27741.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/27741" }
https://api.github.com/repos/pandas-dev/pandas/issues/27742
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/27742/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/27742/comments
https://api.github.com/repos/pandas-dev/pandas/issues/27742/events
https://github.com/pandas-dev/pandas/pull/27742
476,598,075
MDExOlB1bGxSZXF1ZXN0MzA0MDk4MTgw
27,742
Backport PR #27712 on branch 0.25.x (BUG: partial string indexing with scalar)
{ "avatar_url": "https://avatars.githubusercontent.com/u/39504233?v=4", "events_url": "https://api.github.com/users/meeseeksmachine/events{/privacy}", "followers_url": "https://api.github.com/users/meeseeksmachine/followers", "following_url": "https://api.github.com/users/meeseeksmachine/following{/other_user}"...
[ { "color": "0b02e1", "default": false, "description": "Related to indexing on series/frames, not to indexes themselves", "id": 2822098, "name": "Indexing", "node_id": "MDU6TGFiZWwyODIyMDk4", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Indexing" } ]
closed
false
null
[]
{ "closed_at": "2019-08-22T19:23:14Z", "closed_issues": 145, "created_at": "2019-06-30T19:32:22Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/1020496?v=4", "events_url": "https://api.github.com/users/jorisvandenbossche/events{/privacy}", "followers_url": "https://api.github....
0
2019-08-04T21:55:22Z
2019-08-05T06:35:59Z
2019-08-05T06:35:59Z
NONE
null
Backport PR #27712: BUG: partial string indexing with 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/27742/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/27742/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/27742.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/27742", "merged_at": "2019-08-05T06:35:59Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/27742.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/27742" }
https://api.github.com/repos/pandas-dev/pandas/issues/27743
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/27743/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/27743/comments
https://api.github.com/repos/pandas-dev/pandas/issues/27743/events
https://github.com/pandas-dev/pandas/pull/27743
476,598,367
MDExOlB1bGxSZXF1ZXN0MzA0MDk4Mzcy
27,743
Backport PR #27702 on branch 0.25.x (BUG: Concatenation warning still appears with sort=False)
{ "avatar_url": "https://avatars.githubusercontent.com/u/39504233?v=4", "events_url": "https://api.github.com/users/meeseeksmachine/events{/privacy}", "followers_url": "https://api.github.com/users/meeseeksmachine/followers", "following_url": "https://api.github.com/users/meeseeksmachine/following{/other_user}"...
[ { "color": "02d7e1", "default": false, "description": "Concat, Merge/Join, Stack/Unstack, Explode", "id": 13098779, "name": "Reshaping", "node_id": "MDU6TGFiZWwxMzA5ODc3OQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Reshaping" } ]
closed
false
null
[]
{ "closed_at": "2019-08-22T19:23:14Z", "closed_issues": 145, "created_at": "2019-06-30T19:32:22Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/1020496?v=4", "events_url": "https://api.github.com/users/jorisvandenbossche/events{/privacy}", "followers_url": "https://api.github....
0
2019-08-04T21:59:22Z
2019-08-05T06:35:41Z
2019-08-05T06:35:41Z
NONE
null
Backport PR #27702: BUG: Concatenation warning still appears with sort=False
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/27743/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/27743/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/27743.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/27743", "merged_at": "2019-08-05T06:35:41Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/27743.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/27743" }
https://api.github.com/repos/pandas-dev/pandas/issues/27744
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/27744/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/27744/comments
https://api.github.com/repos/pandas-dev/pandas/issues/27744/events
https://github.com/pandas-dev/pandas/issues/27744
476,604,631
MDU6SXNzdWU0NzY2MDQ2MzE=
27,744
DEPR: remove Index.is_all_dates?
{ "avatar_url": "https://avatars.githubusercontent.com/u/8078968?v=4", "events_url": "https://api.github.com/users/jbrockmendel/events{/privacy}", "followers_url": "https://api.github.com/users/jbrockmendel/followers", "following_url": "https://api.github.com/users/jbrockmendel/following{/other_user}", "gists...
[ { "color": "AFEEEE", "default": false, "description": null, "id": 211840, "name": "Timeseries", "node_id": "MDU6TGFiZWwyMTE4NDA=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Timeseries" }, { "color": "5319e7", "default": false, "description": "Functiona...
closed
false
null
[]
{ "closed_at": "2020-12-26T13:57:50Z", "closed_issues": 1768, "created_at": "2020-05-29T23:47:32Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/j...
0
2019-08-04T23:15:04Z
2020-09-30T02:17:40Z
2020-09-30T02:17:40Z
MEMBER
null
xref #27712
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/27744/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/27744/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/27745
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/27745/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/27745/comments
https://api.github.com/repos/pandas-dev/pandas/issues/27745/events
https://github.com/pandas-dev/pandas/issues/27745
476,604,719
MDU6SXNzdWU0NzY2MDQ3MTk=
27,745
DEPR: remove alias of Categorical.take_nd to Categorical.take
{ "avatar_url": "https://avatars.githubusercontent.com/u/8078968?v=4", "events_url": "https://api.github.com/users/jbrockmendel/events{/privacy}", "followers_url": "https://api.github.com/users/jbrockmendel/followers", "following_url": "https://api.github.com/users/jbrockmendel/following{/other_user}", "gists...
[ { "color": "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...
0
2019-08-04T23:15:58Z
2019-11-29T22:39:28Z
2019-11-29T22:39:28Z
MEMBER
null
xref #27723
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/27745/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/27745/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/27746
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/27746/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/27746/comments
https://api.github.com/repos/pandas-dev/pandas/issues/27746/events
https://github.com/pandas-dev/pandas/pull/27746
476,604,855
MDExOlB1bGxSZXF1ZXN0MzA0MTAyNzYw
27,746
CLN: Move base.StringMixin to computations.common
{ "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...
3
2019-08-04T23:17:33Z
2019-08-05T13:25:11Z
2019-08-05T11:41:53Z
CONTRIBUTOR
null
``StringMixin`` should be removed, but I can't figure out how to remove it without breaking tests, so this moves ``StringMixin`` to core.computation, which is the only module, where it is currently used. This makes ``core.base.py`` a bit cleaner.
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/27746/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/27746/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/27746.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/27746", "merged_at": "2019-08-05T11:41:53Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/27746.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/27746" }
https://api.github.com/repos/pandas-dev/pandas/issues/27747
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/27747/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/27747/comments
https://api.github.com/repos/pandas-dev/pandas/issues/27747/events
https://github.com/pandas-dev/pandas/pull/27747
476,607,364
MDExOlB1bGxSZXF1ZXN0MzA0MTA0NTI0
27,747
REF: combine dispatch_to_index_op into dispatch_to_extension_op
{ "avatar_url": "https://avatars.githubusercontent.com/u/8078968?v=4", "events_url": "https://api.github.com/users/jbrockmendel/events{/privacy}", "followers_url": "https://api.github.com/users/jbrockmendel/followers", "following_url": "https://api.github.com/users/jbrockmendel/following{/other_user}", "gists...
[ { "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...
1
2019-08-04T23:48:15Z
2019-08-05T14:29:57Z
2019-08-05T11:44:37Z
MEMBER
null
Took a couple of preliminaries, but now we can merge these two together and we're within striking distance of being able to collapse all of the Series ops into much simpler 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/27747/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/27747/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/27747.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/27747", "merged_at": "2019-08-05T11:44:37Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/27747.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/27747" }
https://api.github.com/repos/pandas-dev/pandas/issues/27748
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/27748/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/27748/comments
https://api.github.com/repos/pandas-dev/pandas/issues/27748/events
https://github.com/pandas-dev/pandas/issues/27748
476,608,876
MDU6SXNzdWU0NzY2MDg4NzY=
27,748
Reference docs: Nearly empty page for pandas.DataFrame.plot
{ "avatar_url": "https://avatars.githubusercontent.com/u/703084?v=4", "events_url": "https://api.github.com/users/vlbrown/events{/privacy}", "followers_url": "https://api.github.com/users/vlbrown/followers", "following_url": "https://api.github.com/users/vlbrown/following{/other_user}", "gists_url": "https://...
[ { "color": "3465A4", "default": false, "description": null, "id": 134699, "name": "Docs", "node_id": "MDU6TGFiZWwxMzQ2OTk=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Docs" } ]
closed
false
null
[]
null
3
2019-08-05T00:05:01Z
2020-01-22T08:43:23Z
2020-01-22T08:43:23Z
NONE
null
The web page https://pandas.pydata.org/pandas-docs/stable/reference/api/pandas.DataFrame.plot.html is essentially empty. It should, instead, include the content from https://pandas.pydata.org/pandas-docs/version/0.23/generated/pandas.DataFrame.plot.html ![Screen Shot 2019-08-04 at 17 03 33](https://user-images.gi...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/27748/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/27748/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/27749
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/27749/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/27749/comments
https://api.github.com/repos/pandas-dev/pandas/issues/27749/events
https://github.com/pandas-dev/pandas/issues/27749
476,643,316
MDU6SXNzdWU0NzY2NDMzMTY=
27,749
to_csv() and read_csv() do not preserve dtype for a column with integer values but whose original dtype is `object`.
{ "avatar_url": "https://avatars.githubusercontent.com/u/53719251?v=4", "events_url": "https://api.github.com/users/svadali1/events{/privacy}", "followers_url": "https://api.github.com/users/svadali1/followers", "following_url": "https://api.github.com/users/svadali1/following{/other_user}", "gists_url": "htt...
[ { "color": "06909A", "default": false, "description": "IO issues that don't fit into a more specific label", "id": 2301354, "name": "IO Data", "node_id": "MDU6TGFiZWwyMzAxMzU0", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/IO%20Data" }, { "color": "0052cc", "...
closed
false
null
[]
{ "closed_at": null, "closed_issues": 2361, "created_at": "2015-02-26T19:29:05Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/1020496?v=4", "events_url": "https://api.github.com/users/jorisvandenbossche/events{/privacy}", "followers_url": "https://api.github.com/users/jorisva...
2
2019-08-05T03:49:19Z
2019-08-08T11:54:06Z
2019-08-08T11:54:05Z
NONE
null
#### Code Sample, a copy-pastable example if possible ```python import csv import pandas as pd data_dict = {'visitor_id': [123, 456], 'name': ['John Doe', 'Jane Doe']} data_df = pd.DataFrame(data_dict) data_df['visitor_id'] = data_df['visitor_id'].astype(str) # Original dtype for visitor_id i...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/27749/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/27749/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/27750
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/27750/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/27750/comments
https://api.github.com/repos/pandas-dev/pandas/issues/27750/events
https://github.com/pandas-dev/pandas/issues/27750
476,761,313
MDU6SXNzdWU0NzY3NjEzMTM=
27,750
Suppress UnicodeEncodeError when executing to_csv method
{ "avatar_url": "https://avatars.githubusercontent.com/u/795197?v=4", "events_url": "https://api.github.com/users/shigemk2/events{/privacy}", "followers_url": "https://api.github.com/users/shigemk2/followers", "following_url": "https://api.github.com/users/shigemk2/following{/other_user}", "gists_url": "https...
[ { "color": "4E9A06", "default": false, "description": null, "id": 76812, "name": "Enhancement", "node_id": "MDU6TGFiZWw3NjgxMg==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Enhancement" }, { "color": "5319e7", "default": false, "description": "read_csv...
closed
false
null
[]
{ "closed_at": null, "closed_issues": 786, "created_at": "2015-01-13T10:53:19Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/jreback/followers", ...
7
2019-08-05T09:46:01Z
2021-09-12T15:08:02Z
2021-09-12T15:08:02Z
NONE
null
#### Code Sample, a copy-pastable example if possible ```python # error pattern import pandas as pd unicode_data = [["key", "\u070a"]] df = pd.DataFrame(unicode_data) df.to_csv("./test.csv", encoding="cp932") # UnicodeEncodeError: 'cp932' codec can't encode character '\u070a' in position 6: illegal multibyte ...
{ "+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/27750/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/27750/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/27751
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/27751/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/27751/comments
https://api.github.com/repos/pandas-dev/pandas/issues/27751/events
https://github.com/pandas-dev/pandas/issues/27751
476,808,222
MDU6SXNzdWU0NzY4MDgyMjI=
27,751
No way of keeping groupby column with ffill/bfill/pad
{ "avatar_url": "https://avatars.githubusercontent.com/u/41048?v=4", "events_url": "https://api.github.com/users/goriccardo/events{/privacy}", "followers_url": "https://api.github.com/users/goriccardo/followers", "following_url": "https://api.github.com/users/goriccardo/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": 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...
8
2019-08-05T11:31:46Z
2019-08-05T15:34:52Z
2019-08-05T12:55:35Z
NONE
null
```python df = pd.DataFrame(0, index=[1,2,3,4], columns=['a', 'b', 'c']) # Starting from 0.25 groupby pad behaves like other groupby functions in removing the grouping column df.groupby(df.a).mean() b c a 0 0 0 df.groupby(df.a).pad() b c 1 0 0 2 0 0 3 0 0 4 0 0 # However for other...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/27751/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/27751/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/27752
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/27752/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/27752/comments
https://api.github.com/repos/pandas-dev/pandas/issues/27752/events
https://github.com/pandas-dev/pandas/pull/27752
476,818,004
MDExOlB1bGxSZXF1ZXN0MzA0MjY4NDA1
27,752
Backport PR #27715 on branch 0.25.x (TST: troubleshoot inconsistent xfails)
{ "avatar_url": "https://avatars.githubusercontent.com/u/39504233?v=4", "events_url": "https://api.github.com/users/meeseeksmachine/events{/privacy}", "followers_url": "https://api.github.com/users/meeseeksmachine/followers", "following_url": "https://api.github.com/users/meeseeksmachine/following{/other_user}"...
[ { "color": "a2bca7", "default": false, "description": "Continuous Integration", "id": 48070600, "name": "CI", "node_id": "MDU6TGFiZWw0ODA3MDYwMA==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/CI" } ]
closed
false
null
[]
{ "closed_at": "2019-08-22T19:23:14Z", "closed_issues": 145, "created_at": "2019-06-30T19:32:22Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/1020496?v=4", "events_url": "https://api.github.com/users/jorisvandenbossche/events{/privacy}", "followers_url": "https://api.github....
0
2019-08-05T11:55:58Z
2019-08-05T12:56:32Z
2019-08-05T12:56:32Z
NONE
null
Backport PR #27715: TST: troubleshoot inconsistent xfails
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/27752/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/27752/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/27752.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/27752", "merged_at": "2019-08-05T12:56:32Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/27752.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/27752" }
https://api.github.com/repos/pandas-dev/pandas/issues/27753
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/27753/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/27753/comments
https://api.github.com/repos/pandas-dev/pandas/issues/27753/events
https://github.com/pandas-dev/pandas/pull/27753
476,819,305
MDExOlB1bGxSZXF1ZXN0MzA0MjY5NDcx
27,753
Backport PR #27720 on branch 0.25.x (BUG: fix replace_list)
{ "avatar_url": "https://avatars.githubusercontent.com/u/39504233?v=4", "events_url": "https://api.github.com/users/meeseeksmachine/events{/privacy}", "followers_url": "https://api.github.com/users/meeseeksmachine/followers", "following_url": "https://api.github.com/users/meeseeksmachine/following{/other_user}"...
[ { "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": "2019-08-22T19:23:14Z", "closed_issues": 145, "created_at": "2019-06-30T19:32:22Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/1020496?v=4", "events_url": "https://api.github.com/users/jorisvandenbossche/events{/privacy}", "followers_url": "https://api.github....
0
2019-08-05T11:58:58Z
2019-08-05T12:56:44Z
2019-08-05T12:56:44Z
NONE
null
Backport PR #27720: BUG: fix replace_list
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/27753/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/27753/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/27753.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/27753", "merged_at": "2019-08-05T12:56:44Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/27753.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/27753" }
https://api.github.com/repos/pandas-dev/pandas/issues/27754
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/27754/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/27754/comments
https://api.github.com/repos/pandas-dev/pandas/issues/27754/events
https://github.com/pandas-dev/pandas/pull/27754
476,826,021
MDExOlB1bGxSZXF1ZXN0MzA0Mjc0OTQ3
27,754
Slightly rephrase SPSS doc
{ "avatar_url": "https://avatars.githubusercontent.com/u/4377312?v=4", "events_url": "https://api.github.com/users/cbrnr/events{/privacy}", "followers_url": "https://api.github.com/users/cbrnr/followers", "following_url": "https://api.github.com/users/cbrnr/following{/other_user}", "gists_url": "https://api.g...
[ { "color": "3465A4", "default": false, "description": null, "id": 134699, "name": "Docs", "node_id": "MDU6TGFiZWwxMzQ2OTk=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Docs" } ]
closed
false
null
[]
{ "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-08-05T12:15:09Z
2019-08-05T13:29:11Z
2019-08-05T13:27:42Z
CONTRIBUTOR
null
As a follow-up to #27594 (which I couldn't review in due time), here are some minor improvements for the SPSS user guide text.
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/27754/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/27754/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/27754.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/27754", "merged_at": "2019-08-05T13:27:42Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/27754.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/27754" }
https://api.github.com/repos/pandas-dev/pandas/issues/27755
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/27755/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/27755/comments
https://api.github.com/repos/pandas-dev/pandas/issues/27755/events
https://github.com/pandas-dev/pandas/pull/27755
476,834,537
MDExOlB1bGxSZXF1ZXN0MzA0MjgxODIy
27,755
BUG: Fix numpy boolean subtraction error in Series.diff
{ "avatar_url": "https://avatars.githubusercontent.com/u/7977855?v=4", "events_url": "https://api.github.com/users/Unprocessable/events{/privacy}", "followers_url": "https://api.github.com/users/Unprocessable/followers", "following_url": "https://api.github.com/users/Unprocessable/following{/other_user}", "gi...
[]
closed
false
null
[]
null
11
2019-08-05T12:34:44Z
2019-09-30T11:25:24Z
2019-09-02T18:44:21Z
CONTRIBUTOR
null
This fixes #27755, for more than three years now NumPy has not allowed the subtraction of boolean series. TypeError Traceback (most recent call last) <ipython-input-46-3da3b949c6bd> in <module> 1 data = pd.Series([0,-1,-2,-3,-4,-3,-2,-1,0,-1,-1,0,-1,-2,-3,-2,0]) 2 filt...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/27755/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/27755/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/27755.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/27755", "merged_at": null, "patch_url": "https://github.com/pandas-dev/pandas/pull/27755.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/27755" }
https://api.github.com/repos/pandas-dev/pandas/issues/27756
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/27756/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/27756/comments
https://api.github.com/repos/pandas-dev/pandas/issues/27756/events
https://github.com/pandas-dev/pandas/issues/27756
476,854,099
MDU6SXNzdWU0NzY4NTQwOTk=
27,756
Error reading parquet from s3 with s3fs >= 0.3.0
{ "avatar_url": "https://avatars.githubusercontent.com/u/6295246?v=4", "events_url": "https://api.github.com/users/CJStadler/events{/privacy}", "followers_url": "https://api.github.com/users/CJStadler/followers", "following_url": "https://api.github.com/users/CJStadler/following{/other_user}", "gists_url": "h...
[ { "color": "06909A", "default": false, "description": "IO issues that don't fit into a more specific label", "id": 2301354, "name": "IO Data", "node_id": "MDU6TGFiZWwyMzAxMzU0", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/IO%20Data" }, { "color": "0e8a16", "...
closed
false
null
[]
{ "closed_at": "2019-08-22T19:23:14Z", "closed_issues": 145, "created_at": "2019-06-30T19:32:22Z", "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....
13
2019-08-05T13:17:11Z
2019-08-12T19:10:50Z
2019-08-12T19:10:50Z
CONTRIBUTOR
null
#### Code Sample, a copy-pastable example if possible ```python import pandas as pd df = pd.read_parquet('s3://my-bucket/df.parquet') ``` Raises ``` Traceback (most recent call last): File "<stdin>", line 1, in <module> File "/.../pandas/io/parquet.py", line 294, in read_parquet return impl.re...
{ "+1": 3, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 3, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/27756/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/27756/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/27757
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/27757/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/27757/comments
https://api.github.com/repos/pandas-dev/pandas/issues/27757/events
https://github.com/pandas-dev/pandas/pull/27757
476,873,607
MDExOlB1bGxSZXF1ZXN0MzA0MzEzMzg4
27,757
Added diff testing file
{ "avatar_url": "https://avatars.githubusercontent.com/u/7977855?v=4", "events_url": "https://api.github.com/users/Unprocessable/events{/privacy}", "followers_url": "https://api.github.com/users/Unprocessable/followers", "following_url": "https://api.github.com/users/Unprocessable/following{/other_user}", "gi...
[]
closed
false
null
[]
null
1
2019-08-05T13:55:19Z
2019-08-05T14:05:53Z
2019-08-05T14:05:53Z
CONTRIBUTOR
null
Should test the diff for a specific series. - [ ] 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/27757/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/27757/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/27757.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/27757", "merged_at": null, "patch_url": "https://github.com/pandas-dev/pandas/pull/27757.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/27757" }
https://api.github.com/repos/pandas-dev/pandas/issues/27758
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/27758/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/27758/comments
https://api.github.com/repos/pandas-dev/pandas/issues/27758/events
https://github.com/pandas-dev/pandas/issues/27758
476,885,307
MDU6SXNzdWU0NzY4ODUzMDc=
27,758
Cannot plot empty Series
{ "avatar_url": "https://avatars.githubusercontent.com/u/946727?v=4", "events_url": "https://api.github.com/users/randomstuff/events{/privacy}", "followers_url": "https://api.github.com/users/randomstuff/followers", "following_url": "https://api.github.com/users/randomstuff/following{/other_user}", "gists_url...
[ { "color": "8AE234", "default": false, "description": null, "id": 2413328, "name": "Visualization", "node_id": "MDU6TGFiZWwyNDEzMzI4", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Visualization" } ]
closed
false
null
[]
{ "closed_at": null, "closed_issues": 786, "created_at": "2015-01-13T10:53:19Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/jreback/followers", ...
5
2019-08-05T14:17:05Z
2019-09-11T19:26:19Z
2019-09-11T19:26:19Z
CONTRIBUTOR
null
#### Code Sample ```python import pandas as pd import matplotlib.pyplot as plt ax = plt.subplots(1)[1] ax.set_xlim((0, 10)) ax.set_ylim((0, 10)) x = pd.Series([], index=pd.Index([], dtype=float), dtype=float) x.plot(ax=ax) ``` #### Problem description It is not possible to `.plot()` an empty `Series`...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/27758/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/27758/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/27759
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/27759/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/27759/comments
https://api.github.com/repos/pandas-dev/pandas/issues/27759/events
https://github.com/pandas-dev/pandas/pull/27759
476,886,953
MDExOlB1bGxSZXF1ZXN0MzA0MzI0MTI0
27,759
TST: missed from #27720
{ "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...
[]
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-08-05T14:20:16Z
2019-08-05T16:44:44Z
2019-08-05T15:03:45Z
MEMBER
null
pointed out by @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/27759/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/27759/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/27759.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/27759", "merged_at": "2019-08-05T15:03:45Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/27759.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/27759" }
https://api.github.com/repos/pandas-dev/pandas/issues/27760
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/27760/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/27760/comments
https://api.github.com/repos/pandas-dev/pandas/issues/27760/events
https://github.com/pandas-dev/pandas/issues/27760
476,979,448
MDU6SXNzdWU0NzY5Nzk0NDg=
27,760
merge_ordered() should accept left_index and right_index args
{ "avatar_url": "https://avatars.githubusercontent.com/u/16600275?v=4", "events_url": "https://api.github.com/users/austin3dickey/events{/privacy}", "followers_url": "https://api.github.com/users/austin3dickey/followers", "following_url": "https://api.github.com/users/austin3dickey/following{/other_user}", "g...
[ { "color": "4E9A06", "default": false, "description": null, "id": 76812, "name": "Enhancement", "node_id": "MDU6TGFiZWw3NjgxMg==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Enhancement" }, { "color": "02d7e1", "default": false, "description": "Concat, ...
open
false
null
[]
null
0
2019-08-05T17:41:39Z
2019-11-02T21:59:25Z
null
NONE
null
#### Code Sample, a copy-pastable example if possible ```python INDEX_COLS = ['group', 'timestamp'] left = pandas.DataFrame({ 'group': ['a', 'a', 'b', 'b'], 'timestamp': [0, 1, 2, 5], 'obs1': [10, 11, 12, 15] }).set_index(INDEX_COLS) right = pandas.DataFrame({ 'group': ['a', 'a', 'b', 'b'...
{ "+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/27760/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/27760/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/27761
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/27761/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/27761/comments
https://api.github.com/repos/pandas-dev/pandas/issues/27761/events
https://github.com/pandas-dev/pandas/issues/27761
476,989,423
MDU6SXNzdWU0NzY5ODk0MjM=
27,761
Error in business-day logic in CustomBusinessDay?
{ "avatar_url": "https://avatars.githubusercontent.com/u/2153614?v=4", "events_url": "https://api.github.com/users/rhstanton/events{/privacy}", "followers_url": "https://api.github.com/users/rhstanton/followers", "following_url": "https://api.github.com/users/rhstanton/following{/other_user}", "gists_url": "h...
[ { "color": "e10c02", "default": false, "description": null, "id": 76811, "name": "Bug", "node_id": "MDU6TGFiZWw3NjgxMQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug" }, { "color": "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...
4
2019-08-05T18:07:09Z
2019-10-24T00:04:13Z
2019-10-24T00:04:13Z
CONTRIBUTOR
null
#### Code Sample, a copy-pastable example if possible ```python # Your code here # Labor Day calendar import pandas as pd from pandas.tseries.holiday import AbstractHolidayCalendar, USLaborDay class testCalendar(AbstractHolidayCalendar): rules = [ USLaborDay, ] cal = testCalendar() ...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/27761/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/27761/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/27762
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/27762/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/27762/comments
https://api.github.com/repos/pandas-dev/pandas/issues/27762/events
https://github.com/pandas-dev/pandas/pull/27762
477,014,565
MDExOlB1bGxSZXF1ZXN0MzA0NDI1ODcy
27,762
BUG: right merge not preserve row order (#27453)
{ "avatar_url": "https://avatars.githubusercontent.com/u/14300539?v=4", "events_url": "https://api.github.com/users/ncernek/events{/privacy}", "followers_url": "https://api.github.com/users/ncernek/followers", "following_url": "https://api.github.com/users/ncernek/following{/other_user}", "gists_url": "https:...
[ { "color": "02d7e1", "default": false, "description": "Concat, Merge/Join, Stack/Unstack, Explode", "id": 13098779, "name": "Reshaping", "node_id": "MDU6TGFiZWwxMzA5ODc3OQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Reshaping" } ]
closed
false
null
[]
null
21
2019-08-05T19:13:16Z
2020-01-24T17:15:10Z
2020-01-23T03:48:40Z
CONTRIBUTOR
null
- [ ] closes #27453 - [ ] 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/27762/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/27762/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/27762.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/27762", "merged_at": null, "patch_url": "https://github.com/pandas-dev/pandas/pull/27762.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/27762" }
https://api.github.com/repos/pandas-dev/pandas/issues/27763
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/27763/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/27763/comments
https://api.github.com/repos/pandas-dev/pandas/issues/27763/events
https://github.com/pandas-dev/pandas/pull/27763
477,043,797
MDExOlB1bGxSZXF1ZXN0MzA0NDQ5NzUw
27,763
Backport PR #27733 on branch 0.25.x (BUG: fix to_datetime(dti, utc=True))
{ "avatar_url": "https://avatars.githubusercontent.com/u/39504233?v=4", "events_url": "https://api.github.com/users/meeseeksmachine/events{/privacy}", "followers_url": "https://api.github.com/users/meeseeksmachine/followers", "following_url": "https://api.github.com/users/meeseeksmachine/following{/other_user}"...
[]
closed
false
null
[]
{ "closed_at": "2019-08-22T19:23:14Z", "closed_issues": 145, "created_at": "2019-06-30T19:32:22Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/1020496?v=4", "events_url": "https://api.github.com/users/jorisvandenbossche/events{/privacy}", "followers_url": "https://api.github....
0
2019-08-05T20:29:30Z
2019-08-06T15:33:38Z
2019-08-06T15:33:38Z
NONE
null
Backport PR #27733: BUG: fix to_datetime(dti, utc=True)
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/27763/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/27763/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/27763.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/27763", "merged_at": "2019-08-06T15:33:38Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/27763.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/27763" }
https://api.github.com/repos/pandas-dev/pandas/issues/27764
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/27764/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/27764/comments
https://api.github.com/repos/pandas-dev/pandas/issues/27764/events
https://github.com/pandas-dev/pandas/pull/27764
477,069,450
MDExOlB1bGxSZXF1ZXN0MzA0NDcwMTYz
27,764
CLN/REF: Remove _try_cast_result, _try_coerce_and_cast_result
{ "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-08-05T21:37:00Z
2019-08-06T16:03:44Z
2019-08-06T15:40:40Z
MEMBER
null
This finishes getting the post-call casting/coersion out of the Blocks. Pre-call coercion is still in there, exclusively for TimedeltaBlock and DatetimeBlock, i.e. will not be necessary if/when those are backed by EA.
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/27764/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/27764/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/27764.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/27764", "merged_at": "2019-08-06T15:40:40Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/27764.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/27764" }
https://api.github.com/repos/pandas-dev/pandas/issues/27765
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/27765/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/27765/comments
https://api.github.com/repos/pandas-dev/pandas/issues/27765/events
https://github.com/pandas-dev/pandas/pull/27765
477,069,475
MDExOlB1bGxSZXF1ZXN0MzA0NDcwMTgw
27,765
TYPING: more type hints for io.formats.printing
{ "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": "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...
3
2019-08-05T21:37:03Z
2019-08-24T07:45:54Z
2019-08-23T22:36:59Z
MEMBER
null
xref #27568 ``` $ mypy pandas/io/formats/printing.py --check-untyped-defs --follow-imports skip pandas\io\formats\printing.py:194: error: "str" has no attribute "decode"; maybe "encode"? ```
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/27765/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/27765/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/27765.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/27765", "merged_at": "2019-08-23T22:36:59Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/27765.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/27765" }
https://api.github.com/repos/pandas-dev/pandas/issues/27766
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/27766/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/27766/comments
https://api.github.com/repos/pandas-dev/pandas/issues/27766/events
https://github.com/pandas-dev/pandas/issues/27766
477,114,072
MDU6SXNzdWU0NzcxMTQwNzI=
27,766
Windowing fails on read-only arrays
{ "avatar_url": "https://avatars.githubusercontent.com/u/684364?v=4", "events_url": "https://api.github.com/users/kernc/events{/privacy}", "followers_url": "https://api.github.com/users/kernc/followers", "following_url": "https://api.github.com/users/kernc/following{/other_user}", "gists_url": "https://api.gi...
[ { "color": "e10c02", "default": false, "description": null, "id": 76811, "name": "Bug", "node_id": "MDU6TGFiZWw3NjgxMQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug" }, { "color": "d4c5f9", "default": false, "description": "rolling, ewma, expanding...
closed
false
null
[]
{ "closed_at": "2019-08-22T19:23:14Z", "closed_issues": 145, "created_at": "2019-06-30T19:32:22Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/1020496?v=4", "events_url": "https://api.github.com/users/jorisvandenbossche/events{/privacy}", "followers_url": "https://api.github....
0
2019-08-06T00:38:54Z
2019-08-06T15:39:20Z
2019-08-06T15:39:20Z
CONTRIBUTOR
null
#### Code Sample, a copy-pastable example if possible ```python >>> arr = np.array([1, 3, np.nan, 3, 5]) >>> arr.setflags(write=False) >>> pd.Series(arr).rolling(2).mean().values --------------------------------------------------------------------------- ValueError: assignment destination is read-only ``` #...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/27766/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/27766/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/27767
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/27767/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/27767/comments
https://api.github.com/repos/pandas-dev/pandas/issues/27767/events
https://github.com/pandas-dev/pandas/pull/27767
477,114,724
MDExOlB1bGxSZXF1ZXN0MzA0NTA2MTc4
27,767
BUG: Fix windowing over read-only arrays
{ "avatar_url": "https://avatars.githubusercontent.com/u/684364?v=4", "events_url": "https://api.github.com/users/kernc/events{/privacy}", "followers_url": "https://api.github.com/users/kernc/followers", "following_url": "https://api.github.com/users/kernc/following{/other_user}", "gists_url": "https://api.gi...
[ { "color": "d4c5f9", "default": false, "description": "rolling, ewma, expanding", "id": 1045950827, "name": "Window", "node_id": "MDU6TGFiZWwxMDQ1OTUwODI3", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Window" } ]
closed
false
null
[]
{ "closed_at": "2019-08-22T19:23:14Z", "closed_issues": 145, "created_at": "2019-06-30T19:32:22Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/1020496?v=4", "events_url": "https://api.github.com/users/jorisvandenbossche/events{/privacy}", "followers_url": "https://api.github....
2
2019-08-06T00:42:26Z
2019-08-06T15:39:34Z
2019-08-06T15:39:20Z
CONTRIBUTOR
null
- [x] closes #27766 - [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/27767/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/27767/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/27767.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/27767", "merged_at": "2019-08-06T15:39:20Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/27767.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/27767" }
https://api.github.com/repos/pandas-dev/pandas/issues/27768
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/27768/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/27768/comments
https://api.github.com/repos/pandas-dev/pandas/issues/27768/events
https://github.com/pandas-dev/pandas/pull/27768
477,122,547
MDExOlB1bGxSZXF1ZXN0MzA0NTEyMjEy
27,768
CLN: short-circuit case in Block.replace
{ "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-08-06T01:23:57Z
2019-08-12T19:04:19Z
2019-08-12T18:58:43Z
MEMBER
null
Running out of try/excepts to get rid of
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/27768/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/27768/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/27768.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/27768", "merged_at": "2019-08-12T18:58:43Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/27768.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/27768" }
https://api.github.com/repos/pandas-dev/pandas/issues/27769
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/27769/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/27769/comments
https://api.github.com/repos/pandas-dev/pandas/issues/27769/events
https://github.com/pandas-dev/pandas/pull/27769
477,135,673
MDExOlB1bGxSZXF1ZXN0MzA0NTIyNDk0
27,769
REF: Make CategoricalIndex comparison defer to Categorical comparison
{ "avatar_url": "https://avatars.githubusercontent.com/u/8078968?v=4", "events_url": "https://api.github.com/users/jbrockmendel/events{/privacy}", "followers_url": "https://api.github.com/users/jbrockmendel/followers", "following_url": "https://api.github.com/users/jbrockmendel/following{/other_user}", "gists...
[ { "color": "AD7FA8", "default": false, "description": null, "id": 35818298, "name": "API Design", "node_id": "MDU6TGFiZWwzNTgxODI5OA==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/API%20Design" }, { "color": "006b75", "default": false, "description": "A...
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-08-06T02:22:00Z
2019-08-14T21:37:58Z
2019-08-13T12:05:44Z
MEMBER
null
Partially addresses #19513. After this, CategoricalIndex will be defining comparison ops identically to DTA/TDA/PA, could share some 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/27769/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/27769/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/27769.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/27769", "merged_at": "2019-08-13T12:05:44Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/27769.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/27769" }
https://api.github.com/repos/pandas-dev/pandas/issues/27770
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/27770/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/27770/comments
https://api.github.com/repos/pandas-dev/pandas/issues/27770/events
https://github.com/pandas-dev/pandas/pull/27770
477,155,656
MDExOlB1bGxSZXF1ZXN0MzA0NTM3MjA0
27,770
[BLD] Add script that fails build if git tags do not exist
{ "avatar_url": "https://avatars.githubusercontent.com/u/440095?v=4", "events_url": "https://api.github.com/users/qwhelan/events{/privacy}", "followers_url": "https://api.github.com/users/qwhelan/followers", "following_url": "https://api.github.com/users/qwhelan/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...
4
2019-08-06T03:53:13Z
2019-08-07T13:27:04Z
2019-08-07T13:27:04Z
CONTRIBUTOR
null
The Travis build process can fail in hard to decipher ways if git tags are not synced between `upstream` and a developer's repo. This failure mode would occur in the main repo if we go 2000 commits (current clone depth, ~9 months) without tagging a release. This PR explicitly fails the build with instructions of how to...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/27770/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/27770/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/27770.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/27770", "merged_at": "2019-08-07T13:27:04Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/27770.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/27770" }
https://api.github.com/repos/pandas-dev/pandas/issues/27771
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/27771/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/27771/comments
https://api.github.com/repos/pandas-dev/pandas/issues/27771/events
https://github.com/pandas-dev/pandas/issues/27771
477,178,395
MDU6SXNzdWU0NzcxNzgzOTU=
27,771
to_csv has changed the number
{ "avatar_url": "https://avatars.githubusercontent.com/u/26021194?v=4", "events_url": "https://api.github.com/users/honghong2333/events{/privacy}", "followers_url": "https://api.github.com/users/honghong2333/followers", "following_url": "https://api.github.com/users/honghong2333/following{/other_user}", "gist...
[ { "color": "009800", "default": false, "description": "Duplicate issue or pull request", "id": 40153326, "name": "Duplicate Report", "node_id": "MDU6TGFiZWw0MDE1MzMyNg==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Duplicate%20Report" }, { "color": "5319e7", ...
closed
false
null
[]
null
2
2019-08-06T05:36:36Z
2019-10-07T21:29:21Z
2019-10-07T21:23:41Z
NONE
null
#### Code Sample, a copy-pastable example if possible ```python df1 = pd.read_csv("./data/test.csv") print(df1) df1.to_csv("./data/test1.csv") test.csv has only one column "a" and one number is "656.964",when I prepare to use "to_csv" then it has changed to 656.9639999. I hope you can help solve this problem...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/27771/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/27771/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/27772
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/27772/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/27772/comments
https://api.github.com/repos/pandas-dev/pandas/issues/27772/events
https://github.com/pandas-dev/pandas/issues/27772
477,259,540
MDU6SXNzdWU0NzcyNTk1NDA=
27,772
to_excel with MultiIndex adds a blank line
{ "avatar_url": "https://avatars.githubusercontent.com/u/6884584?v=4", "events_url": "https://api.github.com/users/stefanopassador/events{/privacy}", "followers_url": "https://api.github.com/users/stefanopassador/followers", "following_url": "https://api.github.com/users/stefanopassador/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": "bfe5bf", "default": false, "description": "read_excel, to_excel", ...
open
false
null
[]
{ "closed_at": null, "closed_issues": 786, "created_at": "2015-01-13T10:53:19Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/jreback/followers", ...
24
2019-08-06T09:06:37Z
2021-09-23T09:05:13Z
null
NONE
null
#### Code Sample ```python data = [[1, 2, 3, 4, 5, 6], [7, 8, 9, 10, 11, 12]] multi_index = pd.MultiIndex.from_product([['a', 'b'], ['one', 'two', 'three']]) df = pd.DataFrame(data, columns=multi_index, index=[1, 2]) df.to_excel('test_files/test.xlsx') ``` #### Problem description When exporting an xlsx f...
{ "+1": 7, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 7, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/27772/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/27772/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/27773
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/27773/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/27773/comments
https://api.github.com/repos/pandas-dev/pandas/issues/27773/events
https://github.com/pandas-dev/pandas/pull/27773
477,299,064
MDExOlB1bGxSZXF1ZXN0MzA0NjUwNTcx
27,773
BUG: _can_use_numexpr fails when passed large Series
{ "avatar_url": "https://avatars.githubusercontent.com/u/1828155?v=4", "events_url": "https://api.github.com/users/ccharlesgb/events{/privacy}", "followers_url": "https://api.github.com/users/ccharlesgb/followers", "following_url": "https://api.github.com/users/ccharlesgb/following{/other_user}", "gists_url":...
[ { "color": "e11d21", "default": false, "description": "Functionality that used to work in a prior pandas version", "id": 32815646, "name": "Regression", "node_id": "MDU6TGFiZWwzMjgxNTY0Ng==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Regression" }, { "color": ...
closed
false
null
[]
{ "closed_at": "2019-08-22T19:23:14Z", "closed_issues": 145, "created_at": "2019-06-30T19:32:22Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/1020496?v=4", "events_url": "https://api.github.com/users/jorisvandenbossche/events{/privacy}", "followers_url": "https://api.github....
9
2019-08-06T10:27:57Z
2019-08-19T17:20:29Z
2019-08-19T17:20:24Z
CONTRIBUTOR
null
This fixes a regression introduced in #27145 where _can_use_numexpr would fail if passed a Series and not a DataFrame. I decided not to use run_arithmetic in the test_suite because there is a separate issue when running floordiv that is out of the scope of the fix. I will open a separate issue in improving the test cov...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/27773/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/27773/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/27773.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/27773", "merged_at": "2019-08-19T17:20:24Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/27773.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/27773" }
https://api.github.com/repos/pandas-dev/pandas/issues/27774
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/27774/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/27774/comments
https://api.github.com/repos/pandas-dev/pandas/issues/27774/events
https://github.com/pandas-dev/pandas/pull/27774
477,300,600
MDExOlB1bGxSZXF1ZXN0MzA0NjUxODQ5
27,774
DEPR: Removed the previously deprecated ExtensionArray._formatting_values
{ "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": "5319e7", "default": false, "description": "Functionality to remove in pandas", "id": 87485152, "name": "Deprecate", "node_id": "MDU6TGFiZWw4NzQ4NTE1Mg==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Deprecate" }, { "color": "6138b5", "default": f...
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-08-06T10:31:33Z
2019-08-08T14:20:03Z
2019-08-07T06:23:26Z
MEMBER
null
and revert #17143, see https://github.com/pandas-dev/pandas/pull/17143#issuecomment-505080265
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/27774/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/27774/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/27774.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/27774", "merged_at": "2019-08-07T06:23:26Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/27774.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/27774" }
https://api.github.com/repos/pandas-dev/pandas/issues/27775
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/27775/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/27775/comments
https://api.github.com/repos/pandas-dev/pandas/issues/27775/events
https://github.com/pandas-dev/pandas/issues/27775
477,311,530
MDU6SXNzdWU0NzczMTE1MzA=
27,775
IndexError: tuple index out of range after upgrade to 0.25
{ "avatar_url": "https://avatars.githubusercontent.com/u/12762442?v=4", "events_url": "https://api.github.com/users/Foadsf/events{/privacy}", "followers_url": "https://api.github.com/users/Foadsf/followers", "following_url": "https://api.github.com/users/Foadsf/following{/other_user}", "gists_url": "https://a...
[ { "color": "e11d21", "default": false, "description": "Functionality that used to work in a prior pandas version", "id": 32815646, "name": "Regression", "node_id": "MDU6TGFiZWwzMjgxNTY0Ng==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Regression" }, { "color": ...
closed
false
null
[]
{ "closed_at": "2019-08-22T19:23:14Z", "closed_issues": 145, "created_at": "2019-06-30T19:32:22Z", "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....
13
2019-08-06T10:56:09Z
2019-08-09T07:36:58Z
2019-08-09T07:36:58Z
NONE
null
Root cause (in both cases using `df = pd.DataFrame({'a': [1, 2, 3]})`): ``` In [71]: pd.__version__ Out[71]: '0.25.0' In [73]: df.index[:, None] Out[73]: Int64Index([0, 1, 2], dtype='int64') In [74]: df.index[:, None].shape Out[74]: (3,) ``` vs ``` In [10]: pd.__version__ Out[10]: '0.24.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/27775/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/27775/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/27776
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/27776/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/27776/comments
https://api.github.com/repos/pandas-dev/pandas/issues/27776/events
https://github.com/pandas-dev/pandas/issues/27776
477,344,917
MDU6SXNzdWU0NzczNDQ5MTc=
27,776
Multilevel Column Index Assignment Doesn't Work
{ "avatar_url": "https://avatars.githubusercontent.com/u/27946571?v=4", "events_url": "https://api.github.com/users/flyjuice/events{/privacy}", "followers_url": "https://api.github.com/users/flyjuice/followers", "following_url": "https://api.github.com/users/flyjuice/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": "0b02e1", "default": false, "description": "Related to indexing on s...
open
false
null
[]
null
1
2019-08-06T12:14:21Z
2019-11-02T22:00:20Z
null
NONE
null
```python import pandas as pd pd.set_option('display.max_columns', None) idx = pd.IndexSlice df = pd.DataFrame(index=pd.Index([pd.Timestamp('20080101 23:00'), pd.Timestamp('20080101 23:01')]), columns = pd.MultiIndex.from_product([[1,2],['A','B']])) print(df) df.loc[:,idx[:,'A']]=0 print(df) df.loc[:,i...
{ "+1": 2, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 2, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/27776/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/27776/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/27777
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/27777/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/27777/comments
https://api.github.com/repos/pandas-dev/pandas/issues/27777/events
https://github.com/pandas-dev/pandas/pull/27777
477,360,445
MDExOlB1bGxSZXF1ZXN0MzA0Njk5ODM5
27,777
Avoid calling S3File.s3
{ "avatar_url": "https://avatars.githubusercontent.com/u/6295246?v=4", "events_url": "https://api.github.com/users/CJStadler/events{/privacy}", "followers_url": "https://api.github.com/users/CJStadler/followers", "following_url": "https://api.github.com/users/CJStadler/following{/other_user}", "gists_url": "h...
[ { "color": "06909A", "default": false, "description": "IO issues that don't fit into a more specific label", "id": 2301354, "name": "IO Data", "node_id": "MDU6TGFiZWwyMzAxMzU0", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/IO%20Data" }, { "color": "5319e7", "...
closed
false
null
[]
{ "closed_at": "2019-08-22T19:23:14Z", "closed_issues": 145, "created_at": "2019-06-30T19:32:22Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/1020496?v=4", "events_url": "https://api.github.com/users/jorisvandenbossche/events{/privacy}", "followers_url": "https://api.github....
9
2019-08-06T12:48:03Z
2019-08-12T19:10:55Z
2019-08-12T19:10:50Z
CONTRIBUTOR
null
When reading from S3 using fastparquet. This attribute was removed in s3fs 0.3.0. This change avoids accessing it by using a new method `get_file_and_filesystem` which returns the filesystem in addition to the file. - [x] closes #27756 - [ ] tests added / passed - [x] passes `black pandas` - [x] passes `git di...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/27777/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/27777/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/27777.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/27777", "merged_at": "2019-08-12T19:10:50Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/27777.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/27777" }
https://api.github.com/repos/pandas-dev/pandas/issues/27778
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/27778/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/27778/comments
https://api.github.com/repos/pandas-dev/pandas/issues/27778/events
https://github.com/pandas-dev/pandas/issues/27778
477,362,313
MDU6SXNzdWU0NzczNjIzMTM=
27,778
ENH: allow new column names argument in DataFrame arithmetic ops
{ "avatar_url": "https://avatars.githubusercontent.com/u/9269816?v=4", "events_url": "https://api.github.com/users/charlesdong1991/events{/privacy}", "followers_url": "https://api.github.com/users/charlesdong1991/followers", "following_url": "https://api.github.com/users/charlesdong1991/following{/other_user}",...
[ { "color": "207de5", "default": false, "description": "Requires discussion from core team before further action", "id": 219960758, "name": "Needs Discussion", "node_id": "MDU6TGFiZWwyMTk5NjA3NTg=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Needs%20Discussion" } ]
closed
false
null
[]
null
3
2019-08-06T12:51:50Z
2019-08-09T18:32:22Z
2019-08-09T18:32:21Z
MEMBER
null
Right now, for arithmetic operations like `add`, `div`, `pow` etc, the default is to rewrite input columns with new values (which are processed by those arithmetic operations), e.g. ```python df = pd.DataFrame({'a': [1, 2, 3], 'b': [4, 5, 6]}) df.div(10) ``` And this will return something like ``` | a | b | |...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/27778/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/27778/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/27779
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/27779/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/27779/comments
https://api.github.com/repos/pandas-dev/pandas/issues/27779/events
https://github.com/pandas-dev/pandas/issues/27779
477,400,086
MDU6SXNzdWU0Nzc0MDAwODY=
27,779
Give more precise warning when passing `header=-1` in `pandas.read_csv`, or don't throw error
{ "avatar_url": "https://avatars.githubusercontent.com/u/33491632?v=4", "events_url": "https://api.github.com/users/MarcoGorelli/events{/privacy}", "followers_url": "https://api.github.com/users/MarcoGorelli/followers", "following_url": "https://api.github.com/users/MarcoGorelli/following{/other_user}", "gist...
[ { "color": "ffa0ff", "default": false, "description": "Incorrect or improved errors from pandas", "id": 42670965, "name": "Error Reporting", "node_id": "MDU6TGFiZWw0MjY3MDk2NQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Error%20Reporting" }, { "color": "5319...
closed
false
null
[]
{ "closed_at": "2019-08-22T19:23:14Z", "closed_issues": 145, "created_at": "2019-06-30T19:32:22Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/1020496?v=4", "events_url": "https://api.github.com/users/jorisvandenbossche/events{/privacy}", "followers_url": "https://api.github....
3
2019-08-06T14:02:00Z
2019-08-15T20:27:18Z
2019-08-15T20:27:18Z
MEMBER
null
#### Code Sample, a copy-pastable example if possible ```python from io import StringIO import pandas as pd print(f"Using pandas version {pd.__version__}") pd.read_csv(StringIO('spam'), header=-1) ``` > Using pandas version 0.25.0 > >------------------------------------------------------------------------...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/27779/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/27779/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/27780
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/27780/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/27780/comments
https://api.github.com/repos/pandas-dev/pandas/issues/27780/events
https://github.com/pandas-dev/pandas/pull/27780
477,413,932
MDExOlB1bGxSZXF1ZXN0MzA0NzQzNjE2
27,780
DOC: Add CoC to the README
{ "avatar_url": "https://avatars.githubusercontent.com/u/28490392?v=4", "events_url": "https://api.github.com/users/sparalic/events{/privacy}", "followers_url": "https://api.github.com/users/sparalic/followers", "following_url": "https://api.github.com/users/sparalic/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...
4
2019-08-06T14:26:35Z
2019-08-10T07:52:36Z
2019-08-10T04:17:14Z
CONTRIBUTOR
null
- [ ] closes # xxx - [ ] 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/27780/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/27780/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/27780.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/27780", "merged_at": null, "patch_url": "https://github.com/pandas-dev/pandas/pull/27780.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/27780" }
https://api.github.com/repos/pandas-dev/pandas/issues/27781
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/27781/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/27781/comments
https://api.github.com/repos/pandas-dev/pandas/issues/27781/events
https://github.com/pandas-dev/pandas/issues/27781
477,433,734
MDU6SXNzdWU0Nzc0MzM3MzQ=
27,781
Filtering dataframe with sparse column leads to NAs in sparse column
{ "avatar_url": "https://avatars.githubusercontent.com/u/18263836?v=4", "events_url": "https://api.github.com/users/stelsemeyer/events{/privacy}", "followers_url": "https://api.github.com/users/stelsemeyer/followers", "following_url": "https://api.github.com/users/stelsemeyer/following{/other_user}", "gists_u...
[ { "color": "e11d21", "default": false, "description": "Functionality that used to work in a prior pandas version", "id": 32815646, "name": "Regression", "node_id": "MDU6TGFiZWwzMjgxNTY0Ng==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Regression" }, { "color": ...
open
false
null
[]
{ "closed_at": null, "closed_issues": 786, "created_at": "2015-01-13T10:53:19Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/jreback/followers", ...
17
2019-08-06T15:00:41Z
2021-07-10T19:27:45Z
null
NONE
null
#### Code Sample, a copy-pastable example if possible ```python import pandas as pd df1 = pd.DataFrame({"A": pd.SparseArray([0, 0, 0]), 'B': [1,2,3]}) # df1_filtered will have NAs in column A df1_filtered = df1.loc[df1['B'] != 2] df2 = pd.DataFrame({"A": pd.SparseArray([0, 1, 0]), 'B': [1,2,3]}) # df2_filt...
{ "+1": 2, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 2, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/27781/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/27781/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/27782
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/27782/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/27782/comments
https://api.github.com/repos/pandas-dev/pandas/issues/27782/events
https://github.com/pandas-dev/pandas/pull/27782
477,454,884
MDExOlB1bGxSZXF1ZXN0MzA0Nzc2OTcz
27,782
Backport PR #27767 on branch 0.25.x (BUG: Fix windowing over read-only arrays)
{ "avatar_url": "https://avatars.githubusercontent.com/u/39504233?v=4", "events_url": "https://api.github.com/users/meeseeksmachine/events{/privacy}", "followers_url": "https://api.github.com/users/meeseeksmachine/followers", "following_url": "https://api.github.com/users/meeseeksmachine/following{/other_user}"...
[ { "color": "d4c5f9", "default": false, "description": "rolling, ewma, expanding", "id": 1045950827, "name": "Window", "node_id": "MDU6TGFiZWwxMDQ1OTUwODI3", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Window" } ]
closed
false
null
[]
{ "closed_at": "2019-08-22T19:23:14Z", "closed_issues": 145, "created_at": "2019-06-30T19:32:22Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/1020496?v=4", "events_url": "https://api.github.com/users/jorisvandenbossche/events{/privacy}", "followers_url": "https://api.github....
0
2019-08-06T15:39:47Z
2019-08-06T20:52:56Z
2019-08-06T20:52:55Z
NONE
null
Backport PR #27767: BUG: Fix windowing over read-only arrays
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/27782/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/27782/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/27782.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/27782", "merged_at": "2019-08-06T20:52:55Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/27782.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/27782" }
https://api.github.com/repos/pandas-dev/pandas/issues/27783
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/27783/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/27783/comments
https://api.github.com/repos/pandas-dev/pandas/issues/27783/events
https://github.com/pandas-dev/pandas/pull/27783
477,457,911
MDExOlB1bGxSZXF1ZXN0MzA0Nzc5NDA4
27,783
Backport PR #27663 on branch 0.25.x (BUG: pd.crosstab not working when margin and normalize are set together)
{ "avatar_url": "https://avatars.githubusercontent.com/u/39504233?v=4", "events_url": "https://api.github.com/users/meeseeksmachine/events{/privacy}", "followers_url": "https://api.github.com/users/meeseeksmachine/followers", "following_url": "https://api.github.com/users/meeseeksmachine/following{/other_user}"...
[ { "color": "02d7e1", "default": false, "description": "Concat, Merge/Join, Stack/Unstack, Explode", "id": 13098779, "name": "Reshaping", "node_id": "MDU6TGFiZWwxMzA5ODc3OQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Reshaping" } ]
closed
false
null
[]
{ "closed_at": "2019-08-22T19:23:14Z", "closed_issues": 145, "created_at": "2019-06-30T19:32:22Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/1020496?v=4", "events_url": "https://api.github.com/users/jorisvandenbossche/events{/privacy}", "followers_url": "https://api.github....
0
2019-08-06T15:45:42Z
2019-08-07T03:51:51Z
2019-08-07T03:51:51Z
NONE
null
Backport PR #27663: BUG: pd.crosstab not working when margin and normalize are set together
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/27783/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/27783/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/27783.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/27783", "merged_at": "2019-08-07T03:51:51Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/27783.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/27783" }
https://api.github.com/repos/pandas-dev/pandas/issues/27784
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/27784/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/27784/comments
https://api.github.com/repos/pandas-dev/pandas/issues/27784/events
https://github.com/pandas-dev/pandas/pull/27784
477,509,727
MDExOlB1bGxSZXF1ZXN0MzA0ODIxMTc0
27,784
ENH: allow object-dtype Index to do arithmetic ops
{ "avatar_url": "https://avatars.githubusercontent.com/u/8078968?v=4", "events_url": "https://api.github.com/users/jbrockmendel/events{/privacy}", "followers_url": "https://api.github.com/users/jbrockmendel/followers", "following_url": "https://api.github.com/users/jbrockmendel/following{/other_user}", "gists...
[ { "color": "4E9A06", "default": false, "description": null, "id": 76812, "name": "Enhancement", "node_id": "MDU6TGFiZWw3NjgxMg==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Enhancement" }, { "color": "eb6420", "default": false, "description": "Non-arit...
closed
false
null
[]
null
3
2019-08-06T17:41:09Z
2019-08-14T15:11:00Z
2019-08-13T00:08:40Z
MEMBER
null
Implement ops in the base Index class to work the same as Series versions.
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/27784/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/27784/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/27784.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/27784", "merged_at": null, "patch_url": "https://github.com/pandas-dev/pandas/pull/27784.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/27784" }
https://api.github.com/repos/pandas-dev/pandas/issues/27785
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/27785/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/27785/comments
https://api.github.com/repos/pandas-dev/pandas/issues/27785/events
https://github.com/pandas-dev/pandas/issues/27785
477,534,267
MDU6SXNzdWU0Nzc1MzQyNjc=
27,785
BUG: NonConsolidatebleBlock with ndim 1 'take_nd' with len 1 gives wrong ndim
{ "avatar_url": "https://avatars.githubusercontent.com/u/1020496?v=4", "events_url": "https://api.github.com/users/jorisvandenbossche/events{/privacy}", "followers_url": "https://api.github.com/users/jorisvandenbossche/followers", "following_url": "https://api.github.com/users/jorisvandenbossche/following{/othe...
[ { "color": "e10c02", "default": false, "description": null, "id": 76811, "name": "Bug", "node_id": "MDU6TGFiZWw3NjgxMQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug" }, { "color": "fbca04", "default": false, "description": "Related to non-user acce...
closed
false
null
[]
{ "closed_at": "2019-08-22T19:23:14Z", "closed_issues": 145, "created_at": "2019-06-30T19:32:22Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/1020496?v=4", "events_url": "https://api.github.com/users/jorisvandenbossche/events{/privacy}", "followers_url": "https://api.github....
2
2019-08-06T18:38:31Z
2019-08-07T17:51:34Z
2019-08-07T17:51:33Z
MEMBER
null
When doing an indexing operation on an EA column that results in a single row, the resulting SingleBlockManager / Block has an inconsistent internal state: ``` In [62]: df = pd.DataFrame({'a': pd.Series([1, 2, 3], dtype='Int64'), 'b': [1, 2, 3]}) ...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/27785/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/27785/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/27786
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/27786/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/27786/comments
https://api.github.com/repos/pandas-dev/pandas/issues/27786/events
https://github.com/pandas-dev/pandas/pull/27786
477,541,972
MDExOlB1bGxSZXF1ZXN0MzA0ODQ3MTE5
27,786
BUG: fix construction of NonConsolidatableBlock with inconsistent ndim
{ "avatar_url": "https://avatars.githubusercontent.com/u/1020496?v=4", "events_url": "https://api.github.com/users/jorisvandenbossche/events{/privacy}", "followers_url": "https://api.github.com/users/jorisvandenbossche/followers", "following_url": "https://api.github.com/users/jorisvandenbossche/following{/othe...
[ { "color": "e10c02", "default": false, "description": null, "id": 76811, "name": "Bug", "node_id": "MDU6TGFiZWw3NjgxMQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug" }, { "color": "6138b5", "default": false, "description": "Extending pandas with cu...
closed
false
null
[]
{ "closed_at": "2019-08-22T19:23:14Z", "closed_issues": 145, "created_at": "2019-06-30T19:32:22Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/1020496?v=4", "events_url": "https://api.github.com/users/jorisvandenbossche/events{/privacy}", "followers_url": "https://api.github....
5
2019-08-06T18:56:26Z
2019-08-07T17:50:41Z
2019-08-07T13:25:37Z
MEMBER
null
- [x] closes #27785 - [ ] 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/27786/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/27786/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/27786.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/27786", "merged_at": "2019-08-07T13:25:37Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/27786.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/27786" }
https://api.github.com/repos/pandas-dev/pandas/issues/27787
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/27787/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/27787/comments
https://api.github.com/repos/pandas-dev/pandas/issues/27787/events
https://github.com/pandas-dev/pandas/pull/27787
477,553,370
MDExOlB1bGxSZXF1ZXN0MzA0ODU2NDQ2
27,787
Fix miniconda path issue #26962
{ "avatar_url": "https://avatars.githubusercontent.com/u/10116000?v=4", "events_url": "https://api.github.com/users/bhavaniravi/events{/privacy}", "followers_url": "https://api.github.com/users/bhavaniravi/followers", "following_url": "https://api.github.com/users/bhavaniravi/following{/other_user}", "gists_u...
[ { "color": "a2bca7", "default": false, "description": "Continuous Integration", "id": 48070600, "name": "CI", "node_id": "MDU6TGFiZWw0ODA3MDYwMA==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/CI" }, { "color": "207de5", "default": false, "description": ...
closed
false
null
[]
null
2
2019-08-06T19:24:35Z
2019-12-23T16:13:05Z
2019-08-07T09:38:42Z
CONTRIBUTOR
null
- [x] closes #26962 - [ ] 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/27787/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/27787/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/27787.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/27787", "merged_at": "2019-08-07T09:38:42Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/27787.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/27787" }
https://api.github.com/repos/pandas-dev/pandas/issues/27788
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/27788/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/27788/comments
https://api.github.com/repos/pandas-dev/pandas/issues/27788/events
https://github.com/pandas-dev/pandas/pull/27788
477,569,511
MDExOlB1bGxSZXF1ZXN0MzA0ODY5NTQ5
27,788
TST: Add tests for groupby categorical values with axis=1
{ "avatar_url": "https://avatars.githubusercontent.com/u/9269816?v=4", "events_url": "https://api.github.com/users/charlesdong1991/events{/privacy}", "followers_url": "https://api.github.com/users/charlesdong1991/followers", "following_url": "https://api.github.com/users/charlesdong1991/following{/other_user}",...
[ { "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-08-06T20:05:29Z
2019-08-07T13:57:41Z
2019-08-07T13:57:34Z
MEMBER
null
This is xref https://github.com/pandas-dev/pandas/pull/27700#issuecomment-517703401 - [x] closes #13420 - [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/27788/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/27788/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/27788.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/27788", "merged_at": "2019-08-07T13:57:33Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/27788.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/27788" }
https://api.github.com/repos/pandas-dev/pandas/issues/27789
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/27789/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/27789/comments
https://api.github.com/repos/pandas-dev/pandas/issues/27789/events
https://github.com/pandas-dev/pandas/issues/27789
477,577,223
MDU6SXNzdWU0Nzc1NzcyMjM=
27,789
DOC: add print statement in to_latex example
{ "avatar_url": "https://avatars.githubusercontent.com/u/1020496?v=4", "events_url": "https://api.github.com/users/jorisvandenbossche/events{/privacy}", "followers_url": "https://api.github.com/users/jorisvandenbossche/followers", "following_url": "https://api.github.com/users/jorisvandenbossche/following{/othe...
[ { "color": "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...
0
2019-08-06T20:24:36Z
2019-08-08T11:43:18Z
2019-08-08T11:42:54Z
MEMBER
null
The docstring of `to_latext` shows a small example (https://pandas.pydata.org/pandas-docs/stable/reference/api/pandas.DataFrame.to_latex.html) as ``` >>> df = pd.DataFrame({'name': ['Raphael', 'Donatello'], ... 'mask': ['red', 'purple'], ... 'weapon': ['sai', 'bo staff']}) ...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/27789/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/27789/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/27790
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/27790/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/27790/comments
https://api.github.com/repos/pandas-dev/pandas/issues/27790/events
https://github.com/pandas-dev/pandas/pull/27790
477,583,249
MDExOlB1bGxSZXF1ZXN0MzA0ODgwOTg2
27,790
BUG: Increase range of dates for holiday calculations
{ "avatar_url": "https://avatars.githubusercontent.com/u/2153614?v=4", "events_url": "https://api.github.com/users/rhstanton/events{/privacy}", "followers_url": "https://api.github.com/users/rhstanton/followers", "following_url": "https://api.github.com/users/rhstanton/following{/other_user}", "gists_url": "h...
[ { "color": "e10c02", "default": false, "description": null, "id": 76811, "name": "Bug", "node_id": "MDU6TGFiZWw3NjgxMQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug" }, { "color": "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...
28
2019-08-06T20:39:12Z
2019-10-24T01:58:44Z
2019-10-24T00:04:13Z
CONTRIBUTOR
null
- [x] closes #27761 - [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/27790/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/27790/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/27790.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/27790", "merged_at": "2019-10-24T00:04:13Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/27790.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/27790" }
https://api.github.com/repos/pandas-dev/pandas/issues/27791
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/27791/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/27791/comments
https://api.github.com/repos/pandas-dev/pandas/issues/27791/events
https://github.com/pandas-dev/pandas/pull/27791
477,636,023
MDExOlB1bGxSZXF1ZXN0MzA0OTI0MzEz
27,791
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": "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-08-06T23:23:59Z
2019-08-08T13:33:19Z
2019-08-08T12:37:41Z
MEMBER
null
- make PTA/DTA strftime() return ndarray instead of Index - fix a xfailed Series[Period] test - avoid imports of Index subclass in arrays.categorical and arrays.datetimelike - some typing
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/27791/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/27791/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/27791.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/27791", "merged_at": "2019-08-08T12:37:41Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/27791.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/27791" }
https://api.github.com/repos/pandas-dev/pandas/issues/27792
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/27792/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/27792/comments
https://api.github.com/repos/pandas-dev/pandas/issues/27792/events
https://github.com/pandas-dev/pandas/pull/27792
477,673,896
MDExOlB1bGxSZXF1ZXN0MzA0OTUzNzgy
27,792
CLN: remove nested error handling
{ "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...
3
2019-08-07T02:24:52Z
2019-08-07T17:18:46Z
2019-08-07T16:54:43Z
MEMBER
null
The removed code is not covered in the test suite, so this makes for a nice little simplification. Moreover, since the condition above on 1369-1373 is an ugly one, de-nesting this function will give us a good shot and further simplifying this code. That said, this could be considered an API change, since now the "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/27792/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/27792/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/27792.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/27792", "merged_at": "2019-08-07T16:54:43Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/27792.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/27792" }
https://api.github.com/repos/pandas-dev/pandas/issues/27793
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/27793/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/27793/comments
https://api.github.com/repos/pandas-dev/pandas/issues/27793/events
https://github.com/pandas-dev/pandas/pull/27793
477,716,680
MDExOlB1bGxSZXF1ZXN0MzA0OTg2Njgy
27,793
DEPR: Remove previously deprecated IntervalIndex.from_intervals
{ "avatar_url": "https://avatars.githubusercontent.com/u/5332445?v=4", "events_url": "https://api.github.com/users/jschendel/events{/privacy}", "followers_url": "https://api.github.com/users/jschendel/followers", "following_url": "https://api.github.com/users/jschendel/following{/other_user}", "gists_url": "h...
[ { "color": "5319e7", "default": false, "description": "Functionality to remove in pandas", "id": 87485152, "name": "Deprecate", "node_id": "MDU6TGFiZWw4NzQ4NTE1Mg==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Deprecate" }, { "color": "009800", "default": f...
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-08-07T05:36:32Z
2019-08-07T14:35:51Z
2019-08-07T13:16:50Z
MEMBER
null
Didn't see any references to `IntervalIndex.from_intervals` in the docs. We deprecated this before `IntervalArray` was implemented, so no `from_intervals` to worry about there; `IntervalArray` file just has a "shared" docstring for `from_intervals` that isn't actually shared.
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/27793/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/27793/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/27793.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/27793", "merged_at": "2019-08-07T13:16:50Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/27793.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/27793" }
https://api.github.com/repos/pandas-dev/pandas/issues/27794
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/27794/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/27794/comments
https://api.github.com/repos/pandas-dev/pandas/issues/27794/events
https://github.com/pandas-dev/pandas/issues/27794
477,735,755
MDU6SXNzdWU0Nzc3MzU3NTU=
27,794
Min/max does not work for dates with timezones if there are missing values in the data frame
{ "avatar_url": "https://avatars.githubusercontent.com/u/4216919?v=4", "events_url": "https://api.github.com/users/joelrich/events{/privacy}", "followers_url": "https://api.github.com/users/joelrich/followers", "following_url": "https://api.github.com/users/joelrich/following{/other_user}", "gists_url": "http...
[ { "color": "e10c02", "default": false, "description": null, "id": 76811, "name": "Bug", "node_id": "MDU6TGFiZWw3NjgxMQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug" }, { "color": "5319e7", "default": false, "description": "Timezone data dtype", ...
open
false
null
[]
null
9
2019-08-07T06:41:53Z
2021-07-10T19:28:04Z
null
NONE
null
#### Code Sample, a copy-pastable example if possible ```python import pandas as pd df = pd.concat([ pd.date_range(start='1/1/2018', end='1/30/2018').to_series().dt.tz_localize("UTC"), pd.date_range(start='1/1/2018', end='1/20/2018').to_series().dt.tz_localize("UTC") ], axis=1) df.min(axis=1) ``` ###...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/27794/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/27794/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/27795
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/27795/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/27795/comments
https://api.github.com/repos/pandas-dev/pandas/issues/27795/events
https://github.com/pandas-dev/pandas/issues/27795
477,767,057
MDU6SXNzdWU0Nzc3NjcwNTc=
27,795
df.astype(dict) drops 'names' on a multiindex
{ "avatar_url": "https://avatars.githubusercontent.com/u/711638?v=4", "events_url": "https://api.github.com/users/tunnij/events{/privacy}", "followers_url": "https://api.github.com/users/tunnij/followers", "following_url": "https://api.github.com/users/tunnij/following{/other_user}", "gists_url": "https://api...
[ { "color": "009800", "default": false, "description": "Duplicate issue or pull request", "id": 40153326, "name": "Duplicate Report", "node_id": "MDU6TGFiZWw0MDE1MzMyNg==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Duplicate%20Report" } ]
closed
false
null
[]
{ "closed_at": null, "closed_issues": 2361, "created_at": "2015-02-26T19:29:05Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/1020496?v=4", "events_url": "https://api.github.com/users/jorisvandenbossche/events{/privacy}", "followers_url": "https://api.github.com/users/jorisva...
2
2019-08-07T07:58:57Z
2019-08-07T19:01:01Z
2019-08-07T19:00:39Z
NONE
null
#### Code Sample, a copy-pastable example if possible ```python import pandas as pd df = pd.DataFrame( data=[1., 2., 3.], columns=pd.MultiIndex.from_tuples( [('A', 'X')], names=['Top', 'Bottom'], ) ) df2 = df.astype({('A', 'X'): 'int'}) print(df.columns.names) print(df2.columns...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/27795/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/27795/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/27796
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/27796/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/27796/comments
https://api.github.com/repos/pandas-dev/pandas/issues/27796/events
https://github.com/pandas-dev/pandas/issues/27796
477,774,239
MDU6SXNzdWU0Nzc3NzQyMzk=
27,796
Missing spaces between lines and y-axis
{ "avatar_url": "https://avatars.githubusercontent.com/u/27836456?v=4", "events_url": "https://api.github.com/users/arthurire/events{/privacy}", "followers_url": "https://api.github.com/users/arthurire/followers", "following_url": "https://api.github.com/users/arthurire/following{/other_user}", "gists_url": "...
[]
closed
false
null
[]
null
1
2019-08-07T08:14:23Z
2019-08-08T16:23:06Z
2019-08-08T16:23:06Z
NONE
null
#### Code Sample, a copy-pastable example if possible ```python import pandas as pd import matplotlib.pyplot as plt plt.plot([1,2],[2,4]) pd.DataFrame([2,4],index=[1,2]).plot() ``` ![image](https://user-images.githubusercontent.com/27836456/62605822-750d8d00-b92d-11e9-97ab-964bb09512f7.png) ![image](https://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/27796/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/27796/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/27797
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/27797/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/27797/comments
https://api.github.com/repos/pandas-dev/pandas/issues/27797/events
https://github.com/pandas-dev/pandas/issues/27797
477,782,632
MDU6SXNzdWU0Nzc3ODI2MzI=
27,797
groupby().ffill() column disappeared in pandas==0.25.0
{ "avatar_url": "https://avatars.githubusercontent.com/u/5236149?v=4", "events_url": "https://api.github.com/users/fujiaxiang/events{/privacy}", "followers_url": "https://api.github.com/users/fujiaxiang/followers", "following_url": "https://api.github.com/users/fujiaxiang/following{/other_user}", "gists_url":...
[]
closed
false
null
[]
null
2
2019-08-07T08:31:02Z
2019-08-07T10:21:46Z
2019-08-07T10:14:49Z
MEMBER
null
#### Code Sample ```python import pandas as pd df = pd.DataFrame([[1, 1], [2, 2], [1, None], [2, None]], columns=['a', 'b']) df.groupby('a').ffill() ``` #### Problem description Dataframe df itself: ``` a b 0 1 1.0 1 2 2.0 2 1 NaN 3 2 NaN ``` Output of ```df.groupby('a').ffill()``` in 0...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/27797/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/27797/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/27798
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/27798/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/27798/comments
https://api.github.com/repos/pandas-dev/pandas/issues/27798/events
https://github.com/pandas-dev/pandas/pull/27798
477,831,458
MDExOlB1bGxSZXF1ZXN0MzA1MDc1MzAw
27,798
DOC: add print statement in to_latex example
{ "avatar_url": "https://avatars.githubusercontent.com/u/43701530?v=4", "events_url": "https://api.github.com/users/sameshl/events{/privacy}", "followers_url": "https://api.github.com/users/sameshl/followers", "following_url": "https://api.github.com/users/sameshl/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": "006b75", "default": false, "description": "to_latex", "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...
4
2019-08-07T10:05:05Z
2019-08-08T11:43:06Z
2019-08-08T11:42:55Z
CONTRIBUTOR
null
changed `df.to_latex` to `print(df.to_latex)` closes #27789
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/27798/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/27798/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/27798.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/27798", "merged_at": "2019-08-08T11:42:54Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/27798.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/27798" }
https://api.github.com/repos/pandas-dev/pandas/issues/27799
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/27799/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/27799/comments
https://api.github.com/repos/pandas-dev/pandas/issues/27799/events
https://github.com/pandas-dev/pandas/issues/27799
477,834,340
MDU6SXNzdWU0Nzc4MzQzNDA=
27,799
BUG: pivot_table fails with aggfunc='size' and margins=True
{ "avatar_url": "https://avatars.githubusercontent.com/u/2961313?v=4", "events_url": "https://api.github.com/users/kpflugshaupt/events{/privacy}", "followers_url": "https://api.github.com/users/kpflugshaupt/followers", "following_url": "https://api.github.com/users/kpflugshaupt/following{/other_user}", "gists...
[ { "color": "e10c02", "default": false, "description": null, "id": 76811, "name": "Bug", "node_id": "MDU6TGFiZWw3NjgxMQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug" }, { "color": "02d7e1", "default": false, "description": "Concat, Merge/Join, Stac...
open
false
null
[]
null
0
2019-08-07T10:10:49Z
2021-07-10T19:29:18Z
null
CONTRIBUTOR
null
#### Code Sample: Calculating a simple cross table ```python import pandas as pd # prepare DataFrame df = pd.DataFrame({ 'nr': [1,2,3,4,5,6,7,8], 'nr2': [1,2,3,4,5,6,7,8], 'cl':list('aabbcccc') }) df['cl_cat'] = df.cl.astype('category') ``` This works: ```python df.pivot_table(index='nr',...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/27799/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/27799/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/27800
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/27800/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/27800/comments
https://api.github.com/repos/pandas-dev/pandas/issues/27800/events
https://github.com/pandas-dev/pandas/issues/27800
477,921,074
MDU6SXNzdWU0Nzc5MjEwNzQ=
27,800
BUG: aggregation on ordered categorical column drops grouping index or crashes, depending on context
{ "avatar_url": "https://avatars.githubusercontent.com/u/2961313?v=4", "events_url": "https://api.github.com/users/kpflugshaupt/events{/privacy}", "followers_url": "https://api.github.com/users/kpflugshaupt/followers", "following_url": "https://api.github.com/users/kpflugshaupt/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": "e11d21", "default": false, "description": "Categorical Dat...
closed
false
null
[]
{ "closed_at": "2020-12-26T13:57:50Z", "closed_issues": 1768, "created_at": "2020-05-29T23:47:32Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/j...
14
2019-08-07T13:13:15Z
2020-08-21T22:34:52Z
2020-08-21T22:34:52Z
CONTRIBUTOR
null
### Code Sample Build the model data frame: ```python df = pd.DataFrame({ 'nr': [1,2,3,4,5,6,7,8], 'cat_ord': list('aabbccdd'), 'cat':list('aaaabbbb') }) df = df.astype({'cat': 'category', 'cat_ord': 'category'}) df['cat_ord'] = df['cat_ord'].cat.as_ordered() ``` When grouping, single aggregati...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/27800/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/27800/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/27801
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/27801/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/27801/comments
https://api.github.com/repos/pandas-dev/pandas/issues/27801/events
https://github.com/pandas-dev/pandas/pull/27801
477,974,243
MDExOlB1bGxSZXF1ZXN0MzA1MTg1NTM3
27,801
ENH: Add argmax and argmin to ExtensionArray
{ "avatar_url": "https://avatars.githubusercontent.com/u/14367887?v=4", "events_url": "https://api.github.com/users/makbigc/events{/privacy}", "followers_url": "https://api.github.com/users/makbigc/followers", "following_url": "https://api.github.com/users/makbigc/following{/other_user}", "gists_url": "https:...
[ { "color": "6138b5", "default": false, "description": "Extending pandas with custom dtypes or arrays.", "id": 849023693, "name": "ExtensionArray", "node_id": "MDU6TGFiZWw4NDkwMjM2OTM=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/ExtensionArray" } ]
closed
false
null
[]
{ "closed_at": "2020-07-28T18:13:47Z", "closed_issues": 2378, "created_at": "2019-12-02T12:52:48Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/j...
40
2019-08-07T14:45:47Z
2020-07-08T14:47:45Z
2020-07-08T14:38:16Z
CONTRIBUTOR
null
- closes #24382 - tests added - passes `black pandas` - passes `git diff upstream/master -u -- "*.py" | flake8 --diff` - whatsnew entry The methods added in this PR ignore `nan` ,i.e., `skipna=True`. The existing `categorical.min` return `nan` if `categorical` contain any `nan`. This behavior is expected in...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/27801/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/27801/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/27801.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/27801", "merged_at": "2020-07-08T14:38:16Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/27801.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/27801" }
https://api.github.com/repos/pandas-dev/pandas/issues/27802
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/27802/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/27802/comments
https://api.github.com/repos/pandas-dev/pandas/issues/27802/events
https://github.com/pandas-dev/pandas/issues/27802
478,008,651
MDU6SXNzdWU0NzgwMDg2NTE=
27,802
DOC: Series.str.slice() should show that negative values for start are allowed
{ "avatar_url": "https://avatars.githubusercontent.com/u/15113894?v=4", "events_url": "https://api.github.com/users/Dr-Irv/events{/privacy}", "followers_url": "https://api.github.com/users/Dr-Irv/followers", "following_url": "https://api.github.com/users/Dr-Irv/following{/other_user}", "gists_url": "https://a...
[ { "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": null, "closed_issues": 786, "created_at": "2015-01-13T10:53:19Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/jreback/followers", ...
0
2019-08-07T15:48:41Z
2019-08-09T12:55:23Z
2019-08-09T12:55:23Z
CONTRIBUTOR
null
#### Code Sample, a copy-pastable example if possible ```python In [1]: import pandas as pd In [2]: pd.__version__ Out[2]: '0.25.0' In [3]: s = pd.Series(["A1", "BC2", "DEF3"]) In [4]: s Out[4]: 0 A1 1 BC2 2 DEF3 dtype: object In [5]: s.str.slice(start=-1) Out[5]: 0 1 1 2 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/27802/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/27802/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/27803
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/27803/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/27803/comments
https://api.github.com/repos/pandas-dev/pandas/issues/27803/events
https://github.com/pandas-dev/pandas/pull/27803
478,016,736
MDExOlB1bGxSZXF1ZXN0MzA1MjIwMjkz
27,803
REF: Simplify _comp_method_SERIES
{ "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-08-07T16:04:41Z
2019-08-09T15:39:54Z
2019-08-08T12:35:31Z
MEMBER
null
- Do raising checks earlier on, matching how this is done elsewhere (moving towards #23853) - Comment on line 1034 notes possibly-inconsistent behavior that we should either change or add an explanatory comment for. - Ditto line 1058 - Before long we'll be able to collapse all of the dispatch_to_extension_op 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/27803/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/27803/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/27803.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/27803", "merged_at": "2019-08-08T12:35:31Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/27803.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/27803" }
https://api.github.com/repos/pandas-dev/pandas/issues/27804
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/27804/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/27804/comments
https://api.github.com/repos/pandas-dev/pandas/issues/27804/events
https://github.com/pandas-dev/pandas/pull/27804
478,063,911
MDExOlB1bGxSZXF1ZXN0MzA1MjU4Mzkx
27,804
[WIP] Improve CI/CD pipeline performance
{ "avatar_url": "https://avatars.githubusercontent.com/u/10116000?v=4", "events_url": "https://api.github.com/users/bhavaniravi/events{/privacy}", "followers_url": "https://api.github.com/users/bhavaniravi/followers", "following_url": "https://api.github.com/users/bhavaniravi/following{/other_user}", "gists_u...
[ { "color": "a2bca7", "default": false, "description": "Continuous Integration", "id": 48070600, "name": "CI", "node_id": "MDU6TGFiZWw0ODA3MDYwMA==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/CI" } ]
closed
false
null
[]
null
6
2019-08-07T17:57:37Z
2019-10-22T01:48:03Z
2019-10-22T01:48:03Z
CONTRIBUTOR
null
- [X] closes #24028 - [ ] 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/27804/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/27804/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/27804.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/27804", "merged_at": null, "patch_url": "https://github.com/pandas-dev/pandas/pull/27804.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/27804" }
https://api.github.com/repos/pandas-dev/pandas/issues/27805
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/27805/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/27805/comments
https://api.github.com/repos/pandas-dev/pandas/issues/27805/events
https://github.com/pandas-dev/pandas/issues/27805
478,064,158
MDU6SXNzdWU0NzgwNjQxNTg=
27,805
DataFrame and Series iterators have many inconsistencies
{ "avatar_url": "https://avatars.githubusercontent.com/u/6099299?v=4", "events_url": "https://api.github.com/users/benthayer/events{/privacy}", "followers_url": "https://api.github.com/users/benthayer/followers", "following_url": "https://api.github.com/users/benthayer/following{/other_user}", "gists_url": "h...
[]
closed
false
null
[]
null
2
2019-08-07T17:58:13Z
2019-08-11T23:15:22Z
2019-08-11T23:15:22Z
CONTRIBUTOR
null
There seem to be many inconsistencies between the iterators of `Series` and `DataFrame`. I'll lay them out here. To address these, we'll probably need to open up several other issues. And before anyone reading this gets squeamish, **I'd like to offer my help in fixing these problems.** `Series.items()` and `DataFram...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/27805/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/27805/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/27806
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/27806/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/27806/comments
https://api.github.com/repos/pandas-dev/pandas/issues/27806/events
https://github.com/pandas-dev/pandas/pull/27806
478,065,871
MDExOlB1bGxSZXF1ZXN0MzA1MjYwMDAw
27,806
BUG: fix construction of NonConsolidatableBlock with inconsistent ndim (#27786)
{ "avatar_url": "https://avatars.githubusercontent.com/u/1020496?v=4", "events_url": "https://api.github.com/users/jorisvandenbossche/events{/privacy}", "followers_url": "https://api.github.com/users/jorisvandenbossche/followers", "following_url": "https://api.github.com/users/jorisvandenbossche/following{/othe...
[]
closed
false
null
[]
{ "closed_at": "2019-08-22T19:23:14Z", "closed_issues": 145, "created_at": "2019-06-30T19:32:22Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/1020496?v=4", "events_url": "https://api.github.com/users/jorisvandenbossche/events{/privacy}", "followers_url": "https://api.github....
1
2019-08-07T18:02:30Z
2019-08-07T21:08:37Z
2019-08-07T21:08:37Z
MEMBER
null
Manual backport of https://github.com/pandas-dev/pandas/pull/27786, meeseeksdev seemed to be inactive for a moment (PR was properly milestoned).
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/27806/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/27806/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/27806.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/27806", "merged_at": "2019-08-07T21:08:37Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/27806.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/27806" }
https://api.github.com/repos/pandas-dev/pandas/issues/27807
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/27807/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/27807/comments
https://api.github.com/repos/pandas-dev/pandas/issues/27807/events
https://github.com/pandas-dev/pandas/pull/27807
478,067,502
MDExOlB1bGxSZXF1ZXN0MzA1MjYxMzE2
27,807
BUG: fix+test op(NaT, ndarray), also simplify
{ "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" } ]
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-08-07T18:06:42Z
2019-08-15T14:19:41Z
2019-08-15T12:41:33Z
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/27807/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/27807/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/27807.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/27807", "merged_at": "2019-08-15T12:41:33Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/27807.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/27807" }
https://api.github.com/repos/pandas-dev/pandas/issues/27808
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/27808/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/27808/comments
https://api.github.com/repos/pandas-dev/pandas/issues/27808/events
https://github.com/pandas-dev/pandas/pull/27808
478,117,160
MDExOlB1bGxSZXF1ZXN0MzA1MzAxNzgx
27,808
VIS: Fix DataFrame.plot() produces incorrect legend markers when plotting multiple series on the same axis
{ "avatar_url": "https://avatars.githubusercontent.com/u/9269816?v=4", "events_url": "https://api.github.com/users/charlesdong1991/events{/privacy}", "followers_url": "https://api.github.com/users/charlesdong1991/followers", "following_url": "https://api.github.com/users/charlesdong1991/following{/other_user}",...
[ { "color": "8AE234", "default": false, "description": null, "id": 2413328, "name": "Visualization", "node_id": "MDU6TGFiZWwyNDEzMzI4", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Visualization" } ]
closed
false
null
[]
{ "closed_at": "2020-01-30T12:18:05Z", "closed_issues": 2207, "created_at": "2012-09-13T02:13:00Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4", "events_url": "https://api.github.com/users/wesm/events{/privacy}", "followers_url": "https://api.github.com/users/wesm...
10
2019-08-07T20:10:10Z
2021-01-31T10:02:37Z
2019-08-16T11:38:47Z
MEMBER
null
I found out that the reason this happens is because `subplots` is not updated accordingly when `plt.subplots()` is used and assign to `ax`, e.g. `fig, ax = plt.subplots(nrows=1, ncols=3)`. I tested my solution and things all get solved, and figure looks very correct like below: ![Screen Shot 2019-08-07 at 10 03 39 PM]...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/27808/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/27808/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/27808.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/27808", "merged_at": "2019-08-16T11:38:47Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/27808.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/27808" }
https://api.github.com/repos/pandas-dev/pandas/issues/27809
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/27809/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/27809/comments
https://api.github.com/repos/pandas-dev/pandas/issues/27809/events
https://github.com/pandas-dev/pandas/pull/27809
478,144,879
MDExOlB1bGxSZXF1ZXN0MzA1MzI0NTgz
27,809
CI: remove pytest pins
{ "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": "a2bca7", "default": false, "description": "Continuous Integration", "id": 48070600, "name": "CI", "node_id": "MDU6TGFiZWw0ODA3MDYwMA==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/CI" } ]
closed
false
null
[]
{ "closed_at": "2019-08-22T19:23:14Z", "closed_issues": 145, "created_at": "2019-06-30T19:32:22Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/1020496?v=4", "events_url": "https://api.github.com/users/jorisvandenbossche/events{/privacy}", "followers_url": "https://api.github....
2
2019-08-07T21:20:42Z
2019-08-08T16:22:48Z
2019-08-08T11:00:23Z
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/27809/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/27809/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/27809.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/27809", "merged_at": "2019-08-08T11:00:23Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/27809.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/27809" }
https://api.github.com/repos/pandas-dev/pandas/issues/27810
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/27810/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/27810/comments
https://api.github.com/repos/pandas-dev/pandas/issues/27810/events
https://github.com/pandas-dev/pandas/pull/27810
478,149,602
MDExOlB1bGxSZXF1ZXN0MzA1MzI4NTM1
27,810
TST: skip test if running non-installed
{ "avatar_url": "https://avatars.githubusercontent.com/u/8078968?v=4", "events_url": "https://api.github.com/users/jbrockmendel/events{/privacy}", "followers_url": "https://api.github.com/users/jbrockmendel/followers", "following_url": "https://api.github.com/users/jbrockmendel/following{/other_user}", "gists...
[ { "color": "C4A000", "default": false, "description": "pandas testing functions or related to the test suite", "id": 127685, "name": "Testing", "node_id": "MDU6TGFiZWwxMjc2ODU=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Testing" }, { "color": "8AE234", "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-08-07T21:33:24Z
2019-08-13T13:57:29Z
2019-08-13T12:06:27Z
MEMBER
null
If running the tests without the branch installed, this test fails. Skip it instead.
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/27810/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/27810/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/27810.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/27810", "merged_at": "2019-08-13T12:06:27Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/27810.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/27810" }
https://api.github.com/repos/pandas-dev/pandas/issues/27811
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/27811/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/27811/comments
https://api.github.com/repos/pandas-dev/pandas/issues/27811/events
https://github.com/pandas-dev/pandas/pull/27811
478,166,295
MDExOlB1bGxSZXF1ZXN0MzA1MzQyNDIz
27,811
REF: separate method-pinning functions
{ "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-08-07T22:26:00Z
2019-08-08T13:33:55Z
2019-08-08T12:33:12Z
MEMBER
null
These are the ones that are executed at import-time and then never needed again.
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/27811/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/27811/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/27811.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/27811", "merged_at": "2019-08-08T12:33:12Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/27811.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/27811" }
https://api.github.com/repos/pandas-dev/pandas/issues/27812
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/27812/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/27812/comments
https://api.github.com/repos/pandas-dev/pandas/issues/27812/events
https://github.com/pandas-dev/pandas/issues/27812
478,211,779
MDU6SXNzdWU0NzgyMTE3Nzk=
27,812
BUG:No xlabel for twinx axes in subploted figures
{ "avatar_url": "https://avatars.githubusercontent.com/u/53884734?v=4", "events_url": "https://api.github.com/users/daijpeng/events{/privacy}", "followers_url": "https://api.github.com/users/daijpeng/followers", "following_url": "https://api.github.com/users/daijpeng/following{/other_user}", "gists_url": "htt...
[ { "color": "e10c02", "default": false, "description": null, "id": 76811, "name": "Bug", "node_id": "MDU6TGFiZWw3NjgxMQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug" }, { "color": "8AE234", "default": false, "description": null, "id": 2413328, ...
open
false
null
[]
null
6
2019-08-08T01:53:22Z
2021-07-10T19:29:58Z
null
NONE
null
#### Code Sample ```python import numpy as np import pandas as pd import matplotlib.pyplot as plt import matplotlib as mpl df=pd.DataFrame() t1 = np.arange(1, 9.0, 1) df['TIME'] = t1 df['DAT1'] = t1 df['DAT2'] = np.arange(9, 1.0, -1) fig = plt.figure(constrained_layout=True) gs = mpl.gridspec.GridSp...
{ "+1": 2, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 2, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/27812/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/27812/timeline
null
null
null