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/23312 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/23312/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/23312/comments | https://api.github.com/repos/pandas-dev/pandas/issues/23312/events | https://github.com/pandas-dev/pandas/issues/23312 | 373,388,525 | MDU6SXNzdWUzNzMzODg1MjU= | 23,312 | BUG: reducing ufuncs don't return a scalar | {
"avatar_url": "https://avatars.githubusercontent.com/u/1020496?v=4",
"events_url": "https://api.github.com/users/jorisvandenbossche/events{/privacy}",
"followers_url": "https://api.github.com/users/jorisvandenbossche/followers",
"following_url": "https://api.github.com/users/jorisvandenbossche/following{/othe... | [
{
"color": "e10c02",
"default": false,
"description": null,
"id": 76811,
"name": "Bug",
"node_id": "MDU6TGFiZWw3NjgxMQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug"
},
{
"color": "0052cc",
"default": false,
"description": "pandas objects compatabi... | 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... | 5 | 2018-10-24T09:28:28Z | 2019-08-08T10:54:28Z | 2019-08-08T10:54:27Z | MEMBER | null | But are wrapped again in the Series or Index:
```
In [1]: s = pd.Series([1, 2, 3])
In [3]: np.add.reduce(s)
Out[3]:
0 6
1 6
2 6
dtype: int64
In [4]: np.add.reduce(s.values)
Out[4]: 6
``` | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/23312/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/23312/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/23313 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/23313/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/23313/comments | https://api.github.com/repos/pandas-dev/pandas/issues/23313/events | https://github.com/pandas-dev/pandas/pull/23313 | 373,390,054 | MDExOlB1bGxSZXF1ZXN0MjI1MzI5NzAw | 23,313 | ENH: Implement EA unary ops | {
"avatar_url": "https://avatars.githubusercontent.com/u/1696302?v=4",
"events_url": "https://api.github.com/users/sinhrks/events{/privacy}",
"followers_url": "https://api.github.com/users/sinhrks/followers",
"following_url": "https://api.github.com/users/sinhrks/following{/other_user}",
"gists_url": "https:/... | [
{
"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 | [] | null | 16 | 2018-10-24T09:32:03Z | 2019-08-28T16:22:21Z | 2019-08-28T16:22:21Z | MEMBER | null | - [x] closes #23087
- [x] tests added / passed
- [x] Array
- [x] Series
- [x] DataFrame
- [x] Panel
- [x] Sparse
- [x] Extension (Decimal)
- [x] passes `git diff upstream/master -u -- "*.py" | flake8 --diff`
- [x] whatsnew entry
Changed to apply unary funcs per blocks. As a result, u... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/23313/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/23313/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/23313.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/23313",
"merged_at": null,
"patch_url": "https://github.com/pandas-dev/pandas/pull/23313.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/23313"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/23314 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/23314/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/23314/comments | https://api.github.com/repos/pandas-dev/pandas/issues/23314/events | https://github.com/pandas-dev/pandas/pull/23314 | 373,439,466 | MDExOlB1bGxSZXF1ZXN0MjI1MzY4OTMw | 23,314 | BUG: fix reducing numpy ufuncs for Series/Index | {
"avatar_url": "https://avatars.githubusercontent.com/u/1020496?v=4",
"events_url": "https://api.github.com/users/jorisvandenbossche/events{/privacy}",
"followers_url": "https://api.github.com/users/jorisvandenbossche/followers",
"following_url": "https://api.github.com/users/jorisvandenbossche/following{/othe... | [
{
"color": "e10c02",
"default": false,
"description": null,
"id": 76811,
"name": "Bug",
"node_id": "MDU6TGFiZWw3NjgxMQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug"
},
{
"color": "006b75",
"default": false,
"description": "Arithmetic, Comparison, ... | closed | false | null | [] | null | 5 | 2018-10-24T11:41:24Z | 2019-06-08T20:40:25Z | 2019-06-08T20:40:24Z | MEMBER | null | closes #23312
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/23314/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/23314/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/23314.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/23314",
"merged_at": null,
"patch_url": "https://github.com/pandas-dev/pandas/pull/23314.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/23314"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/23315 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/23315/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/23315/comments | https://api.github.com/repos/pandas-dev/pandas/issues/23315/events | https://github.com/pandas-dev/pandas/issues/23315 | 373,454,508 | MDU6SXNzdWUzNzM0NTQ1MDg= | 23,315 | Can provide read_elastic and to_elastic support for dataframes using maybe elasticsearch-py? | {
"avatar_url": "https://avatars.githubusercontent.com/u/2052424?v=4",
"events_url": "https://api.github.com/users/anjsudh/events{/privacy}",
"followers_url": "https://api.github.com/users/anjsudh/followers",
"following_url": "https://api.github.com/users/anjsudh/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": "06909A",
"default": false,
"description": "IO issue... | closed | false | null | [] | null | 3 | 2018-10-24T12:22:30Z | 2019-12-22T16:55:40Z | 2019-12-22T16:55:40Z | 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/23315/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/23315/timeline | null | null | null | |
https://api.github.com/repos/pandas-dev/pandas/issues/23316 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/23316/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/23316/comments | https://api.github.com/repos/pandas-dev/pandas/issues/23316/events | https://github.com/pandas-dev/pandas/issues/23316 | 373,455,319 | MDU6SXNzdWUzNzM0NTUzMTk= | 23,316 | Implement PeriodArray.__array_ufunc__ | {
"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": "4E9A06",
"default": false,
"description": null,
"id": 76812,
"name": "Enhancement",
"node_id": "MDU6TGFiZWw3NjgxMg==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Enhancement"
},
{
"color": "eb6420",
"default": false,
"description": "Period d... | open | false | null | [] | null | 0 | 2018-10-24T12:24:39Z | 2020-05-11T02:31:41Z | null | CONTRIBUTOR | null | Combined with a `Series.__array_ufunc__`, we can implement ufuncs on Period-dtype series without an intermediate conversion to an object-dtype ndarray. | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/23316/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/23316/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/23317 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/23317/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/23317/comments | https://api.github.com/repos/pandas-dev/pandas/issues/23317/events | https://github.com/pandas-dev/pandas/pull/23317 | 373,569,910 | MDExOlB1bGxSZXF1ZXN0MjI1NDcxMDQz | 23,317 | BUG: Handle Datetimelike data in DataFrame.combine | {
"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": "e102d8",
"default": false,
"description": "Unexpected or buggy dtype conversions",
"id": 31404521,
"name": "Dtype Conversions",
"node_id": "MDU6TGFiZWwzMTQwNDUyMQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Dtype%20Conversions"
}
] | closed | false | null | [] | {
"closed_at": "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-10-24T16:29:46Z | 2018-10-26T00:21:30Z | 2018-10-26T00:21:24Z | CONTRIBUTOR | null | Closes https://github.com/pandas-dev/pandas/issues/23079 | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/23317/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/23317/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/23317.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/23317",
"merged_at": "2018-10-26T00:21:23Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/23317.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/23317"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/23318 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/23318/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/23318/comments | https://api.github.com/repos/pandas-dev/pandas/issues/23318/events | https://github.com/pandas-dev/pandas/pull/23318 | 373,587,756 | MDExOlB1bGxSZXF1ZXN0MjI1NDgzNjcy | 23,318 | BUG: GroupBy return EA dtype | {
"avatar_url": "https://avatars.githubusercontent.com/u/7095496?v=4",
"events_url": "https://api.github.com/users/5hirish/events{/privacy}",
"followers_url": "https://api.github.com/users/5hirish/followers",
"following_url": "https://api.github.com/users/5hirish/following{/other_user}",
"gists_url": "https:/... | [
{
"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": "6138b5",
"default": false,
"description": "Extending panda... | 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-10-24T17:13:19Z | 2018-11-06T14:48:50Z | 2018-11-06T14:48:45Z | CONTRIBUTOR | null | - [x] closes #23227
- [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/23318/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/23318/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/23318.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/23318",
"merged_at": "2018-11-06T14:48:45Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/23318.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/23318"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/23319 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/23319/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/23319/comments | https://api.github.com/repos/pandas-dev/pandas/issues/23319/events | https://github.com/pandas-dev/pandas/issues/23319 | 373,593,520 | MDU6SXNzdWUzNzM1OTM1MjA= | 23,319 | CI: Windows build failing | {
"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": null,
"closed_issues": 2361,
"created_at": "2015-02-26T19:29:05Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/1020496?v=4",
"events_url": "https://api.github.com/users/jorisvandenbossche/events{/privacy}",
"followers_url": "https://api.github.com/users/jorisva... | 6 | 2018-10-24T17:28:54Z | 2019-06-11T15:04:09Z | 2019-06-11T15:04:03Z | CONTRIBUTOR | null | e.g. https://dev.azure.com/pandas-dev/pandas/_build/results?buildId=1680&view=logs
seems to be affecting multiple builds.
```
2018-10-24T15:55:48.9463601Z ##[command]"C:\Windows\system32\cmd.exe" /D /E:ON /V:OFF /S /C "CALL "D:\a\_temp\ecbf7c44-999c-40cd-8868-eadec34d4bc7.cmd""
2018-10-24T15:56:04.8632197Z Impo... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/23319/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/23319/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/23320 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/23320/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/23320/comments | https://api.github.com/repos/pandas-dev/pandas/issues/23320/events | https://github.com/pandas-dev/pandas/pull/23320 | 373,601,673 | MDExOlB1bGxSZXF1ZXN0MjI1NDkzOTA2 | 23,320 | BUG/TST: timedelta-like with Index/Series/DataFrame 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": "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": "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... | 20 | 2018-10-24T17:49:35Z | 2018-10-30T16:56:33Z | 2018-10-30T16:18:52Z | MEMBER | null | Broken off from #23308, with additional fixes for problems found along the way.
```
val = np.timedelta64(4*10**9, 'ns')
ser = pd.Series([val]) * 1.5
>>> ser % val # <-- raises TypeError in master
0 00:00:02
dtype: timedelta64[ns]
```
```
ri = pd.RangeIndex(1)
di = pd.DataFrame(ri)
>>> ri + df ... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/23320/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/23320/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/23320.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/23320",
"merged_at": "2018-10-30T16:18:52Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/23320.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/23320"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/23321 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/23321/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/23321/comments | https://api.github.com/repos/pandas-dev/pandas/issues/23321/events | https://github.com/pandas-dev/pandas/pull/23321 | 373,612,837 | MDExOlB1bGxSZXF1ZXN0MjI1NTAxOTE1 | 23,321 | Support for partition_cols in to_parquet | {
"avatar_url": "https://avatars.githubusercontent.com/u/2052424?v=4",
"events_url": "https://api.github.com/users/anjsudh/events{/privacy}",
"followers_url": "https://api.github.com/users/anjsudh/followers",
"following_url": "https://api.github.com/users/anjsudh/following{/other_user}",
"gists_url": "https:/... | [
{
"color": "5319e7",
"default": false,
"description": "parquet, feather",
"id": 685114413,
"name": "IO Parquet",
"node_id": "MDU6TGFiZWw2ODUxMTQ0MTM=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/IO%20Parquet"
}
] | 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... | 12 | 2018-10-24T18:17:23Z | 2018-11-10T12:11:54Z | 2018-11-10T12:11:53Z | CONTRIBUTOR | null | - [x] closes [#23283](https://github.com/pandas-dev/pandas/issues/23283)
- [x] tests 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/23321/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/23321/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/23321.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/23321",
"merged_at": "2018-11-10T12:11:53Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/23321.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/23321"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/23322 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/23322/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/23322/comments | https://api.github.com/repos/pandas-dev/pandas/issues/23322/events | https://github.com/pandas-dev/pandas/pull/23322 | 373,613,989 | MDExOlB1bGxSZXF1ZXN0MjI1NTAyODE4 | 23,322 | CI: pin CPython to 3.6.6 | {
"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": "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-10-24T18:20:38Z | 2018-10-25T01:08:42Z | 2018-10-24T18:50:02Z | CONTRIBUTOR | null | ref #23319 | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/23322/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/23322/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/23322.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/23322",
"merged_at": "2018-10-24T18:50:02Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/23322.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/23322"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/23323 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/23323/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/23323/comments | https://api.github.com/repos/pandas-dev/pandas/issues/23323/events | https://github.com/pandas-dev/pandas/pull/23323 | 373,646,485 | MDExOlB1bGxSZXF1ZXN0MjI1NTI2NTE5 | 23,323 | TST: Update sparse data generation | {
"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": "009800",
"default": false,
"description": "Sparse Data Type",
"id": 49182326,
"name": "Sparse",
"node_id": "MDU6TGFiZWw0OTE4MjMyNg==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Sparse"
},
{
"color": "5319e7",
"default": false,
"description"... | 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-10-24T19:42:20Z | 2018-10-25T11:06:36Z | 2018-10-25T11:06:32Z | CONTRIBUTOR | null | There's a spurious failure on master when the first
is randomly chosen to be 0, since type(arr.fill_value) doesn't
match arr.dtype.type
https://github.com/pandas-dev/pandas/issues/23124 will fix the underlying issue, but this works around it so we don't have tests failing randomly.
Closes https://github.com/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/23323/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/23323/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/23323.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/23323",
"merged_at": "2018-10-25T11:06:32Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/23323.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/23323"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/23324 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/23324/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/23324/comments | https://api.github.com/repos/pandas-dev/pandas/issues/23324/events | https://github.com/pandas-dev/pandas/issues/23324 | 373,703,191 | MDU6SXNzdWUzNzM3MDMxOTE= | 23,324 | Rounding valid timestamps near daylight savings jumps should not throw NonExistentTimeError | {
"avatar_url": "https://avatars.githubusercontent.com/u/5413548?v=4",
"events_url": "https://api.github.com/users/louispotok/events{/privacy}",
"followers_url": "https://api.github.com/users/louispotok/followers",
"following_url": "https://api.github.com/users/louispotok/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": "AFEEEE",
"default": false,
"description": null,
"id": 211840,
... | 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-10-24T22:31:58Z | 2018-11-02T14:15:10Z | 2018-11-02T14:15:10Z | CONTRIBUTOR | null | #### Code Sample, a copy-pastable example if possible
```python
import pandas as pd
# valid time rounds incorrectly
pd.Timestamp('2018-03-11 01:59:00-0600', tz='America/Chicago').round(freq='5min')
# throws NonExistentTimeError: 2018-03-11 02:00:00
# should return pd.Timestamp('2018-03-11 03:00:00-0500', tz='... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/23324/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/23324/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/23325 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/23325/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/23325/comments | https://api.github.com/repos/pandas-dev/pandas/issues/23325/events | https://github.com/pandas-dev/pandas/issues/23325 | 373,747,066 | MDU6SXNzdWUzNzM3NDcwNjY= | 23,325 | AttributeError: module 'pandas' has no attribute 'core' - Pandas can't be imported | {
"avatar_url": "https://avatars.githubusercontent.com/u/24304778?v=4",
"events_url": "https://api.github.com/users/HarveySummers/events{/privacy}",
"followers_url": "https://api.github.com/users/HarveySummers/followers",
"following_url": "https://api.github.com/users/HarveySummers/following{/other_user}",
"g... | [] | closed | false | null | [] | {
"closed_at": null,
"closed_issues": 2361,
"created_at": "2015-02-26T19:29:05Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/1020496?v=4",
"events_url": "https://api.github.com/users/jorisvandenbossche/events{/privacy}",
"followers_url": "https://api.github.com/users/jorisva... | 5 | 2018-10-25T02:23:36Z | 2018-10-25T13:09:17Z | 2018-10-25T11:08:13Z | NONE | null | #### Code Sample, a copy-pastable example if possible
```python
import pandas as pd
import pandas_profiling
df=pd.read_csv("test.xlsx", parse_dates=True, encoding='UTF-8')
profile = pandas_profiling.ProfileReport(df)
profile.to_file(outputfile="Test.html")
```
#### Problem description
''''
Importing 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/23325/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/23325/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/23326 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/23326/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/23326/comments | https://api.github.com/repos/pandas-dev/pandas/issues/23326/events | https://github.com/pandas-dev/pandas/issues/23326 | 373,749,495 | MDU6SXNzdWUzNzM3NDk0OTU= | 23,326 | Data type of new assigned DataFrame column | {
"avatar_url": "https://avatars.githubusercontent.com/u/6712610?v=4",
"events_url": "https://api.github.com/users/gitwhistle/events{/privacy}",
"followers_url": "https://api.github.com/users/gitwhistle/followers",
"following_url": "https://api.github.com/users/gitwhistle/following{/other_user}",
"gists_url":... | [
{
"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... | open | false | null | [] | null | 3 | 2018-10-25T02:36:54Z | 2021-06-23T03:36:18Z | null | NONE | null | ```python
df = pd.DataFrame([list('abc')])
print(df)
df.loc[:, 'col1'] = int(5)
df['col2'] = int(5)
df = df.assign(col3=int(5))
print(df.dtypes)
print(df)
0 1 2
0 a b c
0 object
1 object
2 object
col1 float64
col2 int64
col3 int64
... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/23326/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/23326/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/23327 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/23327/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/23327/comments | https://api.github.com/repos/pandas-dev/pandas/issues/23327/events | https://github.com/pandas-dev/pandas/pull/23327 | 373,805,547 | MDExOlB1bGxSZXF1ZXN0MjI1NjQ3OTYy | 23,327 | ENH: Implement IntervalIndex.is_overlapping | {
"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": "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": "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... | 9 | 2018-10-25T07:18:13Z | 2018-11-29T17:26:27Z | 2018-11-29T17:22:45Z | MEMBER | null | - [X] closes #23309
- [X] tests added / passed
- [X] passes `git diff upstream/master -u -- "*.py" | flake8 --diff`
- [X] whatsnew entry
This is needed in the `get_indexer` implementation for the new `IntervalIndex` behavior, as an overlapping `IntervalIndex` may return non-unique indices for a given query; seems... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/23327/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/23327/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/23327.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/23327",
"merged_at": "2018-11-29T17:22:45Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/23327.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/23327"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/23328 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/23328/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/23328/comments | https://api.github.com/repos/pandas-dev/pandas/issues/23328/events | https://github.com/pandas-dev/pandas/issues/23328 | 373,888,453 | MDU6SXNzdWUzNzM4ODg0NTM= | 23,328 | inconsistent float rounding in to_json | {
"avatar_url": "https://avatars.githubusercontent.com/u/8741214?v=4",
"events_url": "https://api.github.com/users/urdvr/events{/privacy}",
"followers_url": "https://api.github.com/users/urdvr/followers",
"following_url": "https://api.github.com/users/urdvr/following{/other_user}",
"gists_url": "https://api.g... | [
{
"color": "e10c02",
"default": false,
"description": null,
"id": 76811,
"name": "Bug",
"node_id": "MDU6TGFiZWw3NjgxMQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug"
},
{
"color": "207de5",
"default": false,
"description": "read_json, to_json, json... | open | false | null | [] | null | 2 | 2018-10-25T10:53:58Z | 2021-06-23T03:40:08Z | null | NONE | null | #### Code Sample
```python
import pandas as pd
import json
df = pd.DataFrame([{'i':i, 'value':10**-i} for i in range(0, 21)])
json.loads(df.to_json(double_precision=10))['value']
# {'0': 1.0,
# '1': 0.1,
# '2': 0.01,
# '3': 0.001,
# '4': 0.0001,
# '5': 1e-05,
# '6': 1e-06,
# '7': 1e-07,
# '8':... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/23328/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/23328/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/23329 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/23329/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/23329/comments | https://api.github.com/repos/pandas-dev/pandas/issues/23329/events | https://github.com/pandas-dev/pandas/pull/23329 | 374,008,141 | MDExOlB1bGxSZXF1ZXN0MjI1ODA3MjI3 | 23,329 | REF: SparseArray imports | {
"avatar_url": "https://avatars.githubusercontent.com/u/1312546?v=4",
"events_url": "https://api.github.com/users/TomAugspurger/events{/privacy}",
"followers_url": "https://api.github.com/users/TomAugspurger/followers",
"following_url": "https://api.github.com/users/TomAugspurger/following{/other_user}",
"gi... | [
{
"color": "FCE94F",
"default": false,
"description": "Internal refactoring of code",
"id": 127681,
"name": "Refactor",
"node_id": "MDU6TGFiZWwxMjc2ODE=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Refactor"
},
{
"color": "009800",
"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... | 8 | 2018-10-25T15:33:49Z | 2018-10-26T20:48:44Z | 2018-10-26T12:23:40Z | CONTRIBUTOR | null | arrays/sparse.py was doing an `import pandas as pd`, which is prone to cause circular imports. I've eliminated that import and updated the namespaces appropriately (NaT, isna, algos.unique / factorize).
Also updated `setup.cfg` to check the import order in `arrays/sparse.py`. | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/23329/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/23329/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/23329.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/23329",
"merged_at": "2018-10-26T12:23:40Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/23329.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/23329"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/23330 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/23330/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/23330/comments | https://api.github.com/repos/pandas-dev/pandas/issues/23330/events | https://github.com/pandas-dev/pandas/issues/23330 | 374,018,787 | MDU6SXNzdWUzNzQwMTg3ODc= | 23,330 | Matplotlib v3 | {
"avatar_url": "https://avatars.githubusercontent.com/u/5131271?v=4",
"events_url": "https://api.github.com/users/achapkowski/events{/privacy}",
"followers_url": "https://api.github.com/users/achapkowski/followers",
"following_url": "https://api.github.com/users/achapkowski/following{/other_user}",
"gists_ur... | [] | 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-10-25T15:57:40Z | 2018-10-25T16:36:46Z | 2018-10-25T16:36:22Z | NONE | null | Matplotlib v3 seems to break pandas at v.23.x. What version of matplotlib is required? | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/23330/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/23330/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/23331 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/23331/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/23331/comments | https://api.github.com/repos/pandas-dev/pandas/issues/23331/events | https://github.com/pandas-dev/pandas/pull/23331 | 374,037,865 | MDExOlB1bGxSZXF1ZXN0MjI1ODMwNzMw | 23,331 | CLN: isort imports- util dir | {
"avatar_url": "https://avatars.githubusercontent.com/u/16733618?v=4",
"events_url": "https://api.github.com/users/alimcmaster1/events{/privacy}",
"followers_url": "https://api.github.com/users/alimcmaster1/followers",
"following_url": "https://api.github.com/users/alimcmaster1/following{/other_user}",
"gist... | [
{
"color": "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... | 10 | 2018-10-25T16:46:52Z | 2018-10-30T12:26:14Z | 2018-10-30T12:24:16Z | CONTRIBUTOR | null | Signed-off-by: alimcmaster1 <alimcmaster1@gmail.com>
util directory/.py files in pandas directory.
- [x] xref #23334
- [ ] 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/23331/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/23331/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/23331.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/23331",
"merged_at": "2018-10-30T12:24:16Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/23331.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/23331"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/23332 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/23332/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/23332/comments | https://api.github.com/repos/pandas-dev/pandas/issues/23332/events | https://github.com/pandas-dev/pandas/pull/23332 | 374,038,819 | MDExOlB1bGxSZXF1ZXN0MjI1ODMxNTAy | 23,332 | CLN: isort imports - io dir | {
"avatar_url": "https://avatars.githubusercontent.com/u/16733618?v=4",
"events_url": "https://api.github.com/users/alimcmaster1/events{/privacy}",
"followers_url": "https://api.github.com/users/alimcmaster1/followers",
"following_url": "https://api.github.com/users/alimcmaster1/following{/other_user}",
"gist... | [
{
"color": "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... | 3 | 2018-10-25T16:49:28Z | 2018-10-26T00:00:03Z | 2018-10-25T23:59:30Z | CONTRIBUTOR | null | Signed-off-by: alimcmaster1 <alimcmaster1@gmail.com>
Files in `pandas/io/*` ( 1 of 2)
- [x] xref #23334
- [ ] 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/23332/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/23332/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/23332.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/23332",
"merged_at": "2018-10-25T23:59:30Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/23332.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/23332"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/23333 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/23333/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/23333/comments | https://api.github.com/repos/pandas-dev/pandas/issues/23333/events | https://github.com/pandas-dev/pandas/pull/23333 | 374,043,384 | MDExOlB1bGxSZXF1ZXN0MjI1ODM1MTM2 | 23,333 | Cleanup tests/scalar, isolate scalar-only tests from scalar-mixed 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... | [] | closed | false | null | [] | null | 2 | 2018-10-25T17:02:23Z | 2020-04-05T17:38:33Z | 2018-10-25T20:23:25Z | MEMBER | null | - [ ] closes #xxxx
- [ ] 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/23333/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/23333/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/23333.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/23333",
"merged_at": null,
"patch_url": "https://github.com/pandas-dev/pandas/pull/23333.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/23333"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/23334 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/23334/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/23334/comments | https://api.github.com/repos/pandas-dev/pandas/issues/23334/events | https://github.com/pandas-dev/pandas/issues/23334 | 374,056,022 | MDU6SXNzdWUzNzQwNTYwMjI= | 23,334 | Fix import formatting using isort | {
"avatar_url": "https://avatars.githubusercontent.com/u/16733618?v=4",
"events_url": "https://api.github.com/users/alimcmaster1/events{/privacy}",
"followers_url": "https://api.github.com/users/alimcmaster1/followers",
"following_url": "https://api.github.com/users/alimcmaster1/following{/other_user}",
"gist... | [
{
"color": "eb6420",
"default": false,
"description": "Code style, linting, code_checks",
"id": 106935113,
"name": "Code Style",
"node_id": "MDU6TGFiZWwxMDY5MzUxMTM=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Code%20Style"
},
{
"color": "207de5",
"default... | 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",
... | 34 | 2018-10-25T17:38:35Z | 2019-02-28T15:18:49Z | 2019-02-28T15:18:34Z | CONTRIBUTOR | null | Following on from #23048. We now need to run isort on all *.py files in the codebase that we are ignoring in CI see [here](https://github.com/pandas-dev/pandas/blob/master/setup.cfg). Information on Isort [here](https://pypi.org/project/isort/)
Useful commands:
To sort imports in files in pandas directory ( igno... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/23334/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/23334/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/23335 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/23335/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/23335/comments | https://api.github.com/repos/pandas-dev/pandas/issues/23335/events | https://github.com/pandas-dev/pandas/issues/23335 | 374,089,303 | MDU6SXNzdWUzNzQwODkzMDM= | 23,335 | 'closed' parameter is not working for Rolling with duplicate Timestamp | {
"avatar_url": "https://avatars.githubusercontent.com/u/7625080?v=4",
"events_url": "https://api.github.com/users/jiehuan/events{/privacy}",
"followers_url": "https://api.github.com/users/jiehuan/followers",
"following_url": "https://api.github.com/users/jiehuan/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": "d4c5f9",
"default": false,
"description": "rolling, ewma, expanding... | closed | false | null | [] | null | 4 | 2018-10-25T19:06:34Z | 2020-10-05T00:41:02Z | 2020-10-05T00:41:02Z | NONE | null | The 'closed' parameter is not really working when the date is duplicated.
Here is an example.
```Python
import pandas as pd
df = pd.DataFrame({'Date': ['2016-06-30', '2016-06-30', '2016-08-09'],
'amount': [100, 200, 10]
})
df['Date'] = pd.to_datetime(df['Date'])
df... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/23335/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/23335/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/23336 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/23336/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/23336/comments | https://api.github.com/repos/pandas-dev/pandas/issues/23336/events | https://github.com/pandas-dev/pandas/pull/23336 | 374,129,938 | MDExOlB1bGxSZXF1ZXN0MjI1OTAxNzc0 | 23,336 | Partialy fix issue #23334 - isort pandas/core/dtypes directory | {
"avatar_url": "https://avatars.githubusercontent.com/u/33966871?v=4",
"events_url": "https://api.github.com/users/alexander-ponomaroff/events{/privacy}",
"followers_url": "https://api.github.com/users/alexander-ponomaroff/followers",
"following_url": "https://api.github.com/users/alexander-ponomaroff/followin... | [
{
"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... | 32 | 2018-10-25T20:57:52Z | 2018-10-31T13:04:54Z | 2018-10-31T13:04:50Z | CONTRIBUTOR | null | The imports have been sorted with isort in the pandas/core/dtypes directory.
Moving onto sorting the pandas/core/groupby directory.
- [x] partly #23334
- [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/23336/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/23336/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/23336.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/23336",
"merged_at": "2018-10-31T13:04:50Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/23336.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/23336"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/23337 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/23337/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/23337/comments | https://api.github.com/repos/pandas-dev/pandas/issues/23337/events | https://github.com/pandas-dev/pandas/pull/23337 | 374,137,966 | MDExOlB1bGxSZXF1ZXN0MjI1OTA4MjAy | 23,337 | Fix import format tests/indexes/ "Part One" | {
"avatar_url": "https://avatars.githubusercontent.com/u/6972290?v=4",
"events_url": "https://api.github.com/users/thoo/events{/privacy}",
"followers_url": "https://api.github.com/users/thoo/followers",
"following_url": "https://api.github.com/users/thoo/following{/other_user}",
"gists_url": "https://api.gith... | [
{
"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... | 7 | 2018-10-25T21:21:52Z | 2019-01-02T20:26:18Z | 2018-10-28T02:27:38Z | CONTRIBUTOR | null | - [x] xref #23334
- [x] tests added / passed
- [x] passes `git diff upstream/master -u -- "*.py" | flake8 --diff`
Run `isort -rc pandas/tests/indexes/`
PR is capped at 20 files. So this is not all the files modified from `pandas/tests/indexes/`. So this is Part One of this directory `pandas/tests/indexes/`.
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/23337/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/23337/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/23337.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/23337",
"merged_at": null,
"patch_url": "https://github.com/pandas-dev/pandas/pull/23337.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/23337"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/23338 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/23338/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/23338/comments | https://api.github.com/repos/pandas-dev/pandas/issues/23338/events | https://github.com/pandas-dev/pandas/pull/23338 | 374,139,649 | MDExOlB1bGxSZXF1ZXN0MjI1OTA5NTIw | 23,338 | DOC: Added MultiIndex Example for Series Min | {
"avatar_url": "https://avatars.githubusercontent.com/u/13705459?v=4",
"events_url": "https://api.github.com/users/vadakattu/events{/privacy}",
"followers_url": "https://api.github.com/users/vadakattu/followers",
"following_url": "https://api.github.com/users/vadakattu/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"
},
{
"color": "207de5",
"default": false,
"description": null,
"id": 712683... | closed | false | null | [] | null | 29 | 2018-10-25T21:27:04Z | 2018-12-31T15:14:47Z | 2018-12-25T00:41:23Z | CONTRIBUTOR | null | Corollary to #23298
- [X] tests added / passed
- [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/23338/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/23338/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/23338.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/23338",
"merged_at": "2018-12-25T00:41:23Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/23338.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/23338"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/23339 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/23339/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/23339/comments | https://api.github.com/repos/pandas-dev/pandas/issues/23339/events | https://github.com/pandas-dev/pandas/pull/23339 | 374,141,594 | MDExOlB1bGxSZXF1ZXN0MjI1OTExMDYw | 23,339 | Fix import format tests/indexes/multi Part Two | {
"avatar_url": "https://avatars.githubusercontent.com/u/6972290?v=4",
"events_url": "https://api.github.com/users/thoo/events{/privacy}",
"followers_url": "https://api.github.com/users/thoo/followers",
"following_url": "https://api.github.com/users/thoo/following{/other_user}",
"gists_url": "https://api.gith... | [
{
"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... | 3 | 2018-10-25T21:33:08Z | 2019-01-02T20:26:22Z | 2018-10-28T02:23:46Z | CONTRIBUTOR | null | - [x] partial #23334
- [x] tests added / passed
- [ ] passes `git diff upstream/master -u -- "*.py" | flake8 --diff`
Run `isort -rc pandas/tests/indexes/`
PR is capped at 20 files. So this is not all the files modified from `pandas/tests/indexes/`. So this is Part Two of this directory `pandas/tests/indexes/`.
... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/23339/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/23339/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/23339.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/23339",
"merged_at": "2018-10-28T02:23:46Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/23339.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/23339"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/23340 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/23340/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/23340/comments | https://api.github.com/repos/pandas-dev/pandas/issues/23340/events | https://github.com/pandas-dev/pandas/pull/23340 | 374,144,488 | MDExOlB1bGxSZXF1ZXN0MjI1OTEzMzUy | 23,340 | Run Isort on tests/indexes part three | {
"avatar_url": "https://avatars.githubusercontent.com/u/6972290?v=4",
"events_url": "https://api.github.com/users/thoo/events{/privacy}",
"followers_url": "https://api.github.com/users/thoo/followers",
"following_url": "https://api.github.com/users/thoo/following{/other_user}",
"gists_url": "https://api.gith... | [
{
"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... | 4 | 2018-10-25T21:42:09Z | 2019-01-02T20:26:19Z | 2018-10-28T02:19:25Z | CONTRIBUTOR | null | - [x] partial #23334
- [x] tests added / passed
- [ ] passes `git diff upstream/master -u -- "*.py" | flake8 --diff`
Run `isort -rc pandas/tests/indexes/`
PR is capped at 20 files. So this is not all the files modified from `pandas/tests/indexes/`. So this is Part Three of this directory `pandas/tests/indexes/`. ... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/23340/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/23340/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/23340.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/23340",
"merged_at": "2018-10-28T02:19:25Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/23340.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/23340"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/23341 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/23341/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/23341/comments | https://api.github.com/repos/pandas-dev/pandas/issues/23341/events | https://github.com/pandas-dev/pandas/pull/23341 | 374,145,623 | MDExOlB1bGxSZXF1ZXN0MjI1OTE0MjYx | 23,341 | Partialy fix issue #23334 - isort pandas/core/groupby directory | {
"avatar_url": "https://avatars.githubusercontent.com/u/33966871?v=4",
"events_url": "https://api.github.com/users/alexander-ponomaroff/events{/privacy}",
"followers_url": "https://api.github.com/users/alexander-ponomaroff/followers",
"following_url": "https://api.github.com/users/alexander-ponomaroff/followin... | [
{
"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-10-25T21:45:48Z | 2018-10-26T17:12:20Z | 2018-10-26T01:51:07Z | CONTRIBUTOR | null | The imports have been sorted with isort in the pandas/core/groupby directory.
- [x] partially 23334
- [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/23341/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/23341/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/23341.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/23341",
"merged_at": "2018-10-26T01:51:07Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/23341.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/23341"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/23342 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/23342/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/23342/comments | https://api.github.com/repos/pandas-dev/pandas/issues/23342/events | https://github.com/pandas-dev/pandas/pull/23342 | 374,145,789 | MDExOlB1bGxSZXF1ZXN0MjI1OTE0Mzk1 | 23,342 | Fix+Test Timedelta.__mul__(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": "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": "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-10-25T21:46:23Z | 2018-10-28T05:12:52Z | 2018-10-28T02:30:26Z | MEMBER | null | Specifically, `np.float64("NAN")` which in master gets caught by the `hasattr(other, "dtype")` branch and incorrectly returns `np.timedelta64("NaT", "ns")` instead of `NaT`
- [ ] closes #xxxx
- [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/23342/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/23342/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/23342.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/23342",
"merged_at": "2018-10-28T02:30:26Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/23342.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/23342"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/23343 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/23343/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/23343/comments | https://api.github.com/repos/pandas-dev/pandas/issues/23343/events | https://github.com/pandas-dev/pandas/pull/23343 | 374,146,341 | MDExOlB1bGxSZXF1ZXN0MjI1OTE0ODM0 | 23,343 | Run Isort on tests/indexes P4/Final | {
"avatar_url": "https://avatars.githubusercontent.com/u/6972290?v=4",
"events_url": "https://api.github.com/users/thoo/events{/privacy}",
"followers_url": "https://api.github.com/users/thoo/followers",
"following_url": "https://api.github.com/users/thoo/following{/other_user}",
"gists_url": "https://api.gith... | [
{
"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... | 4 | 2018-10-25T21:48:11Z | 2019-01-02T20:26:21Z | 2018-10-28T02:07:11Z | CONTRIBUTOR | null | - [x] partial #23334
- [x] tests added / passed
- [ ] passes `git diff upstream/master -u -- "*.py" | flake8 --diff`
Run `isort -rc pandas/tests/indexes/`
PR is capped at 20 files. So this is not all the files modified from `pandas/tests/indexes/`. So this is Part Four ( last pr) of this directory `pandas/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/23343/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/23343/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/23343.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/23343",
"merged_at": "2018-10-28T02:07:11Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/23343.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/23343"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/23344 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/23344/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/23344/comments | https://api.github.com/repos/pandas-dev/pandas/issues/23344/events | https://github.com/pandas-dev/pandas/pull/23344 | 374,151,204 | MDExOlB1bGxSZXF1ZXN0MjI1OTE4Njg4 | 23,344 | Run Isort on tests/series single pr | {
"avatar_url": "https://avatars.githubusercontent.com/u/6972290?v=4",
"events_url": "https://api.github.com/users/thoo/events{/privacy}",
"followers_url": "https://api.github.com/users/thoo/followers",
"following_url": "https://api.github.com/users/thoo/following{/other_user}",
"gists_url": "https://api.gith... | [
{
"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... | 4 | 2018-10-25T22:04:05Z | 2019-01-02T20:26:23Z | 2018-10-28T03:06:31Z | CONTRIBUTOR | null | - [x] partial #23334
- [x] tests added / passed
- [ ] passes `git diff upstream/master -u -- "*.py" | flake8 --diff`
Run `isort -rc pandas/tests/series/` | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/23344/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/23344/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/23344.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/23344",
"merged_at": "2018-10-28T03:06:31Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/23344.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/23344"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/23345 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/23345/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/23345/comments | https://api.github.com/repos/pandas-dev/pandas/issues/23345/events | https://github.com/pandas-dev/pandas/pull/23345 | 374,152,700 | MDExOlB1bGxSZXF1ZXN0MjI1OTE5OTEw | 23,345 | BUG: Fix date_range overflow | {
"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": "AFEEEE",
"default": false,
"description": null,
"id": 211840,
... | 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-10-25T22:09:13Z | 2018-10-28T05:12:34Z | 2018-10-28T03:14:14Z | MEMBER | null | - [x] closes #14187
- [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/23345/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/23345/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/23345.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/23345",
"merged_at": "2018-10-28T03:14:14Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/23345.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/23345"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/23346 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/23346/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/23346/comments | https://api.github.com/repos/pandas-dev/pandas/issues/23346/events | https://github.com/pandas-dev/pandas/pull/23346 | 374,154,969 | MDExOlB1bGxSZXF1ZXN0MjI1OTIxNzIx | 23,346 | Run Isort on tests/arrays single PR | {
"avatar_url": "https://avatars.githubusercontent.com/u/6972290?v=4",
"events_url": "https://api.github.com/users/thoo/events{/privacy}",
"followers_url": "https://api.github.com/users/thoo/followers",
"following_url": "https://api.github.com/users/thoo/following{/other_user}",
"gists_url": "https://api.gith... | [
{
"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-10-25T22:17:07Z | 2019-01-02T20:26:19Z | 2018-10-28T03:09:21Z | CONTRIBUTOR | null | - [x] partial #23334
- [x] tests added / passed
- [ ] passes `git diff upstream/master -u -- "*.py" | flake8 --diff`
Run `isort -rc pandas/tests/arrays/` | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/23346/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/23346/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/23346.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/23346",
"merged_at": "2018-10-28T03:09:21Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/23346.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/23346"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/23347 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/23347/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/23347/comments | https://api.github.com/repos/pandas-dev/pandas/issues/23347/events | https://github.com/pandas-dev/pandas/pull/23347 | 374,172,080 | MDExOlB1bGxSZXF1ZXN0MjI1OTM1NDA2 | 23,347 | Run Isort on tests/util single PR | {
"avatar_url": "https://avatars.githubusercontent.com/u/6972290?v=4",
"events_url": "https://api.github.com/users/thoo/events{/privacy}",
"followers_url": "https://api.github.com/users/thoo/followers",
"following_url": "https://api.github.com/users/thoo/following{/other_user}",
"gists_url": "https://api.gith... | [
{
"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... | 4 | 2018-10-25T23:30:59Z | 2019-01-02T20:26:20Z | 2018-10-28T03:16:40Z | CONTRIBUTOR | null | - [x] partial #23334
- [x] tests added / passed
- [ ] passes `git diff upstream/master -u -- "*.py" | flake8 --diff`
Run `isort -rc pandas/tests/util/`
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/23347/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/23347/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/23347.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/23347",
"merged_at": "2018-10-28T03:16:40Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/23347.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/23347"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/23348 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/23348/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/23348/comments | https://api.github.com/repos/pandas-dev/pandas/issues/23348/events | https://github.com/pandas-dev/pandas/issues/23348 | 374,180,778 | MDU6SXNzdWUzNzQxODA3Nzg= | 23,348 | Pandas should validate display.max_rows option | {
"avatar_url": "https://avatars.githubusercontent.com/u/1226424?v=4",
"events_url": "https://api.github.com/users/cosinequanon/events{/privacy}",
"followers_url": "https://api.github.com/users/cosinequanon/followers",
"following_url": "https://api.github.com/users/cosinequanon/following{/other_user}",
"gists... | [
{
"color": "ededed",
"default": false,
"description": "__repr__ of pandas objects, to_string",
"id": 13101118,
"name": "Output-Formatting",
"node_id": "MDU6TGFiZWwxMzEwMTExOA==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Output-Formatting"
},
{
"color": "ffa0f... | closed | false | null | [] | {
"closed_at": "2020-01-30T12:18:05Z",
"closed_issues": 2207,
"created_at": "2012-09-13T02:13:00Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4",
"events_url": "https://api.github.com/users/wesm/events{/privacy}",
"followers_url": "https://api.github.com/users/wesm... | 1 | 2018-10-26T00:17:52Z | 2019-08-05T15:09:29Z | 2019-08-05T15:09:29Z | NONE | null | #### Code Sample, a copy-pastable example if possible
```python
import pandas as pd
pd.set_option('display.max_rows', -1)
test = [['a', 'b'] ,['c','d'] ,['f','g']]
pd.DataFrame(test, columns=['columna', 'columnb'])
```
#### Problem description
This incorrectly print's 4 rows:
```
Out[1]:
.. ... ... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/23348/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/23348/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/23349 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/23349/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/23349/comments | https://api.github.com/repos/pandas-dev/pandas/issues/23349/events | https://github.com/pandas-dev/pandas/pull/23349 | 374,183,523 | MDExOlB1bGxSZXF1ZXN0MjI1OTQ0MTgy | 23,349 | API/TST: make hasnans always return python booleans | {
"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": "e102d8",
"default": false,
"description": "Unexpected or buggy dtype conversions",
"id": 31404521,
"name": "Dtype Conversions",
"node_id": "MDU6TGFiZWwzMTQwNDUyMQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Dtype%20Conversions"
}
] | closed | false | null | [] | {
"closed_at": "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-10-26T00:33:05Z | 2018-10-27T15:54:05Z | 2018-10-27T15:47:26Z | CONTRIBUTOR | null | - [x] xref #23294
- [x] tests added / passed
- [x] passes `git diff upstream/master -u -- "*.py" | flake8 --diff`
- [x] whatsnew entry
``Index.hasnans`` currently returns either a python or a numpy boolean, depending on circumstances. This PR ensures that only python booleans ae returned and makes the tests for h... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/23349/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/23349/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/23349.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/23349",
"merged_at": "2018-10-27T15:47:26Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/23349.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/23349"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/23350 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/23350/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/23350/comments | https://api.github.com/repos/pandas-dev/pandas/issues/23350/events | https://github.com/pandas-dev/pandas/pull/23350 | 374,193,383 | MDExOlB1bGxSZXF1ZXN0MjI1OTUxNTQ5 | 23,350 | BUG: Handle Period in combine | {
"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": "eb6420",
"default": false,
"description": "Period data type",
"id": 60635328,
"name": "Period",
"node_id": "MDU6TGFiZWw2MDYzNTMyOA==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Period"
}
] | closed | false | null | [] | {
"closed_at": "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-10-26T01:33:38Z | 2018-10-26T12:24:03Z | 2018-10-26T12:24:03Z | CONTRIBUTOR | null | Followup to #23079 to unxfail a period 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/23350/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/23350/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/23350.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/23350",
"merged_at": "2018-10-26T12:24:03Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/23350.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/23350"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/23351 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/23351/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/23351/comments | https://api.github.com/repos/pandas-dev/pandas/issues/23351/events | https://github.com/pandas-dev/pandas/pull/23351 | 374,196,614 | MDExOlB1bGxSZXF1ZXN0MjI1OTUzODIw | 23,351 | Fix import format pandas/tests/indexing | {
"avatar_url": "https://avatars.githubusercontent.com/u/5441213?v=4",
"events_url": "https://api.github.com/users/amphy/events{/privacy}",
"followers_url": "https://api.github.com/users/amphy/followers",
"following_url": "https://api.github.com/users/amphy/following{/other_user}",
"gists_url": "https://api.g... | [
{
"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... | 8 | 2018-10-26T01:53:26Z | 2018-10-28T02:55:11Z | 2018-10-28T02:55:11Z | CONTRIBUTOR | null | - [x] xref #23334
- [x] passes `git diff upstream/master -u -- "*.py" | flake8 --diff`
Ran `isort --recursive pandas` and then checked imports using `isort --recursive --check-only pandas`
PR capped at 20 files, but 21 files changed because it includes setup.cfg which has also been changed.
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/23351/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/23351/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/23351.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/23351",
"merged_at": "2018-10-28T02:55:11Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/23351.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/23351"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/23352 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/23352/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/23352/comments | https://api.github.com/repos/pandas-dev/pandas/issues/23352/events | https://github.com/pandas-dev/pandas/issues/23352 | 374,210,886 | MDU6SXNzdWUzNzQyMTA4ODY= | 23,352 | BUG: IntervalTree should not have NaN in nodes | {
"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": "e10c02",
"default": false,
"description": null,
"id": 76811,
"name": "Bug",
"node_id": "MDU6TGFiZWw3NjgxMQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug"
},
{
"color": "009800",
"default": false,
"description": "Interval data type",
... | 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-10-26T03:17:11Z | 2018-10-30T12:52:24Z | 2018-10-30T12:52:24Z | MEMBER | null | #### Code Sample, a copy-pastable example if possible
Initializing an `IntervalTree` with arrays containing `np.nan` can trigger a `RuntimeWarning`:
```python
In [2]: left, right = [0, 1, 2, np.nan], [1, 2, 3, np.nan]
In [3]: tree = pd._libs.interval.IntervalTree(left, right, leaf_size=2)
/home/jeremy/anaconda3... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/23352/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/23352/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/23353 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/23353/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/23353/comments | https://api.github.com/repos/pandas-dev/pandas/issues/23353/events | https://github.com/pandas-dev/pandas/pull/23353 | 374,223,668 | MDExOlB1bGxSZXF1ZXN0MjI1OTczOTkw | 23,353 | BUG: Fix IntervalTree handling of NaN | {
"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": "e10c02",
"default": false,
"description": null,
"id": 76811,
"name": "Bug",
"node_id": "MDU6TGFiZWw3NjgxMQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug"
},
{
"color": "009800",
"default": false,
"description": "Interval data type",
... | 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-10-26T04:37:12Z | 2018-10-31T22:44:55Z | 2018-10-30T12:52:24Z | MEMBER | null | - [X] closes #23352
- [X] tests added / passed
- [X] passes `git diff upstream/master -u -- "*.py" | flake8 --diff`
- [X] whatsnew entry
xref #23327 : As far as I can tell the only reason that PR is failing is because of tests raising a `RuntimeWarning` due to this bug.
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/23353/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/23353/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/23353.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/23353",
"merged_at": "2018-10-30T12:52:24Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/23353.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/23353"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/23354 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/23354/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/23354/comments | https://api.github.com/repos/pandas-dev/pandas/issues/23354/events | https://github.com/pandas-dev/pandas/issues/23354 | 374,254,493 | MDU6SXNzdWUzNzQyNTQ0OTM= | 23,354 | issue regarding fill missing value | {
"avatar_url": "https://avatars.githubusercontent.com/u/25405746?v=4",
"events_url": "https://api.github.com/users/ayushpatidar/events{/privacy}",
"followers_url": "https://api.github.com/users/ayushpatidar/followers",
"following_url": "https://api.github.com/users/ayushpatidar/following{/other_user}",
"gist... | [
{
"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 | [] | null | 5 | 2018-10-26T07:09:34Z | 2018-10-29T12:14:58Z | 2018-10-29T12:14:58Z | NONE | null | problem description :
There is no function available in pandas which can fill missing value in dataframe according to column type i.e whether column is of categorical type or numeric type.
It will be easier if we provide a direct function which can fill missing value according to the type of column
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/23354/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/23354/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/23355 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/23355/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/23355/comments | https://api.github.com/repos/pandas-dev/pandas/issues/23355/events | https://github.com/pandas-dev/pandas/pull/23355 | 374,280,687 | MDExOlB1bGxSZXF1ZXN0MjI2MDE3MDE2 | 23,355 | DOC: fixup whatsnew note for GH21394 | {
"avatar_url": "https://avatars.githubusercontent.com/u/1020496?v=4",
"events_url": "https://api.github.com/users/jorisvandenbossche/events{/privacy}",
"followers_url": "https://api.github.com/users/jorisvandenbossche/followers",
"following_url": "https://api.github.com/users/jorisvandenbossche/following{/othe... | [
{
"color": "3465A4",
"default": false,
"description": null,
"id": 134699,
"name": "Docs",
"node_id": "MDU6TGFiZWwxMzQ2OTk=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Docs"
},
{
"color": "5319e7",
"default": false,
"description": "Timedelta data type",... | 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-10-26T08:34:33Z | 2018-10-28T17:44:06Z | 2018-10-28T13:39:26Z | MEMBER | null | xref https://github.com/pandas-dev/pandas/pull/21394
(also moved from enhancements to api changes) | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/23355/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/23355/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/23355.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/23355",
"merged_at": "2018-10-28T13:39:26Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/23355.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/23355"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/23356 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/23356/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/23356/comments | https://api.github.com/repos/pandas-dev/pandas/issues/23356/events | https://github.com/pandas-dev/pandas/issues/23356 | 374,298,565 | MDU6SXNzdWUzNzQyOTg1NjU= | 23,356 | ENH: Tox as main entry point for development | {
"avatar_url": "https://avatars.githubusercontent.com/u/41163037?v=4",
"events_url": "https://api.github.com/users/FHaase/events{/privacy}",
"followers_url": "https://api.github.com/users/FHaase/followers",
"following_url": "https://api.github.com/users/FHaase/following{/other_user}",
"gists_url": "https://a... | [
{
"color": "4E9A06",
"default": false,
"description": null,
"id": 76812,
"name": "Enhancement",
"node_id": "MDU6TGFiZWw3NjgxMg==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Enhancement"
},
{
"color": "75507B",
"default": false,
"description": "Library ... | closed | false | null | [] | null | 9 | 2018-10-26T09:23:52Z | 2019-11-01T21:29:19Z | 2019-11-01T21:29:19Z | CONTRIBUTOR | null | So I have been working on issue #23154 trying to setup flake8-rst as additional check for code within documentation.
It's working great, finding multiple places to fix, however in order to test I'm not able to run the appropriate commands.
* created a conda environment
* installed dependencies from `./ci/require... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/23356/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/23356/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/23357 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/23357/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/23357/comments | https://api.github.com/repos/pandas-dev/pandas/issues/23357/events | https://github.com/pandas-dev/pandas/pull/23357 | 374,338,114 | MDExOlB1bGxSZXF1ZXN0MjI2MDYxOTU0 | 23,357 | TST: Fix test assertion | {
"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"
}
] | 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-10-26T11:14:58Z | 2018-10-26T21:39:43Z | 2018-10-26T12:24:38Z | CONTRIBUTOR | null | xref https://github.com/pandas-dev/pandas/pull/23304#discussion_r228458689
cc @jorisvandenbossche | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/23357/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/23357/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/23357.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/23357",
"merged_at": "2018-10-26T12:24:38Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/23357.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/23357"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/23358 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/23358/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/23358/comments | https://api.github.com/repos/pandas-dev/pandas/issues/23358/events | https://github.com/pandas-dev/pandas/pull/23358 | 374,345,603 | MDExOlB1bGxSZXF1ZXN0MjI2MDY3ODUx | 23,358 | CI: rebalance the travis ci jobs | {
"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": "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... | 6 | 2018-10-26T11:38:35Z | 2018-11-06T13:03:28Z | 2018-11-06T13:03:19Z | CONTRIBUTOR | null | move some from the 3.6 build to 3.7 as the 3.6 is 15 min longer. mark the multi-thread tests as slow. | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/23358/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/23358/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/23358.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/23358",
"merged_at": null,
"patch_url": "https://github.com/pandas-dev/pandas/pull/23358.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/23358"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/23359 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/23359/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/23359/comments | https://api.github.com/repos/pandas-dev/pandas/issues/23359/events | https://github.com/pandas-dev/pandas/issues/23359 | 374,384,534 | MDU6SXNzdWUzNzQzODQ1MzQ= | 23,359 | PERF: Investigate caching on PeriodArray | {
"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": "a10c02",
"default": false,
"description": "Memory or execution speed performance",
"id": 8935311,
"name": "Performance",
"node_id": "MDU6TGFiZWw4OTM1MzEx",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Performance"
},
{
"color": "eb6420",
"default"... | closed | false | null | [] | {
"closed_at": null,
"closed_issues": 786,
"created_at": "2015-01-13T10:53:19Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jreback/followers",
... | 7 | 2018-10-26T13:29:34Z | 2020-06-09T20:49:21Z | 2020-06-09T20:49:20Z | CONTRIBUTOR | null | Start with benchmarks
1. ops on PeriodArray and PeriodIndex
2. ...
If we determine that caching attributes like `hasnans` and `isna` does help then we can investigate caching on PeriodArray. | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/23359/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/23359/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/23360 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/23360/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/23360/comments | https://api.github.com/repos/pandas-dev/pandas/issues/23360/events | https://github.com/pandas-dev/pandas/issues/23360 | 374,389,686 | MDU6SXNzdWUzNzQzODk2ODY= | 23,360 | Custom Array Types Dropped on pd.Merge | {
"avatar_url": "https://avatars.githubusercontent.com/u/5131271?v=4",
"events_url": "https://api.github.com/users/achapkowski/events{/privacy}",
"followers_url": "https://api.github.com/users/achapkowski/followers",
"following_url": "https://api.github.com/users/achapkowski/following{/other_user}",
"gists_ur... | [] | closed | false | null | [] | {
"closed_at": null,
"closed_issues": 2361,
"created_at": "2015-02-26T19:29:05Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/1020496?v=4",
"events_url": "https://api.github.com/users/jorisvandenbossche/events{/privacy}",
"followers_url": "https://api.github.com/users/jorisva... | 8 | 2018-10-26T13:42:19Z | 2018-10-29T14:11:01Z | 2018-10-26T13:51:11Z | NONE | null | #### Code Sample, a copy-pastable example if possible
I have written a custom dtype and array for my own API.
When I do a `pd.merge`, the type reverts back to `object` not `geometry` .
In cyberpandas, I do not see the same behavior. What needs to be set to accomplish this?
```python
from cyberpandas impo... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/23360/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/23360/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/23361 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/23361/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/23361/comments | https://api.github.com/repos/pandas-dev/pandas/issues/23361/events | https://github.com/pandas-dev/pandas/pull/23361 | 374,398,026 | MDExOlB1bGxSZXF1ZXN0MjI2MTA5NTA1 | 23,361 | unpin openpyxl | {
"avatar_url": "https://avatars.githubusercontent.com/u/16733618?v=4",
"events_url": "https://api.github.com/users/alimcmaster1/events{/privacy}",
"followers_url": "https://api.github.com/users/alimcmaster1/followers",
"following_url": "https://api.github.com/users/alimcmaster1/following{/other_user}",
"gist... | [
{
"color": "75507B",
"default": false,
"description": "Library building on various platforms",
"id": 129350,
"name": "Build",
"node_id": "MDU6TGFiZWwxMjkzNTA=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Build"
},
{
"color": "a2bca7",
"default": false,
... | 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-10-26T14:02:04Z | 2018-11-01T21:59:30Z | 2018-10-28T20:14:13Z | CONTRIBUTOR | null | - [x] passes `git diff upstream/master -u -- "*.py" | flake8 --diff`
- Follow up from #22601.
- Confirmed with openpyxl this bug was fixed in version 2.5.7 see [bitbucket issue here](https://bitbucket.org/openpyxl/openpyxl/issues/1093/newly-introduced-keyerror-problem-in)
This was release 13th Sept -> https://... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/23361/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/23361/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/23361.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/23361",
"merged_at": "2018-10-28T20:14:13Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/23361.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/23361"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/23362 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/23362/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/23362/comments | https://api.github.com/repos/pandas-dev/pandas/issues/23362/events | https://github.com/pandas-dev/pandas/issues/23362 | 374,403,630 | MDU6SXNzdWUzNzQ0MDM2MzA= | 23,362 | PERF: concat perf | {
"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": "a10c02",
"default": false,
"description": "Memory or execution speed performance",
"id": 8935311,
"name": "Performance",
"node_id": "MDU6TGFiZWw4OTM1MzEx",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Performance"
},
{
"color": "02d7e1",
"default"... | open | false | null | [] | {
"closed_at": null,
"closed_issues": 786,
"created_at": "2015-01-13T10:53:19Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jreback/followers",
... | 3 | 2018-10-26T14:15:14Z | 2020-09-24T03:11:56Z | null | CONTRIBUTOR | null | For `Series[period]`, `pd.concat` is about 6x slower than `PeriodArray._concat_same_type`. There's always going to be some overhead, but I wonder how much we can narrow this.
```python
In [1]: import numpy as np
...: import pandas as pd
...:
...: a = np.random.randint(2000, 2100, size=1000)
...: b ... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/23362/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/23362/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/23363 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/23363/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/23363/comments | https://api.github.com/repos/pandas-dev/pandas/issues/23363/events | https://github.com/pandas-dev/pandas/pull/23363 | 374,427,545 | MDExOlB1bGxSZXF1ZXN0MjI2MTMyNjA1 | 23,363 | COMPAT: update for latest flake8 | {
"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": "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... | 3 | 2018-10-26T15:10:45Z | 2018-10-28T02:46:12Z | 2018-10-28T02:46:07Z | 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/23363/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/23363/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/23363.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/23363",
"merged_at": "2018-10-28T02:46:07Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/23363.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/23363"
} | |
https://api.github.com/repos/pandas-dev/pandas/issues/23364 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/23364/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/23364/comments | https://api.github.com/repos/pandas-dev/pandas/issues/23364/events | https://github.com/pandas-dev/pandas/pull/23364 | 374,466,617 | MDExOlB1bGxSZXF1ZXN0MjI2MTYzMDgy | 23,364 | Isort contributing guide | {
"avatar_url": "https://avatars.githubusercontent.com/u/16733618?v=4",
"events_url": "https://api.github.com/users/alimcmaster1/events{/privacy}",
"followers_url": "https://api.github.com/users/alimcmaster1/followers",
"following_url": "https://api.github.com/users/alimcmaster1/following{/other_user}",
"gist... | [
{
"color": "3465A4",
"default": false,
"description": null,
"id": 134699,
"name": "Docs",
"node_id": "MDU6TGFiZWwxMzQ2OTk=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Docs"
}
] | closed | false | null | [] | {
"closed_at": "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-10-26T16:54:43Z | 2018-11-04T15:30:47Z | 2018-11-04T15:30:44Z | CONTRIBUTOR | null | - [x] follow up from #23096
- [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/23364/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/23364/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/23364.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/23364",
"merged_at": "2018-11-04T15:30:44Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/23364.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/23364"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/23365 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/23365/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/23365/comments | https://api.github.com/repos/pandas-dev/pandas/issues/23365/events | https://github.com/pandas-dev/pandas/pull/23365 | 374,521,181 | MDExOlB1bGxSZXF1ZXN0MjI2MjA0OTcz | 23,365 | Fix import format at pandas/tests/extension directory | {
"avatar_url": "https://avatars.githubusercontent.com/u/23535916?v=4",
"events_url": "https://api.github.com/users/mwoss/events{/privacy}",
"followers_url": "https://api.github.com/users/mwoss/followers",
"following_url": "https://api.github.com/users/mwoss/following{/other_user}",
"gists_url": "https://api.... | [
{
"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... | 6 | 2018-10-26T19:39:17Z | 2018-10-30T18:49:52Z | 2018-10-28T13:38:51Z | CONTRIBUTOR | null | - [x] partial #23334
- [x] passes `git diff upstream/master -u -- "*.py" | flake8 --diff`
PR includes 21 files, but I think it's acceptable and unnecessary to divide it to two separate PRs.
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/23365/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/23365/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/23365.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/23365",
"merged_at": "2018-10-28T13:38:51Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/23365.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/23365"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/23366 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/23366/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/23366/comments | https://api.github.com/repos/pandas-dev/pandas/issues/23366/events | https://github.com/pandas-dev/pandas/pull/23366 | 374,521,995 | MDExOlB1bGxSZXF1ZXN0MjI2MjA1NjM4 | 23,366 | STY: proposed isort settings [ci skip] [skip ci] [ciskip] [skipci] | {
"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": "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... | 14 | 2018-10-26T19:42:01Z | 2018-10-30T22:48:13Z | 2018-10-29T12:09:38Z | MEMBER | null | (not sure which tag(s) skip the CI)
I propose we change the isort settings to arrange within-pandas imports by dependency structure. i.e.
- `pandas._libs`, `pandas.compat`, `pandas.util._*`, `pandas.errors` are for the most part not dependent on pandas.core, so get their own section(s)
- `pandas.core.dtypes` 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/23366/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/23366/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/23366.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/23366",
"merged_at": "2018-10-29T12:09:38Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/23366.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/23366"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/23367 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/23367/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/23367/comments | https://api.github.com/repos/pandas-dev/pandas/issues/23367/events | https://github.com/pandas-dev/pandas/pull/23367 | 374,528,004 | MDExOlB1bGxSZXF1ZXN0MjI2MjEwNDE1 | 23,367 | Fix import format at pandas/tests/io/parser directory | {
"avatar_url": "https://avatars.githubusercontent.com/u/23535916?v=4",
"events_url": "https://api.github.com/users/mwoss/events{/privacy}",
"followers_url": "https://api.github.com/users/mwoss/followers",
"following_url": "https://api.github.com/users/mwoss/following{/other_user}",
"gists_url": "https://api.... | [
{
"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-10-26T20:01:31Z | 2018-10-28T02:08:01Z | 2018-10-28T02:07:57Z | CONTRIBUTOR | null | - [x] partial #23334
- [x] passes `git diff upstream/master -u -- "*.py" | flake8 --diff`
Ran `isort --recursive pandas/tests/io/parser` and then checked imports using `isort --recursive --check-only pandas/tests/io/parser`
This PR also exceeded 20 file limit (22 files with setup.cfg), but I think it's acceptabl... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/23367/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/23367/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/23367.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/23367",
"merged_at": "2018-10-28T02:07:57Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/23367.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/23367"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/23368 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/23368/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/23368/comments | https://api.github.com/repos/pandas-dev/pandas/issues/23368/events | https://github.com/pandas-dev/pandas/pull/23368 | 374,537,157 | MDExOlB1bGxSZXF1ZXN0MjI2MjE3NzQ0 | 23,368 | REF: Cleanups, typing, memoryviews in tslibs | {
"avatar_url": "https://avatars.githubusercontent.com/u/8078968?v=4",
"events_url": "https://api.github.com/users/jbrockmendel/events{/privacy}",
"followers_url": "https://api.github.com/users/jbrockmendel/followers",
"following_url": "https://api.github.com/users/jbrockmendel/following{/other_user}",
"gists... | [
{
"color": "fbca04",
"default": false,
"description": "Related to non-user accessible pandas implementation",
"id": 49094459,
"name": "Internals",
"node_id": "MDU6TGFiZWw0OTA5NDQ1OQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Internals"
},
{
"color": "207de5... | closed | false | null | [] | {
"closed_at": "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-10-26T20:31:01Z | 2018-11-03T01:07:31Z | 2018-11-03T01:07:27Z | MEMBER | null | - [ ] closes #xxxx
- [ ] 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/23368/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/23368/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/23368.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/23368",
"merged_at": null,
"patch_url": "https://github.com/pandas-dev/pandas/pull/23368.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/23368"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/23369 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/23369/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/23369/comments | https://api.github.com/repos/pandas-dev/pandas/issues/23369/events | https://github.com/pandas-dev/pandas/issues/23369 | 374,588,539 | MDU6SXNzdWUzNzQ1ODg1Mzk= | 23,369 | memory usage after writing then reading a multi-indexed dataframe from an hdf5 increases dramatically | {
"avatar_url": "https://avatars.githubusercontent.com/u/1169194?v=4",
"events_url": "https://api.github.com/users/headdab/events{/privacy}",
"followers_url": "https://api.github.com/users/headdab/followers",
"following_url": "https://api.github.com/users/headdab/following{/other_user}",
"gists_url": "https:/... | [
{
"color": "fbca04",
"default": false,
"description": "Related to non-user accessible pandas implementation",
"id": 49094459,
"name": "Internals",
"node_id": "MDU6TGFiZWw0OTA5NDQ1OQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Internals"
},
{
"color": "207de5... | closed | false | null | [] | null | 9 | 2018-10-27T00:43:01Z | 2018-11-01T16:23:51Z | 2018-10-29T18:38:18Z | NONE | null | #### Code Sample, a copy-pastable example if possible
```python
#!/usr/bin/env python
import numpy as np
import pandas as pd
index = pd.MultiIndex.from_product([list(range(10000)), list(range(10))])
df = pd.DataFrame(np.random.rand(100000, 10), index=index, columns=list(range(10)))
df = (df * 3840).astype(... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/23369/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/23369/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/23370 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/23370/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/23370/comments | https://api.github.com/repos/pandas-dev/pandas/issues/23370/events | https://github.com/pandas-dev/pandas/pull/23370 | 374,597,339 | MDExOlB1bGxSZXF1ZXN0MjI2MjYzNTg3 | 23,370 | STYLE: Specify bare exceptions in pandas/tests | {
"avatar_url": "https://avatars.githubusercontent.com/u/33966871?v=4",
"events_url": "https://api.github.com/users/alexander-ponomaroff/events{/privacy}",
"followers_url": "https://api.github.com/users/alexander-ponomaroff/followers",
"following_url": "https://api.github.com/users/alexander-ponomaroff/followin... | [
{
"color": "eb6420",
"default": false,
"description": "Code style, linting, code_checks",
"id": 106935113,
"name": "Code Style",
"node_id": "MDU6TGFiZWwxMDY5MzUxMTM=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Code%20Style"
},
{
"color": "207de5",
"default... | 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... | 26 | 2018-10-27T02:32:16Z | 2018-11-19T05:34:12Z | 2018-11-19T01:25:28Z | CONTRIBUTOR | null | - [x] closes #22872
- [x] passes `git diff upstream/master -u -- "*.py" | flake8 --diff`
The empty `except` statements now capture specific exceptions.
Following warnings are fixed:
```
pandas/tests/test_panel.py:338:13: E722 do not use bare 'except'
pandas/tests/test_panel.py:344:13: E722 do not use bare 'ex... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/23370/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/23370/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/23370.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/23370",
"merged_at": "2018-11-19T01:25:28Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/23370.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/23370"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/23371 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/23371/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/23371/comments | https://api.github.com/repos/pandas-dev/pandas/issues/23371/events | https://github.com/pandas-dev/pandas/issues/23371 | 374,598,711 | MDU6SXNzdWUzNzQ1OTg3MTE= | 23,371 | CLN: commented-out code in _libs/sparse.pyx | {
"avatar_url": "https://avatars.githubusercontent.com/u/8078968?v=4",
"events_url": "https://api.github.com/users/jbrockmendel/events{/privacy}",
"followers_url": "https://api.github.com/users/jbrockmendel/followers",
"following_url": "https://api.github.com/users/jbrockmendel/following{/other_user}",
"gists... | [
{
"color": "fbca04",
"default": false,
"description": "Related to non-user accessible pandas implementation",
"id": 49094459,
"name": "Internals",
"node_id": "MDU6TGFiZWw0OTA5NDQ1OQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Internals"
},
{
"color": "009800... | closed | false | null | [] | null | 3 | 2018-10-27T02:51:39Z | 2018-11-16T02:58:16Z | 2018-11-16T02:58:16Z | MEMBER | null | reindex_block, SparseCruncher, and (related) reindex_integer | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/23371/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/23371/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/23372 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/23372/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/23372/comments | https://api.github.com/repos/pandas-dev/pandas/issues/23372/events | https://github.com/pandas-dev/pandas/issues/23372 | 374,599,940 | MDU6SXNzdWUzNzQ1OTk5NDA= | 23,372 | pd.DataFrame.expanding bug with axis = 1 | {
"avatar_url": "https://avatars.githubusercontent.com/u/16435671?v=4",
"events_url": "https://api.github.com/users/boonteck/events{/privacy}",
"followers_url": "https://api.github.com/users/boonteck/followers",
"following_url": "https://api.github.com/users/boonteck/following{/other_user}",
"gists_url": "htt... | [
{
"color": "e10c02",
"default": false,
"description": null,
"id": 76811,
"name": "Bug",
"node_id": "MDU6TGFiZWw3NjgxMQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug"
},
{
"color": "d4c5f9",
"default": false,
"description": "rolling, ewma, expanding... | 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-10-27T03:09:53Z | 2018-11-01T00:35:38Z | 2018-11-01T00:35:38Z | NONE | null | ```python
import pandas as pd
import numpy as np
df = pd.DataFrame(np.ones((10, 20)))
df.expanding(3, axis = 1).sum()
0 1 2 3 4 5 6 7 8 9 10 11 12 13 \
0 NaN NaN 3.0 4.0 5.0 6.0 7.0 8.0 9.0 10.0 10.0 10.0 10.0 10.0
1 NaN NaN 3.0 4.0 5.0 6.0 7.0 8... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/23372/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/23372/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/23373 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/23373/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/23373/comments | https://api.github.com/repos/pandas-dev/pandas/issues/23373/events | https://github.com/pandas-dev/pandas/issues/23373 | 374,607,988 | MDU6SXNzdWUzNzQ2MDc5ODg= | 23,373 | tm.ensure_clean() does not create Temporary Directory. It only creates temporary files. | {
"avatar_url": "https://avatars.githubusercontent.com/u/2052424?v=4",
"events_url": "https://api.github.com/users/anjsudh/events{/privacy}",
"followers_url": "https://api.github.com/users/anjsudh/followers",
"following_url": "https://api.github.com/users/anjsudh/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": "C4A000",
"default": false,
"description": "pandas t... | closed | false | null | [] | null | 1 | 2018-10-27T05:15:46Z | 2018-11-22T06:51:56Z | 2018-11-22T06:51:56Z | CONTRIBUTOR | null | _Originally posted by @anjsudh in https://github.com/pandas-dev/pandas/pull/23321_ | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/23373/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/23373/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/23374 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/23374/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/23374/comments | https://api.github.com/repos/pandas-dev/pandas/issues/23374/events | https://github.com/pandas-dev/pandas/pull/23374 | 374,610,539 | MDExOlB1bGxSZXF1ZXN0MjI2MjcyMTg2 | 23,374 | CLN: Rename raise_on_error to errors for .dtype | {
"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": "e102d8",
"default": false,
"description": "Unexpected or buggy dtype conversions",
"id": 31404521,
"name": "Dtype Conversions",
"node_id": "MDU6TGFiZWwzMTQwNDUyMQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Dtype%20Conversions"
},
{
"color": "531... | 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-10-27T05:56:47Z | 2018-10-28T05:22:24Z | 2018-10-28T02:44:16Z | MEMBER | null | Title is self-explanatory.
xref #14967.
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/23374/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/23374/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/23374.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/23374",
"merged_at": "2018-10-28T02:44:16Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/23374.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/23374"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/23375 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/23375/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/23375/comments | https://api.github.com/repos/pandas-dev/pandas/issues/23375/events | https://github.com/pandas-dev/pandas/pull/23375 | 374,613,699 | MDExOlB1bGxSZXF1ZXN0MjI2Mjc0MDY4 | 23,375 | CLN: Drop .sortlevel method | {
"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": "eb6420",
"default": false,
"description": "Non-arithmetic algos: value_counts, factorize, sorting, isin, clip, shift, diff",
"id": 57296398,
"name": "Algos",
"node_id": "MDU6TGFiZWw1NzI5NjM5OA==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Algos"
},
{
... | 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-10-27T06:39:46Z | 2018-10-28T05:21:55Z | 2018-10-28T02:43:35Z | MEMBER | null | Title is self-explanatory.
xref #15099. | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/23375/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/23375/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/23375.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/23375",
"merged_at": "2018-10-28T02:43:35Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/23375.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/23375"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/23376 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/23376/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/23376/comments | https://api.github.com/repos/pandas-dev/pandas/issues/23376/events | https://github.com/pandas-dev/pandas/pull/23376 | 374,618,371 | MDExOlB1bGxSZXF1ZXN0MjI2Mjc2OTAy | 23,376 | CLN: Remove pandas.tools module | {
"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": "8AE234",
"default": false,
"description": null,
"id": 2413328,
"name": "Visualization",
"node_id": "MDU6TGFiZWwyNDEzMzI4",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Visualization"
},
{
"color": "eb6420",
"default": false,
"description": "No... | 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-10-27T07:46:12Z | 2018-10-28T18:47:57Z | 2018-10-28T13:42:56Z | MEMBER | null | Title is self-explanatory.
xref #15358.
xref #16005. | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/23376/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/23376/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/23376.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/23376",
"merged_at": "2018-10-28T13:42:56Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/23376.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/23376"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/23377 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/23377/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/23377/comments | https://api.github.com/repos/pandas-dev/pandas/issues/23377/events | https://github.com/pandas-dev/pandas/pull/23377 | 374,622,302 | MDExOlB1bGxSZXF1ZXN0MjI2Mjc5NTk1 | 23,377 | CLN: Remove the .consolidate method | {
"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": "eb6420",
"default": false,
"description": "Non-arithmetic algos: value_counts, factorize, sorting, isin, clip, shift, diff",
"id": 57296398,
"name": "Algos",
"node_id": "MDU6TGFiZWw1NzI5NjM5OA==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Algos"
},
{
... | 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-10-27T08:39:00Z | 2018-10-28T05:21:20Z | 2018-10-28T02:42:05Z | MEMBER | null | Title is self-explanatory.
xref #15501. | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/23377/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/23377/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/23377.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/23377",
"merged_at": "2018-10-28T02:42:05Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/23377.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/23377"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/23378 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/23378/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/23378/comments | https://api.github.com/repos/pandas-dev/pandas/issues/23378/events | https://github.com/pandas-dev/pandas/pull/23378 | 374,625,715 | MDExOlB1bGxSZXF1ZXN0MjI2MjgxNzc5 | 23,378 | CLN: Remove pd.parser, lib, and tslib | {
"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": "AFEEEE",
"default": false,
"description": null,
"id": 211840,
"name": "Timeseries",
"node_id": "MDU6TGFiZWwyMTE4NDA=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Timeseries"
},
{
"color": "06909A",
"default": false,
"description": "IO issues... | 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-10-27T09:25:47Z | 2018-10-28T05:19:32Z | 2018-10-28T02:33:58Z | MEMBER | null | Title is self-explanatory.
xref #15537. | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/23378/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/23378/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/23378.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/23378",
"merged_at": "2018-10-28T02:33:58Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/23378.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/23378"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/23379 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/23379/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/23379/comments | https://api.github.com/repos/pandas-dev/pandas/issues/23379/events | https://github.com/pandas-dev/pandas/issues/23379 | 374,627,413 | MDU6SXNzdWUzNzQ2Mjc0MTM= | 23,379 | BUG: pd.pivot_table with single column return DataFrame.columns as MultiIndex | {
"avatar_url": "https://avatars.githubusercontent.com/u/11739037?v=4",
"events_url": "https://api.github.com/users/Sobes76rus/events{/privacy}",
"followers_url": "https://api.github.com/users/Sobes76rus/followers",
"following_url": "https://api.github.com/users/Sobes76rus/following{/other_user}",
"gists_url"... | [
{
"color": "02d7e1",
"default": false,
"description": "Concat, Merge/Join, Stack/Unstack, Explode",
"id": 13098779,
"name": "Reshaping",
"node_id": "MDU6TGFiZWwxMzA5ODc3OQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Reshaping"
},
{
"color": "207de5",
"de... | closed | false | null | [] | null | 3 | 2018-10-27T09:46:36Z | 2021-06-23T03:44:04Z | 2021-06-23T03:44:03Z | NONE | null | #### Code Sample, a copy-pastable example if possible
```python
import pandas as pd
import numpy as np
df1 = pd.DataFrame(np.arange(9).reshape(3, 3), columns=['a', 'b', 'c'])
df2 = df1.loc[df1['a'] == 100]
df3 = pd.pivot_table(df2, values='a', index='b', columns='c', aggfunc='sum')
df3.columns
```
#### Pro... | {
"+1": 2,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 2,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/23379/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/23379/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/23380 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/23380/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/23380/comments | https://api.github.com/repos/pandas-dev/pandas/issues/23380/events | https://github.com/pandas-dev/pandas/pull/23380 | 374,631,743 | MDExOlB1bGxSZXF1ZXN0MjI2Mjg1NjU0 | 23,380 | CLN: Cleanup top-level pandas namespace | {
"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": "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": "5319e7",
"default": false,
"description": "F... | 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-10-27T10:40:45Z | 2018-10-28T05:20:52Z | 2018-10-28T02:40:51Z | MEMBER | null | Drops the following:
* `pd.pnow`
* `pd.match`
* `pd.groupby`
* `pd.get_store`
As well as:
* `pd.Expr`
* `pd.Term`
xref #15538.
xref #15940.
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/23380/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/23380/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/23380.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/23380",
"merged_at": "2018-10-28T02:40:51Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/23380.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/23380"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/23381 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/23381/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/23381/comments | https://api.github.com/repos/pandas-dev/pandas/issues/23381/events | https://github.com/pandas-dev/pandas/pull/23381 | 374,634,566 | MDExOlB1bGxSZXF1ZXN0MjI2Mjg3NDY1 | 23,381 | Integrate flake8_rst into ./ci/code_check.sh | {
"avatar_url": "https://avatars.githubusercontent.com/u/41163037?v=4",
"events_url": "https://api.github.com/users/FHaase/events{/privacy}",
"followers_url": "https://api.github.com/users/FHaase/followers",
"following_url": "https://api.github.com/users/FHaase/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": "a2bca7",
"default": false,
"description": "Continuous Integratio... | closed | false | null | [] | null | 21 | 2018-10-27T11:16:45Z | 2018-11-09T16:27:06Z | 2018-11-09T16:26:35Z | CONTRIBUTOR | null | - [x] tests added / passed
- [x] passes `git diff upstream/master -u -- "*.py" | flake8 --diff`
Integrated [flake8-rst](https://github.com/kataev/flake8-rst) into `code_check.sh` in order to check code in .. code-blocks:: python directives
* fixed all issues found with version v0.4.1
- F821 undefined name 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/23381/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/23381/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/23381.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/23381",
"merged_at": "2018-11-09T16:26:35Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/23381.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/23381"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/23382 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/23382/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/23382/comments | https://api.github.com/repos/pandas-dev/pandas/issues/23382/events | https://github.com/pandas-dev/pandas/pull/23382 | 374,654,263 | MDExOlB1bGxSZXF1ZXN0MjI2MzAwMzMy | 23,382 | REF: cython cleanups and optimizations | {
"avatar_url": "https://avatars.githubusercontent.com/u/8078968?v=4",
"events_url": "https://api.github.com/users/jbrockmendel/events{/privacy}",
"followers_url": "https://api.github.com/users/jbrockmendel/followers",
"following_url": "https://api.github.com/users/jbrockmendel/following{/other_user}",
"gists... | [
{
"color": "a10c02",
"default": false,
"description": "Memory or execution speed performance",
"id": 8935311,
"name": "Performance",
"node_id": "MDU6TGFiZWw4OTM1MzEx",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Performance"
},
{
"color": "fbca04",
"default"... | 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-10-27T14:58:44Z | 2018-11-03T01:08:28Z | 2018-11-03T01:08:16Z | MEMBER | null | - [ ] closes #xxxx
- [ ] 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/23382/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/23382/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/23382.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/23382",
"merged_at": null,
"patch_url": "https://github.com/pandas-dev/pandas/pull/23382.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/23382"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/23383 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/23383/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/23383/comments | https://api.github.com/repos/pandas-dev/pandas/issues/23383/events | https://github.com/pandas-dev/pandas/pull/23383 | 374,681,882 | MDExOlB1bGxSZXF1ZXN0MjI2MzE5MDQ5 | 23,383 | TST: unxfail combine-concat | {
"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"
}
] | closed | false | null | [] | null | 3 | 2018-10-27T19:48:52Z | 2018-12-13T21:52:45Z | 2018-12-13T21:52:45Z | CONTRIBUTOR | null | I don't know why this wasn't failing on master, but I can reproduce locally.
https://github.com/pandas-dev/pandas/pull/23336#issuecomment-433637555 | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/23383/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/23383/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/23383.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/23383",
"merged_at": null,
"patch_url": "https://github.com/pandas-dev/pandas/pull/23383.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/23383"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/23384 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/23384/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/23384/comments | https://api.github.com/repos/pandas-dev/pandas/issues/23384/events | https://github.com/pandas-dev/pandas/pull/23384 | 374,687,876 | MDExOlB1bGxSZXF1ZXN0MjI2MzIzMjgz | 23,384 | ENH: Add Styler.pipe() method (#23229) | {
"avatar_url": "https://avatars.githubusercontent.com/u/3150861?v=4",
"events_url": "https://api.github.com/users/nmusolino/events{/privacy}",
"followers_url": "https://api.github.com/users/nmusolino/followers",
"following_url": "https://api.github.com/users/nmusolino/following{/other_user}",
"gists_url": "h... | [
{
"color": "4E9A06",
"default": false,
"description": null,
"id": 76812,
"name": "Enhancement",
"node_id": "MDU6TGFiZWw3NjgxMg==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Enhancement"
},
{
"color": "eb6420",
"default": false,
"description": "Code sty... | closed | false | null | [] | null | 13 | 2018-10-27T20:52:18Z | 2018-11-28T14:48:33Z | 2018-11-28T14:48:33Z | CONTRIBUTOR | null | Added `Styler.pipe()` method. This allows users to easily apply and compose functions that operate on Styler objects, just like the `DataFrame.pipe()` method does for dataframes.
- [x] closes #23229
- [x] tests added / passed
- [x] passes `git diff upstream/master -u -- "*.py" | flake8 --diff`
- [x] whatsnew ent... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/23384/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/23384/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/23384.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/23384",
"merged_at": "2018-11-28T14:48:33Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/23384.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/23384"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/23385 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/23385/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/23385/comments | https://api.github.com/repos/pandas-dev/pandas/issues/23385/events | https://github.com/pandas-dev/pandas/pull/23385 | 374,697,634 | MDExOlB1bGxSZXF1ZXN0MjI2MzMwMTkx | 23,385 | DOC: Update DateOffset intro in timeseries.rst | {
"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": "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": "Timedelta data type",... | 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... | 13 | 2018-10-27T22:52:27Z | 2018-12-02T02:09:02Z | 2018-12-01T23:37:34Z | MEMBER | null | Updated `timeseries.rst` introduction to DateOffsets
* Explain relationship with `Timedelta`
* Clarify explanation of rollforward/back
* Bring all the offsets and their aliases to the front
Misc fixes:
* Period dtypes are preserved in Series & DataFrames
* Rendering for timezone nonexistent 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/23385/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/23385/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/23385.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/23385",
"merged_at": "2018-12-01T23:37:34Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/23385.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/23385"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/23386 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/23386/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/23386/comments | https://api.github.com/repos/pandas-dev/pandas/issues/23386/events | https://github.com/pandas-dev/pandas/pull/23386 | 374,698,623 | MDExOlB1bGxSZXF1ZXN0MjI2MzMwODky | 23,386 | CLN: Cleanup toplevel namespace shims | {
"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": "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": "5319e7",
"default": false,
"description": "F... | 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-10-27T23:05:57Z | 2018-10-28T18:46:06Z | 2018-10-28T13:40:23Z | MEMBER | null | Removes the following:
* `pandas.types`
* `pandas.computation`
* `pandas.util.decorators`
xref #16157.
xref #16250. | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/23386/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/23386/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/23386.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/23386",
"merged_at": "2018-10-28T13:40:23Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/23386.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/23386"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/23387 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/23387/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/23387/comments | https://api.github.com/repos/pandas-dev/pandas/issues/23387/events | https://github.com/pandas-dev/pandas/pull/23387 | 374,699,327 | MDExOlB1bGxSZXF1ZXN0MjI2MzMxMzg3 | 23,387 | style: fix import format at pandas/core/reshape | {
"avatar_url": "https://avatars.githubusercontent.com/u/4401006?v=4",
"events_url": "https://api.github.com/users/streeck/events{/privacy}",
"followers_url": "https://api.github.com/users/streeck/followers",
"following_url": "https://api.github.com/users/streeck/following{/other_user}",
"gists_url": "https:/... | [
{
"color": "eb6420",
"default": false,
"description": "Code style, linting, code_checks",
"id": 106935113,
"name": "Code Style",
"node_id": "MDU6TGFiZWwxMDY5MzUxMTM=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Code%20Style"
}
] | closed | false | null | [] | {
"closed_at": "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-10-27T23:16:56Z | 2018-11-01T01:10:16Z | 2018-11-01T01:10:13Z | CONTRIBUTOR | null | - [ ] xref #23334
- [x] passes `git diff 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/23387/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/23387/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/23387.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/23387",
"merged_at": "2018-11-01T01:10:13Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/23387.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/23387"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/23388 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/23388/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/23388/comments | https://api.github.com/repos/pandas-dev/pandas/issues/23388/events | https://github.com/pandas-dev/pandas/pull/23388 | 374,699,968 | MDExOlB1bGxSZXF1ZXN0MjI2MzMxODMy | 23,388 | style: fix import format at pandas/core/computation | {
"avatar_url": "https://avatars.githubusercontent.com/u/4401006?v=4",
"events_url": "https://api.github.com/users/streeck/events{/privacy}",
"followers_url": "https://api.github.com/users/streeck/followers",
"following_url": "https://api.github.com/users/streeck/following{/other_user}",
"gists_url": "https:/... | [
{
"color": "eb6420",
"default": false,
"description": "Code style, linting, code_checks",
"id": 106935113,
"name": "Code Style",
"node_id": "MDU6TGFiZWwxMDY5MzUxMTM=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Code%20Style"
}
] | closed | false | null | [] | {
"closed_at": "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-10-27T23:27:24Z | 2018-11-01T00:04:49Z | 2018-11-01T00:04:45Z | CONTRIBUTOR | null | - [ ] xref #23334
- [x] passes `git diff 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/23388/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/23388/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/23388.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/23388",
"merged_at": "2018-11-01T00:04:45Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/23388.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/23388"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/23389 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/23389/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/23389/comments | https://api.github.com/repos/pandas-dev/pandas/issues/23389/events | https://github.com/pandas-dev/pandas/pull/23389 | 374,700,356 | MDExOlB1bGxSZXF1ZXN0MjI2MzMyMDkw | 23,389 | style: fix import format at pandas/tests/io/formats | {
"avatar_url": "https://avatars.githubusercontent.com/u/4401006?v=4",
"events_url": "https://api.github.com/users/streeck/events{/privacy}",
"followers_url": "https://api.github.com/users/streeck/followers",
"following_url": "https://api.github.com/users/streeck/following{/other_user}",
"gists_url": "https:/... | [
{
"color": "eb6420",
"default": false,
"description": "Code style, linting, code_checks",
"id": 106935113,
"name": "Code Style",
"node_id": "MDU6TGFiZWwxMDY5MzUxMTM=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Code%20Style"
}
] | closed | false | null | [] | null | 9 | 2018-10-27T23:34:18Z | 2018-12-19T12:09:03Z | 2018-12-19T12:09:03Z | CONTRIBUTOR | null | - [ ] xref #23334
- [x] passes `git diff 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/23389/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/23389/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/23389.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/23389",
"merged_at": null,
"patch_url": "https://github.com/pandas-dev/pandas/pull/23389.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/23389"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/23390 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/23390/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/23390/comments | https://api.github.com/repos/pandas-dev/pandas/issues/23390/events | https://github.com/pandas-dev/pandas/pull/23390 | 374,701,700 | MDExOlB1bGxSZXF1ZXN0MjI2MzMyODIy | 23,390 | CLN: Remove some dtype methods from API | {
"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": "e102d8",
"default": false,
"description": "Unexpected or buggy dtype conversions",
"id": 31404521,
"name": "Dtype Conversions",
"node_id": "MDU6TGFiZWwzMTQwNDUyMQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Dtype%20Conversions"
},
{
"color": "AD7... | closed | false | null | [] | {
"closed_at": "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-10-27T23:52:34Z | 2018-10-28T18:47:20Z | 2018-10-28T13:41:18Z | MEMBER | null | Removes the following from the public API:
* `pandas.api.types.is_sequence`
* `pandas.api.types.is_any_int_dtype`
* `pandas.api.types.is_floating_dtype`
xref #16163.
xref #16189.
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/23390/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/23390/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/23390.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/23390",
"merged_at": "2018-10-28T13:41:18Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/23390.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/23390"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/23391 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/23391/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/23391/comments | https://api.github.com/repos/pandas-dev/pandas/issues/23391/events | https://github.com/pandas-dev/pandas/pull/23391 | 374,702,173 | MDExOlB1bGxSZXF1ZXN0MjI2MzMzMTQ5 | 23,391 | STYLE: Sort tests/groupby imports GH23334 | {
"avatar_url": "https://avatars.githubusercontent.com/u/1220819?v=4",
"events_url": "https://api.github.com/users/samcan/events{/privacy}",
"followers_url": "https://api.github.com/users/samcan/followers",
"following_url": "https://api.github.com/users/samcan/following{/other_user}",
"gists_url": "https://ap... | [
{
"color": "eb6420",
"default": false,
"description": "Code style, linting, code_checks",
"id": 106935113,
"name": "Code Style",
"node_id": "MDU6TGFiZWwxMDY5MzUxMTM=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Code%20Style"
}
] | closed | false | null | [] | null | 11 | 2018-10-28T00:01:30Z | 2018-12-03T01:46:59Z | 2018-12-03T01:46:58Z | NONE | null | Sort imports in `tests/groupby`.
- [ ] 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/23391/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/23391/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/23391.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/23391",
"merged_at": null,
"patch_url": "https://github.com/pandas-dev/pandas/pull/23391.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/23391"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/23392 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/23392/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/23392/comments | https://api.github.com/repos/pandas-dev/pandas/issues/23392/events | https://github.com/pandas-dev/pandas/pull/23392 | 374,704,614 | MDExOlB1bGxSZXF1ZXN0MjI2MzM0Nzgw | 23,392 | API: Disallow dtypes w/o frequency when casting | {
"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": "AFEEEE",
"default": false,
"description": null,
"id": 211840,
"name": "Timeseries",
"node_id": "MDU6TGFiZWwyMTE4NDA=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Timeseries"
},
{
"color": "e102d8",
"default": false,
"description": "Unexpecte... | 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-10-28T00:46:00Z | 2018-10-28T23:56:34Z | 2018-10-28T13:34:22Z | MEMBER | null | Previously deprecated for `Series` constructor and the `.astype` method. Now being enforced.
xref #15987. | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/23392/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/23392/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/23392.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/23392",
"merged_at": "2018-10-28T13:34:22Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/23392.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/23392"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/23393 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/23393/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/23393/comments | https://api.github.com/repos/pandas-dev/pandas/issues/23393/events | https://github.com/pandas-dev/pandas/pull/23393 | 374,707,530 | MDExOlB1bGxSZXF1ZXN0MjI2MzM2NjMz | 23,393 | API: Disallow dict as agg parameter during groupby | {
"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": "729FCF",
"default": false,
"description": null,
"id": 233160,
"name": "Groupby",
"node_id": "MDU6TGFiZWwyMzMxNjA=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Groupby"
},
{
"color": "AD7FA8",
"default": false,
"description": null,
"id": ... | closed | false | null | [] | {
"closed_at": null,
"closed_issues": 2361,
"created_at": "2015-02-26T19:29:05Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/1020496?v=4",
"events_url": "https://api.github.com/users/jorisvandenbossche/events{/privacy}",
"followers_url": "https://api.github.com/users/jorisva... | 9 | 2018-10-28T01:40:17Z | 2018-10-30T06:21:26Z | 2018-10-29T20:07:19Z | MEMBER | null | Grouped, rolled, and resample `Series` / `DataFrames` will now disallow dicts / nested dicts respectively
as parameters to aggregation (was deprecated before).
xref #15931. | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/23393/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/23393/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/23393.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/23393",
"merged_at": null,
"patch_url": "https://github.com/pandas-dev/pandas/pull/23393.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/23393"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/23394 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/23394/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/23394/comments | https://api.github.com/repos/pandas-dev/pandas/issues/23394/events | https://github.com/pandas-dev/pandas/pull/23394 | 374,723,481 | MDExOlB1bGxSZXF1ZXN0MjI2MzQ2OTg1 | 23,394 | ENH: Add FrozenList.union and .difference | {
"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": "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": "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-10-28T06:47:55Z | 2018-11-05T10:27:01Z | 2018-11-03T13:56:53Z | MEMBER | null | Re-attempt of #15506.
Hopefully no doc slowdowns on Travis this time 🙏 ! (xref #15559)
Closes #15475.
No deprecation of `__add__` and `__iadd__` because we rely on overloading `+` internally when operating on array-likes (in general) in some cases (e.g. [here](https://github.com/pandas-dev/pandas/blob/62a15fa... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/23394/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/23394/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/23394.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/23394",
"merged_at": "2018-11-03T13:56:52Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/23394.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/23394"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/23395 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/23395/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/23395/comments | https://api.github.com/repos/pandas-dev/pandas/issues/23395/events | https://github.com/pandas-dev/pandas/pull/23395 | 374,727,317 | MDExOlB1bGxSZXF1ZXN0MjI2MzQ5MzYx | 23,395 | DOC: Remove Series.sortlevel from api.rst | {
"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": "3465A4",
"default": false,
"description": null,
"id": 134699,
"name": "Docs",
"node_id": "MDU6TGFiZWwxMzQ2OTk=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Docs"
},
{
"color": "AD7FA8",
"default": false,
"description": null,
"id": 358182... | 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-10-28T07:46:12Z | 2018-10-28T18:45:29Z | 2018-10-28T13:34:44Z | MEMBER | null | https://travis-ci.org/pandas-dev/pandas/jobs/447288079#L1918
Was dropped in #15099 but accidentally added back in #18202.
Follow-up to #23375. | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/23395/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/23395/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/23395.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/23395",
"merged_at": "2018-10-28T13:34:44Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/23395.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/23395"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/23396 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/23396/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/23396/comments | https://api.github.com/repos/pandas-dev/pandas/issues/23396/events | https://github.com/pandas-dev/pandas/pull/23396 | 374,729,834 | MDExOlB1bGxSZXF1ZXN0MjI2MzUwOTcw | 23,396 | DEPR: Deprecate FrozenNDArray | {
"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": "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": "5319e7",
"default": false,
"description": "F... | 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-10-28T08:23:41Z | 2018-10-30T16:52:04Z | 2018-10-30T12:29:32Z | MEMBER | null | Rationale can be found [here](https://github.com/pandas-dev/pandas/issues/9031#issuecomment-306658765).
Closes #9031.
xref #14565 (potentially can close this given how central `FrozenNDArray` was to discussion) | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/23396/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/23396/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/23396.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/23396",
"merged_at": "2018-10-30T12:29:31Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/23396.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/23396"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/23397 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/23397/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/23397/comments | https://api.github.com/repos/pandas-dev/pandas/issues/23397/events | https://github.com/pandas-dev/pandas/issues/23397 | 374,743,288 | MDU6SXNzdWUzNzQ3NDMyODg= | 23,397 | read_parquet not working | {
"avatar_url": "https://avatars.githubusercontent.com/u/10137?v=4",
"events_url": "https://api.github.com/users/ghost/events{/privacy}",
"followers_url": "https://api.github.com/users/ghost/followers",
"following_url": "https://api.github.com/users/ghost/following{/other_user}",
"gists_url": "https://api.git... | [
{
"color": "75507B",
"default": false,
"description": "Library building on various platforms",
"id": 129350,
"name": "Build",
"node_id": "MDU6TGFiZWwxMjkzNTA=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Build"
},
{
"color": "06909A",
"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... | 5 | 2018-10-28T11:25:36Z | 2018-10-31T11:40:20Z | 2018-10-31T05:10:14Z | NONE | null | #### Code Sample, a copy-pastable example if possible
```python
import os
import pandas
bio = pandas.read_parquet(os.path.join('data', 'bio.parquet') , engine='pyarrow')
```
#### Problem description
**
read_parquet not working on running in jupyter
**
 to invoke 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/23399/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/23399/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/23399.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/23399",
"merged_at": "2018-11-04T18:42:47Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/23399.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/23399"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/23400 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/23400/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/23400/comments | https://api.github.com/repos/pandas-dev/pandas/issues/23400/events | https://github.com/pandas-dev/pandas/pull/23400 | 374,780,354 | MDExOlB1bGxSZXF1ZXN0MjI2Mzg1MTgw | 23,400 | ENH: Add return_inverse to cython-unique; unify unique/factorize-code | {
"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"... | [
{
"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": "fbca04",
"default": false,
"description": "Related ... | 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... | 29 | 2018-10-28T17:55:35Z | 2018-11-29T20:54:57Z | 2018-11-29T17:21:25Z | CONTRIBUTOR | null | This is a continuation/split-off from #22986, where I tried to deduplicate the cython code for `unique`/`factorize`, and add a `return_inverse` kwarg to `unique` at the same time. This didn't fully work because there was a performance impact that was deemed unacceptable. I've opened cython/cython#2660 to figure out why... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/23400/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/23400/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/23400.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/23400",
"merged_at": "2018-11-29T17:21:25Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/23400.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/23400"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/23401 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/23401/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/23401/comments | https://api.github.com/repos/pandas-dev/pandas/issues/23401/events | https://github.com/pandas-dev/pandas/pull/23401 | 374,789,474 | MDExOlB1bGxSZXF1ZXN0MjI2MzkxNDQ0 | 23,401 | CLN: Follow-up comments to gh-23392 | {
"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": "3465A4",
"default": false,
"description": null,
"id": 134699,
"name": "Docs",
"node_id": "MDU6TGFiZWwxMzQ2OTk=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Docs"
},
{
"color": "AFEEEE",
"default": false,
"description": null,
"id": 211840... | 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-10-28T19:30:44Z | 2018-10-28T23:57:54Z | 2018-10-28T23:57:07Z | MEMBER | null | * Use 'unit' instead of 'frequency'
* Minor spacing issues in docs
Follow-up to #23392. | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/23401/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/23401/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/23401.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/23401",
"merged_at": "2018-10-28T23:57:06Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/23401.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/23401"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/23402 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/23402/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/23402/comments | https://api.github.com/repos/pandas-dev/pandas/issues/23402/events | https://github.com/pandas-dev/pandas/pull/23402 | 374,819,433 | MDExOlB1bGxSZXF1ZXN0MjI2NDEwODU1 | 23,402 | BUG: Respect axis when doing DataFrame.expanding | {
"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": "e10c02",
"default": false,
"description": null,
"id": 76811,
"name": "Bug",
"node_id": "MDU6TGFiZWw3NjgxMQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug"
},
{
"color": "d4c5f9",
"default": false,
"description": "rolling, ewma, expanding... | closed | false | null | [] | {
"closed_at": "2019-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-10-29T00:37:21Z | 2018-11-01T00:40:48Z | 2018-11-01T00:35:39Z | MEMBER | null | Closes #23372.
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/23402/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/23402/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/23402.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/23402",
"merged_at": "2018-11-01T00:35:38Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/23402.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/23402"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/23403 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/23403/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/23403/comments | https://api.github.com/repos/pandas-dev/pandas/issues/23403/events | https://github.com/pandas-dev/pandas/issues/23403 | 374,840,829 | MDU6SXNzdWUzNzQ4NDA4Mjk= | 23,403 | Support vmin and vmax for bars | {
"avatar_url": "https://avatars.githubusercontent.com/u/589034?v=4",
"events_url": "https://api.github.com/users/domoritz/events{/privacy}",
"followers_url": "https://api.github.com/users/domoritz/followers",
"following_url": "https://api.github.com/users/domoritz/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": "8AE234",
"default": false,
"description": null,
... | 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-10-29T03:05:50Z | 2018-10-29T15:51:49Z | 2018-10-29T15:44:03Z | NONE | null | ```python
plot.bar(colormap=cmap, vmin=0, vmax=5)
```
#### Problem description
`vmin` and `vmax` are not supported. https://github.com/pandas-dev/pandas/issues/21526 adds support in the styler but not the bar plotting itself.
#### Expected Output
The color range should be set. | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/23403/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/23403/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/23404 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/23404/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/23404/comments | https://api.github.com/repos/pandas-dev/pandas/issues/23404/events | https://github.com/pandas-dev/pandas/pull/23404 | 374,853,336 | MDExOlB1bGxSZXF1ZXN0MjI2NDM0MjU0 | 23,404 | PERF: speed up concat on Series by skipping unnecessary DataFrame creation | {
"avatar_url": "https://avatars.githubusercontent.com/u/440095?v=4",
"events_url": "https://api.github.com/users/qwhelan/events{/privacy}",
"followers_url": "https://api.github.com/users/qwhelan/followers",
"following_url": "https://api.github.com/users/qwhelan/following{/other_user}",
"gists_url": "https://... | [
{
"color": "a10c02",
"default": false,
"description": "Memory or execution speed performance",
"id": 8935311,
"name": "Performance",
"node_id": "MDU6TGFiZWw4OTM1MzEx",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Performance"
},
{
"color": "02d7e1",
"default"... | 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... | 13 | 2018-10-29T04:23:12Z | 2018-11-02T17:51:11Z | 2018-11-02T13:46:23Z | CONTRIBUTOR | null | Removes an unnecessary `DataFrame` creation when dealing solely with `Series` objects, which reduces runtime of `concat`.
- [ ] xref #23362
- [x] tests passed
- [x] passes `git diff upstream/master -u -- "*.py" | flake8 --diff`
- [x] whatsnew entry
### Performance Comparison
```python
import pandas as pd
im... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/23404/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/23404/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/23404.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/23404",
"merged_at": "2018-11-02T13:46:23Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/23404.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/23404"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/23405 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/23405/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/23405/comments | https://api.github.com/repos/pandas-dev/pandas/issues/23405/events | https://github.com/pandas-dev/pandas/pull/23405 | 374,860,341 | MDExOlB1bGxSZXF1ZXN0MjI2NDM5NTU1 | 23,405 | DOC: Add DateOffsets to api.rst | {
"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": "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": "Timedelta data type",... | 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-10-29T05:08:30Z | 2018-11-01T22:01:24Z | 2018-11-01T01:09:03Z | MEMBER | null | - [x] closes #22447
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/23405/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/23405/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/23405.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/23405",
"merged_at": "2018-11-01T01:09:03Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/23405.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/23405"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/23406 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/23406/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/23406/comments | https://api.github.com/repos/pandas-dev/pandas/issues/23406/events | https://github.com/pandas-dev/pandas/pull/23406 | 374,885,412 | MDExOlB1bGxSZXF1ZXN0MjI2NDU4NDA0 | 23,406 | BUG/ENH: Handle NonexistentTimeError in date rounding | {
"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": "e10c02",
"default": false,
"description": null,
"id": 76811,
"name": "Bug",
"node_id": "MDU6TGFiZWw3NjgxMQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug"
},
{
"color": "AFEEEE",
"default": false,
"description": null,
"id": 211840,
... | closed | false | null | [] | {
"closed_at": "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-10-29T07:13:37Z | 2018-11-02T15:18:06Z | 2018-11-02T14:15:10Z | MEMBER | null | - [x] closes #23324
- [x] tests added / passed
- [x] passes `git diff upstream/master -u -- "*.py" | flake8 --diff`
- [x] whatsnew entry
Similar strategy as https://github.com/pandas-dev/pandas/pull/22647, added a `nonexistent` keyword argument to `round`, `ceil`, and `floor` to control rounding when encountering... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/23406/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/23406/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/23406.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/23406",
"merged_at": "2018-11-02T14:15:10Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/23406.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/23406"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/23407 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/23407/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/23407/comments | https://api.github.com/repos/pandas-dev/pandas/issues/23407/events | https://github.com/pandas-dev/pandas/issues/23407 | 374,906,272 | MDU6SXNzdWUzNzQ5MDYyNzI= | 23,407 | Add a new function to pd.Datetime: Cross time indices | {
"avatar_url": "https://avatars.githubusercontent.com/u/27021858?v=4",
"events_url": "https://api.github.com/users/meteoDaniel/events{/privacy}",
"followers_url": "https://api.github.com/users/meteoDaniel/followers",
"following_url": "https://api.github.com/users/meteoDaniel/following{/other_user}",
"gists_u... | [] | closed | false | null | [] | null | 1 | 2018-10-29T08:30:55Z | 2018-10-29T10:13:30Z | 2018-10-29T10:13:30Z | NONE | null | I suggest a new function for pandas.
Often people working with time series in different length and scales and want to compare these data to each other or do some operations on it. For this purpose the timestamps and datapoints have to match.
The code below works fine for the most use cases but some times its faili... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/23407/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/23407/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/23408 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/23408/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/23408/comments | https://api.github.com/repos/pandas-dev/pandas/issues/23408/events | https://github.com/pandas-dev/pandas/pull/23408 | 374,948,891 | MDExOlB1bGxSZXF1ZXN0MjI2NTA2OTEz | 23,408 | DOC: Clarify documentation of 'ambiguous' parameter | {
"avatar_url": "https://avatars.githubusercontent.com/u/2742677?v=4",
"events_url": "https://api.github.com/users/bartaelterman/events{/privacy}",
"followers_url": "https://api.github.com/users/bartaelterman/followers",
"following_url": "https://api.github.com/users/bartaelterman/following{/other_user}",
"gi... | [
{
"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": "AFEEEE",
"default": false,
"description": null,
"id": 211840... | closed | false | null | [] | null | 13 | 2018-10-29T10:29:22Z | 2018-11-04T15:57:06Z | 2018-11-04T13:56:59Z | CONTRIBUTOR | null | when first reading the docs, the `ambiguous` parameter was not clear to me. I propose to add a line of documentation and include an example that exactly indicates the issue that the `ambiguous` parameter solves.
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/23408/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/23408/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/23408.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/23408",
"merged_at": "2018-11-04T13:56:59Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/23408.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/23408"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/23409 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/23409/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/23409/comments | https://api.github.com/repos/pandas-dev/pandas/issues/23409/events | https://github.com/pandas-dev/pandas/issues/23409 | 375,069,821 | MDU6SXNzdWUzNzUwNjk4MjE= | 23,409 | we should bump our min of pyarrow to 0.7.0 | {
"avatar_url": "https://avatars.githubusercontent.com/u/2052424?v=4",
"events_url": "https://api.github.com/users/anjsudh/events{/privacy}",
"followers_url": "https://api.github.com/users/anjsudh/followers",
"following_url": "https://api.github.com/users/anjsudh/following{/other_user}",
"gists_url": "https:/... | [
{
"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": "d93f0b",
"... | 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-10-29T15:21:03Z | 2018-11-05T21:46:11Z | 2018-11-05T21:46:11Z | CONTRIBUTOR | null | _Originally posted by @jreback in https://github.com/pandas-dev/pandas/pull/23321_ | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/23409/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/23409/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/23410 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/23410/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/23410/comments | https://api.github.com/repos/pandas-dev/pandas/issues/23410/events | https://github.com/pandas-dev/pandas/issues/23410 | 375,081,386 | MDU6SXNzdWUzNzUwODEzODY= | 23,410 | Memory leak in `xs`? | {
"avatar_url": "https://avatars.githubusercontent.com/u/880217?v=4",
"events_url": "https://api.github.com/users/skatenerd/events{/privacy}",
"followers_url": "https://api.github.com/users/skatenerd/followers",
"following_url": "https://api.github.com/users/skatenerd/following{/other_user}",
"gists_url": "ht... | [
{
"color": "0b02e1",
"default": false,
"description": "Related to indexing on series/frames, not to indexes themselves",
"id": 2822098,
"name": "Indexing",
"node_id": "MDU6TGFiZWwyODIyMDk4",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Indexing"
},
{
"color": "a1... | closed | false | null | [] | null | 7 | 2018-10-29T15:43:54Z | 2019-08-01T23:47:02Z | 2018-10-30T16:04:51Z | NONE | null | #### Code Sample, a copy-pastable example if possible
```python
import itertools
import pandas as pd
import gc
import random
names = ['a','b','c','d']
levels = [range(10) for x in names]
def go():
full_index = pd.MultiIndex.from_product(levels, names=names)
full_frame = pd.DataFrame(index=full... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/23410/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/23410/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/23411 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/23411/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/23411/comments | https://api.github.com/repos/pandas-dev/pandas/issues/23411/events | https://github.com/pandas-dev/pandas/issues/23411 | 375,189,038 | MDU6SXNzdWUzNzUxODkwMzg= | 23,411 | "npmat @ pdseries" should be equivalent to "npmat @ pdseries.values" | {
"avatar_url": "https://avatars.githubusercontent.com/u/7925693?v=4",
"events_url": "https://api.github.com/users/philip4096/events{/privacy}",
"followers_url": "https://api.github.com/users/philip4096/followers",
"following_url": "https://api.github.com/users/philip4096/following{/other_user}",
"gists_url":... | [
{
"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": 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-10-29T19:54:37Z | 2018-10-30T23:10:45Z | 2018-10-30T23:09:34Z | NONE | null | #### Code Sample
```python
import pandas as pd
import numpy as np
npmat = np.array([[1, 0],[1, 1]])
pdseries = pd.Series([1, 2])
np.testing.assert_allclose(npmat @ pdseries, npmat @ pdseries.values ) # fails but should succeed
```
#### Problem description
Maybe there is a good explanation but I did n... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/23411/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/23411/timeline | null | null | null |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.