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/22112
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/22112/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/22112/comments
https://api.github.com/repos/pandas-dev/pandas/issues/22112/events
https://github.com/pandas-dev/pandas/issues/22112
345,495,798
MDU6SXNzdWUzNDU0OTU3OTg=
22,112
[DEPR] remove `skipna` kwarg from `infer_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...
[]
closed
false
null
[]
null
2
2018-07-29T02:42:34Z
2018-07-29T03:35:41Z
2018-07-29T03:35:41Z
MEMBER
null
All non-test usages of `lib.infer_dtype` have `skipna=False` (or more specifically, they don't pass the kwarg). If we get rid of that option, a nontrivial chunk of inference.pyx can be simplified.
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/22112/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/22112/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/22113
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/22113/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/22113/comments
https://api.github.com/repos/pandas-dev/pandas/issues/22113/events
https://github.com/pandas-dev/pandas/pull/22113
345,540,410
MDExOlB1bGxSZXF1ZXN0MjA0NjQ4MDQw
22,113
BUG: Series construction sharing data with DTI
{ "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": "e10c02", "default": false, "description": null, "id": 76811, "name": "Bug", "node_id": "MDU6TGFiZWw3NjgxMQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug" } ]
closed
false
null
[]
null
5
2018-07-29T15:40:59Z
2018-12-04T17:57:12Z
2018-12-04T17:57:12Z
CONTRIBUTOR
null
add a type check for DatetimeIndex and then pass a deep copy to create a Series object closes #21907
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/22113/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/22113/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/22113.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/22113", "merged_at": null, "patch_url": "https://github.com/pandas-dev/pandas/pull/22113.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/22113" }
https://api.github.com/repos/pandas-dev/pandas/issues/22114
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/22114/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/22114/comments
https://api.github.com/repos/pandas-dev/pandas/issues/22114/events
https://github.com/pandas-dev/pandas/pull/22114
345,543,594
MDExOlB1bGxSZXF1ZXN0MjA0NjQ5OTYy
22,114
BUG: TimedeltaIndex.intersection
{ "avatar_url": "https://avatars.githubusercontent.com/u/3529086?v=4", "events_url": "https://api.github.com/users/kirkhansen/events{/privacy}", "followers_url": "https://api.github.com/users/kirkhansen/followers", "following_url": "https://api.github.com/users/kirkhansen/following{/other_user}", "gists_url":...
[ { "color": "e10c02", "default": false, "description": null, "id": 76811, "name": "Bug", "node_id": "MDU6TGFiZWw3NjgxMQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug" }, { "color": "02d7e1", "default": false, "description": "Concat, Merge/Join, Stac...
closed
false
null
[]
null
8
2018-07-29T16:25:38Z
2019-02-27T23:30:37Z
2019-02-27T23:30:36Z
CONTRIBUTOR
null
- [ ] closes #17391 - [ ] tests added / passed - [ ] passes `git diff upstream/master -u -- "*.py" | flake8 --diff` - [ ] whatsnew entry
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/22114/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/22114/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/22114.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/22114", "merged_at": null, "patch_url": "https://github.com/pandas-dev/pandas/pull/22114.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/22114" }
https://api.github.com/repos/pandas-dev/pandas/issues/22115
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/22115/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/22115/comments
https://api.github.com/repos/pandas-dev/pandas/issues/22115/events
https://github.com/pandas-dev/pandas/pull/22115
345,555,798
MDExOlB1bGxSZXF1ZXN0MjA0NjU3Mjg2
22,115
CLN: Unused varables pt2
{ "avatar_url": "https://avatars.githubusercontent.com/u/10647082?v=4", "events_url": "https://api.github.com/users/mroeschke/events{/privacy}", "followers_url": "https://api.github.com/users/mroeschke/followers", "following_url": "https://api.github.com/users/mroeschke/following{/other_user}", "gists_url": "...
[ { "color": "207de5", "default": false, "description": null, "id": 211029535, "name": "Clean", "node_id": "MDU6TGFiZWwyMTEwMjk1MzU=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Clean" } ]
closed
false
null
[]
{ "closed_at": "2019-01-26T00:51:26Z", "closed_issues": 2048, "created_at": "2018-03-29T12:00:12Z", "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
2018-07-29T19:24:41Z
2018-07-30T15:21:53Z
2018-07-30T10:11:49Z
MEMBER
null
- [x] passes `git diff upstream/master -u -- "*.py" | flake8 --diff` xref #21986 Remove more unused variables including ones that were marked in TODOs as unused.
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/22115/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/22115/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/22115.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/22115", "merged_at": "2018-07-30T10:11:49Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/22115.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/22115" }
https://api.github.com/repos/pandas-dev/pandas/issues/22116
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/22116/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/22116/comments
https://api.github.com/repos/pandas-dev/pandas/issues/22116/events
https://github.com/pandas-dev/pandas/issues/22116
345,559,255
MDU6SXNzdWUzNDU1NTkyNTU=
22,116
API: Have pd.pivot mirror pivot instead of pivot_simple
{ "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": "AD7FA8", "default": false, "description": null, "id": 35818298, "name": "API Design", "node_id": "MDU6TGFiZWwzNTgxODI5OA==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/API%20Design" }, { "color": "207de5", "default": false, "description": nu...
closed
false
null
[]
{ "closed_at": null, "closed_issues": 786, "created_at": "2015-01-13T10:53:19Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/jreback/followers", ...
6
2018-07-29T20:12:44Z
2019-06-20T18:46:53Z
2019-06-20T18:46:52Z
MEMBER
null
To pivot, there's currently: `pd.pivot_table / df.pivot_table` https://github.com/pandas-dev/pandas/blob/d30c4a0696d5fbdc3c7ce36a9b9b19224a557e09/pandas/core/reshape/pivot.py#L28 `df.pivot` https://github.com/pandas-dev/pandas/blob/d30c4a0696d5fbdc3c7ce36a9b9b19224a557e09/pandas/core/reshape/reshape.py#L386 ...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/22116/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/22116/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/22117
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/22117/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/22117/comments
https://api.github.com/repos/pandas-dev/pandas/issues/22117/events
https://github.com/pandas-dev/pandas/pull/22117
345,561,770
MDExOlB1bGxSZXF1ZXN0MjA0NjYwNzc3
22,117
CLN: Remove special handling of nans in the float64-case of isin
{ "avatar_url": "https://avatars.githubusercontent.com/u/17513912?v=4", "events_url": "https://api.github.com/users/realead/events{/privacy}", "followers_url": "https://api.github.com/users/realead/followers", "following_url": "https://api.github.com/users/realead/following{/other_user}", "gists_url": "https:...
[ { "color": "0b02e1", "default": false, "description": "Related to indexing on series/frames, not to indexes themselves", "id": 2822098, "name": "Indexing", "node_id": "MDU6TGFiZWwyODIyMDk4", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Indexing" }, { "color": "00...
closed
false
null
[]
{ "closed_at": "2019-01-26T00:51:26Z", "closed_issues": 2048, "created_at": "2018-03-29T12:00:12Z", "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...
10
2018-07-29T20:51:53Z
2018-08-11T19:45:22Z
2018-08-10T10:18:59Z
CONTRIBUTOR
null
It is no longer needed because the hash-table handles the nans correctly out of the box (see #21866) Not having to scan the values via isna(...).any() will improve the performance. - [x] tests added / passed - [x] passes `git diff upstream/master -u -- "*.py" | flake8 --diff` There are no changes visible f...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/22117/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/22117/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/22117.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/22117", "merged_at": "2018-08-10T10:18:59Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/22117.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/22117" }
https://api.github.com/repos/pandas-dev/pandas/issues/22118
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/22118/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/22118/comments
https://api.github.com/repos/pandas-dev/pandas/issues/22118/events
https://github.com/pandas-dev/pandas/pull/22118
345,561,988
MDExOlB1bGxSZXF1ZXN0MjA0NjYwOTEz
22,118
Centralize m8[ns] Arithmetic Tests
{ "avatar_url": "https://avatars.githubusercontent.com/u/8078968?v=4", "events_url": "https://api.github.com/users/jbrockmendel/events{/privacy}", "followers_url": "https://api.github.com/users/jbrockmendel/followers", "following_url": "https://api.github.com/users/jbrockmendel/following{/other_user}", "gists...
[ { "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": "AFEEEE", "d...
closed
false
null
[]
{ "closed_at": "2019-01-26T00:51:26Z", "closed_issues": 2048, "created_at": "2018-03-29T12:00:12Z", "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...
4
2018-07-29T20:55:14Z
2018-07-31T15:59:10Z
2018-07-31T12:23:42Z
MEMBER
null
There are a bunch still left in the TDI tests, but the diff is already pretty big as it is. A _ton_ of `DataFrame` tests are xfailed here. Most of these will be fixed by the follow-up to (#22068 + #22074). xfails are made strict so that we get alerted when they are fixed. Several existing xfails are removed sin...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/22118/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/22118/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/22118.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/22118", "merged_at": "2018-07-31T12:23:42Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/22118.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/22118" }
https://api.github.com/repos/pandas-dev/pandas/issues/22119
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/22119/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/22119/comments
https://api.github.com/repos/pandas-dev/pandas/issues/22119/events
https://github.com/pandas-dev/pandas/issues/22119
345,562,767
MDU6SXNzdWUzNDU1NjI3Njc=
22,119
pd.core.algorithms.isin() doesn't handle nan correctly if it is a Python-object
{ "avatar_url": "https://avatars.githubusercontent.com/u/17513912?v=4", "events_url": "https://api.github.com/users/realead/events{/privacy}", "followers_url": "https://api.github.com/users/realead/followers", "following_url": "https://api.github.com/users/realead/following{/other_user}", "gists_url": "https:...
[ { "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": "eb6420"...
closed
false
null
[]
{ "closed_at": "2019-01-26T00:51:26Z", "closed_issues": 2048, "created_at": "2018-03-29T12:00:12Z", "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...
11
2018-07-29T21:06:54Z
2018-08-10T14:14:38Z
2018-08-09T10:40:04Z
CONTRIBUTOR
null
#### Example ```python import numpy as np import pandas.core.algorithms as algos algos.isin([np.nan], [np.nan]) ``` #### Problem description results in ``` array([False], dtype=bool) ``` #### Expected Output However, I would expect the result to be ``` array([True], dtype=bool) ``` wh...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/22119/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/22119/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/22120
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/22120/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/22120/comments
https://api.github.com/repos/pandas-dev/pandas/issues/22120/events
https://github.com/pandas-dev/pandas/issues/22120
345,564,999
MDU6SXNzdWUzNDU1NjQ5OTk=
22,120
Transposing dataframe loses dtype and ExtensionArray
{ "avatar_url": "https://avatars.githubusercontent.com/u/13157776?v=4", "events_url": "https://api.github.com/users/andrewgsavage/events{/privacy}", "followers_url": "https://api.github.com/users/andrewgsavage/followers", "following_url": "https://api.github.com/users/andrewgsavage/following{/other_user}", "g...
[ { "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": null, "closed_issues": 786, "created_at": "2015-01-13T10:53:19Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/jreback/followers", ...
2
2018-07-29T21:40:56Z
2020-02-28T23:54:05Z
2020-02-28T23:54:05Z
NONE
null
#### Code Sample, a copy-pastable example if possible ```python from cyberpandas import IPArray import cyberpandas import pandas as pd df = pd.DataFrame({"address": IPArray(['192.168.1.1', '192.168.1.10']),"address1": IPArray(['192.168.1.1', '192.168.1.10'])}) print(df.info()) print(df.T.T.info()) <class 'p...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/22120/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/22120/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/22121
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/22121/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/22121/comments
https://api.github.com/repos/pandas-dev/pandas/issues/22121/events
https://github.com/pandas-dev/pandas/pull/22121
345,567,559
MDExOlB1bGxSZXF1ZXN0MjA0NjY0NDMw
22,121
DOC: Fix spaces and brackets in ValueError message for option_context.
{ "avatar_url": "https://avatars.githubusercontent.com/u/23403152?v=4", "events_url": "https://api.github.com/users/pvanmulbregt/events{/privacy}", "followers_url": "https://api.github.com/users/pvanmulbregt/followers", "following_url": "https://api.github.com/users/pvanmulbregt/following{/other_user}", "gist...
[ { "color": "3465A4", "default": false, "description": null, "id": 134699, "name": "Docs", "node_id": "MDU6TGFiZWwxMzQ2OTk=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Docs" } ]
closed
false
null
[]
{ "closed_at": "2019-01-26T00:51:26Z", "closed_issues": 2048, "created_at": "2018-03-29T12:00:12Z", "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...
6
2018-07-29T22:19:10Z
2018-07-30T10:06:36Z
2018-07-30T10:06:32Z
CONTRIBUTOR
null
Add a missing space and changed a parenthesis to a bracket in the message of the ValueError raised whenever the `args` in `option_context(*args)` don't meet requirements. 'Need to invoke asoption_context(pat, val, [(pat, val), ...)).' -> 'Need to invoke as option_context(pat, val, [(pat, val), ...]).' - [x] test...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/22121/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/22121/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/22121.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/22121", "merged_at": "2018-07-30T10:06:32Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/22121.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/22121" }
https://api.github.com/repos/pandas-dev/pandas/issues/22122
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/22122/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/22122/comments
https://api.github.com/repos/pandas-dev/pandas/issues/22122/events
https://github.com/pandas-dev/pandas/issues/22122
345,578,975
MDU6SXNzdWUzNDU1Nzg5NzU=
22,122
STYLE: Additional flake8 checks
{ "avatar_url": "https://avatars.githubusercontent.com/u/10647082?v=4", "events_url": "https://api.github.com/users/mroeschke/events{/privacy}", "followers_url": "https://api.github.com/users/mroeschke/followers", "following_url": "https://api.github.com/users/mroeschke/following{/other_user}", "gists_url": "...
[ { "color": "eb6420", "default": false, "description": "Code style, linting, code_checks", "id": 106935113, "name": "Code Style", "node_id": "MDU6TGFiZWwxMDY5MzUxMTM=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Code%20Style" }, { "color": "fbca04", "default...
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
2018-07-30T00:57:49Z
2020-01-12T04:47:44Z
2020-01-12T04:47:43Z
MEMBER
null
Currently we ignore some flake8 checks: Checks that (currently) we're okay with skipping - E402, # module level import not at top of file - E731, # do not assign a lambda expression, use a def - W503 # line break before binary operator Checks that should be run - [x] E741, # do not use variables na...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/22122/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/22122/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/22123
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/22123/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/22123/comments
https://api.github.com/repos/pandas-dev/pandas/issues/22123/events
https://github.com/pandas-dev/pandas/pull/22123
345,580,970
MDExOlB1bGxSZXF1ZXN0MjA0NjczMTUy
22,123
Lint configuration followup
{ "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": "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": "2019-01-26T00:51:26Z", "closed_issues": 2048, "created_at": "2018-03-29T12:00:12Z", "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
2018-07-30T01:16:34Z
2018-07-30T15:21:44Z
2018-07-30T10:00:24Z
MEMBER
null
Post #22075 - Ran scripts/convert_deps.py - Documented flake8 checks we are ignoring cc @jreback
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/22123/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/22123/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/22123.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/22123", "merged_at": "2018-07-30T10:00:24Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/22123.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/22123" }
https://api.github.com/repos/pandas-dev/pandas/issues/22124
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/22124/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/22124/comments
https://api.github.com/repos/pandas-dev/pandas/issues/22124/events
https://github.com/pandas-dev/pandas/issues/22124
345,613,254
MDU6SXNzdWUzNDU2MTMyNTQ=
22,124
groupby.rank 'na_option="bottom"' Usage Clarification
{ "avatar_url": "https://avatars.githubusercontent.com/u/13047435?v=4", "events_url": "https://api.github.com/users/peterpanmj/events{/privacy}", "followers_url": "https://api.github.com/users/peterpanmj/followers", "following_url": "https://api.github.com/users/peterpanmj/following{/other_user}", "gists_url"...
[ { "color": "729FCF", "default": false, "description": null, "id": 233160, "name": "Groupby", "node_id": "MDU6TGFiZWwyMzMxNjA=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Groupby" }, { "color": "02d7e1", "default": false, "description": "Concat, Merge/J...
closed
false
null
[]
{ "closed_at": "2019-01-26T00:51:26Z", "closed_issues": 2048, "created_at": "2018-03-29T12:00:12Z", "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
2018-07-30T05:10:55Z
2018-08-01T22:10:54Z
2018-08-01T22:10:54Z
CONTRIBUTOR
null
#### Code Sample, a copy-pastable example if possible ```python In [1]: import pandas as pd ...: import numpy as np ...: df = pd.DataFrame({'val': [2, np.nan, 2, 8, 2, np.nan, 6]}) ...: df["key"] = pd.Series(["foo"]*7) In [2]: df Out[2]: val key 0 2.0 foo 1 NaN foo 2 2.0 foo 3 8.0 f...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/22124/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/22124/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/22125
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/22125/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/22125/comments
https://api.github.com/repos/pandas-dev/pandas/issues/22125/events
https://github.com/pandas-dev/pandas/pull/22125
345,617,115
MDExOlB1bGxSZXF1ZXN0MjA0Njk4NDM4
22,125
BUG: Better handling of invalid na_option argument for groupby.rank
{ "avatar_url": "https://avatars.githubusercontent.com/u/13047435?v=4", "events_url": "https://api.github.com/users/peterpanmj/events{/privacy}", "followers_url": "https://api.github.com/users/peterpanmj/followers", "following_url": "https://api.github.com/users/peterpanmj/following{/other_user}", "gists_url"...
[ { "color": "02d7e1", "default": false, "description": "Concat, Merge/Join, Stack/Unstack, Explode", "id": 13098779, "name": "Reshaping", "node_id": "MDU6TGFiZWwxMzA5ODc3OQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Reshaping" }, { "color": "ffa0ff", "de...
closed
false
null
[]
{ "closed_at": "2019-01-26T00:51:26Z", "closed_issues": 2048, "created_at": "2018-03-29T12:00:12Z", "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
2018-07-30T05:34:27Z
2018-08-02T00:58:20Z
2018-08-01T22:10:54Z
CONTRIBUTOR
null
- [x] closes #22124 - [x] tests added / passed - [x] passes `git diff upstream/master -u -- "*.py" | flake8 --diff - [x] whatsnew entry This is also related to #19499
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/22125/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/22125/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/22125.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/22125", "merged_at": "2018-08-01T22:10:54Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/22125.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/22125" }
https://api.github.com/repos/pandas-dev/pandas/issues/22126
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/22126/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/22126/comments
https://api.github.com/repos/pandas-dev/pandas/issues/22126/events
https://github.com/pandas-dev/pandas/issues/22126
345,656,307
MDU6SXNzdWUzNDU2NTYzMDc=
22,126
Low performance when assigning to multiple columns
{ "avatar_url": "https://avatars.githubusercontent.com/u/1426279?v=4", "events_url": "https://api.github.com/users/glyg/events{/privacy}", "followers_url": "https://api.github.com/users/glyg/followers", "following_url": "https://api.github.com/users/glyg/following{/other_user}", "gists_url": "https://api.gith...
[ { "color": "0b02e1", "default": false, "description": "Related to indexing on series/frames, not to indexes themselves", "id": 2822098, "name": "Indexing", "node_id": "MDU6TGFiZWwyODIyMDk4", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Indexing" }, { "color": "a1...
open
false
null
[]
null
11
2018-07-30T08:18:15Z
2020-12-17T21:42:48Z
null
CONTRIBUTOR
null
#### Code Sample, a copy-pastable example if possible ```python import numpy as np import pandas as pd df = pd.DataFrame(np.zeros((200000, 9)), columns=list('hijabcfde')) # mix datatypes df['z'] = 'u' data = np.random.random((200000, 3)) # explicit loop is fast %timeit for i, k in enumerate('hjf'): df[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/22126/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/22126/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/22127
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/22127/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/22127/comments
https://api.github.com/repos/pandas-dev/pandas/issues/22127/events
https://github.com/pandas-dev/pandas/pull/22127
345,664,437
MDExOlB1bGxSZXF1ZXN0MjA0NzMzMTgw
22,127
Add Japanese version of Pandas_Cheat_Sheet
{ "avatar_url": "https://avatars.githubusercontent.com/u/11006919?v=4", "events_url": "https://api.github.com/users/KangYoosam/events{/privacy}", "followers_url": "https://api.github.com/users/KangYoosam/followers", "following_url": "https://api.github.com/users/KangYoosam/following{/other_user}", "gists_url"...
[ { "color": "3465A4", "default": false, "description": null, "id": 134699, "name": "Docs", "node_id": "MDU6TGFiZWwxMzQ2OTk=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Docs" } ]
closed
false
null
[]
{ "closed_at": "2019-01-26T00:51:26Z", "closed_issues": 2048, "created_at": "2018-03-29T12:00:12Z", "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
2018-07-30T08:44:10Z
2018-07-30T10:05:36Z
2018-07-30T10:05:24Z
CONTRIBUTOR
null
## Background We are sponsoring `PyCon` on September in Japan. And we are planning to influence Pandas in Japan. To do so, we are planning to distribute `Pandas Cheet Sheet` with plastic file at `Pycon`.
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/22127/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/22127/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/22127.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/22127", "merged_at": "2018-07-30T10:05:24Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/22127.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/22127" }
https://api.github.com/repos/pandas-dev/pandas/issues/22128
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/22128/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/22128/comments
https://api.github.com/repos/pandas-dev/pandas/issues/22128/events
https://github.com/pandas-dev/pandas/issues/22128
345,710,263
MDU6SXNzdWUzNDU3MTAyNjM=
22,128
RLS: 0.23.4
{ "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": "006b75", "default": false, "description": null, "id": 131473665, "name": "Release", "node_id": "MDU6TGFiZWwxMzE0NzM2NjU=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Release" } ]
closed
false
null
[]
{ "closed_at": "2018-08-06T10:11:39Z", "closed_issues": 19, "created_at": "2018-06-26T11:54:44Z", "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/jre...
8
2018-07-30T11:01:14Z
2018-08-06T11:15:20Z
2018-08-06T10:10:56Z
CONTRIBUTOR
null
https://github.com/pandas-dev/pandas/pull/21813 Now that https://github.com/pandas-dev/pandas/pull/21813 is in, we should do a 0.23.4 release soon (maybe today?). Any objections? Here are the issues with 0.23.4: https://github.com/pandas-dev/pandas/issues?q=is%3Aopen+is%3Aissue+milestone%3A0.23.4 IMO, none are...
{ "+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/22128/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/22128/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/22129
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/22129/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/22129/comments
https://api.github.com/repos/pandas-dev/pandas/issues/22129/events
https://github.com/pandas-dev/pandas/issues/22129
345,788,546
MDU6SXNzdWUzNDU3ODg1NDY=
22,129
Python2 test_datetime_name_accessors failure with some locales
{ "avatar_url": "https://avatars.githubusercontent.com/u/1970404?v=4", "events_url": "https://api.github.com/users/ginggs/events{/privacy}", "followers_url": "https://api.github.com/users/ginggs/followers", "following_url": "https://api.github.com/users/ginggs/following{/other_user}", "gists_url": "https://ap...
[]
closed
false
null
[]
{ "closed_at": "2019-01-26T00:51:26Z", "closed_issues": 2048, "created_at": "2018-03-29T12:00:12Z", "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...
11
2018-07-30T14:42:46Z
2018-08-13T01:14:36Z
2018-08-13T01:14:36Z
CONTRIBUTOR
null
#### Problem description Python2 **TestDatetime64.test_datetime_name_accessors[en_IL]** fails with `ValueError: unknown locale: en_IL`. The same test passes in Python3. By default, **tm.get_locales()** should only return locales that can be set without throwing an exception. Compare the output in Python2: ``...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/22129/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/22129/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/22130
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/22130/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/22130/comments
https://api.github.com/repos/pandas-dev/pandas/issues/22130/events
https://github.com/pandas-dev/pandas/issues/22130
345,821,540
MDU6SXNzdWUzNDU4MjE1NDA=
22,130
Writing categorical columns to HDF5 takes >100x than writing the corresponding ints
{ "avatar_url": "https://avatars.githubusercontent.com/u/2369107?v=4", "events_url": "https://api.github.com/users/jpiabrantes/events{/privacy}", "followers_url": "https://api.github.com/users/jpiabrantes/followers", "following_url": "https://api.github.com/users/jpiabrantes/following{/other_user}", "gists_ur...
[ { "color": "0052cc", "default": false, "description": null, "id": 34444536, "name": "Usage Question", "node_id": "MDU6TGFiZWwzNDQ0NDUzNg==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Usage%20Question" }, { "color": "5319e7", "default": false, "descript...
closed
false
null
[]
{ "closed_at": null, "closed_issues": 2361, "created_at": "2015-02-26T19:29:05Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/1020496?v=4", "events_url": "https://api.github.com/users/jorisvandenbossche/events{/privacy}", "followers_url": "https://api.github.com/users/jorisva...
2
2018-07-30T15:56:28Z
2018-07-31T07:26:06Z
2018-07-31T01:54:02Z
NONE
null
#### Code Sample, a copy-pastable example if possible ```python import numpy as np import pandas as pd from pandas.api.types import CategoricalDtype from time import time np.random.seed(1) options = ('Off', 'Low', 'Not working', 'Working bad badly') p = np.array([0.8, 0.15, 0.049, 0.001]) categorical_type ...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/22130/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/22130/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/22131
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/22131/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/22131/comments
https://api.github.com/repos/pandas-dev/pandas/issues/22131/events
https://github.com/pandas-dev/pandas/pull/22131
345,822,554
MDExOlB1bGxSZXF1ZXN0MjA0ODUyMTEx
22,131
BUG: Fix get dummies unicode error
{ "avatar_url": "https://avatars.githubusercontent.com/u/157797?v=4", "events_url": "https://api.github.com/users/Scorpil/events{/privacy}", "followers_url": "https://api.github.com/users/Scorpil/followers", "following_url": "https://api.github.com/users/Scorpil/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
[]
{ "closed_at": "2019-01-26T00:51:26Z", "closed_issues": 2048, "created_at": "2018-03-29T12:00:12Z", "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
2018-07-30T15:59:02Z
2018-08-02T17:21:43Z
2018-08-02T17:21:37Z
CONTRIBUTOR
null
- [x] closes #22084 - [x] tests added / passed - [x] passes `git diff upstream/master -u -- "*.py" | flake8 --diff` - [x] whatsnew entry
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/22131/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/22131/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/22131.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/22131", "merged_at": "2018-08-02T17:21:37Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/22131.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/22131" }
https://api.github.com/repos/pandas-dev/pandas/issues/22132
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/22132/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/22132/comments
https://api.github.com/repos/pandas-dev/pandas/issues/22132/events
https://github.com/pandas-dev/pandas/pull/22132
345,848,661
MDExOlB1bGxSZXF1ZXN0MjA0ODY5OTQy
22,132
Add timetz attribute to DatetimeIndex
{ "avatar_url": "https://avatars.githubusercontent.com/u/13424489?v=4", "events_url": "https://api.github.com/users/jquinon/events{/privacy}", "followers_url": "https://api.github.com/users/jquinon/followers", "following_url": "https://api.github.com/users/jquinon/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": "Timezone...
closed
false
null
[]
{ "closed_at": "2019-01-26T00:51:26Z", "closed_issues": 2048, "created_at": "2018-03-29T12:00:12Z", "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...
11
2018-07-30T17:06:20Z
2018-08-19T23:39:17Z
2018-08-09T11:03:28Z
CONTRIBUTOR
null
- [x] closes #21358 - [x] tests added / passed - [x] passes `git diff upstream/master -u -- "*.py" | flake8 --diff` - [x] whatsnew entry I only added timetz to DatetimeIndex because there was already a timetz method in Timestamp that did essentially the same thing. If it is still worth adding to Timestamp though...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/22132/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/22132/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/22132.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/22132", "merged_at": "2018-08-09T11:03:28Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/22132.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/22132" }
https://api.github.com/repos/pandas-dev/pandas/issues/22133
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/22133/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/22133/comments
https://api.github.com/repos/pandas-dev/pandas/issues/22133/events
https://github.com/pandas-dev/pandas/issues/22133
345,860,691
MDU6SXNzdWUzNDU4NjA2OTE=
22,133
UTC Timestamps constructed from datetime.datetime (with datetime.timezone.utc) cannot be compared to pandas Timestamps
{ "avatar_url": "https://avatars.githubusercontent.com/u/2623134?v=4", "events_url": "https://api.github.com/users/skaae/events{/privacy}", "followers_url": "https://api.github.com/users/skaae/followers", "following_url": "https://api.github.com/users/skaae/following{/other_user}", "gists_url": "https://api.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": "009800", "default": false, "description": "Duplicat...
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
2018-07-30T17:41:57Z
2018-07-31T01:44:43Z
2018-07-31T01:44:43Z
NONE
null
#### Code Sample, a copy-pastable example if possible ```python import pandas as pd import datetime ts_to_datetime = pd.to_datetime(datetime.datetime(2018, 3, 8, 16, 58, 41, 182221, tzinfo=datetime.timezone.utc)) ts_utcnow = pd.Timestamp.utcnow() ts_timestamp = pd.Timestamp(datetime.datetime(2018, 3, 8, 16,...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/22133/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/22133/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/22134
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/22134/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/22134/comments
https://api.github.com/repos/pandas-dev/pandas/issues/22134/events
https://github.com/pandas-dev/pandas/pull/22134
345,885,669
MDExOlB1bGxSZXF1ZXN0MjA0ODk0NzI4
22,134
DOC: read_html typo for displayed_only arg
{ "avatar_url": "https://avatars.githubusercontent.com/u/1117703?v=4", "events_url": "https://api.github.com/users/dhimmel/events{/privacy}", "followers_url": "https://api.github.com/users/dhimmel/followers", "following_url": "https://api.github.com/users/dhimmel/following{/other_user}", "gists_url": "https:/...
[]
closed
false
null
[]
null
1
2018-07-30T18:44:03Z
2018-07-30T19:12:22Z
2018-07-30T19:08:22Z
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/22134/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/22134/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/22134.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/22134", "merged_at": "2018-07-30T19:08:22Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/22134.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/22134" }
https://api.github.com/repos/pandas-dev/pandas/issues/22135
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/22135/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/22135/comments
https://api.github.com/repos/pandas-dev/pandas/issues/22135/events
https://github.com/pandas-dev/pandas/issues/22135
345,906,193
MDU6SXNzdWUzNDU5MDYxOTM=
22,135
read_html repeats table (regression in 0.23)
{ "avatar_url": "https://avatars.githubusercontent.com/u/1117703?v=4", "events_url": "https://api.github.com/users/dhimmel/events{/privacy}", "followers_url": "https://api.github.com/users/dhimmel/followers", "following_url": "https://api.github.com/users/dhimmel/following{/other_user}", "gists_url": "https:/...
[]
closed
false
null
[]
null
2
2018-07-30T19:41:11Z
2018-07-31T00:28:56Z
2018-07-31T00:28:55Z
CONTRIBUTOR
null
I'm running into an issue extracting a dataframe from a HTML page when using pandas 0.23. Before my environment was updated, I was using pandas 0.22 and the issue did not occur. If I install a new environment with 0.22, the issue does not occur, so I think this is probably a regression. I've cached the relevant HTML at...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/22135/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/22135/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/22136
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/22136/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/22136/comments
https://api.github.com/repos/pandas-dev/pandas/issues/22136/events
https://github.com/pandas-dev/pandas/pull/22136
345,918,502
MDExOlB1bGxSZXF1ZXN0MjA0OTE3Nzk4
22,136
DOC: Update link and description of the Spyder IDE in Ecosystem docs
{ "avatar_url": "https://avatars.githubusercontent.com/u/17051931?v=4", "events_url": "https://api.github.com/users/CAM-Gerlach/events{/privacy}", "followers_url": "https://api.github.com/users/CAM-Gerlach/followers", "following_url": "https://api.github.com/users/CAM-Gerlach/following{/other_user}", "gists_u...
[ { "color": "3465A4", "default": false, "description": null, "id": 134699, "name": "Docs", "node_id": "MDU6TGFiZWwxMzQ2OTk=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Docs" } ]
closed
false
null
[]
{ "closed_at": "2019-01-26T00:51:26Z", "closed_issues": 2048, "created_at": "2018-03-29T12:00:12Z", "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...
7
2018-07-30T20:17:59Z
2018-09-05T17:17:37Z
2018-09-05T12:09:14Z
CONTRIBUTOR
null
Over the past few years, [Spyder](https://docs.spyder-ide.org/), a PyQt-based open source Python IDE focused on data science (comparable to MATLAB and Rstudio, but developed by community volunteers instead of a for-profit company), has incorporated a deep swath of ``pandas``-specific features and integration. We've als...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/22136/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/22136/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/22136.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/22136", "merged_at": "2018-09-05T12:09:14Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/22136.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/22136" }
https://api.github.com/repos/pandas-dev/pandas/issues/22137
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/22137/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/22137/comments
https://api.github.com/repos/pandas-dev/pandas/issues/22137/events
https://github.com/pandas-dev/pandas/issues/22137
345,927,990
MDU6SXNzdWUzNDU5Mjc5OTA=
22,137
[DEPR] Assorted footguns in dtype checks
{ "avatar_url": "https://avatars.githubusercontent.com/u/8078968?v=4", "events_url": "https://api.github.com/users/jbrockmendel/events{/privacy}", "followers_url": "https://api.github.com/users/jbrockmendel/followers", "following_url": "https://api.github.com/users/jbrockmendel/following{/other_user}", "gists...
[ { "color": "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
[]
null
1
2018-07-30T20:46:15Z
2019-12-11T21:07:09Z
2019-12-11T21:07:09Z
MEMBER
null
Finding some things that don't behave in The Obvious Way: - [x] `dtypes.common.is_period` Never used outside of tests, checks for PeriodDtype-like arrays, _not_ `Period` scalar. - [ ] `dtypes.common.is_datetimelike` Checks for `datetime64_dtype`, `datetime64tz_dtype`, `PeriodIndex`, or `timedelta64_dtype`...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/22137/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/22137/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/22138
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/22138/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/22138/comments
https://api.github.com/repos/pandas-dev/pandas/issues/22138/events
https://github.com/pandas-dev/pandas/issues/22138
345,977,041
MDU6SXNzdWUzNDU5NzcwNDE=
22,138
GRU implementation has different behavior with numpy.int64 than LSTM implementation
{ "avatar_url": "https://avatars.githubusercontent.com/u/23661381?v=4", "events_url": "https://api.github.com/users/boulderZ/events{/privacy}", "followers_url": "https://api.github.com/users/boulderZ/followers", "following_url": "https://api.github.com/users/boulderZ/following{/other_user}", "gists_url": "htt...
[]
closed
false
null
[]
null
2
2018-07-30T23:31:30Z
2018-08-01T17:15:44Z
2018-07-30T23:37:14Z
NONE
null
#### Code Sample, a copy-pastable example if possible ```python # Your code here from keras.models import Sequential from keras import layers import numpy as np data_dim = 21 timesteps = 8 num_classes = 10 num_neurons = 32 num_neurons = np.int64(num_neurons) def test_model_GRU(data_dim,timesteps,num_cl...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/22138/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/22138/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/22139
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/22139/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/22139/comments
https://api.github.com/repos/pandas-dev/pandas/issues/22139/events
https://github.com/pandas-dev/pandas/pull/22139
345,999,109
MDExOlB1bGxSZXF1ZXN0MjA0OTcxNDMw
22,139
[TST] make xfails strict
{ "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-01-26T00:51:26Z", "closed_issues": 2048, "created_at": "2018-03-29T12:00:12Z", "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
2018-07-31T01:18:06Z
2018-08-01T15:43:24Z
2018-08-01T10:25:13Z
MEMBER
null
This leaves untouched xfails with reasons like "flaky on 3.7" and a few where the test itself is just a `pass`. In the process a handful of previously xfailed cases are no longer xfailed.
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/22139/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/22139/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/22139.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/22139", "merged_at": "2018-08-01T10:25:13Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/22139.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/22139" }
https://api.github.com/repos/pandas-dev/pandas/issues/22140
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/22140/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/22140/comments
https://api.github.com/repos/pandas-dev/pandas/issues/22140/events
https://github.com/pandas-dev/pandas/issues/22140
346,013,899
MDU6SXNzdWUzNDYwMTM4OTk=
22,140
pandas.errors.ParserError: Error tokenizing data. C error: EOF inside string starting at line x
{ "avatar_url": "https://avatars.githubusercontent.com/u/30205620?v=4", "events_url": "https://api.github.com/users/naveenrc/events{/privacy}", "followers_url": "https://api.github.com/users/naveenrc/followers", "following_url": "https://api.github.com/users/naveenrc/following{/other_user}", "gists_url": "htt...
[ { "color": "0052cc", "default": false, "description": null, "id": 34444536, "name": "Usage Question", "node_id": "MDU6TGFiZWwzNDQ0NDUzNg==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Usage%20Question" }, { "color": "5319e7", "default": false, "descript...
closed
false
null
[]
null
3
2018-07-31T02:39:47Z
2020-03-03T02:13:48Z
2018-08-01T05:02:29Z
NONE
null
## Data ```txt Col1|Col2|Col3|Col4 Str1|1|p|num1 Str2|2|q|num2 Str3|3|"|num3 Str4|4|s|num4 ``` ## Error ```python >>> import pandas as pd >>> df = pd.read_csv('./sample.txt', sep='|') Traceback (most recent call last): File "<stdin>", line 1, in <module> File ".env\lib\site-packages\pandas\io\parsers....
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 2, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 2, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/22140/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/22140/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/22141
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/22141/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/22141/comments
https://api.github.com/repos/pandas-dev/pandas/issues/22141/events
https://github.com/pandas-dev/pandas/pull/22141
346,020,823
MDExOlB1bGxSZXF1ZXN0MjA0OTg1Njcy
22,141
DOC: DataFrame.merge behaviour for suffix=(False, False)
{ "avatar_url": "https://avatars.githubusercontent.com/u/3450848?v=4", "events_url": "https://api.github.com/users/elmq0022/events{/privacy}", "followers_url": "https://api.github.com/users/elmq0022/followers", "following_url": "https://api.github.com/users/elmq0022/following{/other_user}", "gists_url": "http...
[ { "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": "eb6420", "default": false, "description": "Non-arithmetic algos:...
closed
false
null
[]
null
16
2018-07-31T03:23:52Z
2018-09-04T16:50:21Z
2018-09-04T15:04:56Z
CONTRIBUTOR
null
- [x] closes #22045 - N/A tests added / passed - [x] passes `git diff upstream/master -u -- "*.py" | flake8 --diff` - N/A whatsnew entry
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/22141/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/22141/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/22141.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/22141", "merged_at": "2018-09-04T15:04:55Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/22141.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/22141" }
https://api.github.com/repos/pandas-dev/pandas/issues/22142
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/22142/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/22142/comments
https://api.github.com/repos/pandas-dev/pandas/issues/22142/events
https://github.com/pandas-dev/pandas/pull/22142
346,024,551
MDExOlB1bGxSZXF1ZXN0MjA0OTg4Mzcy
22,142
Fix zillion deprecation warnings in core.dtypes.common
{ "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": "5319e...
closed
false
null
[]
{ "closed_at": "2019-01-26T00:51:26Z", "closed_issues": 2048, "created_at": "2018-03-29T12:00:12Z", "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...
4
2018-07-31T03:48:25Z
2018-08-08T15:52:25Z
2018-08-01T01:05:58Z
MEMBER
null
Looking through a recent Travis log I see tons of these: ``` /home/travis/build/pandas-dev/pandas/pandas/core/dtypes/common.py:2026: DeprecationWarning: elementwise == comparison failed; this will raise an error in the future. if dtype in [object, np.object_, 'object', 'O']: ``` This is driven by (probab...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/22142/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/22142/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/22142.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/22142", "merged_at": "2018-08-01T01:05:58Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/22142.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/22142" }
https://api.github.com/repos/pandas-dev/pandas/issues/22143
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/22143/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/22143/comments
https://api.github.com/repos/pandas-dev/pandas/issues/22143/events
https://github.com/pandas-dev/pandas/issues/22143
346,039,617
MDU6SXNzdWUzNDYwMzk2MTc=
22,143
concat with categorical variables
{ "avatar_url": "https://avatars.githubusercontent.com/u/7656391?v=4", "events_url": "https://api.github.com/users/rhjmoore/events{/privacy}", "followers_url": "https://api.github.com/users/rhjmoore/followers", "following_url": "https://api.github.com/users/rhjmoore/following{/other_user}", "gists_url": "http...
[]
closed
false
null
[]
null
1
2018-07-31T05:23:36Z
2018-07-31T05:42:35Z
2018-07-31T05:42:35Z
NONE
null
#### Code Sample, a copy-pastable example if possible import pandas as pd cat_type1 = pd.api.types.CategoricalDtype(categories=['a','b'],ordered=False) cat_type2 = pd.api.types.CategoricalDtype(categories=['b','a'],ordered=False) cat_type3 = pd.api.types.CategoricalDtype(categories=['b','a','c'],ordered=False) #pr...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/22143/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/22143/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/22144
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/22144/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/22144/comments
https://api.github.com/repos/pandas-dev/pandas/issues/22144/events
https://github.com/pandas-dev/pandas/issues/22144
346,088,292
MDU6SXNzdWUzNDYwODgyOTI=
22,144
error_bad_lines is ignored if names argument is used in read_csv function
{ "avatar_url": "https://avatars.githubusercontent.com/u/24318127?v=4", "events_url": "https://api.github.com/users/weichslgartner/events{/privacy}", "followers_url": "https://api.github.com/users/weichslgartner/followers", "following_url": "https://api.github.com/users/weichslgartner/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": "5319e7", "default": false, "description": "read_csv, to_csv", "...
open
false
null
[]
null
8
2018-07-31T08:36:21Z
2018-08-15T22:02:07Z
null
NONE
null
#### Code Sample, a copy-pastable example if possible ```python #example taken from #20573 import io import numpy as np import pandas as pd buf = io.StringIO("0,1,Amigo,3\n1,1,Inimigo,amigo,9\n2,1,Cowboy,42\n") names = ['ID','X1','X2','X3'] dtypes = {"X3": int} pd.read_csv(buf, names=names, error_bad_lines=F...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/22144/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/22144/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/22145
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/22145/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/22145/comments
https://api.github.com/repos/pandas-dev/pandas/issues/22145/events
https://github.com/pandas-dev/pandas/issues/22145
346,197,278
MDU6SXNzdWUzNDYxOTcyNzg=
22,145
Unpacking dictionary comprehension when using ``.assign()`` returns wrong results
{ "avatar_url": "https://avatars.githubusercontent.com/u/8428345?v=4", "events_url": "https://api.github.com/users/geoffrey-eisenbarth/events{/privacy}", "followers_url": "https://api.github.com/users/geoffrey-eisenbarth/followers", "following_url": "https://api.github.com/users/geoffrey-eisenbarth/following{/o...
[ { "color": "0052cc", "default": false, "description": null, "id": 34444536, "name": "Usage Question", "node_id": "MDU6TGFiZWwzNDQ0NDUzNg==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Usage%20Question" } ]
closed
false
null
[]
{ "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
2018-07-31T13:51:23Z
2018-07-31T14:13:31Z
2018-07-31T14:11:54Z
CONTRIBUTOR
null
#### Code Sample, a copy-pastable example if possible ```python df = pd.DataFrame({'A': [1, 2], 'B': [5, 6]}) df.assign(**{col + '_NEW': lambda x: x[col] * x['B'] for col in t.columns}) ``` #### Problem description Output contains the same result for all added columns: ``` A B A_NEW B_NEW 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/22145/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/22145/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/22146
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/22146/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/22146/comments
https://api.github.com/repos/pandas-dev/pandas/issues/22146/events
https://github.com/pandas-dev/pandas/pull/22146
346,313,468
MDExOlB1bGxSZXF1ZXN0MjA1MjA3NDg1
22,146
Replace (private) _checknull with (public) is_nan
{ "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": "207de5"...
closed
false
null
[]
{ "closed_at": "2019-01-26T00:51:26Z", "closed_issues": 2048, "created_at": "2018-03-29T12:00:12Z", "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
2018-07-31T18:49:08Z
2018-08-07T17:14:14Z
2018-08-07T17:12:25Z
MEMBER
null
`util._checknull(x)` is equivalent to `x is None or isnan(x)`. On several occasions I have had to go remind myself what `_checknull` covers. It is much clearer to write out `x is None or util.is_nan(x)`, which is what this PR does. In at least one place where `_checknull` is currently used, the `is None` part of 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/22146/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/22146/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/22146.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/22146", "merged_at": "2018-08-07T17:12:25Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/22146.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/22146" }
https://api.github.com/repos/pandas-dev/pandas/issues/22147
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/22147/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/22147/comments
https://api.github.com/repos/pandas-dev/pandas/issues/22147/events
https://github.com/pandas-dev/pandas/pull/22147
346,365,005
MDExOlB1bGxSZXF1ZXN0MjA1MjQ3NjMy
22,147
use memoryviews instead of ndarrays
{ "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" } ]
closed
false
null
[]
{ "closed_at": "2019-01-26T00:51:26Z", "closed_issues": 2048, "created_at": "2018-03-29T12:00:12Z", "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
2018-07-31T21:27:59Z
2018-08-01T22:16:39Z
2018-08-01T21:53:24Z
MEMBER
null
For lookups and slicing memoryviews are supposed to be more performant than ndarrays. I haven't been able to detect any difference. @xhochy IIRC you've looked at this in some depth; are memoryviews unambiguously better for our purposes? Getting rid of `from numpy cimport [...]` is necessary (but not sufficient) fo...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/22147/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/22147/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/22147.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/22147", "merged_at": "2018-08-01T21:53:24Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/22147.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/22147" }
https://api.github.com/repos/pandas-dev/pandas/issues/22148
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/22148/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/22148/comments
https://api.github.com/repos/pandas-dev/pandas/issues/22148/events
https://github.com/pandas-dev/pandas/issues/22148
346,376,131
MDU6SXNzdWUzNDYzNzYxMzE=
22,148
Reading nans in object column
{ "avatar_url": "https://avatars.githubusercontent.com/u/11986836?v=4", "events_url": "https://api.github.com/users/hwchase17/events{/privacy}", "followers_url": "https://api.github.com/users/hwchase17/followers", "following_url": "https://api.github.com/users/hwchase17/following{/other_user}", "gists_url": "...
[ { "color": "06909A", "default": false, "description": "IO issues that don't fit into a more specific label", "id": 2301354, "name": "IO Data", "node_id": "MDU6TGFiZWwyMzAxMzU0", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/IO%20Data" }, { "color": "d7e102", "...
closed
false
null
[]
{ "closed_at": "2019-01-26T00:51:26Z", "closed_issues": 2048, "created_at": "2018-03-29T12:00:12Z", "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
2018-07-31T22:07:19Z
2018-08-09T10:40:05Z
2018-08-09T10:40:05Z
NONE
null
#### Code Sample, a copy-pastable example if possible ```python import numpy as np series1 = pd.Series(['hi', np.nan, 'bye']) series1.to_pickle('tmp/mystery_series.pkl') series2 = pd.read_pickle('tmp/mystery_series.pkl') print(series1.isin({np.nan})) print(series2.isin({np.nan})) ``` #### Problem des...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/22148/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/22148/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/22149
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/22149/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/22149/comments
https://api.github.com/repos/pandas-dev/pandas/issues/22149/events
https://github.com/pandas-dev/pandas/pull/22149
346,393,305
MDExOlB1bGxSZXF1ZXN0MjA1MjY5MTAz
22,149
Catch IntervalIndex.itemsize deprecation warning in tests and remove IntervalArray.itemsize
{ "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": "009800", "default": false, "description": "Interval data type", "id": 150096370, "name": "Interval", "node_id": "MDU6TGFiZWwxNTAwOTYzNzA=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Interval" } ]
closed
false
null
[]
{ "closed_at": "2019-01-26T00:51:26Z", "closed_issues": 2048, "created_at": "2018-03-29T12:00:12Z", "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
2018-07-31T23:22:38Z
2018-09-24T17:22:26Z
2018-08-01T01:07:54Z
MEMBER
null
- [X] closes #22049 - [X] tests added / passed - [X] passes `git diff upstream/master -u -- "*.py" | flake8 --diff` I don't think a whatsnew entry is needed. This was already deprecated for `IntervalIndex`, but wasn't being caught in the tests, and was displaying the name from the underlying `left`/`right` values...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/22149/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/22149/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/22149.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/22149", "merged_at": "2018-08-01T01:07:54Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/22149.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/22149" }
https://api.github.com/repos/pandas-dev/pandas/issues/22150
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/22150/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/22150/comments
https://api.github.com/repos/pandas-dev/pandas/issues/22150/events
https://github.com/pandas-dev/pandas/issues/22150
346,403,534
MDU6SXNzdWUzNDY0MDM1MzQ=
22,150
DataFrame.apply adds a frequency to a freq=None DatetimeIndex as a side-effect
{ "avatar_url": "https://avatars.githubusercontent.com/u/10572122?v=4", "events_url": "https://api.github.com/users/dycw/events{/privacy}", "followers_url": "https://api.github.com/users/dycw/followers", "following_url": "https://api.github.com/users/dycw/following{/other_user}", "gists_url": "https://api.git...
[ { "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": "0052cc", "default": false, "description": "DateOffse...
closed
false
null
[]
{ "closed_at": "2019-01-26T00:51:26Z", "closed_issues": 2048, "created_at": "2018-03-29T12:00:12Z", "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
2018-08-01T00:18:29Z
2018-09-18T12:28:59Z
2018-09-18T12:28:59Z
NONE
null
#### Code Sample, a copy-pastable example if possible ``` import numpy as np, pandas as pd def sudden_frequency(num_columns): index = pd.DatetimeIndex(["1950-06-30", "1952-10-24", "1953-05-29"]) columns = list(range(num_columns)) df = pd.DataFrame(np.random.random((len(index), num_columns)), index...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/22150/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/22150/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/22151
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/22151/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/22151/comments
https://api.github.com/repos/pandas-dev/pandas/issues/22151/events
https://github.com/pandas-dev/pandas/issues/22151
346,409,784
MDU6SXNzdWUzNDY0MDk3ODQ=
22,151
Multi-Index .loc with nlevels > 2 fails when nlevels - i > 1 levels are specified in a tuple.
{ "avatar_url": "https://avatars.githubusercontent.com/u/6173196?v=4", "events_url": "https://api.github.com/users/bfollinprm/events{/privacy}", "followers_url": "https://api.github.com/users/bfollinprm/followers", "following_url": "https://api.github.com/users/bfollinprm/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": "207de5", "default": false, "description": null, "id": 71268330,...
closed
false
null
[]
null
9
2018-08-01T00:57:44Z
2018-08-03T17:02:43Z
2018-08-03T17:02:43Z
NONE
null
#### Code Sample, a copy-pastable example if possible ```python import pandas as pd tuples = [ ('2011', '01', 1), ('2011', '01', 2), ('2011', '02', 1), ('2011', '02', 2), ('2012', '01', 1), ('2012', '01', 2), ('2012', '02', 1), ('2012', '02', 2), ] index = pd.MultiInde...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/22151/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/22151/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/22152
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/22152/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/22152/comments
https://api.github.com/repos/pandas-dev/pandas/issues/22152/events
https://github.com/pandas-dev/pandas/pull/22152
346,422,541
MDExOlB1bGxSZXF1ZXN0MjA1MjkwNDIw
22,152
implement tslibs/src to make tslibs self-contained
{ "avatar_url": "https://avatars.githubusercontent.com/u/8078968?v=4", "events_url": "https://api.github.com/users/jbrockmendel/events{/privacy}", "followers_url": "https://api.github.com/users/jbrockmendel/followers", "following_url": "https://api.github.com/users/jbrockmendel/following{/other_user}", "gists...
[ { "color": "eb6420", "default": false, "description": "Period data type", "id": 60635328, "name": "Period", "node_id": "MDU6TGFiZWw2MDYzNTMyOA==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Period" }, { "color": "207de5", "default": false, "description"...
closed
false
null
[]
{ "closed_at": "2019-01-26T00:51:26Z", "closed_issues": 2048, "created_at": "2018-03-29T12:00:12Z", "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...
4
2018-08-01T02:16:09Z
2018-08-08T15:51:40Z
2018-08-02T10:18:16Z
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/22152/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/22152/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/22152.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/22152", "merged_at": "2018-08-02T10:18:16Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/22152.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/22152" }
https://api.github.com/repos/pandas-dev/pandas/issues/22153
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/22153/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/22153/comments
https://api.github.com/repos/pandas-dev/pandas/issues/22153/events
https://github.com/pandas-dev/pandas/pull/22153
346,444,017
MDExOlB1bGxSZXF1ZXN0MjA1MzA1ODg0
22,153
~Finish collecting m8[ns] tests, start collecting division by zero tests
{ "avatar_url": "https://avatars.githubusercontent.com/u/8078968?v=4", "events_url": "https://api.github.com/users/jbrockmendel/events{/privacy}", "followers_url": "https://api.github.com/users/jbrockmendel/followers", "following_url": "https://api.github.com/users/jbrockmendel/following{/other_user}", "gists...
[ { "color": "C4A000", "default": false, "description": "pandas testing functions or related to the test suite", "id": 127685, "name": "Testing", "node_id": "MDU6TGFiZWwxMjc2ODU=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Testing" }, { "color": "5319e7", "d...
closed
false
null
[]
{ "closed_at": "2019-01-26T00:51:26Z", "closed_issues": 2048, "created_at": "2018-03-29T12:00:12Z", "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
2018-08-01T04:29:43Z
2018-08-07T18:04:25Z
2018-08-07T18:00:46Z
MEMBER
null
The division by zero tests aren't yet parametrized, are mostly just moved as-is. Both these and the newly moved m8[ns] tests will need a bunch of de-duplication in the next pass. Tons of DataFrame tests failing. #22074 is the PR we need, though maybe not the one we deserve. Started in on fixtures.
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/22153/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/22153/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/22153.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/22153", "merged_at": "2018-08-07T18:00:46Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/22153.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/22153" }
https://api.github.com/repos/pandas-dev/pandas/issues/22154
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/22154/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/22154/comments
https://api.github.com/repos/pandas-dev/pandas/issues/22154/events
https://github.com/pandas-dev/pandas/issues/22154
346,539,199
MDU6SXNzdWUzNDY1MzkxOTk=
22,154
COMPAT: warnings on scalar comparisons
{ "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/jreback/followers", "following_url": "https://api.github.com/users/jreback/following{/other_user}", "gists_url": "https://...
[ { "color": "0052cc", "default": false, "description": "pandas objects compatability with Numpy or Python functions", "id": 76865106, "name": "Compat", "node_id": "MDU6TGFiZWw3Njg2NTEwNg==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Compat" } ]
closed
false
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
2018-08-01T10:22:24Z
2019-12-30T18:51:50Z
2019-12-30T18:51:50Z
CONTRIBUTOR
null
https://travis-ci.org/pandas-dev/pandas/jobs/410445444 I think these are new in numpy 1.15 ``` pandas/tests/extension/integer/test_integer.py::TestDtype::()::test_check_dtype[UInt64Dtype] /home/travis/build/pandas-dev/pandas/pandas/core/ops.py:1235: DeprecationWarning: Numeric-style type codes are deprecated ...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/22154/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/22154/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/22155
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/22155/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/22155/comments
https://api.github.com/repos/pandas-dev/pandas/issues/22155/events
https://github.com/pandas-dev/pandas/pull/22155
346,545,624
MDExOlB1bGxSZXF1ZXN0MjA1MzgyNzY4
22,155
Fix deprecation warning in SeriesGroupBy.count
{ "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": "0052cc", "default": false, "description": "pandas objects compatability with Numpy or Python functions", "id": 76865106, "name": "Compat", "node_id": "MDU6TGFiZWw3Njg2NTEwNg==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Compat" } ]
closed
false
null
[]
{ "closed_at": "2019-01-26T00:51:26Z", "closed_issues": 2048, "created_at": "2018-03-29T12:00:12Z", "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
2018-08-01T10:42:11Z
2018-09-20T21:13:30Z
2018-08-01T21:49:58Z
CONTRIBUTOR
null
See https://github.com/pandas-dev/pandas/pull/21957#issuecomment-409527005
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/22155/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/22155/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/22155.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/22155", "merged_at": "2018-08-01T21:49:58Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/22155.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/22155" }
https://api.github.com/repos/pandas-dev/pandas/issues/22156
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/22156/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/22156/comments
https://api.github.com/repos/pandas-dev/pandas/issues/22156/events
https://github.com/pandas-dev/pandas/issues/22156
346,577,359
MDU6SXNzdWUzNDY1NzczNTk=
22,156
BUG: _cython_table bug (part 2)
{ "avatar_url": "https://avatars.githubusercontent.com/u/26364415?v=4", "events_url": "https://api.github.com/users/topper-123/events{/privacy}", "followers_url": "https://api.github.com/users/topper-123/followers", "following_url": "https://api.github.com/users/topper-123/following{/other_user}", "gists_url"...
[ { "color": "e10c02", "default": false, "description": null, "id": 76811, "name": "Bug", "node_id": "MDU6TGFiZWw3NjgxMQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug" }, { "color": "fbca04", "default": false, "description": "Related to non-user acce...
closed
false
null
[]
{ "closed_at": "2019-01-26T00:51:26Z", "closed_issues": 2048, "created_at": "2018-03-29T12:00:12Z", "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
2018-08-01T12:25:30Z
2018-12-02T19:41:39Z
2018-12-02T19:37:12Z
CONTRIBUTOR
null
#22110 was supposed to fix a bug introduced by #21224, where xdist fails because fixtures have random order because dicts too do have random order for Python < 3.6. If appears that this is not fixed after all, as I got the xdist bug in #21699 too. The issue is that it is not even enough to sort by function name, as ...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/22156/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/22156/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/22157
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/22157/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/22157/comments
https://api.github.com/repos/pandas-dev/pandas/issues/22157/events
https://github.com/pandas-dev/pandas/pull/22157
346,584,004
MDExOlB1bGxSZXF1ZXN0MjA1NDEyODg5
22,157
BUG: make conftest._cython_table deterministic for Python<3.6
{ "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": "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-01-26T00:51:26Z", "closed_issues": 2048, "created_at": "2018-03-29T12:00:12Z", "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...
11
2018-08-01T12:45:11Z
2018-09-20T21:12:59Z
2018-08-20T10:36:43Z
CONTRIBUTOR
null
Closes a bug for Python < 3.6 where xdist gets non-deterministic input because of random dict ordering for Python < 3.6. See #22156 for details.
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/22157/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/22157/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/22157.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/22157", "merged_at": "2018-08-20T10:36:43Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/22157.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/22157" }
https://api.github.com/repos/pandas-dev/pandas/issues/22158
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/22158/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/22158/comments
https://api.github.com/repos/pandas-dev/pandas/issues/22158/events
https://github.com/pandas-dev/pandas/issues/22158
346,602,901
MDU6SXNzdWUzNDY2MDI5MDE=
22,158
.str.contains(..., na=False) consistency between categorical and object series
{ "avatar_url": "https://avatars.githubusercontent.com/u/7144301?v=4", "events_url": "https://api.github.com/users/AnthonyGaruccio/events{/privacy}", "followers_url": "https://api.github.com/users/AnthonyGaruccio/followers", "following_url": "https://api.github.com/users/AnthonyGaruccio/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": "5319e7", "default": false, "description": "String extension data ty...
closed
false
null
[]
{ "closed_at": "2019-01-26T00:51:26Z", "closed_issues": 2048, "created_at": "2018-03-29T12:00:12Z", "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
2018-08-01T13:35:30Z
2018-11-20T01:13:57Z
2018-11-20T01:13:57Z
NONE
null
#### Code Sample, a copy-pastable example if possible ```python >>> import pandas as pd >>> import numpy as np >>> s = pd.Series(["a","b","c","a", np.nan], dtype="category") >>> s 0 a 1 b 2 c 3 a 4 NaN dtype: category Categories (3, object): [a, b, c] # `na=False` kwarg should make...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/22158/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/22158/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/22159
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/22159/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/22159/comments
https://api.github.com/repos/pandas-dev/pandas/issues/22159/events
https://github.com/pandas-dev/pandas/issues/22159
346,642,326
MDU6SXNzdWUzNDY2NDIzMjY=
22,159
pivot_table drops columns for aggregate functions that return all None, even if dropna=False
{ "avatar_url": "https://avatars.githubusercontent.com/u/822601?v=4", "events_url": "https://api.github.com/users/tompollard/events{/privacy}", "followers_url": "https://api.github.com/users/tompollard/followers", "following_url": "https://api.github.com/users/tompollard/following{/other_user}", "gists_url": ...
[ { "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": "02d7e1"...
closed
false
null
[]
{ "closed_at": "2019-07-19T00:34:29Z", "closed_issues": 1289, "created_at": "2018-10-23T02:34:15Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/j...
0
2018-08-01T15:08:19Z
2019-04-12T22:00:03Z
2019-04-12T22:00:03Z
NONE
null
`pivot_table` drops columns for aggregate functions that return all `None`, even if `dropna=False`. I'm using `pandas: 0.23.3` and the full output of `pd.show_versions()` is posted at the end of this comment. https://github.com/pandas-dev/pandas/issues/21969 seems to be related. #### Code Sample ```python import...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/22159/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/22159/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/22160
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/22160/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/22160/comments
https://api.github.com/repos/pandas-dev/pandas/issues/22160/events
https://github.com/pandas-dev/pandas/issues/22160
346,651,585
MDU6SXNzdWUzNDY2NTE1ODU=
22,160
unexpected behavior of pd.core.algorithms._ensure_data()
{ "avatar_url": "https://avatars.githubusercontent.com/u/17513912?v=4", "events_url": "https://api.github.com/users/realead/events{/privacy}", "followers_url": "https://api.github.com/users/realead/followers", "following_url": "https://api.github.com/users/realead/following{/other_user}", "gists_url": "https:...
[ { "color": "e10c02", "default": false, "description": null, "id": 76811, "name": "Bug", "node_id": "MDU6TGFiZWw3NjgxMQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug" }, { "color": "d7e102", "default": false, "description": "np.nan, pd.NaT, pd.NA, d...
closed
false
null
[]
{ "closed_at": "2019-01-26T00:51:26Z", "closed_issues": 2048, "created_at": "2018-03-29T12:00:12Z", "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
2018-08-01T15:29:38Z
2018-08-10T10:38:15Z
2018-08-10T10:38:15Z
CONTRIBUTOR
null
#### Examples Example 1: ```python import pandas.core.algorithms as algos comps = ['ss', 42] values = ['42'] algos.isin(comps, values) ``` results in `array([False, True], dtype=bool)` Example 2: ```python import pandas.core.algorithms as algos comps = ['ss', np.nan] values = [np.nan] algos.isin(co...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/22160/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/22160/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/22161
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/22161/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/22161/comments
https://api.github.com/repos/pandas-dev/pandas/issues/22161/events
https://github.com/pandas-dev/pandas/pull/22161
346,654,295
MDExOlB1bGxSZXF1ZXN0MjA1NDY2OTYz
22,161
BUG: ensuring that np.asarray() simple handles data as objects and doesn't…
{ "avatar_url": "https://avatars.githubusercontent.com/u/17513912?v=4", "events_url": "https://api.github.com/users/realead/events{/privacy}", "followers_url": "https://api.github.com/users/realead/followers", "following_url": "https://api.github.com/users/realead/following{/other_user}", "gists_url": "https:...
[ { "color": "e10c02", "default": false, "description": null, "id": 76811, "name": "Bug", "node_id": "MDU6TGFiZWw3NjgxMQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug" }, { "color": "0b02e1", "default": false, "description": "Related to indexing on s...
closed
false
null
[]
{ "closed_at": "2019-01-26T00:51:26Z", "closed_issues": 2048, "created_at": "2018-03-29T12:00:12Z", "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
2018-08-01T15:36:00Z
2018-08-11T19:45:01Z
2018-08-10T10:38:15Z
CONTRIBUTOR
null
… try to do smart things (GH22160) - [x] closes #22160 - [x] tests added / passed - [x] passes `git diff upstream/master -u -- "*.py" | flake8 --diff` - [x] whatsnew entry
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/22161/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/22161/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/22161.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/22161", "merged_at": "2018-08-10T10:38:15Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/22161.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/22161" }
https://api.github.com/repos/pandas-dev/pandas/issues/22162
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/22162/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/22162/comments
https://api.github.com/repos/pandas-dev/pandas/issues/22162/events
https://github.com/pandas-dev/pandas/issues/22162
346,811,310
MDU6SXNzdWUzNDY4MTEzMTA=
22,162
benchmarks/reshape.py syntax error on py35
{ "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
[]
null
1
2018-08-01T23:58:01Z
2018-08-02T10:57:35Z
2018-08-02T10:57:35Z
MEMBER
null
And presumably 27. `1_000_000`
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/22162/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/22162/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/22163
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/22163/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/22163/comments
https://api.github.com/repos/pandas-dev/pandas/issues/22163/events
https://github.com/pandas-dev/pandas/pull/22163
346,827,130
MDExOlB1bGxSZXF1ZXN0MjA1NTk2MjI1
22,163
dispatch scalar DataFrame ops to 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": "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": "eb6420", "default": false, "de...
closed
false
null
[]
{ "closed_at": "2019-01-26T00:51:26Z", "closed_issues": 2048, "created_at": "2018-03-29T12:00:12Z", "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
2018-08-02T01:36:24Z
2020-04-05T17:40:29Z
2018-08-14T10:49:12Z
MEMBER
null
Many issues closed; will track them down and update. Will also need whatsnew. closes #18874 closes #20088 closes #15697 closes #13128 closes #8554 closes #8932 closes #21610 closes #22005 closes #22047 closes #22242 This will be less verbose after #22068 implements `ops.dispatch_to_series`. This st...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/22163/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/22163/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/22163.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/22163", "merged_at": "2018-08-14T10:49:10Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/22163.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/22163" }
https://api.github.com/repos/pandas-dev/pandas/issues/22164
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/22164/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/22164/comments
https://api.github.com/repos/pandas-dev/pandas/issues/22164/events
https://github.com/pandas-dev/pandas/pull/22164
346,859,992
MDExOlB1bGxSZXF1ZXN0MjA1NjE4ODc5
22,164
CLN: Use public method to capture UTC offsets
{ "avatar_url": "https://avatars.githubusercontent.com/u/10647082?v=4", "events_url": "https://api.github.com/users/mroeschke/events{/privacy}", "followers_url": "https://api.github.com/users/mroeschke/followers", "following_url": "https://api.github.com/users/mroeschke/following{/other_user}", "gists_url": "...
[ { "color": "5319e7", "default": false, "description": "Timezone data dtype", "id": 60458168, "name": "Timezones", "node_id": "MDU6TGFiZWw2MDQ1ODE2OA==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Timezones" }, { "color": "207de5", "default": false, "des...
closed
false
null
[]
{ "closed_at": "2019-01-26T00:51:26Z", "closed_issues": 2048, "created_at": "2018-03-29T12:00:12Z", "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...
4
2018-08-02T05:00:40Z
2018-08-02T17:02:06Z
2018-08-02T10:29:49Z
MEMBER
null
xref https://github.com/pandas-dev/pandas/pull/21822#discussion_r207023121 Per @pganssle's suggestion, avoiding using private dateutil methods to access the timezone offset and more succinctly using `utcoffset` 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/22164/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/22164/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/22164.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/22164", "merged_at": "2018-08-02T10:29:48Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/22164.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/22164" }
https://api.github.com/repos/pandas-dev/pandas/issues/22165
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/22165/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/22165/comments
https://api.github.com/repos/pandas-dev/pandas/issues/22165/events
https://github.com/pandas-dev/pandas/pull/22165
346,898,520
MDExOlB1bGxSZXF1ZXN0MjA1NjQ3MDE5
22,165
TST: Check DatetimeIndex.drop on DST boundary
{ "avatar_url": "https://avatars.githubusercontent.com/u/9273653?v=4", "events_url": "https://api.github.com/users/gfyoung/events{/privacy}", "followers_url": "https://api.github.com/users/gfyoung/followers", "following_url": "https://api.github.com/users/gfyoung/following{/other_user}", "gists_url": "https:/...
[ { "color": "C4A000", "default": false, "description": "pandas testing functions or related to the test suite", "id": 127685, "name": "Testing", "node_id": "MDU6TGFiZWwxMjc2ODU=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Testing" }, { "color": "AFEEEE", "d...
closed
false
null
[]
{ "closed_at": "2019-01-26T00:51:26Z", "closed_issues": 2048, "created_at": "2018-03-29T12:00:12Z", "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
2018-08-02T07:50:57Z
2018-08-03T17:01:23Z
2018-08-03T15:09:50Z
MEMBER
null
Title is self-explanatory. Closes #18031.
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/22165/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/22165/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/22165.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/22165", "merged_at": "2018-08-03T15:09:50Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/22165.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/22165" }
https://api.github.com/repos/pandas-dev/pandas/issues/22166
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/22166/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/22166/comments
https://api.github.com/repos/pandas-dev/pandas/issues/22166/events
https://github.com/pandas-dev/pandas/issues/22166
346,952,448
MDU6SXNzdWUzNDY5NTI0NDg=
22,166
DOC: backport py2.7 whatsnew warning
{ "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/jreback/followers", "following_url": "https://api.github.com/users/jreback/following{/other_user}", "gists_url": "https://...
[ { "color": "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": "2018-08-06T10:11:39Z", "closed_issues": 19, "created_at": "2018-06-26T11:54:44Z", "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/jre...
0
2018-08-02T10:27:48Z
2018-08-06T10:09:55Z
2018-08-06T10:09:55Z
CONTRIBUTOR
null
xref #21944
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/22166/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/22166/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/22167
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/22167/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/22167/comments
https://api.github.com/repos/pandas-dev/pandas/issues/22167/events
https://github.com/pandas-dev/pandas/pull/22167
346,961,780
MDExOlB1bGxSZXF1ZXN0MjA1Njk1NDEx
22,167
Fixed py36-only syntax [ci skip]
{ "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...
[]
closed
false
null
[]
null
0
2018-08-02T10:57:16Z
2018-08-02T10:57:39Z
2018-08-02T10:57:35Z
CONTRIBUTOR
null
Closes https://github.com/pandas-dev/pandas/issues/22162 [ci skip]
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/22167/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/22167/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/22167.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/22167", "merged_at": "2018-08-02T10:57:35Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/22167.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/22167" }
https://api.github.com/repos/pandas-dev/pandas/issues/22168
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/22168/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/22168/comments
https://api.github.com/repos/pandas-dev/pandas/issues/22168/events
https://github.com/pandas-dev/pandas/issues/22168
346,962,382
MDU6SXNzdWUzNDY5NjIzODI=
22,168
Error with dayfirst option and extra spaces in dates
{ "avatar_url": "https://avatars.githubusercontent.com/u/16919188?v=4", "events_url": "https://api.github.com/users/Scheibs/events{/privacy}", "followers_url": "https://api.github.com/users/Scheibs/followers", "following_url": "https://api.github.com/users/Scheibs/following{/other_user}", "gists_url": "https:...
[ { "color": "e10c02", "default": false, "description": null, "id": 76811, "name": "Bug", "node_id": "MDU6TGFiZWw3NjgxMQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug" }, { "color": "AFEEEE", "default": false, "description": null, "id": 211840, ...
open
false
null
[]
null
2
2018-08-02T10:59:17Z
2020-04-01T03:30:59Z
null
NONE
null
I found a bad behaviour for the dayfirst option in to_datetime. It's seems that dayfirst= True is only applied on the first row. ```python import pandas as pd df = pd.DataFrame(['2018-04-11 10:30:00','2018-04-11 10:30:00','2018-04-11 10:15:00'],columns=['date']) df["date dayFristTrue"] = pd.to_datetime(df["date...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/22168/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/22168/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/22169
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/22169/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/22169/comments
https://api.github.com/repos/pandas-dev/pandas/issues/22169/events
https://github.com/pandas-dev/pandas/pull/22169
346,979,575
MDExOlB1bGxSZXF1ZXN0MjA1NzA5Mzcw
22,169
BUG: Fix using "inf"/"-inf" in na_values for csv with int index column
{ "avatar_url": "https://avatars.githubusercontent.com/u/3714987?v=4", "events_url": "https://api.github.com/users/Templarrr/events{/privacy}", "followers_url": "https://api.github.com/users/Templarrr/followers", "following_url": "https://api.github.com/users/Templarrr/following{/other_user}", "gists_url": "h...
[ { "color": "006b75", "default": false, "description": "Arithmetic, Comparison, and Logical operations", "id": 47223669, "name": "Numeric Operations", "node_id": "MDU6TGFiZWw0NzIyMzY2OQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Numeric%20Operations" }, { "c...
closed
false
null
[]
{ "closed_at": "2018-10-23T02:32:44Z", "closed_issues": 18, "created_at": "2018-08-02T10:03:24Z", "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/jre...
12
2018-08-02T11:56:34Z
2018-08-09T11:02:46Z
2018-08-09T10:38:01Z
CONTRIBUTOR
null
- [x] closes #17128 - [x] tests added / passed - [x] passes `git diff upstream/master -u -- "*.py" | flake8 --diff` - [x] whatsnew entry The issue happens when you try to use 'inf' or '-inf' as part of na_values in read_csv. Code snippet to reproduce: ``` from StringIO import StringIO import pandas as pd ...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/22169/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/22169/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/22169.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/22169", "merged_at": "2018-08-09T10:38:01Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/22169.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/22169" }
https://api.github.com/repos/pandas-dev/pandas/issues/22170
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/22170/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/22170/comments
https://api.github.com/repos/pandas-dev/pandas/issues/22170/events
https://github.com/pandas-dev/pandas/pull/22170
347,025,925
MDExOlB1bGxSZXF1ZXN0MjA1NzQ1Njk0
22,170
BUG: fixed .str.contains(..., na=False) for categorical series
{ "avatar_url": "https://avatars.githubusercontent.com/u/9420061?v=4", "events_url": "https://api.github.com/users/pulkitmaloo/events{/privacy}", "followers_url": "https://api.github.com/users/pulkitmaloo/followers", "following_url": "https://api.github.com/users/pulkitmaloo/following{/other_user}", "gists_ur...
[ { "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": "2019-01-26T00:51:26Z", "closed_issues": 2048, "created_at": "2018-03-29T12:00:12Z", "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...
10
2018-08-02T14:02:13Z
2018-11-20T01:14:01Z
2018-11-20T01:13:57Z
CONTRIBUTOR
null
- [x] closes #22158 - [x] tests added / passed - [x] passes `git diff upstream/master -u -- "*.py" | flake8 --diff` - [x] whatsnew entry
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/22170/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/22170/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/22170.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/22170", "merged_at": "2018-11-20T01:13:57Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/22170.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/22170" }
https://api.github.com/repos/pandas-dev/pandas/issues/22171
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/22171/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/22171/comments
https://api.github.com/repos/pandas-dev/pandas/issues/22171/events
https://github.com/pandas-dev/pandas/issues/22171
347,054,217
MDU6SXNzdWUzNDcwNTQyMTc=
22,171
Groupby with Grouper + ffill results in Column being replaced with BinGrouper Objects
{ "avatar_url": "https://avatars.githubusercontent.com/u/1280059?v=4", "events_url": "https://api.github.com/users/bmoscon/events{/privacy}", "followers_url": "https://api.github.com/users/bmoscon/followers", "following_url": "https://api.github.com/users/bmoscon/following{/other_user}", "gists_url": "https:/...
[ { "color": "0e8a16", "default": true, "description": null, "id": 717120670, "name": "good first issue", "node_id": "MDU6TGFiZWw3MTcxMjA2NzA=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/good%20first%20issue" }, { "color": "cdea3c", "default": false, "de...
closed
false
null
[]
null
3
2018-08-02T15:07:30Z
2021-10-11T13:40:22Z
2021-10-11T13:40:21Z
CONTRIBUTOR
null
#### Code Sample, a copy-pastable example if possible ```python df = pd.DataFrame({'dt': ['2017-01-01', '2017-01-02', '2017-01-03'], 'id': [1, 1, 2], 'data': [1.0, np.nan, 3.1]}) df['datetime'] = pd.to_datetime(df.dt) df.groupby(['id', pd.Grouper(key='datetime', freq='2D')]).ffill() ``` output: ``` 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/22171/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/22171/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/22172
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/22172/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/22172/comments
https://api.github.com/repos/pandas-dev/pandas/issues/22172/events
https://github.com/pandas-dev/pandas/issues/22172
347,102,793
MDU6SXNzdWUzNDcxMDI3OTM=
22,172
Expressions don't evaluate when using named parameters
{ "avatar_url": "https://avatars.githubusercontent.com/u/1374592?v=4", "events_url": "https://api.github.com/users/paulalexwilson/events{/privacy}", "followers_url": "https://api.github.com/users/paulalexwilson/followers", "following_url": "https://api.github.com/users/paulalexwilson/following{/other_user}", ...
[ { "color": "4E9A06", "default": false, "description": null, "id": 76812, "name": "Enhancement", "node_id": "MDU6TGFiZWw3NjgxMg==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Enhancement" } ]
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
2018-08-02T17:20:30Z
2018-08-02T18:28:31Z
2018-08-02T18:27:21Z
NONE
null
It seems that the eval function doesn't work when using named parameters: ```python >>> import pandas.core.computation.eval as eval >>> def func(a=None): return a*a ... >>> eval.eval('func(a=2)') /expr.py", line 314, in visit return visitor(node, **kwargs) File "python3.6/site-pac...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/22172/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/22172/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/22173
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/22173/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/22173/comments
https://api.github.com/repos/pandas-dev/pandas/issues/22173/events
https://github.com/pandas-dev/pandas/pull/22173
347,104,925
MDExOlB1bGxSZXF1ZXN0MjA1ODA3MzI0
22,173
Fix Series v Index bool 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": "e10c02", "default": false, "description": null, "id": 76811, "name": "Bug", "node_id": "MDU6TGFiZWw3NjgxMQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug" }, { "color": "eb6420", "default": false, "description": "Non-arithmetic algos: va...
closed
false
null
[]
{ "closed_at": "2019-01-26T00:51:26Z", "closed_issues": 2048, "created_at": "2018-03-29T12:00:12Z", "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
2018-08-02T17:27:29Z
2018-09-25T23:48:57Z
2018-09-23T13:35:16Z
MEMBER
null
Series boolean ops tests need some serious cleanup and fleshing out. This gets separates out one fix before going in to clean up the tests.
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/22173/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/22173/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/22173.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/22173", "merged_at": "2018-09-23T13:35:16Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/22173.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/22173" }
https://api.github.com/repos/pandas-dev/pandas/issues/22174
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/22174/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/22174/comments
https://api.github.com/repos/pandas-dev/pandas/issues/22174/events
https://github.com/pandas-dev/pandas/pull/22174
347,136,105
MDExOlB1bGxSZXF1ZXN0MjA1ODMxNTMw
22,174
DOC: update the Series.str.join docstring
{ "avatar_url": "https://avatars.githubusercontent.com/u/1391178?v=4", "events_url": "https://api.github.com/users/feiphoon/events{/privacy}", "followers_url": "https://api.github.com/users/feiphoon/followers", "following_url": "https://api.github.com/users/feiphoon/following{/other_user}", "gists_url": "http...
[ { "color": "3465A4", "default": false, "description": null, "id": 134699, "name": "Docs", "node_id": "MDU6TGFiZWwxMzQ2OTk=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Docs" }, { "color": "5319e7", "default": false, "description": "String extension data...
closed
false
{ "avatar_url": "https://avatars.githubusercontent.com/u/10058240?v=4", "events_url": "https://api.github.com/users/datapythonista/events{/privacy}", "followers_url": "https://api.github.com/users/datapythonista/followers", "following_url": "https://api.github.com/users/datapythonista/following{/other_user}", ...
[ { "avatar_url": "https://avatars.githubusercontent.com/u/10058240?v=4", "events_url": "https://api.github.com/users/datapythonista/events{/privacy}", "followers_url": "https://api.github.com/users/datapythonista/followers", "following_url": "https://api.github.com/users/datapythonista/following{/oth...
{ "closed_at": "2019-01-26T00:51:26Z", "closed_issues": 2048, "created_at": "2018-03-29T12:00:12Z", "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
2018-08-02T19:03:45Z
2018-08-08T14:39:51Z
2018-08-08T12:30:55Z
CONTRIBUTOR
null
Checklist for the pandas documentation sprint (ignore this if you are doing an unrelated PR): - [x] PR title is "DOC: update the docstring" - [x] The validation script passes: scripts/validate_docstrings.py <your-function-or-method> - [x] The PEP8 style check passes: git diff upstream/master -u -- "*.py" | flake8 ...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/22174/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/22174/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/22174.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/22174", "merged_at": "2018-08-08T12:30:55Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/22174.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/22174" }
https://api.github.com/repos/pandas-dev/pandas/issues/22175
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/22175/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/22175/comments
https://api.github.com/repos/pandas-dev/pandas/issues/22175/events
https://github.com/pandas-dev/pandas/pull/22175
347,139,590
MDExOlB1bGxSZXF1ZXN0MjA1ODM0MjY0
22,175
DOC: updating the Series.str.cat docstring
{ "avatar_url": "https://avatars.githubusercontent.com/u/25724236?v=4", "events_url": "https://api.github.com/users/ym-pett/events{/privacy}", "followers_url": "https://api.github.com/users/ym-pett/followers", "following_url": "https://api.github.com/users/ym-pett/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": "2019-01-26T00:51:26Z", "closed_issues": 2048, "created_at": "2018-03-29T12:00:12Z", "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...
4
2018-08-02T19:14:43Z
2018-08-02T20:35:10Z
2018-08-02T20:35:08Z
CONTRIBUTOR
null
- [x] passes `git diff upstream/master -u -- "*.py" | flake8 --diff`
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/22175/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/22175/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/22175.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/22175", "merged_at": "2018-08-02T20:35:08Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/22175.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/22175" }
https://api.github.com/repos/pandas-dev/pandas/issues/22176
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/22176/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/22176/comments
https://api.github.com/repos/pandas-dev/pandas/issues/22176/events
https://github.com/pandas-dev/pandas/pull/22176
347,154,981
MDExOlB1bGxSZXF1ZXN0MjA1ODQ1OTkx
22,176
DOC: update the Series.str.contains docstring
{ "avatar_url": "https://avatars.githubusercontent.com/u/40072822?v=4", "events_url": "https://api.github.com/users/nicolab100/events{/privacy}", "followers_url": "https://api.github.com/users/nicolab100/followers", "following_url": "https://api.github.com/users/nicolab100/following{/other_user}", "gists_url"...
[ { "color": "3465A4", "default": false, "description": null, "id": 134699, "name": "Docs", "node_id": "MDU6TGFiZWwxMzQ2OTk=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Docs" } ]
closed
false
null
[]
{ "closed_at": "2019-01-26T00:51:26Z", "closed_issues": 2048, "created_at": "2018-03-29T12:00:12Z", "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
2018-08-02T20:04:46Z
2018-08-02T23:28:05Z
2018-08-02T20:33:02Z
CONTRIBUTOR
null
updated see also section with two more examples
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/22176/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/22176/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/22176.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/22176", "merged_at": "2018-08-02T20:33:02Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/22176.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/22176" }
https://api.github.com/repos/pandas-dev/pandas/issues/22177
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/22177/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/22177/comments
https://api.github.com/repos/pandas-dev/pandas/issues/22177/events
https://github.com/pandas-dev/pandas/pull/22177
347,161,916
MDExOlB1bGxSZXF1ZXN0MjA1ODUxMzY1
22,177
0.23.4 whatsnew [ci skip]
{ "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...
[]
closed
false
null
[]
null
1
2018-08-02T20:26:14Z
2018-08-02T20:26:43Z
2018-08-02T20:26:41Z
CONTRIBUTOR
null
[ci skip]
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/22177/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/22177/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/22177.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/22177", "merged_at": "2018-08-02T20:26:41Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/22177.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/22177" }
https://api.github.com/repos/pandas-dev/pandas/issues/22178
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/22178/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/22178/comments
https://api.github.com/repos/pandas-dev/pandas/issues/22178/events
https://github.com/pandas-dev/pandas/pull/22178
347,162,598
MDExOlB1bGxSZXF1ZXN0MjA1ODUxODky
22,178
0.23.4 backports 1
{ "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...
[]
closed
false
null
[]
{ "closed_at": "2018-08-06T10:11:39Z", "closed_issues": 19, "created_at": "2018-06-26T11:54:44Z", "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/jre...
3
2018-08-02T20:28:21Z
2018-08-03T17:21:53Z
2018-08-03T17:17:10Z
CONTRIBUTOR
null
Closes https://github.com/pandas-dev/pandas/issues/22166
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/22178/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/22178/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/22178.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/22178", "merged_at": "2018-08-03T17:17:10Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/22178.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/22178" }
https://api.github.com/repos/pandas-dev/pandas/issues/22179
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/22179/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/22179/comments
https://api.github.com/repos/pandas-dev/pandas/issues/22179/events
https://github.com/pandas-dev/pandas/pull/22179
347,167,866
MDExOlB1bGxSZXF1ZXN0MjA1ODU2MDk4
22,179
Documentation: typo fixes in MultiIndex / Advanced Indexing
{ "avatar_url": "https://avatars.githubusercontent.com/u/12021217?v=4", "events_url": "https://api.github.com/users/adamjstewart/events{/privacy}", "followers_url": "https://api.github.com/users/adamjstewart/followers", "following_url": "https://api.github.com/users/adamjstewart/following{/other_user}", "gist...
[ { "color": "3465A4", "default": false, "description": null, "id": 134699, "name": "Docs", "node_id": "MDU6TGFiZWwxMzQ2OTk=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Docs" }, { "color": "0b02e1", "default": false, "description": "Related to indexing o...
closed
false
null
[]
null
1
2018-08-02T20:45:14Z
2018-08-02T23:59:11Z
2018-08-02T23:26:47Z
CONTRIBUTOR
null
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/22179/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/22179/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/22179.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/22179", "merged_at": "2018-08-02T23:26:46Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/22179.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/22179" }
https://api.github.com/repos/pandas-dev/pandas/issues/22180
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/22180/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/22180/comments
https://api.github.com/repos/pandas-dev/pandas/issues/22180/events
https://github.com/pandas-dev/pandas/issues/22180
347,168,877
MDU6SXNzdWUzNDcxNjg4Nzc=
22,180
[DISC] Use type annotations in cython
{ "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": "3465A4", "default": false, "description": null, "id": 134699, "name": "Docs", "node_id": "MDU6TGFiZWwxMzQ2OTk=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Docs" }, { "color": "fbca04", "default": false, "description": "Related to non-user a...
closed
false
null
[]
null
3
2018-08-02T20:48:26Z
2018-08-05T23:45:18Z
2018-08-05T23:45:18Z
MEMBER
null
Regardless of whether run in py2/py3, cython supports modern type annotations. A lot of _libs could be made valid python by using these. Upsides: - linting! - get experience with these, will help in deciding if we want to use them in the non-cython code-base. - may lower barrier-to-entry for contributors not com...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/22180/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/22180/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/22181
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/22181/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/22181/comments
https://api.github.com/repos/pandas-dev/pandas/issues/22181/events
https://github.com/pandas-dev/pandas/pull/22181
347,182,842
MDExOlB1bGxSZXF1ZXN0MjA1ODY3OTYx
22,181
Standardize special case in tz_conversion 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": "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" }, { "color": "207de5", "default": false, "des...
closed
false
null
[]
{ "closed_at": "2019-01-26T00:51:26Z", "closed_issues": 2048, "created_at": "2018-03-29T12:00:12Z", "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
2018-08-02T21:34:29Z
2018-08-08T15:50:40Z
2018-08-08T10:49:19Z
MEMBER
null
ATM `_tz_convert_dst` handles iteration and masking differently (and more complicated-ly) than other related functions. AFAICT the reasoning is that this implementation is performant when the passed `vals` have a high proportion of `iNaT`s. By changing this special case to conform to the standard pattern, we allow ...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/22181/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/22181/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/22181.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/22181", "merged_at": "2018-08-08T10:49:19Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/22181.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/22181" }
https://api.github.com/repos/pandas-dev/pandas/issues/22182
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/22182/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/22182/comments
https://api.github.com/repos/pandas-dev/pandas/issues/22182/events
https://github.com/pandas-dev/pandas/pull/22182
347,195,345
MDExOlB1bGxSZXF1ZXN0MjA1ODc3ODU0
22,182
implement masked_arith_op to de-duplicate ops code
{ "avatar_url": "https://avatars.githubusercontent.com/u/8078968?v=4", "events_url": "https://api.github.com/users/jbrockmendel/events{/privacy}", "followers_url": "https://api.github.com/users/jbrockmendel/followers", "following_url": "https://api.github.com/users/jbrockmendel/following{/other_user}", "gists...
[ { "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": "eb6420", "default": false, "de...
closed
false
null
[]
{ "closed_at": "2019-01-26T00:51:26Z", "closed_issues": 2048, "created_at": "2018-03-29T12:00:12Z", "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...
4
2018-08-02T22:23:03Z
2018-08-10T17:20:21Z
2018-08-10T10:00:26Z
MEMBER
null
ATM _arith_method_SERIES and _arith_method_FRAME have really similar fallback code. This de-duplicates those. - [x] passes `git diff upstream/master -u -- "*.py" | flake8 --diff`
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/22182/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/22182/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/22182.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/22182", "merged_at": "2018-08-10T10:00:26Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/22182.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/22182" }
https://api.github.com/repos/pandas-dev/pandas/issues/22183
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/22183/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/22183/comments
https://api.github.com/repos/pandas-dev/pandas/issues/22183/events
https://github.com/pandas-dev/pandas/issues/22183
347,197,766
MDU6SXNzdWUzNDcxOTc3NjY=
22,183
GroupBy plotting functionality differs for line and scatter
{ "avatar_url": "https://avatars.githubusercontent.com/u/3290052?v=4", "events_url": "https://api.github.com/users/jadolfbr/events{/privacy}", "followers_url": "https://api.github.com/users/jadolfbr/followers", "following_url": "https://api.github.com/users/jadolfbr/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": "729FCF", "default": false, "description": null, "id": 233160, ...
open
false
null
[]
null
0
2018-08-02T22:33:27Z
2021-06-21T01:36:30Z
null
NONE
null
#### Code Sample, a copy-pastable example if possible ```python fig, ax = plt.subplots() df.groupby('experiment').plot(kind="scatter", x="rmsd", y="score_rank", ax=ax) plt.legend() ``` #### Problem description This produces a single plot, but has no labels. No colors, no legend. Just a single plot of gra...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/22183/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/22183/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/22184
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/22184/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/22184/comments
https://api.github.com/repos/pandas-dev/pandas/issues/22184/events
https://github.com/pandas-dev/pandas/pull/22184
347,209,041
MDExOlB1bGxSZXF1ZXN0MjA1ODg4NzAw
22,184
CI: Fix Travis failures due to lint.sh on pandas/core/strings.py
{ "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": "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-01-26T00:51:26Z", "closed_issues": 2048, "created_at": "2018-03-29T12:00:12Z", "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
2018-08-02T23:29:58Z
2018-08-03T16:39:40Z
2018-08-03T01:58:33Z
MEMBER
null
Travis builds are failing since `lint.sh` is catching a line that's too long in `pandas/core/strings.py`, e.g. https://travis-ci.org/pandas-dev/pandas/jobs/411505206
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/22184/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/22184/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/22184.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/22184", "merged_at": "2018-08-03T01:58:33Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/22184.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/22184" }
https://api.github.com/repos/pandas-dev/pandas/issues/22185
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/22185/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/22185/comments
https://api.github.com/repos/pandas-dev/pandas/issues/22185/events
https://github.com/pandas-dev/pandas/pull/22185
347,237,414
MDExOlB1bGxSZXF1ZXN0MjA1OTA5NDg4
22,185
qcut: Option to return -inf/inf as lower/upper bound
{ "avatar_url": "https://avatars.githubusercontent.com/u/2308172?v=4", "events_url": "https://api.github.com/users/dberenbaum/events{/privacy}", "followers_url": "https://api.github.com/users/dberenbaum/followers", "following_url": "https://api.github.com/users/dberenbaum/following{/other_user}", "gists_url":...
[ { "color": "4E9A06", "default": false, "description": null, "id": 76812, "name": "Enhancement", "node_id": "MDU6TGFiZWw3NjgxMg==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Enhancement" }, { "color": "02d7e1", "default": false, "description": "Concat, ...
closed
false
null
[]
null
11
2018-08-03T02:30:46Z
2019-03-01T02:19:04Z
2019-03-01T02:18:40Z
NONE
null
- [x] closes #17282 - [x] tests added / passed - [x] passes `git diff upstream/master -u -- "*.py" | flake8 --diff` - [x] whatsnew entry
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/22185/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/22185/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/22185.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/22185", "merged_at": null, "patch_url": "https://github.com/pandas-dev/pandas/pull/22185.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/22185" }
https://api.github.com/repos/pandas-dev/pandas/issues/22186
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/22186/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/22186/comments
https://api.github.com/repos/pandas-dev/pandas/issues/22186/events
https://github.com/pandas-dev/pandas/issues/22186
347,239,157
MDU6SXNzdWUzNDcyMzkxNTc=
22,186
Concat empty series with mixed TZ doesn't coerce to object
{ "avatar_url": "https://avatars.githubusercontent.com/u/1312546?v=4", "events_url": "https://api.github.com/users/TomAugspurger/events{/privacy}", "followers_url": "https://api.github.com/users/TomAugspurger/followers", "following_url": "https://api.github.com/users/TomAugspurger/following{/other_user}", "gi...
[ { "color": "e10c02", "default": false, "description": null, "id": 76811, "name": "Bug", "node_id": "MDU6TGFiZWw3NjgxMQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug" }, { "color": "02d7e1", "default": false, "description": "Concat, Merge/Join, Stac...
open
false
null
[]
null
5
2018-08-03T02:41:28Z
2021-06-21T01:37:10Z
null
CONTRIBUTOR
null
Do we intentionally special case concatenating an empty series with a non-empty series here? I don't think we should. It'd be nice to statically know the output dtype of a `concat` without having to look into the values. ```python In [2]: import pandas as pd In [3]: pd.concat([pd.Series([], dtype='datetime64[ns,...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/22186/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/22186/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/22187
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/22187/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/22187/comments
https://api.github.com/repos/pandas-dev/pandas/issues/22187/events
https://github.com/pandas-dev/pandas/pull/22187
347,332,315
MDExOlB1bGxSZXF1ZXN0MjA1OTgwMzMw
22,187
DOC: Update the Series.str.len docstring
{ "avatar_url": "https://avatars.githubusercontent.com/u/22982476?v=4", "events_url": "https://api.github.com/users/IsvenC/events{/privacy}", "followers_url": "https://api.github.com/users/IsvenC/followers", "following_url": "https://api.github.com/users/IsvenC/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": "5319e7", "default": false, "description": "String extension data...
closed
false
null
[]
{ "closed_at": "2019-01-26T00:51:26Z", "closed_issues": 2048, "created_at": "2018-03-29T12:00:12Z", "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
2018-08-03T09:50:15Z
2018-08-09T10:59:15Z
2018-08-09T10:59:10Z
CONTRIBUTOR
null
[X] PR title is "DOC: update the docstring" [X] The PEP8 style check passes: git diff upstream/master -u -- "*.py" | flake8 --diff [X] The html version looks good: python doc/make.py --single
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/22187/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/22187/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/22187.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/22187", "merged_at": "2018-08-09T10:59:10Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/22187.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/22187" }
https://api.github.com/repos/pandas-dev/pandas/issues/22188
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/22188/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/22188/comments
https://api.github.com/repos/pandas-dev/pandas/issues/22188/events
https://github.com/pandas-dev/pandas/pull/22188
347,362,540
MDExOlB1bGxSZXF1ZXN0MjA2MDAzOTgz
22,188
Revert "TST: skip pytables test with not-updated pytables conda packa…
{ "avatar_url": "https://avatars.githubusercontent.com/u/1312546?v=4", "events_url": "https://api.github.com/users/TomAugspurger/events{/privacy}", "followers_url": "https://api.github.com/users/TomAugspurger/followers", "following_url": "https://api.github.com/users/TomAugspurger/following{/other_user}", "gi...
[ { "color": "C4A000", "default": false, "description": "pandas testing functions or related to the test suite", "id": 127685, "name": "Testing", "node_id": "MDU6TGFiZWwxMjc2ODU=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Testing" }, { "color": "75507B", "d...
closed
false
null
[]
null
10
2018-08-03T11:35:33Z
2018-08-21T21:02:00Z
2018-08-08T10:51:20Z
CONTRIBUTOR
null
…ge (#22099)" This reverts commit 017e910a90cbb29c0f844f4d6aa966ebb5cd680a. closes https://github.com/pandas-dev/pandas/issues/22098
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/22188/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/22188/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/22188.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/22188", "merged_at": null, "patch_url": "https://github.com/pandas-dev/pandas/pull/22188.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/22188" }
https://api.github.com/repos/pandas-dev/pandas/issues/22189
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/22189/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/22189/comments
https://api.github.com/repos/pandas-dev/pandas/issues/22189/events
https://github.com/pandas-dev/pandas/issues/22189
347,383,043
MDU6SXNzdWUzNDczODMwNDM=
22,189
valid parameters check while reading data
{ "avatar_url": "https://avatars.githubusercontent.com/u/222800?v=4", "events_url": "https://api.github.com/users/shantanuo/events{/privacy}", "followers_url": "https://api.github.com/users/shantanuo/followers", "following_url": "https://api.github.com/users/shantanuo/following{/other_user}", "gists_url": "ht...
[ { "color": "4E9A06", "default": false, "description": null, "id": 76812, "name": "Enhancement", "node_id": "MDU6TGFiZWw3NjgxMg==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Enhancement" }, { "color": "AD7FA8", "default": false, "description": null, ...
closed
false
null
[]
{ "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", ...
8
2018-08-03T12:47:34Z
2021-06-21T01:39:51Z
2021-06-21T01:39:50Z
NONE
null
Pandas seems to ignore the extra (invalid) parameters. For e.g. #### Code Sample, a copy-pastable example if possible ```python import pandas as pd df=pd.read_excel('myfile.xlsx', some_dummy_param=True) ``` Note that some_dummy_param does not throw an error. #### Problem description Is there any way to ma...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/22189/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/22189/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/22190
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/22190/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/22190/comments
https://api.github.com/repos/pandas-dev/pandas/issues/22190/events
https://github.com/pandas-dev/pandas/pull/22190
347,444,853
MDExOlB1bGxSZXF1ZXN0MjA2MDY3ODYw
22,190
Run tests in conda build [ci skip]
{ "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...
[]
closed
false
null
[]
null
0
2018-08-03T15:39:53Z
2018-08-03T16:50:16Z
2018-08-03T16:50:14Z
CONTRIBUTOR
null
[ci skip] This is to aid in the release process. Easiest to let conda-build run the tests by default, and disable them where we don't want to run them.
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/22190/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/22190/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/22190.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/22190", "merged_at": "2018-08-03T16:50:14Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/22190.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/22190" }
https://api.github.com/repos/pandas-dev/pandas/issues/22191
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/22191/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/22191/comments
https://api.github.com/repos/pandas-dev/pandas/issues/22191/events
https://github.com/pandas-dev/pandas/pull/22191
347,445,115
MDExOlB1bGxSZXF1ZXN0MjA2MDY4MDYy
22,191
Inconsistent behaviour when apply() used on categorical with NaN values
{ "avatar_url": "https://avatars.githubusercontent.com/u/13752770?v=4", "events_url": "https://api.github.com/users/manuhortet/events{/privacy}", "followers_url": "https://api.github.com/users/manuhortet/followers", "following_url": "https://api.github.com/users/manuhortet/following{/other_user}", "gists_url"...
[ { "color": "e10c02", "default": false, "description": null, "id": 76811, "name": "Bug", "node_id": "MDU6TGFiZWw3NjgxMQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug" }, { "color": "e11d21", "default": false, "description": "Categorical Data Type", ...
closed
false
null
[]
null
5
2018-08-03T15:40:36Z
2019-01-14T00:12:16Z
2019-01-14T00:12:16Z
NONE
null
- [x] closes #20714 - [x] tests added / passed - [x] passes `git diff upstream/master -u -- "*.py" | flake8 --diff` - [ ] whatsnew entry
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/22191/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/22191/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/22191.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/22191", "merged_at": null, "patch_url": "https://github.com/pandas-dev/pandas/pull/22191.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/22191" }
https://api.github.com/repos/pandas-dev/pandas/issues/22192
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/22192/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/22192/comments
https://api.github.com/repos/pandas-dev/pandas/issues/22192/events
https://github.com/pandas-dev/pandas/issues/22192
347,467,429
MDU6SXNzdWUzNDc0Njc0Mjk=
22,192
pandas-ci pip test failling
{ "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-01-26T00:51:26Z", "closed_issues": 2048, "created_at": "2018-03-29T12:00:12Z", "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
2018-08-03T16:53:04Z
2019-01-08T02:51:36Z
2019-01-08T02:51:36Z
CONTRIBUTOR
null
https://travis-ci.org/pandas-dev/pandas-ci/jobs/411446775#L2809 failling with ``` from pandas/_libs/hashing.c:596: /home/travis/miniconda3/envs/pandas/lib/python3.6/site-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:15:2: warning: #warning "Using deprecated NumPy API, disable 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/22192/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/22192/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/22193
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/22193/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/22193/comments
https://api.github.com/repos/pandas-dev/pandas/issues/22193/events
https://github.com/pandas-dev/pandas/pull/22193
347,525,681
MDExOlB1bGxSZXF1ZXN0MjA2MTMwNTU1
22,193
Added a decorator function to validate parameters
{ "avatar_url": "https://avatars.githubusercontent.com/u/222800?v=4", "events_url": "https://api.github.com/users/shantanuo/events{/privacy}", "followers_url": "https://api.github.com/users/shantanuo/followers", "following_url": "https://api.github.com/users/shantanuo/following{/other_user}", "gists_url": "ht...
[ { "color": "ffa0ff", "default": false, "description": "Incorrect or improved errors from pandas", "id": 42670965, "name": "Error Reporting", "node_id": "MDU6TGFiZWw0MjY3MDk2NQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Error%20Reporting" } ]
closed
false
null
[]
null
10
2018-08-03T20:25:08Z
2018-11-23T03:30:29Z
2018-11-23T03:30:29Z
NONE
null
read_excel method needs to check if it has received valid parameters only. Use of **kwds allows any parameter that leads to confusion and bugs.
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/22193/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/22193/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/22193.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/22193", "merged_at": null, "patch_url": "https://github.com/pandas-dev/pandas/pull/22193.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/22193" }
https://api.github.com/repos/pandas-dev/pandas/issues/22194
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/22194/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/22194/comments
https://api.github.com/repos/pandas-dev/pandas/issues/22194/events
https://github.com/pandas-dev/pandas/issues/22194
347,561,059
MDU6SXNzdWUzNDc1NjEwNTk=
22,194
low_memory=True in read_csv leads to non documented, silent errors
{ "avatar_url": "https://avatars.githubusercontent.com/u/16281387?v=4", "events_url": "https://api.github.com/users/diegoquintanav/events{/privacy}", "followers_url": "https://api.github.com/users/diegoquintanav/followers", "following_url": "https://api.github.com/users/diegoquintanav/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": "5319e7", "default": false, "description": "read_csv, to_csv", ...
open
false
null
[]
null
5
2018-08-03T23:18:52Z
2021-06-21T05:23:38Z
null
NONE
null
#### Problem description Say I have a csv file with a "considerable" number of rows, and a column that matches some value, i.e. > Note: I've marked the matched values between many `*` ```bash $ grep -a --text -e "11815057" somefile.csv 9999;40043;2;DUMMY1;1;1101;DUMMY2;3;0;110;1;B;****11815057*****;1;200511...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/22194/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/22194/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/22195
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/22195/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/22195/comments
https://api.github.com/repos/pandas-dev/pandas/issues/22195/events
https://github.com/pandas-dev/pandas/pull/22195
347,561,750
MDExOlB1bGxSZXF1ZXN0MjA2MTU4ODU5
22,195
API: Tick arithmetic respects calendar time
{ "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": "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": "0052cc", "default": false, "description": "D...
closed
false
null
[]
null
10
2018-08-03T23:23:40Z
2018-09-09T05:22:20Z
2018-08-11T03:36:14Z
MEMBER
null
- [x] closes #20633 - [ ] tests added / passed - [x] passes `git diff upstream/master -u -- "*.py" | flake8 --diff` - [ ] whatsnew entry This PR changes `Tick` arithmetic to respect calendar time akin to `Datoffset` for `Timestamp` and `DatetimIndex` (and hence `Series`). There may be some embedded Tick work-aro...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/22195/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/22195/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/22195.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/22195", "merged_at": null, "patch_url": "https://github.com/pandas-dev/pandas/pull/22195.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/22195" }
https://api.github.com/repos/pandas-dev/pandas/issues/22196
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/22196/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/22196/comments
https://api.github.com/repos/pandas-dev/pandas/issues/22196/events
https://github.com/pandas-dev/pandas/pull/22196
347,647,207
MDExOlB1bGxSZXF1ZXN0MjA2MjA5MjQ1
22,196
Finish moving period_helper to cython
{ "avatar_url": "https://avatars.githubusercontent.com/u/8078968?v=4", "events_url": "https://api.github.com/users/jbrockmendel/events{/privacy}", "followers_url": "https://api.github.com/users/jbrockmendel/followers", "following_url": "https://api.github.com/users/jbrockmendel/following{/other_user}", "gists...
[ { "color": "eb6420", "default": false, "description": "Period data type", "id": 60635328, "name": "Period", "node_id": "MDU6TGFiZWw2MDYzNTMyOA==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Period" }, { "color": "207de5", "default": false, "description"...
closed
false
null
[]
{ "closed_at": "2019-01-26T00:51:26Z", "closed_issues": 2048, "created_at": "2018-03-29T12:00:12Z", "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...
7
2018-08-04T20:46:44Z
2018-08-08T15:51:31Z
2018-08-07T12:57:38Z
MEMBER
null
- [x] closes #19465 There is probably some cleanup that can be done now that period logic is self-contained. No evident perf impact. ``` asv continuous -E virtualenv -f 1.1 master HEAD -b period [...] before after ratio [776fed3a] [7cc0d9e8] + 1.14±0μs 1.28±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/22196/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/22196/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/22196.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/22196", "merged_at": "2018-08-07T12:57:37Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/22196.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/22196" }
https://api.github.com/repos/pandas-dev/pandas/issues/22197
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/22197/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/22197/comments
https://api.github.com/repos/pandas-dev/pandas/issues/22197/events
https://github.com/pandas-dev/pandas/issues/22197
347,647,519
MDU6SXNzdWUzNDc2NDc1MTk=
22,197
to_clipboard() example in docs contains an exception
{ "avatar_url": "https://avatars.githubusercontent.com/u/474937?v=4", "events_url": "https://api.github.com/users/NasaGeek/events{/privacy}", "followers_url": "https://api.github.com/users/NasaGeek/followers", "following_url": "https://api.github.com/users/NasaGeek/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": "06909A", "default": false, "description": "IO issues that don't ...
closed
false
null
[]
null
4
2018-08-04T20:52:10Z
2019-09-17T03:18:41Z
2019-09-17T03:18:41Z
CONTRIBUTOR
null
https://pandas.pydata.org/pandas-docs/version/0.23.4/io.html#clipboard The code example for the to/from_clipboard() functions contains the following exception in the docs: ``` --------------------------------------------------------------------------- PyperclipException Traceback (most rece...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/22197/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/22197/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/22198
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/22198/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/22198/comments
https://api.github.com/repos/pandas-dev/pandas/issues/22198/events
https://github.com/pandas-dev/pandas/pull/22198
347,649,727
MDExOlB1bGxSZXF1ZXN0MjA2MjEwODMy
22,198
BUG: DataFrame.asof() : Timezone Awareness / Naivety comparison TypeError
{ "avatar_url": "https://avatars.githubusercontent.com/u/13339773?v=4", "events_url": "https://api.github.com/users/msmarchena/events{/privacy}", "followers_url": "https://api.github.com/users/msmarchena/followers", "following_url": "https://api.github.com/users/msmarchena/following{/other_user}", "gists_url"...
[ { "color": "AFEEEE", "default": false, "description": null, "id": 211840, "name": "Timeseries", "node_id": "MDU6TGFiZWwyMTE4NDA=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Timeseries" }, { "color": "0b02e1", "default": false, "description": "Related t...
closed
false
null
[]
{ "closed_at": "2019-01-26T00:51:26Z", "closed_issues": 2048, "created_at": "2018-03-29T12:00:12Z", "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
2018-08-04T21:32:43Z
2018-08-06T11:11:03Z
2018-08-06T10:36:30Z
CONTRIBUTOR
null
- [X] closes #21194 - [X] tests added / passed - [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/22198/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/22198/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/22198.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/22198", "merged_at": "2018-08-06T10:36:30Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/22198.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/22198" }
https://api.github.com/repos/pandas-dev/pandas/issues/22199
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/22199/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/22199/comments
https://api.github.com/repos/pandas-dev/pandas/issues/22199/events
https://github.com/pandas-dev/pandas/issues/22199
347,666,177
MDU6SXNzdWUzNDc2NjYxNzc=
22,199
read_fwf() function does not infer compression by default
{ "avatar_url": "https://avatars.githubusercontent.com/u/474937?v=4", "events_url": "https://api.github.com/users/NasaGeek/events{/privacy}", "followers_url": "https://api.github.com/users/NasaGeek/followers", "following_url": "https://api.github.com/users/NasaGeek/following{/other_user}", "gists_url": "https...
[ { "color": "e10c02", "default": false, "description": null, "id": 76811, "name": "Bug", "node_id": "MDU6TGFiZWw3NjgxMQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug" }, { "color": "06909A", "default": false, "description": "IO issues that don't fit...
closed
false
null
[]
{ "closed_at": "2019-01-26T00:51:26Z", "closed_issues": 2048, "created_at": "2018-03-29T12:00:12Z", "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
2018-08-05T03:39:54Z
2018-12-27T19:26:23Z
2018-12-27T19:26:23Z
CONTRIBUTOR
null
#### Code Sample, a copy-pastable example if possible ```python import io import gzip import os import pandas as pd fwf = b"""a b c\n1 2 3\n4 5 6""" with gzip.open('file.gz', 'wb') as gz: gz.write(fwf) print(pd.read_fwf('file.gz', compression='infer')) print(pd.read_fwf('file.gz')) os.remove('file.gz')...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/22199/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/22199/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/22200
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/22200/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/22200/comments
https://api.github.com/repos/pandas-dev/pandas/issues/22200/events
https://github.com/pandas-dev/pandas/pull/22200
347,667,333
MDExOlB1bGxSZXF1ZXN0MjA2MjIwOTc3
22,200
BUG: Infer compression by default in read_fwf() (#22199)
{ "avatar_url": "https://avatars.githubusercontent.com/u/474937?v=4", "events_url": "https://api.github.com/users/NasaGeek/events{/privacy}", "followers_url": "https://api.github.com/users/NasaGeek/followers", "following_url": "https://api.github.com/users/NasaGeek/following{/other_user}", "gists_url": "https...
[ { "color": "e10c02", "default": false, "description": null, "id": 76811, "name": "Bug", "node_id": "MDU6TGFiZWw3NjgxMQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug" }, { "color": "06909A", "default": false, "description": "IO issues that don't fit...
closed
false
null
[]
{ "closed_at": "2019-01-26T00:51:26Z", "closed_issues": 2048, "created_at": "2018-03-29T12:00:12Z", "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...
14
2018-08-05T04:06:17Z
2018-12-27T19:26:38Z
2018-12-27T19:26:23Z
CONTRIBUTOR
null
- [x] closes #22199 - [x] tests added / passed - [x] passes `git diff upstream/master -u -- "*.py" | flake8 --diff` - [ ] whatsnew entry
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/22200/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/22200/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/22200.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/22200", "merged_at": "2018-12-27T19:26:23Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/22200.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/22200" }
https://api.github.com/repos/pandas-dev/pandas/issues/22201
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/22201/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/22201/comments
https://api.github.com/repos/pandas-dev/pandas/issues/22201/events
https://github.com/pandas-dev/pandas/pull/22201
347,673,959
MDExOlB1bGxSZXF1ZXN0MjA2MjI0ODI0
22,201
CLN: Old timezone issues
{ "avatar_url": "https://avatars.githubusercontent.com/u/10647082?v=4", "events_url": "https://api.github.com/users/mroeschke/events{/privacy}", "followers_url": "https://api.github.com/users/mroeschke/followers", "following_url": "https://api.github.com/users/mroeschke/following{/other_user}", "gists_url": "...
[ { "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" }, { "color": "207de5", "default": false, "des...
closed
false
null
[]
{ "closed_at": "2019-01-26T00:51:26Z", "closed_issues": 2048, "created_at": "2018-03-29T12:00:12Z", "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
2018-08-05T06:39:39Z
2018-08-06T17:22:47Z
2018-08-06T10:23:27Z
MEMBER
null
- [x] closes #21846 - [x] closes #21737 - [x] closes #20724 - [x] closes #18785 - [x] closes #18308 - [x] tests added / passed - [x] passes `git diff upstream/master -u -- "*.py" | flake8 --diff` - [x] whatsnew entry
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/22201/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/22201/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/22201.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/22201", "merged_at": "2018-08-06T10:23:27Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/22201.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/22201" }
https://api.github.com/repos/pandas-dev/pandas/issues/22202
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/22202/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/22202/comments
https://api.github.com/repos/pandas-dev/pandas/issues/22202/events
https://github.com/pandas-dev/pandas/pull/22202
347,675,289
MDExOlB1bGxSZXF1ZXN0MjA2MjI1NjQx
22,202
STYLE/LINT: Set literals
{ "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": "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": "2019-01-26T00:51:26Z", "closed_issues": 2048, "created_at": "2018-03-29T12:00:12Z", "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
2018-08-05T07:08:38Z
2018-08-06T04:33:55Z
2018-08-06T03:00:18Z
MEMBER
null
xref #22122 Use `{1, 2, 3}` instead of `set([1, 2, 3])` and enforce with a linting rule.
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/22202/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/22202/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/22202.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/22202", "merged_at": "2018-08-06T03:00:18Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/22202.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/22202" }
https://api.github.com/repos/pandas-dev/pandas/issues/22203
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/22203/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/22203/comments
https://api.github.com/repos/pandas-dev/pandas/issues/22203/events
https://github.com/pandas-dev/pandas/issues/22203
347,683,176
MDU6SXNzdWUzNDc2ODMxNzY=
22,203
DataFrame.copy(deep=True) dosen't deep copy the value which type is list()
{ "avatar_url": "https://avatars.githubusercontent.com/u/8597260?v=4", "events_url": "https://api.github.com/users/GabrielDrapor/events{/privacy}", "followers_url": "https://api.github.com/users/GabrielDrapor/followers", "following_url": "https://api.github.com/users/GabrielDrapor/following{/other_user}", "gi...
[ { "color": "e10c02", "default": false, "description": null, "id": 76811, "name": "Bug", "node_id": "MDU6TGFiZWw3NjgxMQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug" }, { "color": "eb6420", "default": false, "description": "Non-arithmetic algos: va...
closed
false
null
[]
null
4
2018-08-05T09:30:03Z
2018-08-13T04:20:42Z
2018-08-13T04:20:42Z
NONE
null
#### Code Sample, a copy-pastable example if possible ```python a = pd.DataFrame([[1]]) print(a.loc[0][0]) b = a.copy() #.copy(deep=True) as default b.loc[0,0] = 2 print(b.loc[0, 0]) # 2 print(a.loc[0, 0]) # 1 print(a.loc[0,0] is b.loc[0,0]) # False print(id(a.loc[0,0]) == id(b.loc[0,0])) #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/22203/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/22203/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/22204
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/22204/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/22204/comments
https://api.github.com/repos/pandas-dev/pandas/issues/22204/events
https://github.com/pandas-dev/pandas/issues/22204
347,684,606
MDU6SXNzdWUzNDc2ODQ2MDY=
22,204
rank columns using row value
{ "avatar_url": "https://avatars.githubusercontent.com/u/26812447?v=4", "events_url": "https://api.github.com/users/pdpsinghr/events{/privacy}", "followers_url": "https://api.github.com/users/pdpsinghr/followers", "following_url": "https://api.github.com/users/pdpsinghr/following{/other_user}", "gists_url": "...
[ { "color": "0052cc", "default": false, "description": null, "id": 34444536, "name": "Usage Question", "node_id": "MDU6TGFiZWwzNDQ0NDUzNg==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Usage%20Question" } ]
closed
false
null
[]
null
1
2018-08-05T09:54:45Z
2018-08-06T03:22:41Z
2018-08-06T03:22:41Z
NONE
null
#### Code Sample, a copy-pastable example if possible ```python import numpy as np import cv2 import pandas as pd data = pd.read_csv("fruit_classifier.csv") data = data.set_index("Image Names", drop = False) print(data.loc["percent"]) df.loc['new', rank] = data[].rank(ascending=1) ``` #### Problem d...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/22204/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/22204/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/22205
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/22205/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/22205/comments
https://api.github.com/repos/pandas-dev/pandas/issues/22205/events
https://github.com/pandas-dev/pandas/issues/22205
347,694,350
MDU6SXNzdWUzNDc2OTQzNTA=
22,205
Inconsistent handling of nan-float64 in Series.isin()
{ "avatar_url": "https://avatars.githubusercontent.com/u/17513912?v=4", "events_url": "https://api.github.com/users/realead/events{/privacy}", "followers_url": "https://api.github.com/users/realead/followers", "following_url": "https://api.github.com/users/realead/following{/other_user}", "gists_url": "https:...
[ { "color": "e10c02", "default": false, "description": null, "id": 76811, "name": "Bug", "node_id": "MDU6TGFiZWw3NjgxMQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug" }, { "color": "d7e102", "default": false, "description": "np.nan, pd.NaT, pd.NA, d...
closed
false
null
[]
{ "closed_at": "2020-10-05T18:41:57Z", "closed_issues": 106, "created_at": "2020-09-07T09:13:14Z", "creator": { "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.co...
2
2018-08-05T12:32:45Z
2020-09-19T02:14:25Z
2020-09-19T02:14:25Z
CONTRIBUTOR
null
#### Code Sample, a copy-pastable example if possible ```python N=10**6 s=pd.Series(np.full(N, np.nan, dtype=np.float64), copy=False) s.isin([np.nan]).all() ``` results in `True`, however ```python s=pd.Series(np.full(N+1, np.nan, dtype=np.float64), copy=False) s.isin([np.nan]).all() ``` results in `F...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/22205/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/22205/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/22206
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/22206/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/22206/comments
https://api.github.com/repos/pandas-dev/pandas/issues/22206/events
https://github.com/pandas-dev/pandas/issues/22206
347,722,135
MDU6SXNzdWUzNDc3MjIxMzU=
22,206
pd.read_sql_query doesn't find existing table(s)
{ "avatar_url": "https://avatars.githubusercontent.com/u/8994002?v=4", "events_url": "https://api.github.com/users/jugunn/events{/privacy}", "followers_url": "https://api.github.com/users/jugunn/followers", "following_url": "https://api.github.com/users/jugunn/following{/other_user}", "gists_url": "https://ap...
[ { "color": "5319e7", "default": false, "description": "to_sql, read_sql, read_sql_query", "id": 47232590, "name": "IO SQL", "node_id": "MDU6TGFiZWw0NzIzMjU5MA==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/IO%20SQL" }, { "color": "207de5", "default": false,...
closed
false
null
[]
{ "closed_at": null, "closed_issues": 2361, "created_at": "2015-02-26T19:29:05Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/1020496?v=4", "events_url": "https://api.github.com/users/jorisvandenbossche/events{/privacy}", "followers_url": "https://api.github.com/users/jorisva...
4
2018-08-05T18:54:22Z
2018-08-13T12:37:36Z
2018-08-10T09:21:24Z
NONE
null
### Code Sample ```python from tqdm import tqdm import sqlite3 import pandas as pd def fins(tickers, dbname): db = sqlite3.connect(f'dbname') dataset = [] tables = ['_balance_sheet', '_cash_flow', '_income_statement'] for i in tqdm(tickers): for j in tqdm(t...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/22206/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/22206/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/22207
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/22207/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/22207/comments
https://api.github.com/repos/pandas-dev/pandas/issues/22207/events
https://github.com/pandas-dev/pandas/pull/22207
347,730,904
MDExOlB1bGxSZXF1ZXN0MjA2MjU3Njcy
22,207
BUG: treat nan-objects the same way float64-nans are treated - all na…
{ "avatar_url": "https://avatars.githubusercontent.com/u/17513912?v=4", "events_url": "https://api.github.com/users/realead/events{/privacy}", "followers_url": "https://api.github.com/users/realead/followers", "following_url": "https://api.github.com/users/realead/following{/other_user}", "gists_url": "https:...
[ { "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": "eb6420"...
closed
false
null
[]
{ "closed_at": "2019-01-26T00:51:26Z", "closed_issues": 2048, "created_at": "2018-03-29T12:00:12Z", "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
2018-08-05T21:03:42Z
2018-08-09T19:34:12Z
2018-08-09T10:40:05Z
CONTRIBUTOR
null
…ns are from the same equivalence class (GH22119) - [x] closes #22119 - [x] closes #22148 - [x] tests added / passed - [x] passes `git diff upstream/master -u -- "*.py" | flake8 --diff` - [x] whatsnew entry
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/22207/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/22207/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/22207.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/22207", "merged_at": "2018-08-09T10:40:04Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/22207.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/22207" }
https://api.github.com/repos/pandas-dev/pandas/issues/22208
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/22208/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/22208/comments
https://api.github.com/repos/pandas-dev/pandas/issues/22208/events
https://github.com/pandas-dev/pandas/issues/22208
347,761,670
MDU6SXNzdWUzNDc3NjE2NzA=
22,208
[Feature Request] Providing a cache option for `pd.read_sql()`
{ "avatar_url": "https://avatars.githubusercontent.com/u/5455421?v=4", "events_url": "https://api.github.com/users/Ouwen/events{/privacy}", "followers_url": "https://api.github.com/users/Ouwen/followers", "following_url": "https://api.github.com/users/Ouwen/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" }, { "color": "5319e7", "default": false, "description": "to_sql, read_sql, rea...
closed
false
null
[]
null
7
2018-08-06T02:52:43Z
2021-07-02T18:29:24Z
2021-06-21T05:29:05Z
NONE
null
#### Providing a cache option for `pd.read_sql()` Is there any work being done to allow a cache mechanism for pandas sql queries? I typically connect pandas to a sql database in a jupyter notebook. However, when I re-run cells it would be nice if these queries were cached in a file unless cache busting is explicit. ...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/22208/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/22208/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/22209
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/22209/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/22209/comments
https://api.github.com/repos/pandas-dev/pandas/issues/22209/events
https://github.com/pandas-dev/pandas/pull/22209
347,765,567
MDExOlB1bGxSZXF1ZXN0MjA2Mjc5ODU5
22,209
API/CLN: Have toplevel pd.pivot mirror pivot instead of pivot_simple
{ "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": "AD7FA8", "default": false, "description": null, "id": 35818298, "name": "API Design", "node_id": "MDU6TGFiZWwzNTgxODI5OA==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/API%20Design" }, { "color": "207de5", "default": false, "description": nu...
closed
false
null
[]
{ "closed_at": "2019-01-26T00:51:26Z", "closed_issues": 2048, "created_at": "2018-03-29T12:00:12Z", "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...
7
2018-08-06T03:20:55Z
2018-08-16T14:39:07Z
2018-08-08T10:41:19Z
MEMBER
null
- [x] closes #22116 - [x] tests added / passed - [x] passes `git diff upstream/master -u -- "*.py" | flake8 --diff` - [x] whatsnew entry - Moved `pivot` from `pandas/core/reshape/reshape.py` to `pandas/core/reshape/pivot.py` - Moved `pivot_simple` and `_slow_pivot` from `pandas/core/reshape/reshape.py` to `pan...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/22209/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/22209/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/22209.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/22209", "merged_at": "2018-08-08T10:41:19Z", "patch_url": "https://github.com/pandas-dev/pandas/pull/22209.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/22209" }
https://api.github.com/repos/pandas-dev/pandas/issues/22210
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/22210/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/22210/comments
https://api.github.com/repos/pandas-dev/pandas/issues/22210/events
https://github.com/pandas-dev/pandas/issues/22210
347,767,893
MDU6SXNzdWUzNDc3Njc4OTM=
22,210
pd.io.sql.to_sql can't find the existing table
{ "avatar_url": "https://avatars.githubusercontent.com/u/17612262?v=4", "events_url": "https://api.github.com/users/yanzhaojun7/events{/privacy}", "followers_url": "https://api.github.com/users/yanzhaojun7/followers", "following_url": "https://api.github.com/users/yanzhaojun7/following{/other_user}", "gists_u...
[ { "color": "0052cc", "default": false, "description": null, "id": 34444536, "name": "Usage Question", "node_id": "MDU6TGFiZWwzNDQ0NDUzNg==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Usage%20Question" }, { "color": "5319e7", "default": false, "descript...
closed
false
null
[]
null
4
2018-08-06T03:37:34Z
2020-02-13T23:25:31Z
2018-08-06T04:46:47Z
NONE
null
this is my code: pd.io.sql.to_sql(df, "TMP_ACCOUNT", con, if_exists='append', index=False) this is my error: (teradata.api.DatabaseError) (3803, "[42S01] [Teradata][ODBC Teradata Driver][Teradata Database] Table 'TMP_ACCOUNT' already exists. ") My database is teradata ,and table "TMP_ACCOUNT" is a VOLATILE MUL...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/22210/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/22210/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/22211
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/22211/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/22211/comments
https://api.github.com/repos/pandas-dev/pandas/issues/22211/events
https://github.com/pandas-dev/pandas/issues/22211
347,796,834
MDU6SXNzdWUzNDc3OTY4MzQ=
22,211
BUG: broken inheritance within pytest?
{ "avatar_url": "https://avatars.githubusercontent.com/u/33685575?v=4", "events_url": "https://api.github.com/users/h-vetinari/events{/privacy}", "followers_url": "https://api.github.com/users/h-vetinari/followers", "following_url": "https://api.github.com/users/h-vetinari/following{/other_user}", "gists_url"...
[]
closed
false
null
[]
null
2
2018-08-06T06:38:20Z
2018-08-06T07:27:49Z
2018-08-06T07:27:49Z
CONTRIBUTOR
null
This is something I discovered while responding to feedback for #21902 There's a lot going on `tests/indexes/common.py`, and to skip tests that cannot work, several tests have an if condition to exclude certain cases. In particular, `test_has_duplicates` (currently still named ambiguously as `test_duplicates`) has 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/22211/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/22211/timeline
null
null
null