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/23512 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/23512/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/23512/comments | https://api.github.com/repos/pandas-dev/pandas/issues/23512/events | https://github.com/pandas-dev/pandas/pull/23512 | 377,490,746 | MDExOlB1bGxSZXF1ZXN0MjI4NDIxNDE0 | 23,512 | BUG: pivot/unstack leading to too many items should raise exception | {
"avatar_url": "https://avatars.githubusercontent.com/u/278659?v=4",
"events_url": "https://api.github.com/users/sweb/events{/privacy}",
"followers_url": "https://api.github.com/users/sweb/followers",
"following_url": "https://api.github.com/users/sweb/following{/other_user}",
"gists_url": "https://api.githu... | [
{
"color": "02d7e1",
"default": false,
"description": "Concat, Merge/Join, Stack/Unstack, Explode",
"id": 13098779,
"name": "Reshaping",
"node_id": "MDU6TGFiZWwxMzA5ODc3OQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Reshaping"
},
{
"color": "ffa0ff",
"de... | closed | false | null | [] | {
"closed_at": "2019-01-26T00:51:26Z",
"closed_issues": 2048,
"created_at": "2018-03-29T12:00:12Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/1020496?v=4",
"events_url": "https://api.github.com/users/jorisvandenbossche/events{/privacy}",
"followers_url": "https://api.github... | 14 | 2018-11-05T16:56:10Z | 2018-12-31T15:51:55Z | 2018-12-31T13:16:44Z | CONTRIBUTOR | null |
- [x] closes #20601
- [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/23512/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/23512/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/23512.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/23512",
"merged_at": "2018-12-31T13:16:44Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/23512.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/23512"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/23513 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/23513/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/23513/comments | https://api.github.com/repos/pandas-dev/pandas/issues/23513/events | https://github.com/pandas-dev/pandas/issues/23513 | 377,507,031 | MDU6SXNzdWUzNzc1MDcwMzE= | 23,513 | AmbiguousTimeError in date_range using tz when start/end in dst transition. | {
"avatar_url": "https://avatars.githubusercontent.com/u/14047377?v=4",
"events_url": "https://api.github.com/users/Safrone/events{/privacy}",
"followers_url": "https://api.github.com/users/Safrone/followers",
"following_url": "https://api.github.com/users/Safrone/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": "006b75",
"default": false,
"description": "Arithmeti... | closed | false | null | [] | null | 3 | 2018-11-05T17:36:37Z | 2018-11-05T21:08:38Z | 2018-11-05T21:08:38Z | NONE | null | #### Code Sample
```python
import datetime
import pytz
import pandas as pd
start = datetime.datetime(2018, 11, 1, 1, 0)
end = datetime.datetime(2018, 11, 4, 1, 0)
tz = pytz.timezone('America/New_York')
pd.date_range(start, end, tz=tz, ambiguous=True)
```
```
Traceback (most recent call last):
File "/v... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/23513/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/23513/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/23514 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/23514/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/23514/comments | https://api.github.com/repos/pandas-dev/pandas/issues/23514/events | https://github.com/pandas-dev/pandas/pull/23514 | 377,521,426 | MDExOlB1bGxSZXF1ZXN0MjI4NDQ0NjM2 | 23,514 | Make validate_docstrings.py ready for the CI | {
"avatar_url": "https://avatars.githubusercontent.com/u/10058240?v=4",
"events_url": "https://api.github.com/users/datapythonista/events{/privacy}",
"followers_url": "https://api.github.com/users/datapythonista/followers",
"following_url": "https://api.github.com/users/datapythonista/following{/other_user}",
... | [
{
"color": "3465A4",
"default": false,
"description": null,
"id": 134699,
"name": "Docs",
"node_id": "MDU6TGFiZWwxMzQ2OTk=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Docs"
},
{
"color": "a2bca7",
"default": false,
"description": "Continuous Integratio... | closed | false | null | [] | null | 13 | 2018-11-05T18:16:28Z | 2018-11-07T09:00:37Z | 2018-11-07T08:51:17Z | MEMBER | null | - [X] closes #23481
- [X] tests added / passed
- [X] passes `git diff upstream/master -u -- "*.py" | flake8 --diff`
- [ ] whatsnew entry
This will allow us to start having validation rules for the docstings in the CI, for example, we can have:
```
$ ./scripts/validate_docstrings.py --prefix="pandas.read_" --for... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/23514/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/23514/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/23514.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/23514",
"merged_at": "2018-11-07T08:51:17Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/23514.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/23514"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/23515 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/23515/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/23515/comments | https://api.github.com/repos/pandas-dev/pandas/issues/23515/events | https://github.com/pandas-dev/pandas/pull/23515 | 377,533,282 | MDExOlB1bGxSZXF1ZXN0MjI4NDUzNTI3 | 23,515 | Add base test for Series[ExtensionArray].sort_values with sort=False | {
"avatar_url": "https://avatars.githubusercontent.com/u/31360523?v=4",
"events_url": "https://api.github.com/users/akulagrawal/events{/privacy}",
"followers_url": "https://api.github.com/users/akulagrawal/followers",
"following_url": "https://api.github.com/users/akulagrawal/following{/other_user}",
"gists_u... | [
{
"color": "C4A000",
"default": false,
"description": "pandas testing functions or related to the test suite",
"id": 127685,
"name": "Testing",
"node_id": "MDU6TGFiZWwxMjc2ODU=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Testing"
},
{
"color": "6138b5",
"d... | closed | false | null | [] | null | 7 | 2018-11-05T18:48:58Z | 2018-11-09T18:14:40Z | 2018-11-08T17:08:02Z | NONE | null | - [x] closes ##23074
- [x] one base test 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/23515/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/23515/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/23515.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/23515",
"merged_at": null,
"patch_url": "https://github.com/pandas-dev/pandas/pull/23515.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/23515"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/23516 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/23516/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/23516/comments | https://api.github.com/repos/pandas-dev/pandas/issues/23516/events | https://github.com/pandas-dev/pandas/issues/23516 | 377,537,928 | MDU6SXNzdWUzNzc1Mzc5Mjg= | 23,516 | read_csv() is 3.5X Slower in Pandas 0.23.4 on Python 3.7.1 vs Pandas 0.22.0 on Python 3.5.2 | {
"avatar_url": "https://avatars.githubusercontent.com/u/2701562?v=4",
"events_url": "https://api.github.com/users/dragoljub/events{/privacy}",
"followers_url": "https://api.github.com/users/dragoljub/followers",
"following_url": "https://api.github.com/users/dragoljub/following{/other_user}",
"gists_url": "h... | [
{
"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": "5319e7",
"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... | 56 | 2018-11-05T19:01:14Z | 2018-12-05T20:43:49Z | 2018-12-05T20:21:23Z | NONE | null | #### Code Sample, a copy-pastable example if possible
```python
import io
import pandas as pd
import numpy as np
df = pd.DataFrame(np.random.randn(1000000, 10), columns=('COL{}'.format(i) for i in range(10)))
csv = io.StringIO(df.to_csv(index=False))
df2 = pd.read_csv(csv)
```
#### Problem description
``p... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/23516/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/23516/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/23517 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/23517/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/23517/comments | https://api.github.com/repos/pandas-dev/pandas/issues/23517/events | https://github.com/pandas-dev/pandas/pull/23517 | 377,542,151 | MDExOlB1bGxSZXF1ZXN0MjI4NDYwMDky | 23,517 | DOC: Updating the docstring of read_csv and related functions | {
"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": "3465A4",
"default": false,
"description": null,
"id": 134699,
"name": "Docs",
"node_id": "MDU6TGFiZWwxMzQ2OTk=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Docs"
},
{
"color": "5319e7",
"default": false,
"description": "read_csv, to_csv",
... | closed | false | null | [] | {
"closed_at": "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-11-05T19:13:00Z | 2019-01-02T20:26:13Z | 2018-11-21T12:53:42Z | CONTRIBUTOR | null | - [X] closes #23496
- [ ] tests added / passed
- [ ] passes `git diff upstream/master -u -- "*.py" | flake8 --diff`
Make docstrings of the following modules to comply with [pandas docstring](https://pandas.pydata.org/pandas-docs/stable/contributing_docstring.html)
- pandas.read_table
- pandas.read_csv
- panda... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/23517/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/23517/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/23517.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/23517",
"merged_at": "2018-11-21T12:53:42Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/23517.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/23517"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/23518 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/23518/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/23518/comments | https://api.github.com/repos/pandas-dev/pandas/issues/23518/events | https://github.com/pandas-dev/pandas/pull/23518 | 377,553,102 | MDExOlB1bGxSZXF1ZXN0MjI4NDY4NTE0 | 23,518 | Extraneous parts broken off from other DTA/TDA PRs | {
"avatar_url": "https://avatars.githubusercontent.com/u/8078968?v=4",
"events_url": "https://api.github.com/users/jbrockmendel/events{/privacy}",
"followers_url": "https://api.github.com/users/jbrockmendel/followers",
"following_url": "https://api.github.com/users/jbrockmendel/following{/other_user}",
"gists... | [
{
"color": "AFEEEE",
"default": false,
"description": null,
"id": 211840,
"name": "Timeseries",
"node_id": "MDU6TGFiZWwyMTE4NDA=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Timeseries"
},
{
"color": "207de5",
"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... | 5 | 2018-11-05T19:43:14Z | 2018-11-08T15:59:01Z | 2018-11-06T03:11:53Z | 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/23518/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/23518/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/23518.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/23518",
"merged_at": "2018-11-06T03:11:53Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/23518.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/23518"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/23519 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/23519/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/23519/comments | https://api.github.com/repos/pandas-dev/pandas/issues/23519/events | https://github.com/pandas-dev/pandas/issues/23519 | 377,557,347 | MDU6SXNzdWUzNzc1NTczNDc= | 23,519 | pytest 3.10 minversion | {
"avatar_url": "https://avatars.githubusercontent.com/u/1312546?v=4",
"events_url": "https://api.github.com/users/TomAugspurger/events{/privacy}",
"followers_url": "https://api.github.com/users/TomAugspurger/followers",
"following_url": "https://api.github.com/users/TomAugspurger/following{/other_user}",
"gi... | [
{
"color": "e10c02",
"default": false,
"description": null,
"id": 76811,
"name": "Bug",
"node_id": "MDU6TGFiZWw3NjgxMQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug"
},
{
"color": "C4A000",
"default": false,
"description": "pandas testing functions... | 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-11-05T19:54:58Z | 2019-02-28T12:59:33Z | 2019-02-28T12:59:33Z | CONTRIBUTOR | null | Bug in parsing minversion: https://github.com/pytest-dev/pytest/issues/4306
this issue is to restore it. | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/23519/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/23519/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/23520 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/23520/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/23520/comments | https://api.github.com/repos/pandas-dev/pandas/issues/23520/events | https://github.com/pandas-dev/pandas/pull/23520 | 377,557,405 | MDExOlB1bGxSZXF1ZXN0MjI4NDcxODQ3 | 23,520 | CI: Fixed pytest minversion | {
"avatar_url": "https://avatars.githubusercontent.com/u/1312546?v=4",
"events_url": "https://api.github.com/users/TomAugspurger/events{/privacy}",
"followers_url": "https://api.github.com/users/TomAugspurger/followers",
"following_url": "https://api.github.com/users/TomAugspurger/following{/other_user}",
"gi... | [
{
"color": "C4A000",
"default": false,
"description": "pandas testing functions or related to the test suite",
"id": 127685,
"name": "Testing",
"node_id": "MDU6TGFiZWwxMjc2ODU=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Testing"
},
{
"color": "a2bca7",
"d... | closed | false | null | [] | {
"closed_at": "2019-01-26T00:51:26Z",
"closed_issues": 2048,
"created_at": "2018-03-29T12:00:12Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/1020496?v=4",
"events_url": "https://api.github.com/users/jorisvandenbossche/events{/privacy}",
"followers_url": "https://api.github... | 1 | 2018-11-05T19:55:06Z | 2018-11-07T11:53:03Z | 2018-11-06T00:23:47Z | CONTRIBUTOR | null | xref https://github.com/pandas-dev/pandas/issues/23519 | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/23520/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/23520/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/23520.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/23520",
"merged_at": "2018-11-06T00:23:47Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/23520.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/23520"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/23521 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/23521/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/23521/comments | https://api.github.com/repos/pandas-dev/pandas/issues/23521/events | https://github.com/pandas-dev/pandas/issues/23521 | 377,561,829 | MDU6SXNzdWUzNzc1NjE4Mjk= | 23,521 | AmbigousTimeError on Timestamp.floor during dst change | {
"avatar_url": "https://avatars.githubusercontent.com/u/14047377?v=4",
"events_url": "https://api.github.com/users/Safrone/events{/privacy}",
"followers_url": "https://api.github.com/users/Safrone/followers",
"following_url": "https://api.github.com/users/Safrone/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": "006b75",
"default": false,
"description": "Arithmeti... | closed | false | null | [] | null | 8 | 2018-11-05T20:07:41Z | 2021-03-29T09:11:49Z | 2018-11-05T21:06:44Z | NONE | null | #### Code Sample, a copy-pastable example if possible
```python
import pandas as pd
pd.Timestamp('2018-11-04 01:55:17.869342-0500', tz='America/New_York').floor('T')
```
```
Traceback (most recent call last):
File "/venv/lib/python3.5/site-packages/IPython/core/interactiveshell.py", line 3265, in run_code
... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/23521/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/23521/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/23522 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/23522/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/23522/comments | https://api.github.com/repos/pandas-dev/pandas/issues/23522/events | https://github.com/pandas-dev/pandas/pull/23522 | 377,563,310 | MDExOlB1bGxSZXF1ZXN0MjI4NDc2Mzkz | 23,522 | BUILD: Simplifying contributor dependencies | {
"avatar_url": "https://avatars.githubusercontent.com/u/10058240?v=4",
"events_url": "https://api.github.com/users/datapythonista/events{/privacy}",
"followers_url": "https://api.github.com/users/datapythonista/followers",
"following_url": "https://api.github.com/users/datapythonista/following{/other_user}",
... | [
{
"color": "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... | 10 | 2018-11-05T20:12:12Z | 2018-11-11T23:36:33Z | 2018-11-11T23:36:29Z | MEMBER | null | Unifying dev and optional dependencies, moving them to their standard locations, and create script to generate the pip file, and make sure in the CI they are always sync
- [X] refs #23115
- [ ] 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/23522/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/23522/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/23522.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/23522",
"merged_at": "2018-11-11T23:36:29Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/23522.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/23522"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/23523 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/23523/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/23523/comments | https://api.github.com/repos/pandas-dev/pandas/issues/23523/events | https://github.com/pandas-dev/pandas/pull/23523 | 377,604,018 | MDExOlB1bGxSZXF1ZXN0MjI4NTA4MTcx | 23,523 | CI: Auto-cancel redundant builds | {
"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"
},
{
"color": "207de5",
"default": false,
"description": ... | closed | false | null | [] | {
"closed_at": "2019-01-26T00:51:26Z",
"closed_issues": 2048,
"created_at": "2018-03-29T12:00:12Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/1020496?v=4",
"events_url": "https://api.github.com/users/jorisvandenbossche/events{/privacy}",
"followers_url": "https://api.github... | 18 | 2018-11-05T22:09:31Z | 2018-11-19T17:53:06Z | 2018-11-08T13:29:17Z | CONTRIBUTOR | null | This removes the `workflows` section from the `cirleci` config, which broke auto-cancellation.
Also testing whether azure auto-cancels builds.
cc @gfyoung | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/23523/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/23523/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/23523.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/23523",
"merged_at": "2018-11-08T13:29:17Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/23523.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/23523"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/23524 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/23524/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/23524/comments | https://api.github.com/repos/pandas-dev/pandas/issues/23524/events | https://github.com/pandas-dev/pandas/pull/23524 | 377,660,185 | MDExOlB1bGxSZXF1ZXN0MjI4NTUwOTg0 | 23,524 | BUG: Casting tz-aware DatetimeIndex to object-dtype ndarray/Index | {
"avatar_url": "https://avatars.githubusercontent.com/u/8078968?v=4",
"events_url": "https://api.github.com/users/jbrockmendel/events{/privacy}",
"followers_url": "https://api.github.com/users/jbrockmendel/followers",
"following_url": "https://api.github.com/users/jbrockmendel/following{/other_user}",
"gists... | [
{
"color": "AFEEEE",
"default": false,
"description": null,
"id": 211840,
"name": "Timeseries",
"node_id": "MDU6TGFiZWwyMTE4NDA=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Timeseries"
},
{
"color": "5319e7",
"default": false,
"description": "Timezone ... | closed | false | null | [] | {
"closed_at": "2019-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-11-06T01:55:16Z | 2018-11-11T17:08:28Z | 2018-11-11T16:20:04Z | MEMBER | null | Also fixes bug with `DateOffset == "infer"` incorrectly raising instead of returning `False`.
Also fixes bug(?) with `pd.Index(dtindex, dtype=object)` returning an index of datetimes instead of Timestamps, potentially losing nanoseconds.
- [x] closes #23491
- [x] tests added / passed
- [x] passes `git diff upst... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/23524/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/23524/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/23524.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/23524",
"merged_at": "2018-11-11T16:20:04Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/23524.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/23524"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/23525 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/23525/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/23525/comments | https://api.github.com/repos/pandas-dev/pandas/issues/23525/events | https://github.com/pandas-dev/pandas/issues/23525 | 377,670,382 | MDU6SXNzdWUzNzc2NzAzODI= | 23,525 | Why is pd.Index.union not commutative? | {
"avatar_url": "https://avatars.githubusercontent.com/u/13501084?v=4",
"events_url": "https://api.github.com/users/aa1371/events{/privacy}",
"followers_url": "https://api.github.com/users/aa1371/followers",
"following_url": "https://api.github.com/users/aa1371/following{/other_user}",
"gists_url": "https://a... | [
{
"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": "e1... | 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... | 9 | 2018-11-06T02:47:45Z | 2019-05-21T20:41:45Z | 2019-05-21T20:41:45Z | CONTRIBUTOR | null | #### Code Sample, a copy-pastable example if possible
```python
>>> ix = pd.Index([1,2])
>>> eix = pd.Index([])
>>> pi = pd.PeriodIndex(['19910905', '19910906'], freq='D')
# Pair 1
>>> pi.union(eix)
ValueError: can only call with other PeriodIndex-ed objects
>>> eix.union(pi)
PeriodIndex(['1991-09-05', '19... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/23525/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/23525/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/23526 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/23526/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/23526/comments | https://api.github.com/repos/pandas-dev/pandas/issues/23526/events | https://github.com/pandas-dev/pandas/pull/23526 | 377,727,179 | MDExOlB1bGxSZXF1ZXN0MjI4NjAwMDYz | 23,526 | CI: Moving CI dependencies to "ci/deps" | {
"avatar_url": "https://avatars.githubusercontent.com/u/10058240?v=4",
"events_url": "https://api.github.com/users/datapythonista/events{/privacy}",
"followers_url": "https://api.github.com/users/datapythonista/followers",
"following_url": "https://api.github.com/users/datapythonista/following{/other_user}",
... | [
{
"color": "a2bca7",
"default": false,
"description": "Continuous Integration",
"id": 48070600,
"name": "CI",
"node_id": "MDU6TGFiZWw0ODA3MDYwMA==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/CI"
},
{
"color": "d93f0b",
"default": false,
"description": ... | 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-11-06T07:47:18Z | 2018-11-06T19:48:59Z | 2018-11-06T19:48:58Z | MEMBER | null | - [X] refs #23115
- [ ] tests added / passed
- [ ] passes `git diff upstream/master -u -- "*.py" | flake8 --diff`
- [ ] whatsnew entry
@jreback you were +0 on this, do you want to take a look? Also @TomAugspurger and @jbrockmendel | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/23526/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/23526/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/23526.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/23526",
"merged_at": "2018-11-06T19:48:58Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/23526.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/23526"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/23527 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/23527/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/23527/comments | https://api.github.com/repos/pandas-dev/pandas/issues/23527/events | https://github.com/pandas-dev/pandas/pull/23527 | 377,751,270 | MDExOlB1bGxSZXF1ZXN0MjI4NjE3OTYw | 23,527 | BUG: Don't over-optimize memory with jagged CSV | {
"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": "5319e7",
"default": false,
"description": "read_csv, to_csv",
"... | 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-11-06T09:08:08Z | 2018-11-12T19:43:45Z | 2018-11-12T13:13:00Z | MEMBER | null | With jagged CSV's, we risk being too quick to dump memory that we need to allocate because previous chunks would have indicated much larger rows than we can anticipate in subsequent chunks.
Closes #23509. | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/23527/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/23527/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/23527.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/23527",
"merged_at": "2018-11-12T13:13:00Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/23527.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/23527"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/23528 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/23528/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/23528/comments | https://api.github.com/repos/pandas-dev/pandas/issues/23528/events | https://github.com/pandas-dev/pandas/issues/23528 | 377,793,201 | MDU6SXNzdWUzNzc3OTMyMDE= | 23,528 | pandas.to_datetime() cannot handle dates from year 3000 onwards | {
"avatar_url": "https://avatars.githubusercontent.com/u/7330385?v=4",
"events_url": "https://api.github.com/users/esvhd/events{/privacy}",
"followers_url": "https://api.github.com/users/esvhd/followers",
"following_url": "https://api.github.com/users/esvhd/following{/other_user}",
"gists_url": "https://api.g... | [] | closed | false | null | [] | null | 4 | 2018-11-06T10:55:53Z | 2018-11-06T13:22:16Z | 2018-11-06T11:02:20Z | NONE | null | #### Code Sample, a copy-pastable example if possible
```python
import pandas as pd
pd.to_datetime(['3000/01/01'])
```
Output:
```
---------------------------------------------------------------------------
TypeError Traceback (most recent call last)
h:\anaconda3\lib\site-... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/23528/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/23528/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/23529 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/23529/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/23529/comments | https://api.github.com/repos/pandas-dev/pandas/issues/23529/events | https://github.com/pandas-dev/pandas/pull/23529 | 377,876,009 | MDExOlB1bGxSZXF1ZXN0MjI4NzE0MTc4 | 23,529 | DOC/TST: Fix warning in concat docstring | {
"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": "3465A4",
"default": false,
"description": null,
"id": 134699,
"name": "Docs",
"node_id": "MDU6TGFiZWwxMzQ2OTk=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Docs"
}
] | closed | false | null | [] | {
"closed_at": "2019-01-26T00:51:26Z",
"closed_issues": 2048,
"created_at": "2018-03-29T12:00:12Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/1020496?v=4",
"events_url": "https://api.github.com/users/jorisvandenbossche/events{/privacy}",
"followers_url": "https://api.github... | 2 | 2018-11-06T14:40:08Z | 2018-11-06T19:21:54Z | 2018-11-06T19:21:25Z | CONTRIBUTOR | null | xref https://github.com/pandas-dev/pandas/issues/23149 | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/23529/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/23529/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/23529.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/23529",
"merged_at": "2018-11-06T19:21:25Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/23529.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/23529"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/23530 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/23530/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/23530/comments | https://api.github.com/repos/pandas-dev/pandas/issues/23530/events | https://github.com/pandas-dev/pandas/issues/23530 | 377,899,227 | MDU6SXNzdWUzNzc4OTkyMjc= | 23,530 | Support Decimal("NaN") is pandas.isna | {
"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": "d7e102",
"default": false,
"description": "np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate",
"id": 2822342,
"name": "Missing-data",
"node_id": "MDU6TGFiZWwyODIyMzQy",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Missing-data"
},
{
"color": "e102d8"... | closed | false | null | [] | {
"closed_at": "2021-07-02T07:59:17Z",
"closed_issues": 2396,
"created_at": "2020-11-11T19:05:43Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/j... | 2 | 2018-11-06T15:29:51Z | 2021-02-25T00:54:36Z | 2021-02-25T00:54:36Z | CONTRIBUTOR | null | Should we do this? See https://github.com/pandas-dev/pandas/pull/23284#issuecomment-436269836 for some timings. Personally, I don't think it's worth the cost.
kind | master | PR | ratio
------------- | ------ | ------ | -----
scalar | 821 ns | 926 ns | 1.12 (different result)
object array | 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/23530/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/23530/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/23531 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/23531/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/23531/comments | https://api.github.com/repos/pandas-dev/pandas/issues/23531/events | https://github.com/pandas-dev/pandas/issues/23531 | 377,937,650 | MDU6SXNzdWUzNzc5Mzc2NTA= | 23,531 | "Exception: Column(s) <cols> already selected" when using groupby, resample, and agg | {
"avatar_url": "https://avatars.githubusercontent.com/u/5217510?v=4",
"events_url": "https://api.github.com/users/trianta2/events{/privacy}",
"followers_url": "https://api.github.com/users/trianta2/followers",
"following_url": "https://api.github.com/users/trianta2/following{/other_user}",
"gists_url": "http... | [
{
"color": "009800",
"default": false,
"description": "Duplicate issue or pull request",
"id": 40153326,
"name": "Duplicate Report",
"node_id": "MDU6TGFiZWw0MDE1MzMyNg==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Duplicate%20Report"
}
] | closed | false | null | [] | null | 6 | 2018-11-06T16:48:56Z | 2019-01-16T01:00:50Z | 2018-11-08T06:12:09Z | NONE | null | #### Code Sample, a copy-pastable example if possible
```python
from datetime import datetime, timedelta
import pandas as pd
times = [datetime.now() + timedelta(hours=i) for i in range(10)] * 2
ids = ['foo', 'bar'] * 10
df = pd.DataFrame({'time': times, 'id': ids, 'value': range(20)})
```
#### Problem des... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/23531/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/23531/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/23532 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/23532/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/23532/comments | https://api.github.com/repos/pandas-dev/pandas/issues/23532/events | https://github.com/pandas-dev/pandas/pull/23532 | 377,941,191 | MDExOlB1bGxSZXF1ZXN0MjI4NzYzNTg3 | 23,532 | Public API for extension arrays / types. | {
"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": "3465A4",
"default": false,
"description": null,
"id": 134699,
"name": "Docs",
"node_id": "MDU6TGFiZWwxMzQ2OTk=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Docs"
},
{
"color": "6138b5",
"default": false,
"description": "Extending pandas with... | closed | false | null | [] | null | 3 | 2018-11-06T16:56:40Z | 2018-11-09T15:42:59Z | 2018-11-09T15:42:58Z | CONTRIBUTOR | null | **API Changes**
Adds
* pandas.integer_array
* pandas.period_array
* pandas.IntervalArray
* pandas.CategoricalDtype
* pandas.api.extensions.IntergerArray
* pandas.api.extensions.PeriodDtype
* pandas.api.extensions.PeriodArray
* pandas.api.extensions.IntervalDtype
* pandas.api.extensions.DatetimeTZDtype
... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/23532/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/23532/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/23532.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/23532",
"merged_at": null,
"patch_url": "https://github.com/pandas-dev/pandas/pull/23532.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/23532"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/23533 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/23533/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/23533/comments | https://api.github.com/repos/pandas-dev/pandas/issues/23533/events | https://github.com/pandas-dev/pandas/issues/23533 | 377,964,502 | MDU6SXNzdWUzNzc5NjQ1MDI= | 23,533 | pandas not loading the csv/tsv completely | {
"avatar_url": "https://avatars.githubusercontent.com/u/806375?v=4",
"events_url": "https://api.github.com/users/bicepjai/events{/privacy}",
"followers_url": "https://api.github.com/users/bicepjai/followers",
"following_url": "https://api.github.com/users/bicepjai/following{/other_user}",
"gists_url": "https... | [
{
"color": "5319e7",
"default": false,
"description": "read_csv, to_csv",
"id": 47229171,
"name": "IO CSV",
"node_id": "MDU6TGFiZWw0NzIyOTE3MQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/IO%20CSV"
},
{
"color": "207de5",
"default": false,
"descriptio... | closed | false | null | [] | null | 5 | 2018-11-06T17:54:39Z | 2018-11-07T21:19:09Z | 2018-11-06T19:15:59Z | NONE | null | #### Code Sample, a copy-pastable example if possible
```python
data = pd.read_csv("filename.tsv", sep='\t')
data.shape
```
#### Problem description
I have a file for analysis and it gets loaded only partially. I cannot share the file. This doesn't happen with all the files. Even with error_bad_lines=True, not... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/23533/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/23533/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/23534 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/23534/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/23534/comments | https://api.github.com/repos/pandas-dev/pandas/issues/23534/events | https://github.com/pandas-dev/pandas/pull/23534 | 378,015,345 | MDExOlB1bGxSZXF1ZXN0MjI4ODIwODgz | 23,534 | Isort io and compat dirs | {
"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": "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-11-06T20:14:31Z | 2019-12-25T20:22:25Z | 2018-11-07T01:17:37Z | CONTRIBUTOR | null | - [x] xref #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/23534/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/23534/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/23534.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/23534",
"merged_at": "2018-11-07T01:17:37Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/23534.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/23534"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/23535 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/23535/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/23535/comments | https://api.github.com/repos/pandas-dev/pandas/issues/23535/events | https://github.com/pandas-dev/pandas/issues/23535 | 378,020,937 | MDU6SXNzdWUzNzgwMjA5Mzc= | 23,535 | how to use intervalindex with datetimes? | {
"avatar_url": "https://avatars.githubusercontent.com/u/8282510?v=4",
"events_url": "https://api.github.com/users/randomgambit/events{/privacy}",
"followers_url": "https://api.github.com/users/randomgambit/followers",
"following_url": "https://api.github.com/users/randomgambit/following{/other_user}",
"gists... | [
{
"color": "AFEEEE",
"default": false,
"description": null,
"id": 211840,
"name": "Timeseries",
"node_id": "MDU6TGFiZWwyMTE4NDA=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Timeseries"
},
{
"color": "0b02e1",
"default": false,
"description": "Related t... | closed | false | null | [] | null | 6 | 2018-11-06T20:31:05Z | 2019-06-29T16:46:49Z | 2019-06-29T16:46:49Z | NONE | null | Hello there!
I am struggling with the amazing `intervalindex` new feature.
Consider this simple example:
```
df = pd.DataFrame({'id' : ['pandas','peanuts'],
'inter_left' : [pd.to_datetime('2018-08-01 10:00:00'),
pd.to_datetime('2018-08-01 17:00:00')],
... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/23535/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/23535/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/23536 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/23536/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/23536/comments | https://api.github.com/repos/pandas-dev/pandas/issues/23536/events | https://github.com/pandas-dev/pandas/issues/23536 | 378,051,868 | MDU6SXNzdWUzNzgwNTE4Njg= | 23,536 | CI: Documentation built but not published in PRs | {
"avatar_url": "https://avatars.githubusercontent.com/u/10058240?v=4",
"events_url": "https://api.github.com/users/datapythonista/events{/privacy}",
"followers_url": "https://api.github.com/users/datapythonista/followers",
"following_url": "https://api.github.com/users/datapythonista/following{/other_user}",
... | [
{
"color": "3465A4",
"default": false,
"description": null,
"id": 134699,
"name": "Docs",
"node_id": "MDU6TGFiZWwxMzQ2OTk=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Docs"
},
{
"color": "a2bca7",
"default": false,
"description": "Continuous Integratio... | closed | false | null | [] | null | 4 | 2018-11-06T22:00:59Z | 2018-11-06T22:30:33Z | 2018-11-06T22:30:32Z | MEMBER | null | I was taking a look at the build of the documentation, and it looks like in every PR it is built, but it's not being published:
```
From https://github.com/pandas-dev/pandas-docs-travis
* [new branch] gh-pages -> origin/gh-pages
origin https://@github.com/pandas-dev/pandas-docs-travis.git (fetch)
origin ht... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/23536/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/23536/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/23537 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/23537/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/23537/comments | https://api.github.com/repos/pandas-dev/pandas/issues/23537/events | https://github.com/pandas-dev/pandas/issues/23537 | 378,058,011 | MDU6SXNzdWUzNzgwNTgwMTE= | 23,537 | can we compare variable importance scores across samples? | {
"avatar_url": "https://avatars.githubusercontent.com/u/8282510?v=4",
"events_url": "https://api.github.com/users/randomgambit/events{/privacy}",
"followers_url": "https://api.github.com/users/randomgambit/followers",
"following_url": "https://api.github.com/users/randomgambit/following{/other_user}",
"gists... | [] | closed | false | null | [] | null | 0 | 2018-11-06T22:18:57Z | 2018-11-07T01:42:33Z | 2018-11-07T01:42:33Z | NONE | null | Hello there!
I am using this pretty nice package and I wonder if variable importance score that I see (using the `permutation` method) are comparable across samples.
For instance, one can always compare `r-square` or `rmse` across samples. But does it make sense to say that the variable with the highest importan... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/23537/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/23537/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/23538 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/23538/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/23538/comments | https://api.github.com/repos/pandas-dev/pandas/issues/23538/events | https://github.com/pandas-dev/pandas/pull/23538 | 378,134,827 | MDExOlB1bGxSZXF1ZXN0MjI4OTExOTI1 | 23,538 | ENH - Index set operation modifications to address issue #23525 | {
"avatar_url": "https://avatars.githubusercontent.com/u/13501084?v=4",
"events_url": "https://api.github.com/users/aa1371/events{/privacy}",
"followers_url": "https://api.github.com/users/aa1371/followers",
"following_url": "https://api.github.com/users/aa1371/following{/other_user}",
"gists_url": "https://a... | [
{
"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": "e1... | 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... | 40 | 2018-11-07T04:05:23Z | 2019-05-21T20:41:45Z | 2019-05-21T20:41:45Z | CONTRIBUTOR | null | This is a first pass at addressing the associated issue. Needs plenty of discussion, feedback and testing.
- [ ] closes #23525
- [ ] 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/23538/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/23538/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/23538.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/23538",
"merged_at": "2019-05-21T20:41:44Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/23538.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/23538"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/23539 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/23539/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/23539/comments | https://api.github.com/repos/pandas-dev/pandas/issues/23539/events | https://github.com/pandas-dev/pandas/pull/23539 | 378,148,690 | MDExOlB1bGxSZXF1ZXN0MjI4OTIyNTQw | 23,539 | BUG/REF: TimedeltaIndex.__new__ | {
"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": "FCE94F",
"default": false,
"description": "Internal refactoring of ... | 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... | 28 | 2018-11-07T05:34:16Z | 2018-11-13T18:08:28Z | 2018-11-11T23:27:00Z | MEMBER | null | `TimedeltaIndex.__new__` type-checking is tough to decipher, and hides multiple bugs
```
>>> dti = pd.date_range('2016-01-01', periods=3)
>>> pd.TimedeltaIndex(np.array(dti))
TimedeltaIndex(['16801 days', '16802 days', '16803 days'], dtype='timedelta64[ns]', freq=None)
```
In addition to this incorrect behavi... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/23539/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/23539/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/23539.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/23539",
"merged_at": "2018-11-11T23:27:00Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/23539.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/23539"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/23540 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/23540/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/23540/comments | https://api.github.com/repos/pandas-dev/pandas/issues/23540/events | https://github.com/pandas-dev/pandas/pull/23540 | 378,159,707 | MDExOlB1bGxSZXF1ZXN0MjI4OTMwNTI5 | 23,540 | BUG: Return KeyError for invalid string key | {
"avatar_url": "https://avatars.githubusercontent.com/u/1224492?v=4",
"events_url": "https://api.github.com/users/toobaz/events{/privacy}",
"followers_url": "https://api.github.com/users/toobaz/followers",
"following_url": "https://api.github.com/users/toobaz/following{/other_user}",
"gists_url": "https://ap... | [
{
"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": "eb... | 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-11-07T06:34:43Z | 2018-11-07T14:17:43Z | 2018-11-07T14:09:13Z | MEMBER | null | - [x] closes #22803
- [x] tests added / passed
- [x] passes `git diff upstream/master -u -- "*.py" | flake8 --diff`
- [x] whatsnew entry
In principle, it is nice to raise different errors if the string is invalid, or if the resulting period is missing. However, we want, and need, methods such as ``.loc`` to retur... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/23540/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/23540/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/23540.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/23540",
"merged_at": "2018-11-07T14:09:12Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/23540.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/23540"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/23541 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/23541/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/23541/comments | https://api.github.com/repos/pandas-dev/pandas/issues/23541/events | https://github.com/pandas-dev/pandas/issues/23541 | 378,160,822 | MDU6SXNzdWUzNzgxNjA4MjI= | 23,541 | Add level argument to filter (?) | {
"avatar_url": "https://avatars.githubusercontent.com/u/609873?v=4",
"events_url": "https://api.github.com/users/WillAyd/events{/privacy}",
"followers_url": "https://api.github.com/users/WillAyd/followers",
"following_url": "https://api.github.com/users/WillAyd/following{/other_user}",
"gists_url": "https://... | [
{
"color": "4E9A06",
"default": false,
"description": null,
"id": 76812,
"name": "Enhancement",
"node_id": "MDU6TGFiZWw3NjgxMg==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Enhancement"
},
{
"color": "207de5",
"default": false,
"description": null,
... | open | false | null | [] | null | 8 | 2018-11-07T06:40:28Z | 2021-08-30T15:45:14Z | null | MEMBER | null | Assume we have a DataFrame that looks something as follows and we want to *exclude* the column for "Total" in the second level of the column:
```python
In [2]: mi = pd.MultiIndex.from_product([['2018'], ['Q1', 'Q2', 'Q3', 'Q4', 'Tot
...: al']])
... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/23541/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/23541/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/23542 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/23542/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/23542/comments | https://api.github.com/repos/pandas-dev/pandas/issues/23542/events | https://github.com/pandas-dev/pandas/issues/23542 | 378,181,759 | MDU6SXNzdWUzNzgxODE3NTk= | 23,542 | Weekmask & holidays error in CustomBusinessHour | {
"avatar_url": "https://avatars.githubusercontent.com/u/19382881?v=4",
"events_url": "https://api.github.com/users/mnpica/events{/privacy}",
"followers_url": "https://api.github.com/users/mnpica/followers",
"following_url": "https://api.github.com/users/mnpica/following{/other_user}",
"gists_url": "https://a... | [
{
"color": "0e8a16",
"default": true,
"description": null,
"id": 717120670,
"name": "good first issue",
"node_id": "MDU6TGFiZWw3MTcxMjA2NzA=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/good%20first%20issue"
},
{
"color": "cdea3c",
"default": false,
"de... | closed | false | null | [] | {
"closed_at": "2021-07-02T07:59:17Z",
"closed_issues": 2396,
"created_at": "2020-11-11T19:05:43Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/j... | 3 | 2018-11-07T08:11:47Z | 2021-05-31T14:27:02Z | 2021-05-31T14:27:02Z | NONE | null | #### Code Sample, a copy-pastable example if possible
```python
from pandas.tseries.offsets import CustomBusinessDay, CustomBusinessHour
import pandas as pd
import datetime
weekmask = 'Mon Tue Wed Thu Fri Sat'
holidays=['2018-11-09']
bday = CustomBusinessDay(weekmask=weekmask,holidays=holidays)
dt=datetime.... | {
"+1": 1,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 1,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/23542/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/23542/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/23543 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/23543/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/23543/comments | https://api.github.com/repos/pandas-dev/pandas/issues/23543/events | https://github.com/pandas-dev/pandas/pull/23543 | 378,198,561 | MDExOlB1bGxSZXF1ZXN0MjI4OTU5MTgz | 23,543 | CI/DOC: Fixing bug in validate_docstrings.py | {
"avatar_url": "https://avatars.githubusercontent.com/u/10058240?v=4",
"events_url": "https://api.github.com/users/datapythonista/events{/privacy}",
"followers_url": "https://api.github.com/users/datapythonista/followers",
"following_url": "https://api.github.com/users/datapythonista/following{/other_user}",
... | [
{
"color": "3465A4",
"default": false,
"description": null,
"id": 134699,
"name": "Docs",
"node_id": "MDU6TGFiZWwxMzQ2OTk=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Docs"
},
{
"color": "a2bca7",
"default": false,
"description": "Continuous Integratio... | closed | false | null | [] | null | 2 | 2018-11-07T09:06:47Z | 2018-11-07T13:38:59Z | 2018-11-07T13:38:59Z | MEMBER | null | Follow up of #23514. One of the validation error wasn't tested, and with the refactoring a typo was introduced, where a bracket closed in the wrong place, raised a KeyError when a private class was found in a docstrings (and adding test for that case
- [X] tests added / passed
- [X] passes `git diff upstream/master... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/23543/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/23543/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/23543.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/23543",
"merged_at": "2018-11-07T13:38:59Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/23543.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/23543"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/23544 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/23544/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/23544/comments | https://api.github.com/repos/pandas-dev/pandas/issues/23544/events | https://github.com/pandas-dev/pandas/pull/23544 | 378,202,168 | MDExOlB1bGxSZXF1ZXN0MjI4OTYxODky | 23,544 | BUG: Delegate more of Excel parsing to CSV | {
"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": "4E9A06",
"default": false,
"description": null,
"id": 76812,
... | 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-11-07T09:17:45Z | 2018-11-11T22:36:01Z | 2018-11-11T15:40:43Z | MEMBER | null | The idea is that we read the Excel file, get the data, and let the `TextParser` handle reading and parsing, or at least most of it. We shouldn't be doing a lot of work that is already defined in `parsers.py`
In doing so, identified several bugs:
* `index_col=None` was not being respected
* `usecols` behavior ... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/23544/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/23544/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/23544.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/23544",
"merged_at": "2018-11-11T15:40:43Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/23544.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/23544"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/23545 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/23545/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/23545/comments | https://api.github.com/repos/pandas-dev/pandas/issues/23545/events | https://github.com/pandas-dev/pandas/issues/23545 | 378,314,095 | MDU6SXNzdWUzNzgzMTQwOTU= | 23,545 | pandas read html code is taking too long | {
"avatar_url": "https://avatars.githubusercontent.com/u/8965325?v=4",
"events_url": "https://api.github.com/users/venkatgmrit05/events{/privacy}",
"followers_url": "https://api.github.com/users/venkatgmrit05/followers",
"following_url": "https://api.github.com/users/venkatgmrit05/following{/other_user}",
"gi... | [
{
"color": "207de5",
"default": false,
"description": "Clarification about behavior needed to assess issue",
"id": 307649777,
"name": "Needs Info",
"node_id": "MDU6TGFiZWwzMDc2NDk3Nzc=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Needs%20Info"
}
] | closed | false | null | [] | null | 5 | 2018-11-07T14:35:35Z | 2018-11-07T15:41:38Z | 2018-11-07T15:25:44Z | NONE | null | #### Code Sample, a copy-pastable example if possible
```python
import pandas as pd
html_file1=r'path_to_file'
df1=pd.read_html(html_file1)
```
#### Problem description
the df1 dataframe should populate immediately but of late the command seems to take forever. i used this command to extract tables ... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/23545/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/23545/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/23546 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/23546/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/23546/comments | https://api.github.com/repos/pandas-dev/pandas/issues/23546/events | https://github.com/pandas-dev/pandas/pull/23546 | 378,318,688 | MDExOlB1bGxSZXF1ZXN0MjI5MDUxMjgw | 23,546 | BUG: raise if invalid freq is passed | {
"avatar_url": "https://avatars.githubusercontent.com/u/1224492?v=4",
"events_url": "https://api.github.com/users/toobaz/events{/privacy}",
"followers_url": "https://api.github.com/users/toobaz/followers",
"following_url": "https://api.github.com/users/toobaz/following{/other_user}",
"gists_url": "https://ap... | [
{
"color": "AFEEEE",
"default": false,
"description": null,
"id": 211840,
"name": "Timeseries",
"node_id": "MDU6TGFiZWwyMTE4NDA=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Timeseries"
},
{
"color": "0052cc",
"default": false,
"description": "DateOffse... | closed | false | null | [] | {
"closed_at": "2019-01-26T00:51:26Z",
"closed_issues": 2048,
"created_at": "2018-03-29T12:00:12Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/1020496?v=4",
"events_url": "https://api.github.com/users/jorisvandenbossche/events{/privacy}",
"followers_url": "https://api.github... | 3 | 2018-11-07T14:45:25Z | 2018-11-08T13:06:33Z | 2018-11-08T12:47:42Z | MEMBER | null | - [x] tests added / passed
- [x] passes `git diff upstream/master -u -- "*.py" | flake8 --diff`
Quick follow-up to very small regression in #23503 (see https://github.com/pandas-dev/pandas/pull/23503#discussion_r231513790 )
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/23546/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/23546/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/23546.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/23546",
"merged_at": "2018-11-08T12:47:42Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/23546.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/23546"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/23547 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/23547/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/23547/comments | https://api.github.com/repos/pandas-dev/pandas/issues/23547/events | https://github.com/pandas-dev/pandas/pull/23547 | 378,378,996 | MDExOlB1bGxSZXF1ZXN0MjI5MDk4NTc0 | 23,547 | BUG: astype fill_value for SparseArray.astype | {
"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"
}
] | 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-11-07T16:56:35Z | 2018-11-12T12:28:46Z | 2018-11-12T12:28:45Z | CONTRIBUTOR | null | I don't think we have a specific issue for this. This is not a fix / change for https://github.com/pandas-dev/pandas/issues/23125
This fixes strange things like
```python
In [1]: import pandas as pd; import numpy as np
In [2]: a = pd.SparseArray([0, 1])
In [3]: a.astype(bool)
Out[3]:
[0, True]
Fill: 0
... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/23547/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/23547/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/23547.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/23547",
"merged_at": "2018-11-12T12:28:45Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/23547.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/23547"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/23548 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/23548/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/23548/comments | https://api.github.com/repos/pandas-dev/pandas/issues/23548/events | https://github.com/pandas-dev/pandas/issues/23548 | 378,387,274 | MDU6SXNzdWUzNzgzODcyNzQ= | 23,548 | BUG/REG: Passing Index to array-expected cython functions fails | {
"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": "ffa0ff",
"default": false,
"description": "Incorrect or improved errors from pandas",
"id": 42670965,
"name": "Error Reporting",
"node_id": "MDU6TGFiZWw0MjY3MDk2NQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Error%20Reporting"
},
{
"color": "fbca... | closed | false | null | [] | null | 1 | 2018-11-07T17:16:30Z | 2019-01-11T21:27:37Z | 2019-01-11T21:27:37Z | MEMBER | null | Until recently many pandas cython functions had signatures like:
```
cpdef funcname(ndarray[object] values, ...)
```
In an effort to follow cython's recommendations, many of these have been changed to:
```
cpdef funcname(object[:] values, ...)
```
It looks like these are breaking in places where `Index`... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/23548/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/23548/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/23549 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/23549/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/23549/comments | https://api.github.com/repos/pandas-dev/pandas/issues/23549/events | https://github.com/pandas-dev/pandas/issues/23549 | 378,407,619 | MDU6SXNzdWUzNzg0MDc2MTk= | 23,549 | Passing an invalid flavor to read_html prints the wrong error message | {
"avatar_url": "https://avatars.githubusercontent.com/u/479013?v=4",
"events_url": "https://api.github.com/users/achabotl/events{/privacy}",
"followers_url": "https://api.github.com/users/achabotl/followers",
"following_url": "https://api.github.com/users/achabotl/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": "ffa0ff",
"default": false,
"description": "Incorrect or improved er... | closed | false | null | [] | null | 1 | 2018-11-07T18:11:25Z | 2018-11-08T00:08:14Z | 2018-11-08T00:08:14Z | NONE | null | #### Code Sample, a copy-pastable example if possible
```python
>>> import pandas as pd
>>> df_list = pd.read_html('https://google.com', flavor='unknown')
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/Users/achabot/envs/tmp-b79b7181308bb9c1/lib/python3.7/site-packages/pandas/... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/23549/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/23549/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/23550 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/23550/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/23550/comments | https://api.github.com/repos/pandas-dev/pandas/issues/23550/events | https://github.com/pandas-dev/pandas/pull/23550 | 378,473,457 | MDExOlB1bGxSZXF1ZXN0MjI5MTcxNTU4 | 23,550 | BUG: Fix error message for invalid HTML flavor | {
"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": "ffa0ff",
"default": false,
"description": "Incorrect or improved er... | 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-11-07T21:19:09Z | 2018-11-08T00:16:32Z | 2018-11-08T00:08:14Z | MEMBER | null | The flavors were not rendering properly in the string formatting.
Closes #23549.
Follow-up to #17660. | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/23550/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/23550/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/23550.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/23550",
"merged_at": "2018-11-08T00:08:14Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/23550.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/23550"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/23551 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/23551/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/23551/comments | https://api.github.com/repos/pandas-dev/pandas/issues/23551/events | https://github.com/pandas-dev/pandas/issues/23551 | 378,485,129 | MDU6SXNzdWUzNzg0ODUxMjk= | 23,551 | API: __name__ of str.cat.methods wrong | {
"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": "e10c02",
"default": false,
"description": null,
"id": 76811,
"name": "Bug",
"node_id": "MDU6TGFiZWw3NjgxMQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug"
},
{
"color": "fbca04",
"default": false,
"description": "Related to non-user acce... | closed | false | null | [] | {
"closed_at": "2019-07-19T00:34:29Z",
"closed_issues": 1289,
"created_at": "2018-10-23T02:34:15Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/j... | 0 | 2018-11-07T21:53:04Z | 2019-06-01T15:03:07Z | 2019-06-01T15:03:07Z | CONTRIBUTOR | null | While working on #23167, I found out that the names of several methods that are generated by wrappers are not set correctly (which matters because I need them for error reporting).
E.g.
```
>>> import pandas as pd
>>> pd.Series(['']).str.lower.__name__
'<lambda>'
>>> pd.Series(['']).str.upper.__name__
'<lambda... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/23551/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/23551/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/23552 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/23552/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/23552/comments | https://api.github.com/repos/pandas-dev/pandas/issues/23552/events | https://github.com/pandas-dev/pandas/pull/23552 | 378,489,435 | MDExOlB1bGxSZXF1ZXN0MjI5MTg0MDEw | 23,552 | DOC/CI: Fixes to make validate_docstrings.py to not generate warnings or unwanted output | {
"avatar_url": "https://avatars.githubusercontent.com/u/10058240?v=4",
"events_url": "https://api.github.com/users/datapythonista/events{/privacy}",
"followers_url": "https://api.github.com/users/datapythonista/followers",
"following_url": "https://api.github.com/users/datapythonista/following{/other_user}",
... | [
{
"color": "3465A4",
"default": false,
"description": null,
"id": 134699,
"name": "Docs",
"node_id": "MDU6TGFiZWwxMzQ2OTk=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Docs"
},
{
"color": "a2bca7",
"default": false,
"description": "Continuous Integratio... | closed | false | null | [] | null | 8 | 2018-11-07T22:05:58Z | 2018-11-08T17:42:06Z | 2018-11-08T16:12:13Z | MEMBER | null | Follow up of #23514. Making `validate_docstrings.py` not generate warnings or other unwanted output, mainly when called with `--format=json`. This includes preventing matplotlib of opening windows with the plots, and also canceling output from flake8.
Also, fixed some bugs, and corrected some tests that weren't bein... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/23552/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/23552/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/23552.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/23552",
"merged_at": "2018-11-08T16:12:13Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/23552.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/23552"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/23553 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/23553/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/23553/comments | https://api.github.com/repos/pandas-dev/pandas/issues/23553/events | https://github.com/pandas-dev/pandas/issues/23553 | 378,496,238 | MDU6SXNzdWUzNzg0OTYyMzg= | 23,553 | BUG: lib.infer_type broken for IntervalArray / PeriodArray | {
"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": "e10c02",
"default": false,
"description": null,
"id": 76811,
"name": "Bug",
"node_id": "MDU6TGFiZWw3NjgxMQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug"
},
{
"color": "e102d8",
"default": false,
"description": "Unexpected or buggy dtyp... | closed | false | null | [] | {
"closed_at": "2021-07-02T07:59:17Z",
"closed_issues": 2396,
"created_at": "2020-11-11T19:05:43Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/j... | 8 | 2018-11-07T22:27:08Z | 2021-02-12T17:45:26Z | 2021-02-12T17:45:26Z | CONTRIBUTOR | null | While working on #23167, I found a regression in IntervalArray / PeriodArray - I'm guessing it's related to the whole EA effort. @jorisvandenbossche @TomAugspurger
```
>>> import pandas as pd
>>> import pandas._libs.lib as lib
>>> s = pd.Series([pd.Period(2013), pd.Period(2018)], dtype='category')
>>> lib.infer... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/23553/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/23553/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/23554 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/23554/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/23554/comments | https://api.github.com/repos/pandas-dev/pandas/issues/23554/events | https://github.com/pandas-dev/pandas/issues/23554 | 378,502,735 | MDU6SXNzdWUzNzg1MDI3MzU= | 23,554 | API/DOC: types covered by lib.infer_dtype | {
"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": "3465A4",
"default": false,
"description": null,
"id": 134699,
"name": "Docs",
"node_id": "MDU6TGFiZWwxMzQ2OTk=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Docs"
},
{
"color": "e102d8",
"default": false,
"description": "Unexpected or buggy d... | open | false | null | [] | null | 3 | 2018-11-07T22:47:44Z | 2021-06-23T03:59:09Z | null | CONTRIBUTOR | null | In #23167, I'm trying consistently infer the dtype of the underlying Series/Index while calling the constructor of the `.str`-accessor. For testing this thoroughly, I wanted to build a parametrized fixture that returns an ndarray for all the dtypes that `lib.infer_dtype` can infer. I based myself on the list in the doc... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/23554/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/23554/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/23555 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/23555/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/23555/comments | https://api.github.com/repos/pandas-dev/pandas/issues/23555/events | https://github.com/pandas-dev/pandas/issues/23555 | 378,514,677 | MDU6SXNzdWUzNzg1MTQ2Nzc= | 23,555 | BUG: CategoricalIndex.str.extractall fails | {
"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": "e10c02",
"default": false,
"description": null,
"id": 76811,
"name": "Bug",
"node_id": "MDU6TGFiZWw3NjgxMQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug"
},
{
"color": "0b02e1",
"default": false,
"description": "Related to indexing on s... | closed | false | null | [] | {
"closed_at": "2019-01-26T00:51:26Z",
"closed_issues": 2048,
"created_at": "2018-03-29T12:00:12Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/1020496?v=4",
"events_url": "https://api.github.com/users/jorisvandenbossche/events{/privacy}",
"followers_url": "https://api.github... | 0 | 2018-11-07T23:32:02Z | 2018-12-02T23:06:09Z | 2018-12-02T23:06:09Z | CONTRIBUTOR | null | Found a bug in a corner case while working on expanded test coverage in #23167:
```
>>> # the following three have the same result
>>> pd.Series(['a', 'b', 'aa'], dtype='category').str.extractall(r'(a)')
>>> pd.Series(['a', 'b', 'aa']).str.extractall(r'(a)')
>>> pd.Index(['a', 'b', 'aa']).str.extractall(r'(a)')
... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/23555/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/23555/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/23556 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/23556/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/23556/comments | https://api.github.com/repos/pandas-dev/pandas/issues/23556/events | https://github.com/pandas-dev/pandas/issues/23556 | 378,518,092 | MDU6SXNzdWUzNzg1MTgwOTI= | 23,556 | BUG: many methods on CategoricalIndex.str are broken | {
"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": "e10c02",
"default": false,
"description": null,
"id": 76811,
"name": "Bug",
"node_id": "MDU6TGFiZWw3NjgxMQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug"
},
{
"color": "0b02e1",
"default": false,
"description": "Related to indexing on s... | closed | false | null | [] | {
"closed_at": "2019-01-26T00:51:26Z",
"closed_issues": 2048,
"created_at": "2018-03-29T12:00:12Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/1020496?v=4",
"events_url": "https://api.github.com/users/jorisvandenbossche/events{/privacy}",
"followers_url": "https://api.github... | 1 | 2018-11-07T23:46:15Z | 2018-12-02T23:06:09Z | 2018-12-02T23:06:09Z | CONTRIBUTOR | null | This was also uncovered by #23167, but is a different error than #23555.
Basically, all methods calling `CategoricalIndex.str._wrap_result(result, use_codes=True)` will necessarily fail, e.g.:
```
>>> import pandas as pd
>>> pd.Index(['a', 'b', 'aa'], dtype='category').str.replace('a', 'c')
Traceback (most recen... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/23556/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/23556/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/23557 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/23557/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/23557/comments | https://api.github.com/repos/pandas-dev/pandas/issues/23557/events | https://github.com/pandas-dev/pandas/issues/23557 | 378,519,555 | MDU6SXNzdWUzNzg1MTk1NTU= | 23,557 | BUG: concat(Series[sparse]) raises ValueError | {
"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": "0e8a16",
"default": true,
"description":... | closed | false | null | [] | {
"closed_at": "2020-01-30T12:18:05Z",
"closed_issues": 2207,
"created_at": "2012-09-13T02:13:00Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4",
"events_url": "https://api.github.com/users/wesm/events{/privacy}",
"followers_url": "https://api.github.com/users/wesm... | 1 | 2018-11-07T23:52:56Z | 2020-01-06T13:22:19Z | 2020-01-06T13:22:18Z | CONTRIBUTOR | null | ```python
In [1]: import pandas as pd
In [2]: pd.__version__
Out[2]: '0.23.4'
In [3]: a = pd.Series(pd.SparseArray([0, 1, 2]))
In [4]: pd.concat([a, a], axis=1)
```
```pytb
---------------------------------------------------------------------------
ValueError Traceback (m... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/23557/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/23557/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/23558 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/23558/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/23558/comments | https://api.github.com/repos/pandas-dev/pandas/issues/23558/events | https://github.com/pandas-dev/pandas/issues/23558 | 378,522,826 | MDU6SXNzdWUzNzg1MjI4MjY= | 23,558 | BUG: Index.str.partition not nan-safe | {
"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": "e10c02",
"default": false,
"description": null,
"id": 76811,
"name": "Bug",
"node_id": "MDU6TGFiZWw3NjgxMQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug"
},
{
"color": "0b02e1",
"default": false,
"description": "Related to indexing on s... | closed | false | null | [] | {
"closed_at": "2019-01-26T00:51:26Z",
"closed_issues": 2048,
"created_at": "2018-03-29T12:00:12Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/1020496?v=4",
"events_url": "https://api.github.com/users/jorisvandenbossche/events{/privacy}",
"followers_url": "https://api.github... | 2 | 2018-11-08T00:06:37Z | 2018-11-18T18:32:51Z | 2018-11-18T18:32:51Z | CONTRIBUTOR | null | While working on #23167, I found a corner case where `Index.str.partition` and `Index.str.rpartition` break in the presence of NaNs. I do not believe this is intentional (and it's not mentioned in the docs):
```
>>> import pandas as pd
>>> pd.Index(['a', 'b', 'c']).str.partition(' ') # works
MultiIndex(levels=[[... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/23558/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/23558/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/23559 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/23559/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/23559/comments | https://api.github.com/repos/pandas-dev/pandas/issues/23559/events | https://github.com/pandas-dev/pandas/issues/23559 | 378,524,726 | MDU6SXNzdWUzNzg1MjQ3MjY= | 23,559 | DataFrame[sparse].__getitem__ should be Series, not SparseSeries | {
"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"
}
] | 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-11-08T00:15:05Z | 2018-11-11T15:22:06Z | 2018-11-11T15:22:06Z | CONTRIBUTOR | null | Can we break API here to return a Series[Sparse] instead?
```python
In [12]: df = pd.DataFrame({"A": pd.SparseArray([1, 2, 3])})
In [13]: df.dtypes
Out[13]:
A Sparse[int64, 0]
dtype: object
In [14]: type(df['A'])
Out[14]: pandas.core.sparse.series.SparseSeries
```
cc @rkern | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/23559/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/23559/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/23560 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/23560/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/23560/comments | https://api.github.com/repos/pandas-dev/pandas/issues/23560/events | https://github.com/pandas-dev/pandas/pull/23560 | 378,526,491 | MDExOlB1bGxSZXF1ZXN0MjI5MjEyNTYz | 23,560 | DOC: Prepare to add first docstrings checks to the CI | {
"avatar_url": "https://avatars.githubusercontent.com/u/10058240?v=4",
"events_url": "https://api.github.com/users/datapythonista/events{/privacy}",
"followers_url": "https://api.github.com/users/datapythonista/followers",
"following_url": "https://api.github.com/users/datapythonista/following{/other_user}",
... | [
{
"color": "3465A4",
"default": false,
"description": null,
"id": 134699,
"name": "Docs",
"node_id": "MDU6TGFiZWwxMzQ2OTk=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Docs"
},
{
"color": "a2bca7",
"default": false,
"description": "Continuous Integratio... | closed | false | null | [] | null | 10 | 2018-11-08T00:23:12Z | 2018-11-11T01:28:19Z | 2018-11-11T01:28:18Z | MEMBER | null | Fixing some docstring issues, so CI doesn't fail when we add the first validation of docstrings in #22854.
- [ ] closes #
- [ ] 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/23560/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/23560/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/23560.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/23560",
"merged_at": "2018-11-11T01:28:18Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/23560.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/23560"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/23561 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/23561/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/23561/comments | https://api.github.com/repos/pandas-dev/pandas/issues/23561/events | https://github.com/pandas-dev/pandas/pull/23561 | 378,529,026 | MDExOlB1bGxSZXF1ZXN0MjI5MjE0NDMx | 23,561 | API: DataFrame.__getitem__ returns Series for sparse column | {
"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": "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": "009800",
"default": false,
"description": "S... | closed | false | null | [] | {
"closed_at": "2019-01-26T00:51:26Z",
"closed_issues": 2048,
"created_at": "2018-03-29T12:00:12Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/1020496?v=4",
"events_url": "https://api.github.com/users/jorisvandenbossche/events{/privacy}",
"followers_url": "https://api.github... | 4 | 2018-11-08T00:34:57Z | 2018-11-11T15:22:21Z | 2018-11-11T15:22:07Z | CONTRIBUTOR | null | Awaiting consensus on #23559, but I went ahead an implemented it.
Breaking API change for
```python
In [1]: import pandas as pd
In [2]: df = pd.DataFrame({"A": pd.SparseSeries([1, 0])})
In [3]: type(df['A'])
Out[3]: pandas.core.sparse.series.SparseSeries
```
Now Out[3] is a Series.
closes https://g... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/23561/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/23561/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/23561.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/23561",
"merged_at": "2018-11-11T15:22:06Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/23561.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/23561"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/23562 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/23562/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/23562/comments | https://api.github.com/repos/pandas-dev/pandas/issues/23562/events | https://github.com/pandas-dev/pandas/pull/23562 | 378,542,059 | MDExOlB1bGxSZXF1ZXN0MjI5MjIzODM2 | 23,562 | remove uses of (ts)?lib.(NaT|iNaT|Timestamp) | {
"avatar_url": "https://avatars.githubusercontent.com/u/8078968?v=4",
"events_url": "https://api.github.com/users/jbrockmendel/events{/privacy}",
"followers_url": "https://api.github.com/users/jbrockmendel/followers",
"following_url": "https://api.github.com/users/jbrockmendel/following{/other_user}",
"gists... | [
{
"color": "FCE94F",
"default": false,
"description": "Internal refactoring of code",
"id": 127681,
"name": "Refactor",
"node_id": "MDU6TGFiZWwxMjc2ODE=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Refactor"
},
{
"color": "fbca04",
"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... | 3 | 2018-11-08T01:37:39Z | 2018-11-08T14:48:55Z | 2018-11-08T12:38:10Z | MEMBER | null | Since they are no longer defined there; instead import then from more appropriate places. | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/23562/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/23562/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/23562.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/23562",
"merged_at": "2018-11-08T12:38:10Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/23562.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/23562"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/23563 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/23563/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/23563/comments | https://api.github.com/repos/pandas-dev/pandas/issues/23563/events | https://github.com/pandas-dev/pandas/issues/23563 | 378,557,160 | MDU6SXNzdWUzNzg1NTcxNjA= | 23,563 | BUG: Series(list_of_intervals) results in object dtype | {
"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": "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": "009... | closed | false | null | [] | {
"closed_at": "2020-01-30T12:18:05Z",
"closed_issues": 2207,
"created_at": "2012-09-13T02:13:00Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4",
"events_url": "https://api.github.com/users/wesm/events{/privacy}",
"followers_url": "https://api.github.com/users/wesm... | 6 | 2018-11-08T02:53:48Z | 2020-01-06T13:29:36Z | 2020-01-06T13:29:36Z | MEMBER | null | #### Code Sample, a copy-pastable example if possible
Constructing a `Series` from a list of `Interval` objects results in an object dtype, and is not backed by an `IntervalArray`:
```python
In [2]: s = pd.Series([pd.Interval(0, 1), pd.Interval(1, 2), pd.Interval(2, 3)])
In [3]: s.dtype
Out[3]: dtype('O')
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/23563/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/23563/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/23564 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/23564/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/23564/comments | https://api.github.com/repos/pandas-dev/pandas/issues/23564/events | https://github.com/pandas-dev/pandas/issues/23564 | 378,567,730 | MDU6SXNzdWUzNzg1Njc3MzA= | 23,564 | df.to_stata should automatically write in format 117 with wide strings | {
"avatar_url": "https://avatars.githubusercontent.com/u/15164633?v=4",
"events_url": "https://api.github.com/users/kylebarron/events{/privacy}",
"followers_url": "https://api.github.com/users/kylebarron/followers",
"following_url": "https://api.github.com/users/kylebarron/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": "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... | 16 | 2018-11-08T03:48:22Z | 2018-11-20T14:56:48Z | 2018-11-15T08:46:12Z | CONTRIBUTOR | null | #### Code Sample, a copy-pastable example if possible
```python
import pandas as pd
df = pd.DataFrame({'a': ['x' * 250]})
df.to_stata('test')
```
#### Problem description
The last line above raises an exception:
```
ValueError:
Fixed width strings in Stata .dta files are limited to 244 (or fewer)
cha... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/23564/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/23564/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/23565 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/23565/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/23565/comments | https://api.github.com/repos/pandas-dev/pandas/issues/23565/events | https://github.com/pandas-dev/pandas/issues/23565 | 378,716,465 | MDU6SXNzdWUzNzg3MTY0NjU= | 23,565 | API / internals: exact semantics of _ndarray_values | {
"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": "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": "fbca04",
"default": false,
"description": "R... | closed | false | null | [] | {
"closed_at": "2020-07-28T18:13:47Z",
"closed_issues": 2378,
"created_at": "2019-12-02T12:52:48Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/j... | 4 | 2018-11-08T12:47:07Z | 2020-03-19T00:24:24Z | 2020-03-19T00:24:24Z | MEMBER | null | We need to better describe the exact semantics of `_ndarray_values`: what is it expected to return and how it is used.
Currenlty it is defined on the ExtensionArray, but mentioned it is not part of the "official" interface:
https://github.com/pandas-dev/pandas/blob/712fa945c878eaed18f79d4cf99ed91e464d51b1/pandas/... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/23565/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/23565/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/23566 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/23566/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/23566/comments | https://api.github.com/repos/pandas-dev/pandas/issues/23566/events | https://github.com/pandas-dev/pandas/issues/23566 | 378,750,987 | MDU6SXNzdWUzNzg3NTA5ODc= | 23,566 | API: DataFrameGroupBy column subset selection with single list? | {
"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": "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 | {
"avatar_url": "https://avatars.githubusercontent.com/u/24758845?v=4",
"events_url": "https://api.github.com/users/yehoshuadimarsky/events{/privacy}",
"followers_url": "https://api.github.com/users/yehoshuadimarsky/followers",
"following_url": "https://api.github.com/users/yehoshuadimarsky/following{/other_use... | [
{
"avatar_url": "https://avatars.githubusercontent.com/u/24758845?v=4",
"events_url": "https://api.github.com/users/yehoshuadimarsky/events{/privacy}",
"followers_url": "https://api.github.com/users/yehoshuadimarsky/followers",
"following_url": "https://api.github.com/users/yehoshuadimarsky/followin... | {
"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... | 18 | 2018-11-08T14:18:22Z | 2021-05-08T07:21:16Z | 2020-01-03T02:13:49Z | MEMBER | null | I wouldn't be surprised if there is already an issue about this, but couldn't directly find one.
When doing a subselection of columns on a DataFrameGroupBy object, both a plain list (so a tuple within the `__getitem__` [] brackets) as the double square brackets (a list inside the `__getitem__` [] brackets) seems to ... | {
"+1": 1,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 1,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/23566/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/23566/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/23567 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/23567/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/23567/comments | https://api.github.com/repos/pandas-dev/pandas/issues/23567/events | https://github.com/pandas-dev/pandas/pull/23567 | 378,761,490 | MDExOlB1bGxSZXF1ZXN0MjI5Mzg3OTIx | 23,567 | ENH: numpy histogram bin edges in cut (GH 14627) | {
"avatar_url": "https://avatars.githubusercontent.com/u/12834389?v=4",
"events_url": "https://api.github.com/users/blalterman/events{/privacy}",
"followers_url": "https://api.github.com/users/blalterman/followers",
"following_url": "https://api.github.com/users/blalterman/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": "006b75",
"default": false,
"description": "Arithmet... | closed | false | null | [] | null | 32 | 2018-11-08T14:42:49Z | 2019-04-10T04:10:09Z | 2019-04-10T04:10:09Z | NONE | null | Passig a string to `pd.cut` bins kwarg dispatches bin calculation
to `np.histogram_bin_edges`.
- [X] closes #14627
- [X] tests added / passed
- [X] added 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/23567/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/23567/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/23567.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/23567",
"merged_at": null,
"patch_url": "https://github.com/pandas-dev/pandas/pull/23567.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/23567"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/23568 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/23568/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/23568/comments | https://api.github.com/repos/pandas-dev/pandas/issues/23568/events | https://github.com/pandas-dev/pandas/issues/23568 | 378,783,495 | MDU6SXNzdWUzNzg3ODM0OTU= | 23,568 | "RecursionError: maximum recursion depth exceeded while calling a Python object" when using groupby, resample, and agg | {
"avatar_url": "https://avatars.githubusercontent.com/u/5217510?v=4",
"events_url": "https://api.github.com/users/trianta2/events{/privacy}",
"followers_url": "https://api.github.com/users/trianta2/followers",
"following_url": "https://api.github.com/users/trianta2/following{/other_user}",
"gists_url": "http... | [
{
"color": "e10c02",
"default": false,
"description": null,
"id": 76811,
"name": "Bug",
"node_id": "MDU6TGFiZWw3NjgxMQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug"
},
{
"color": "729FCF",
"default": false,
"description": null,
"id": 233160,
... | open | false | null | [] | {
"closed_at": null,
"closed_issues": 786,
"created_at": "2015-01-13T10:53:19Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jreback/followers",
... | 2 | 2018-11-08T15:29:58Z | 2021-09-09T17:45:09Z | null | NONE | null | #### Code Sample, a copy-pastable example if possible
```python
from datetime import datetime, timedelta
import pandas as pd
times = [datetime.now() + timedelta(hours=i) for i in range(10)] * 2
ids = ['foo', 'bar'] * 10
df = pd.DataFrame({'time': times, 'id': ids, 'value': range(20)})
# raises RecursionErr... | {
"+1": 4,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 4,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/23568/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/23568/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/23569 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/23569/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/23569/comments | https://api.github.com/repos/pandas-dev/pandas/issues/23569/events | https://github.com/pandas-dev/pandas/issues/23569 | 378,804,712 | MDU6SXNzdWUzNzg4MDQ3MTI= | 23,569 | Review/Overhaul __array__ and view methods | {
"avatar_url": "https://avatars.githubusercontent.com/u/8078968?v=4",
"events_url": "https://api.github.com/users/jbrockmendel/events{/privacy}",
"followers_url": "https://api.github.com/users/jbrockmendel/followers",
"following_url": "https://api.github.com/users/jbrockmendel/following{/other_user}",
"gists... | [
{
"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": "0052cc... | 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-11-08T16:09:33Z | 2019-01-05T21:17:37Z | 2019-01-05T21:17:37Z | MEMBER | null | #23524 fixes a problem with `DatetimeIndex.__array__`; we should do a thorough check of the `__array__` methods on other classes to make sure (and test) that they make sense
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/23569/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/23569/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/23570 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/23570/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/23570/comments | https://api.github.com/repos/pandas-dev/pandas/issues/23570/events | https://github.com/pandas-dev/pandas/issues/23570 | 378,814,963 | MDU6SXNzdWUzNzg4MTQ5NjM= | 23,570 | Melting with not present column does not produce error | {
"avatar_url": "https://avatars.githubusercontent.com/u/22639569?v=4",
"events_url": "https://api.github.com/users/michaelsilverstein/events{/privacy}",
"followers_url": "https://api.github.com/users/michaelsilverstein/followers",
"following_url": "https://api.github.com/users/michaelsilverstein/following{/oth... | [
{
"color": "02d7e1",
"default": false,
"description": "Concat, Merge/Join, Stack/Unstack, Explode",
"id": 13098779,
"name": "Reshaping",
"node_id": "MDU6TGFiZWwxMzA5ODc3OQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Reshaping"
},
{
"color": "ffa0ff",
"de... | closed | false | null | [] | {
"closed_at": "2019-01-26T00:51:26Z",
"closed_issues": 2048,
"created_at": "2018-03-29T12:00:12Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/1020496?v=4",
"events_url": "https://api.github.com/users/jorisvandenbossche/events{/privacy}",
"followers_url": "https://api.github... | 4 | 2018-11-08T16:31:25Z | 2018-11-21T17:16:11Z | 2018-11-21T17:16:11Z | CONTRIBUTOR | null | #### Code Sample
```python
import pandas as pd
import numpy as np
# Generate data
people = ['Susie', 'Alejandro']
day = ['Monday', 'Tuesday', 'Wednesday']
data = [[person, d, *np.random.randint(0, 5, 2)] for person in people for d in day]
df = pd.DataFrame(data, columns=['Name', 'day', 'burgers', 'fries'])
... | {
"+1": 1,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 1,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/23570/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/23570/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/23571 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/23571/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/23571/comments | https://api.github.com/repos/pandas-dev/pandas/issues/23571/events | https://github.com/pandas-dev/pandas/issues/23571 | 378,827,754 | MDU6SXNzdWUzNzg4Mjc3NTQ= | 23,571 | Timedelta/TimedeltaIndex does not accept "unit" higher than ns | {
"avatar_url": "https://avatars.githubusercontent.com/u/8078968?v=4",
"events_url": "https://api.github.com/users/jbrockmendel/events{/privacy}",
"followers_url": "https://api.github.com/users/jbrockmendel/followers",
"following_url": "https://api.github.com/users/jbrockmendel/following{/other_user}",
"gists... | [
{
"color": "4E9A06",
"default": false,
"description": null,
"id": 76812,
"name": "Enhancement",
"node_id": "MDU6TGFiZWw3NjgxMg==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Enhancement"
},
{
"color": "5319e7",
"default": false,
"description": "Timedelt... | closed | false | null | [] | null | 1 | 2018-11-08T16:59:44Z | 2020-09-28T01:30:58Z | 2020-09-28T01:30:58Z | MEMBER | null | ```
>>> td = np.timedelta64(1000, 'ps')
>>> pd.Timedelta(td).value
1
>>> pd.Timedelta(1000, unit='ps')
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "pandas/_libs/tslibs/timedeltas.pyx", line 1020, in pandas._libs.tslibs.timedeltas.Timedelta.__new__
File "pandas/_libs/tslibs/... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/23571/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/23571/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/23572 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/23572/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/23572/comments | https://api.github.com/repos/pandas-dev/pandas/issues/23572/events | https://github.com/pandas-dev/pandas/issues/23572 | 378,843,900 | MDU6SXNzdWUzNzg4NDM5MDA= | 23,572 | df.to_stata fails when a column of type object contains only None | {
"avatar_url": "https://avatars.githubusercontent.com/u/15164633?v=4",
"events_url": "https://api.github.com/users/kylebarron/events{/privacy}",
"followers_url": "https://api.github.com/users/kylebarron/followers",
"following_url": "https://api.github.com/users/kylebarron/following{/other_user}",
"gists_url"... | [
{
"color": "ffa0ff",
"default": false,
"description": "Incorrect or improved errors from pandas",
"id": 42670965,
"name": "Error Reporting",
"node_id": "MDU6TGFiZWw0MjY3MDk2NQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Error%20Reporting"
},
{
"color": "5319... | closed | false | null | [] | {
"closed_at": "2019-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-11-08T17:40:12Z | 2021-05-23T00:20:27Z | 2018-11-17T23:14:13Z | CONTRIBUTOR | null | #### Code Sample, a copy-pastable example if possible
```python
import pandas as pd
df = pd.DataFrame({'a': ['a', None]})
df.to_stata('test.dta')
df = pd.DataFrame({'a': [None, 'a']})
df.to_stata('test.dta')
df = pd.DataFrame({'a': [None, None]})
df.to_stata('test.dta')
# ValueError: Writing general object a... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/23572/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/23572/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/23573 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/23573/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/23573/comments | https://api.github.com/repos/pandas-dev/pandas/issues/23573/events | https://github.com/pandas-dev/pandas/issues/23573 | 378,846,352 | MDU6SXNzdWUzNzg4NDYzNTI= | 23,573 | Support writing unicode characters in df.to_stata() | {
"avatar_url": "https://avatars.githubusercontent.com/u/15164633?v=4",
"events_url": "https://api.github.com/users/kylebarron/events{/privacy}",
"followers_url": "https://api.github.com/users/kylebarron/followers",
"following_url": "https://api.github.com/users/kylebarron/following{/other_user}",
"gists_url"... | [
{
"color": "444444",
"default": false,
"description": "Unicode strings",
"id": 36380025,
"name": "Unicode",
"node_id": "MDU6TGFiZWwzNjM4MDAyNQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Unicode"
},
{
"color": "5319e7",
"default": false,
"description... | closed | false | null | [] | {
"closed_at": "2020-01-30T12:18:05Z",
"closed_issues": 2207,
"created_at": "2012-09-13T02:13:00Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4",
"events_url": "https://api.github.com/users/wesm/events{/privacy}",
"followers_url": "https://api.github.com/users/wesm... | 13 | 2018-11-08T17:46:45Z | 2019-12-31T21:05:42Z | 2019-12-31T21:05:42Z | CONTRIBUTOR | null | #### Code Sample, a copy-pastable example if possible
```python
import pandas as pd
df = pd.DataFrame({'a': ['丆']})
df.to_stata('test.dta')
# UnicodeEncodeError: 'latin-1' codec can't encode character '\u4e06' in position 0: ordinal not in range(256)
```
I picked an arbitrary CJK character to test this with.
... | {
"+1": 3,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 3,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/23573/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/23573/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/23574 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/23574/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/23574/comments | https://api.github.com/repos/pandas-dev/pandas/issues/23574/events | https://github.com/pandas-dev/pandas/issues/23574 | 378,852,236 | MDU6SXNzdWUzNzg4NTIyMzY= | 23,574 | Change Name of `fname` Parameter to `path` in Parquet IO Methods | {
"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": "Functionality to remove in pandas",
"id": 87485152,
"name": "Deprecate",
"node_id": "MDU6TGFiZWw4NzQ4NTE1Mg==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Deprecate"
},
{
"color": "5319e7",
"default": f... | closed | false | null | [] | {
"closed_at": "2020-01-30T12:18:05Z",
"closed_issues": 2207,
"created_at": "2012-09-13T02:13:00Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4",
"events_url": "https://api.github.com/users/wesm/events{/privacy}",
"followers_url": "https://api.github.com/users/wesm... | 0 | 2018-11-08T18:03:41Z | 2019-12-19T17:40:45Z | 2019-12-19T17:40:39Z | 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/23574/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/23574/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/23575 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/23575/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/23575/comments | https://api.github.com/repos/pandas-dev/pandas/issues/23575/events | https://github.com/pandas-dev/pandas/pull/23575 | 378,853,952 | MDExOlB1bGxSZXF1ZXN0MjI5NDYwMDYy | 23,575 | Melting with not present column does not produce error | {
"avatar_url": "https://avatars.githubusercontent.com/u/22639569?v=4",
"events_url": "https://api.github.com/users/michaelsilverstein/events{/privacy}",
"followers_url": "https://api.github.com/users/michaelsilverstein/followers",
"following_url": "https://api.github.com/users/michaelsilverstein/following{/oth... | [
{
"color": "02d7e1",
"default": false,
"description": "Concat, Merge/Join, Stack/Unstack, Explode",
"id": 13098779,
"name": "Reshaping",
"node_id": "MDU6TGFiZWwxMzA5ODc3OQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Reshaping"
},
{
"color": "ffa0ff",
"de... | closed | false | null | [] | {
"closed_at": "2019-01-26T00:51:26Z",
"closed_issues": 2048,
"created_at": "2018-03-29T12:00:12Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/1020496?v=4",
"events_url": "https://api.github.com/users/jorisvandenbossche/events{/privacy}",
"followers_url": "https://api.github... | 17 | 2018-11-08T18:08:30Z | 2018-11-21T17:54:41Z | 2018-11-21T17:16:11Z | CONTRIBUTOR | null | - [x] closes #23570
- [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/23575/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/23575/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/23575.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/23575",
"merged_at": "2018-11-21T17:16:10Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/23575.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/23575"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/23576 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/23576/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/23576/comments | https://api.github.com/repos/pandas-dev/pandas/issues/23576/events | https://github.com/pandas-dev/pandas/issues/23576 | 378,858,893 | MDU6SXNzdWUzNzg4NTg4OTM= | 23,576 | PERF: Slowdown in IntervalIndex.get_loc | {
"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": "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 | 1 | 2018-11-08T18:22:20Z | 2018-11-09T13:29:52Z | 2018-11-09T13:29:52Z | CONTRIBUTOR | null | https://github.com/pandas-dev/pandas/pull/20611#issuecomment-437098669
```
asv find 7e6e7^..HEAD indexing.IntervalIndexing.time_loc_list
[...]
·· Installing 365eac4d <master~642> into conda-py3.6-Cython-matplotlib-numexpr-numpy-openpyxl-pytables-pytest-scipy-sqlalchemy-xlrd-xlsxwriter-xlwt..
·· Benchmarking cond... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/23576/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/23576/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/23577 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/23577/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/23577/comments | https://api.github.com/repos/pandas-dev/pandas/issues/23577/events | https://github.com/pandas-dev/pandas/issues/23577 | 378,859,379 | MDU6SXNzdWUzNzg4NTkzNzk= | 23,577 | Shouldn't the examples here ideally use notnull and not notna ?? | {
"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:/... | [] | 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... | 1 | 2018-11-08T18:23:41Z | 2018-11-08T18:28:12Z | 2018-11-08T18:27:33Z | CONTRIBUTOR | null | https://pandas.pydata.org/pandas-docs/stable/generated/pandas.notnull.html#pandas.notnull
Shouldn't the examples ideally use notnull and not notna ?? | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/23577/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/23577/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/23578 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/23578/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/23578/comments | https://api.github.com/repos/pandas-dev/pandas/issues/23578/events | https://github.com/pandas-dev/pandas/issues/23578 | 378,880,458 | MDU6SXNzdWUzNzg4ODA0NTg= | 23,578 | API/ERR/ENH: Allow MultiIndex.from_tuples to handle NaNs | {
"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": "d7e102",
"default": false,
"description": "np.nan, ... | open | false | null | [] | null | 2 | 2018-11-08T19:23:21Z | 2018-11-13T22:22:17Z | null | CONTRIBUTOR | null | This is the origin of #23558 and #23677, but IMO worthy to fix in its own right:
Trying to create a MultiIndex from a list of tuples containing NaNs (like `Index.str.partition` does if there are NaNs present) yields:
```
>>> pd.MultiIndex.from_tuples([('a', 'b', 'c'), np.nan, ('d', '', '')])
[...]
TypeError: obj... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/23578/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/23578/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/23579 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/23579/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/23579/comments | https://api.github.com/repos/pandas-dev/pandas/issues/23579/events | https://github.com/pandas-dev/pandas/issues/23579 | 378,884,943 | MDU6SXNzdWUzNzg4ODQ5NDM= | 23,579 | API: tz_convert within DatetimeIndex constructor | {
"avatar_url": "https://avatars.githubusercontent.com/u/8078968?v=4",
"events_url": "https://api.github.com/users/jbrockmendel/events{/privacy}",
"followers_url": "https://api.github.com/users/jbrockmendel/followers",
"following_url": "https://api.github.com/users/jbrockmendel/following{/other_user}",
"gists... | [
{
"color": "AFEEEE",
"default": false,
"description": null,
"id": 211840,
"name": "Timeseries",
"node_id": "MDU6TGFiZWwyMTE4NDA=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Timeseries"
},
{
"color": "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... | 4 | 2018-11-08T19:35:47Z | 2018-11-18T18:30:17Z | 2018-11-18T18:30:17Z | MEMBER | null | At the moment the following raises:
```
>>> dti = pd.date_range('2016-01-01', periods=3, tz='US/Central')
>>> pd.DatetimeIndex(dti, tz='Asia/Tokyo')
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/usr/local/lib/python2.7/site-packages/pandas/core/indexes/datetimes.py", line 413... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/23579/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/23579/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/23580 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/23580/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/23580/comments | https://api.github.com/repos/pandas-dev/pandas/issues/23580/events | https://github.com/pandas-dev/pandas/pull/23580 | 378,896,499 | MDExOlB1bGxSZXF1ZXN0MjI5NDkyNzc4 | 23,580 | add histogram method to series | {
"avatar_url": "https://avatars.githubusercontent.com/u/514022?v=4",
"events_url": "https://api.github.com/users/bluesquall/events{/privacy}",
"followers_url": "https://api.github.com/users/bluesquall/followers",
"following_url": "https://api.github.com/users/bluesquall/following{/other_user}",
"gists_url": ... | [
{
"color": "8AE234",
"default": false,
"description": null,
"id": 2413328,
"name": "Visualization",
"node_id": "MDU6TGFiZWwyNDEzMzI4",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Visualization"
}
] | closed | false | null | [] | {
"closed_at": null,
"closed_issues": 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-11-08T20:08:09Z | 2018-11-11T15:40:07Z | 2018-11-11T00:45:21Z | NONE | null | Add a histogram method to `pandas.Series` -- just a thin wrapper around `np.histogram`.
- [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/23580/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/23580/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/23580.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/23580",
"merged_at": null,
"patch_url": "https://github.com/pandas-dev/pandas/pull/23580.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/23580"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/23581 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/23581/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/23581/comments | https://api.github.com/repos/pandas-dev/pandas/issues/23581/events | https://github.com/pandas-dev/pandas/pull/23581 | 378,931,661 | MDExOlB1bGxSZXF1ZXN0MjI5NTIwMDk2 | 23,581 | API: added array | {
"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": "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": "6138b5",
"default": false,
"description": "E... | 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... | 68 | 2018-11-08T21:50:33Z | 2018-12-29T02:40:02Z | 2018-12-28T22:58:39Z | CONTRIBUTOR | null | Adds
- a new top-level `pd.array` method for creating arrays
- all our extension dtypes to the top-level API
- adds pd.arrays for all our EAs
TODO
- [x] Add the actual array classes somewhere to the public API (pandas.arrays?)
- [x] API docs for the rest of the arrays and dtypes.
Closes #22860
supers... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/23581/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/23581/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/23581.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/23581",
"merged_at": "2018-12-28T22:58:39Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/23581.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/23581"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/23582 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/23582/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/23582/comments | https://api.github.com/repos/pandas-dev/pandas/issues/23582/events | https://github.com/pandas-dev/pandas/pull/23582 | 378,934,061 | MDExOlB1bGxSZXF1ZXN0MjI5NTIxODg0 | 23,582 | TST: add method/dtype coverage to str-accessor; precursor to #23167 | {
"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": "C4A000",
"default": false,
"description": "pandas testing functions or related to the test suite",
"id": 127685,
"name": "Testing",
"node_id": "MDU6TGFiZWwxMjc2ODU=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Testing"
},
{
"color": "5319e7",
"d... | closed | false | null | [] | {
"closed_at": "2019-01-26T00:51:26Z",
"closed_issues": 2048,
"created_at": "2018-03-29T12:00:12Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/1020496?v=4",
"events_url": "https://api.github.com/users/jorisvandenbossche/events{/privacy}",
"followers_url": "https://api.github... | 19 | 2018-11-08T21:57:24Z | 2018-11-28T23:27:05Z | 2018-11-28T14:10:35Z | CONTRIBUTOR | null | - [x] PRECURSOR to #23167
- [x] tests added / passed / xfailed
- [x] passes `git diff upstream/master -u -- "*.py" | flake8 --diff`
The effort to test all methods of the `.str`-accessor against all inferred data types in #23167 unearthed a bunch of bugs. However, that PR is getting quite unwieldy, and since @jreba... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/23582/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/23582/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/23582.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/23582",
"merged_at": "2018-11-28T14:10:35Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/23582.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/23582"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/23583 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/23583/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/23583/comments | https://api.github.com/repos/pandas-dev/pandas/issues/23583/events | https://github.com/pandas-dev/pandas/pull/23583 | 378,935,936 | MDExOlB1bGxSZXF1ZXN0MjI5NTIzMzcy | 23,583 | CLN: use float64_t consistently instead of double, double_t | {
"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... | 6 | 2018-11-08T22:03:03Z | 2018-11-11T17:10:44Z | 2018-11-11T15:08:15Z | MEMBER | null | remove some commented-out or otherwise unused code
disable boundscheck/wraparound in a couple places in tslib where it is safe
add `const` modifiers to some of the memoryview functions so they don't raise if we ever pass read-only arrays to them
standardized NPY_NAT as always being the `cdef int64_t` version a... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/23583/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/23583/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/23583.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/23583",
"merged_at": "2018-11-11T15:08:15Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/23583.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/23583"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/23584 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/23584/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/23584/comments | https://api.github.com/repos/pandas-dev/pandas/issues/23584/events | https://github.com/pandas-dev/pandas/issues/23584 | 378,943,400 | MDU6SXNzdWUzNzg5NDM0MDA= | 23,584 | Series to_json Docstring Updates | {
"avatar_url": "https://avatars.githubusercontent.com/u/1631585?v=4",
"events_url": "https://api.github.com/users/anna-hope/events{/privacy}",
"followers_url": "https://api.github.com/users/anna-hope/followers",
"following_url": "https://api.github.com/users/anna-hope/following{/other_user}",
"gists_url": "h... | [
{
"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": "read_json, to_json, j... | 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",
... | 13 | 2018-11-08T22:26:27Z | 2021-06-23T04:04:56Z | null | NONE | null | #### Problem description
Documentation for [`Series.to_json`](https://pandas.pydata.org/pandas-docs/stable/generated/pandas.Series.to_json.html#pandas.Series.to_json) appears to have been copied from `DataFrame.to_json`.
This documentation ends up misleading the user when the user wants the Series serialised to ... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/23584/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/23584/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/23585 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/23585/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/23585/comments | https://api.github.com/repos/pandas-dev/pandas/issues/23585/events | https://github.com/pandas-dev/pandas/issues/23585 | 378,944,738 | MDU6SXNzdWUzNzg5NDQ3Mzg= | 23,585 | API/DEPR: replace raise_conflict-kwarg in df.update with errors | {
"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": "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... | 0 | 2018-11-08T22:30:55Z | 2018-11-15T13:30:40Z | 2018-11-15T13:30:40Z | CONTRIBUTOR | null | From [review](https://github.com/pandas-dev/pandas/pull/23192/files#r225758408) in #23192:
> pls create [an issue] to deprecate this arg and rename to `errors=`
The idea is to replace the `raise_conflict=True|False` with `errors='ignore'|'raise'`.
Same goes for `Panel`. | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/23585/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/23585/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/23586 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/23586/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/23586/comments | https://api.github.com/repos/pandas-dev/pandas/issues/23586/events | https://github.com/pandas-dev/pandas/issues/23586 | 378,948,981 | MDU6SXNzdWUzNzg5NDg5ODE= | 23,586 | PERF: Implement PeriodArray._unique | {
"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": "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-11-08T22:45:34Z | 2018-11-14T15:23:03Z | 2018-11-14T15:23:03Z | CONTRIBUTOR | null | Avoid an astype(object).
```diff
diff --git a/pandas/core/arrays/period.py b/pandas/core/arrays/period.py
index 5a75f2706..12191ad89 100644
--- a/pandas/core/arrays/period.py
+++ b/pandas/core/arrays/period.py
@@ -216,6 +216,10 @@ class PeriodArray(dtl.DatetimeLikeArrayMixin, ExtensionArray):
ordinals... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/23586/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/23586/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/23587 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/23587/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/23587/comments | https://api.github.com/repos/pandas-dev/pandas/issues/23587/events | https://github.com/pandas-dev/pandas/pull/23587 | 378,964,424 | MDExOlB1bGxSZXF1ZXN0MjI5NTQ0OTI1 | 23,587 | CLN: datetimelike arrays: isort, small reorg | {
"avatar_url": "https://avatars.githubusercontent.com/u/8078968?v=4",
"events_url": "https://api.github.com/users/jbrockmendel/events{/privacy}",
"followers_url": "https://api.github.com/users/jbrockmendel/followers",
"following_url": "https://api.github.com/users/jbrockmendel/following{/other_user}",
"gists... | [
{
"color": "FCE94F",
"default": false,
"description": "Internal refactoring of code",
"id": 127681,
"name": "Refactor",
"node_id": "MDU6TGFiZWwxMjc2ODE=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Refactor"
},
{
"color": "AFEEEE",
"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... | 13 | 2018-11-08T23:43:50Z | 2018-11-12T14:43:13Z | 2018-11-12T11:42:44Z | MEMBER | null | Big diff, few real changes.
Implement `__repr__` for DTA/TDA. Shared with PeriodArray implementation. Added truncation so we don't print all N elements. Adds tests for all three subclasses. Creates dedicated test files for test_datetimes and test_timedeltas
Some PeriodArray methods got shuffled into weird pla... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/23587/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/23587/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/23587.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/23587",
"merged_at": "2018-11-12T11:42:44Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/23587.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/23587"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/23588 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/23588/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/23588/comments | https://api.github.com/repos/pandas-dev/pandas/issues/23588/events | https://github.com/pandas-dev/pandas/issues/23588 | 378,979,709 | MDU6SXNzdWUzNzg5Nzk3MDk= | 23,588 | df.apply reports ValueError after pd.to_datetime is called | {
"avatar_url": "https://avatars.githubusercontent.com/u/7172849?v=4",
"events_url": "https://api.github.com/users/louistang5/events{/privacy}",
"followers_url": "https://api.github.com/users/louistang5/followers",
"following_url": "https://api.github.com/users/louistang5/following{/other_user}",
"gists_url":... | [] | closed | false | null | [] | null | 2 | 2018-11-09T00:53:15Z | 2018-11-09T03:41:16Z | 2018-11-09T03:41:16Z | NONE | null | #### Code Sample, a copy-pastable example if possible
```python
import pandas as pd
df = pd.DataFrame({'vin': ['vin1', 'vin1', 'vin1'],
'timestamp': [20181016105949, 20181016105942, 20181016105946]})
print(df)
df['ts'] = pd.to_datetime(df['timestamp'], format='%Y%m%d%H%M%S')
df.apply(lambda ... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/23588/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/23588/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/23589 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/23589/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/23589/comments | https://api.github.com/repos/pandas-dev/pandas/issues/23589/events | https://github.com/pandas-dev/pandas/pull/23589 | 379,011,039 | MDExOlB1bGxSZXF1ZXN0MjI5NTc5NTE2 | 23,589 | PERF: Speeds up creation of Period, PeriodArray, with Offset freq | {
"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": "AFEEEE",
"default": false,
"description": null,
"id": 211840,
"name": "Timeseries",
"node_id": "MDU6TGFiZWwyMTE4NDA=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Timeseries"
},
{
"color": "a10c02",
"default": false,
"description": "Memory or... | 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-11-09T03:41:20Z | 2018-11-09T14:05:39Z | 2018-11-09T13:41:21Z | CONTRIBUTOR | null | master:
```python
In [2]: freq = pd.tseries.offsets.Day()
...:
...: %timeit pd.Period("2001", freq=freq)
294 µs ± 5.53 µs per loop (mean ± std. dev. of 7 runs, 1000 loops each)
In [3]: %timeit pd.Period._maybe_convert_freq(freq)
...:
64.7 µs ± 382 ns per loop (mean ± std. dev. of 7 runs, 10000 lo... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/23589/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/23589/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/23589.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/23589",
"merged_at": "2018-11-09T13:41:21Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/23589.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/23589"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/23590 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/23590/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/23590/comments | https://api.github.com/repos/pandas-dev/pandas/issues/23590/events | https://github.com/pandas-dev/pandas/issues/23590 | 379,023,950 | MDU6SXNzdWUzNzkwMjM5NTA= | 23,590 | See if existing formatting code can be re-used for EA repr | {
"avatar_url": "https://avatars.githubusercontent.com/u/8078968?v=4",
"events_url": "https://api.github.com/users/jbrockmendel/events{/privacy}",
"followers_url": "https://api.github.com/users/jbrockmendel/followers",
"following_url": "https://api.github.com/users/jbrockmendel/following{/other_user}",
"gists... | [
{
"color": "FCE94F",
"default": false,
"description": "Internal refactoring of code",
"id": 127681,
"name": "Refactor",
"node_id": "MDU6TGFiZWwxMjc2ODE=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Refactor"
},
{
"color": "6138b5",
"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... | 0 | 2018-11-09T05:00:12Z | 2018-12-04T13:10:00Z | 2018-12-04T13:09:17Z | MEMBER | null | Ref #23587 | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/23590/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/23590/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/23591 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/23591/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/23591/comments | https://api.github.com/repos/pandas-dev/pandas/issues/23591/events | https://github.com/pandas-dev/pandas/pull/23591 | 379,052,059 | MDExOlB1bGxSZXF1ZXN0MjI5NjA5NTcx | 23,591 | PERF: define is_all_dates to shortcut inadvertent copy when slicing an IntervalIndex | {
"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": "009800",
"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... | 4 | 2018-11-09T07:30:01Z | 2018-11-09T17:14:18Z | 2018-11-09T13:29:52Z | CONTRIBUTOR | null | We get a few orders of magnitude speedup in `IntervalIndex` slicing by simply overriding the base class definition of `is_all_dates`, like all other `Index` derivatives also do. The root cause of the performance degradation is as follows:
- When slicing a `Series`, a new `Series` is created for the result.
- The la... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/23591/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/23591/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/23591.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/23591",
"merged_at": "2018-11-09T13:29:52Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/23591.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/23591"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/23592 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/23592/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/23592/comments | https://api.github.com/repos/pandas-dev/pandas/issues/23592/events | https://github.com/pandas-dev/pandas/pull/23592 | 379,087,527 | MDExOlB1bGxSZXF1ZXN0MjI5NjM1Njc1 | 23,592 | MAINT: tm.assert_raises_regex --> pytest.raises | {
"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": "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": "C4A000",
"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... | 19 | 2018-11-09T09:35:09Z | 2018-11-11T20:19:20Z | 2018-11-10T22:13:35Z | MEMBER | null | `pytest.raises` has all of the functionality that we need from `tm.assert_raises_regex`.
Closes #16521 (for good this time! 🙂 ).
If this is something we would like to have for `0.24.0`, I would ask that this get reviewed and merged ASAP, given how massive the refactoring is and the high probability of merge conf... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/23592/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/23592/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/23592.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/23592",
"merged_at": "2018-11-10T22:13:34Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/23592.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/23592"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/23593 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/23593/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/23593/comments | https://api.github.com/repos/pandas-dev/pandas/issues/23593/events | https://github.com/pandas-dev/pandas/pull/23593 | 379,108,679 | MDExOlB1bGxSZXF1ZXN0MjI5NjUyMTU0 | 23,593 | API: consistent __array__ for datetime-like ExtensionArrays | {
"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": "6138b5",
"default": false,
"description": "Extending pandas with custom dtypes or arrays.",
"id": 849023693,
"name": "ExtensionArray",
"node_id": "MDU6TGFiZWw4NDkwMjM2OTM=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/ExtensionArray"
}
] | closed | false | null | [] | {
"closed_at": "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... | 41 | 2018-11-09T10:36:38Z | 2019-01-06T21:08:58Z | 2019-01-05T21:17:37Z | MEMBER | null | closes #23569
Already makes the `__array__` for the datetimelike EAs consistent with each other and with Series/Index (for the default case of not specifying a dtype)
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/23593/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/23593/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/23593.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/23593",
"merged_at": "2019-01-05T21:17:36Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/23593.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/23593"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/23594 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/23594/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/23594/comments | https://api.github.com/repos/pandas-dev/pandas/issues/23594/events | https://github.com/pandas-dev/pandas/issues/23594 | 379,112,704 | MDU6SXNzdWUzNzkxMTI3MDQ= | 23,594 | Add support for extra formats to all .strftime() methods. | {
"avatar_url": "https://avatars.githubusercontent.com/u/2855582?v=4",
"events_url": "https://api.github.com/users/ngnpope/events{/privacy}",
"followers_url": "https://api.github.com/users/ngnpope/followers",
"following_url": "https://api.github.com/users/ngnpope/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": "AFEEEE",
"default": false,
"description": null,
... | open | false | null | [] | null | 1 | 2018-11-09T10:48:22Z | 2021-06-23T04:06:02Z | null | NONE | null | #### Code Sample, a copy-pastable example if possible
```python
import datetime
import pandas as pd
x = pd.date_range(datetime.now(), periods=4, freq='Q')
i0 = x.strftime('%Y-Q%q')
i1 = x.to_period().strftime('%Y-Q%q')
```
#### Problem description
`i0` will output values such as `'2018-Q%q'` and `i1` will ... | {
"+1": 1,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 1,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/23594/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/23594/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/23595 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/23595/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/23595/comments | https://api.github.com/repos/pandas-dev/pandas/issues/23595/events | https://github.com/pandas-dev/pandas/issues/23595 | 379,127,223 | MDU6SXNzdWUzNzkxMjcyMjM= | 23,595 | ENH: Method to recover IntervalIndex when reloaing plain-text files | {
"avatar_url": "https://avatars.githubusercontent.com/u/4083697?v=4",
"events_url": "https://api.github.com/users/benkrikler/events{/privacy}",
"followers_url": "https://api.github.com/users/benkrikler/followers",
"following_url": "https://api.github.com/users/benkrikler/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": "5319e7",
"default": false,
"description": "read_csv... | open | false | null | [] | {
"closed_at": null,
"closed_issues": 1203,
"created_at": "2021-06-09T18:28:42Z",
"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-11-09T11:33:33Z | 2021-09-09T12:33:19Z | null | NONE | null | When an IntervalIndex is written to a plain-text format (csv or with `to_string()`) the output is well-formatted. If I now reload that CSV file, the IntervalIndex is now recreated as a series / index of strings.
A useful feature would be to convert that string index back into an IntervalIndex. This could potenti... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/23595/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/23595/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/23596 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/23596/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/23596/comments | https://api.github.com/repos/pandas-dev/pandas/issues/23596/events | https://github.com/pandas-dev/pandas/issues/23596 | 379,129,775 | MDU6SXNzdWUzNzkxMjk3NzU= | 23,596 | DOC: Fix order of parameters in the docstrings | {
"avatar_url": "https://avatars.githubusercontent.com/u/10058240?v=4",
"events_url": "https://api.github.com/users/datapythonista/events{/privacy}",
"followers_url": "https://api.github.com/users/datapythonista/followers",
"following_url": "https://api.github.com/users/datapythonista/following{/other_user}",
... | [
{
"color": "3465A4",
"default": false,
"description": null,
"id": 134699,
"name": "Docs",
"node_id": "MDU6TGFiZWwxMzQ2OTk=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Docs"
},
{
"color": "207de5",
"default": false,
"description": null,
"id": 211029... | 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-11-09T11:42:05Z | 2018-11-11T14:50:27Z | 2018-11-11T14:50:27Z | MEMBER | null | There are around 20 functions and methods in pandas that have the parameters documented in the wrong order, as reported by `./scripts/validate_docstrings.py --errors=PR03`:
```
pandas.read_table: Wrong parameters order. Actual: ('filepath_or_buffer', 'sep', 'delimiter', 'header', 'names', 'index_col', 'usecols', 'squ... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/23596/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/23596/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/23597 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/23597/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/23597/comments | https://api.github.com/repos/pandas-dev/pandas/issues/23597/events | https://github.com/pandas-dev/pandas/issues/23597 | 379,135,605 | MDU6SXNzdWUzNzkxMzU2MDU= | 23,597 | DOC: Remove incorrect periods at the end of parameter types | {
"avatar_url": "https://avatars.githubusercontent.com/u/10058240?v=4",
"events_url": "https://api.github.com/users/datapythonista/events{/privacy}",
"followers_url": "https://api.github.com/users/datapythonista/followers",
"following_url": "https://api.github.com/users/datapythonista/following{/other_user}",
... | [
{
"color": "3465A4",
"default": false,
"description": null,
"id": 134699,
"name": "Docs",
"node_id": "MDU6TGFiZWwxMzQ2OTk=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Docs"
},
{
"color": "207de5",
"default": false,
"description": null,
"id": 211029... | 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-11-09T12:01:56Z | 2018-11-11T01:09:17Z | 2018-11-11T01:05:55Z | MEMBER | null | There are around 20 functions and methods in pandas that have an invalid period at the end of the parameter types, as reported by `./scripts/validate_docstrings.py --errors=PR05`:
```
pandas.read_clipboard: Parameter "sep" type should not finish with "."
pandas.Series.astype: Parameter "copy" type should not finish ... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/23597/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/23597/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/23598 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/23598/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/23598/comments | https://api.github.com/repos/pandas-dev/pandas/issues/23598/events | https://github.com/pandas-dev/pandas/issues/23598 | 379,150,565 | MDU6SXNzdWUzNzkxNTA1NjU= | 23,598 | PERF: Deprecate casting of index of dates to DatetimeIndex | {
"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": "AFEEEE",
"default": false,
"description": null,
"id": 211840,
"name": "Timeseries",
"node_id": "MDU6TGFiZWwyMTE4NDA=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Timeseries"
},
{
"color": "a10c02",
"default": false,
"description": "Memory or... | closed | false | null | [] | {
"closed_at": "2020-12-26T13:57:50Z",
"closed_issues": 1768,
"created_at": "2020-05-29T23:47:32Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/j... | 5 | 2018-11-09T12:52:58Z | 2020-09-30T02:17:40Z | 2020-09-30T02:17:40Z | CONTRIBUTOR | null | ```python
In [5]: index = pd.Index([pd.Timestamp('2001'), pd.Timestamp('2002')], dtype=object)
In [6]: pd.Series(1, index=index).index
Out[6]: DatetimeIndex(['2001-01-01', '2002-01-01'], dtype='datetime64[ns]', freq=None)
```
This was the root cause of https://github.com/pandas-dev/pandas/pull/23591. Why are w... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/23598/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/23598/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/23599 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/23599/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/23599/comments | https://api.github.com/repos/pandas-dev/pandas/issues/23599/events | https://github.com/pandas-dev/pandas/issues/23599 | 379,160,681 | MDU6SXNzdWUzNzkxNjA2ODE= | 23,599 | Issue parsing '%z' in timestamps via pd.to_datetime | {
"avatar_url": "https://avatars.githubusercontent.com/u/171609?v=4",
"events_url": "https://api.github.com/users/bmironov/events{/privacy}",
"followers_url": "https://api.github.com/users/bmironov/followers",
"following_url": "https://api.github.com/users/bmironov/following{/other_user}",
"gists_url": "https... | [] | closed | false | null | [] | null | 11 | 2018-11-09T13:24:58Z | 2018-11-09T23:27:21Z | 2018-11-09T19:10:53Z | NONE | null | #### Code Sample, a copy-pastable example if possible
First, thanks a lot for this great library. It helps a lot in our day-to-day activities
I came across odd behaviour in processing timestamps from set of my CSV files.
```python
s="2018-09-10 09:30:00.000894-04:00"
t1=datetime.datetime.strptime(s, "%Y-%m-%d ... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/23599/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/23599/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/23600 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/23600/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/23600/comments | https://api.github.com/repos/pandas-dev/pandas/issues/23600/events | https://github.com/pandas-dev/pandas/pull/23600 | 379,187,932 | MDExOlB1bGxSZXF1ZXN0MjI5NzE0MzE4 | 23,600 | DOC: Remove incorrect periods at the end of parameter types (#23597) | {
"avatar_url": "https://avatars.githubusercontent.com/u/12233941?v=4",
"events_url": "https://api.github.com/users/meiermark/events{/privacy}",
"followers_url": "https://api.github.com/users/meiermark/followers",
"following_url": "https://api.github.com/users/meiermark/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": 211029... | 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-11-09T14:41:41Z | 2018-11-11T02:20:49Z | 2018-11-11T01:05:55Z | CONTRIBUTOR | null | - [x] closes #23597
- [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/23600/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/23600/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/23600.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/23600",
"merged_at": "2018-11-11T01:05:55Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/23600.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/23600"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/23601 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/23601/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/23601/comments | https://api.github.com/repos/pandas-dev/pandas/issues/23601/events | https://github.com/pandas-dev/pandas/pull/23601 | 379,207,386 | MDExOlB1bGxSZXF1ZXN0MjI5NzI5NTg2 | 23,601 | Add default repr for EAs | {
"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": "6138b5",
"default": false,
"description": "Extending pandas with custom dtypes or arrays.",
"id": 849023693,
"name": "ExtensionArray",
"node_id": "MDU6TGFiZWw4NDkwMjM2OTM=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/ExtensionArray"
}
] | closed | false | null | [] | {
"closed_at": "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... | 41 | 2018-11-09T15:31:00Z | 2019-04-05T23:43:03Z | 2018-12-04T13:09:17Z | CONTRIBUTOR | null | Closes https://github.com/pandas-dev/pandas/issues/22846
Closes https://github.com/pandas-dev/pandas/issues/23590
```python
In [4]: pd.core.arrays.period_array(['2000', '2001', None], freq='D')
Out[4]:
<PeriodArray>
['2000-01-01', '2001-01-01', 'NaT']
Length: 3, dtype: period[D]
In [5]: pd.core.arrays.perio... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/23601/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/23601/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/23601.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/23601",
"merged_at": "2018-12-04T13:09:16Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/23601.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/23601"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/23602 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/23602/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/23602/comments | https://api.github.com/repos/pandas-dev/pandas/issues/23602/events | https://github.com/pandas-dev/pandas/issues/23602 | 379,215,072 | MDU6SXNzdWUzNzkyMTUwNzI= | 23,602 | Unexpected behavior with NaN values on str operators with categorical data | {
"avatar_url": "https://avatars.githubusercontent.com/u/40215453?v=4",
"events_url": "https://api.github.com/users/weston-nrl/events{/privacy}",
"followers_url": "https://api.github.com/users/weston-nrl/followers",
"following_url": "https://api.github.com/users/weston-nrl/following{/other_user}",
"gists_url"... | [
{
"color": "009800",
"default": false,
"description": "Duplicate issue or pull request",
"id": 40153326,
"name": "Duplicate Report",
"node_id": "MDU6TGFiZWw0MDE1MzMyNg==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Duplicate%20Report"
}
] | closed | false | null | [] | {
"closed_at": null,
"closed_issues": 2361,
"created_at": "2015-02-26T19:29:05Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/1020496?v=4",
"events_url": "https://api.github.com/users/jorisvandenbossche/events{/privacy}",
"followers_url": "https://api.github.com/users/jorisva... | 1 | 2018-11-09T15:49:50Z | 2018-11-09T16:14:36Z | 2018-11-09T16:14:29Z | NONE | null | #### Code Sample, a copy-pastable example if possible
```python
import numpy as np
import pandas as pd
s=pd.Series(['a', 'b', np.nan])
s=s.astype('category')
print(s.str.startswith('a', na=False))
print(s.str.endswith('a', na=False))
print(s.str.contains('a', na=False))
```
#### Problem description
The a... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/23602/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/23602/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/23603 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/23603/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/23603/comments | https://api.github.com/repos/pandas-dev/pandas/issues/23603/events | https://github.com/pandas-dev/pandas/pull/23603 | 379,219,438 | MDExOlB1bGxSZXF1ZXN0MjI5NzM5MDQ1 | 23,603 | CLN: remove values attribute from datetimelike EAs | {
"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": "6138b5",
"default": false,
"description": "Extending pandas with custom dtypes or arrays.",
"id": 849023693,
"name": "ExtensionArray",
"node_id": "MDU6TGFiZWw4NDkwMjM2OTM=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/ExtensionArray"
}
] | closed | false | null | [] | {
"closed_at": "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-11-09T16:00:18Z | 2018-11-12T11:04:01Z | 2018-11-09T21:05:55Z | MEMBER | null | We don't need a `.values` attribute on the EAs (in the interface, we actually explicitly disallow it (in words and tests)).
I thought there was a reason during the PeriodArray PR that this couldn't yet be removed, but relevant tests seem to be passing locally.
cc @jbrockmendel | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/23603/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/23603/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/23603.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/23603",
"merged_at": "2018-11-09T21:05:55Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/23603.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/23603"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/23604 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/23604/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/23604/comments | https://api.github.com/repos/pandas-dev/pandas/issues/23604/events | https://github.com/pandas-dev/pandas/pull/23604 | 379,271,940 | MDExOlB1bGxSZXF1ZXN0MjI5Nzc5Nzcy | 23,604 | TST: add tests for keeping dtype in Series.update | {
"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": "C4A000",
"default": false,
"description": "pandas testing functions or related to the test suite",
"id": 127685,
"name": "Testing",
"node_id": "MDU6TGFiZWwxMjc2ODU=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Testing"
},
{
"color": "e102d8",
"d... | closed | false | null | [] | {
"closed_at": "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-11-09T18:27:32Z | 2018-11-20T06:53:52Z | 2018-11-20T02:17:28Z | CONTRIBUTOR | null | - [x] precursor to #23192
- [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/23604/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/23604/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/23604.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/23604",
"merged_at": "2018-11-20T02:17:28Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/23604.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/23604"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/23605 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/23605/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/23605/comments | https://api.github.com/repos/pandas-dev/pandas/issues/23605/events | https://github.com/pandas-dev/pandas/issues/23605 | 379,273,494 | MDU6SXNzdWUzNzkyNzM0OTQ= | 23,605 | TST: Test failure on 32bit for TestSparseGroupBy.test_aggfuncs | {
"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": "C4A000",
"default": false,
"description": "pandas testing functions or related to the test suite",
"id": 127685,
"name": "Testing",
"node_id": "MDU6TGFiZWwxMjc2ODU=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Testing"
},
{
"color": "729FCF",
"d... | closed | false | null | [] | null | 4 | 2018-11-09T18:32:21Z | 2018-11-21T17:36:56Z | 2018-11-21T17:36:56Z | MEMBER | null | The `test_aggfuncs` test in `/sparse/test_groupby.py` is failing on 32bit: https://travis-ci.org/MacPython/pandas-wheels/jobs/451706570#L5281
Specifically, the pytest output:
```
_______________________ TestSparseGroupBy.test_aggfuncs ________________________
self = <pandas.tests.sparse.test_groupby.TestSparseGro... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/23605/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/23605/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/23606 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/23606/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/23606/comments | https://api.github.com/repos/pandas-dev/pandas/issues/23606/events | https://github.com/pandas-dev/pandas/issues/23606 | 379,277,827 | MDU6SXNzdWUzNzkyNzc4Mjc= | 23,606 | API/BUG: unnecessary upcasting for df.update | {
"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": "e10c02",
"default": false,
"description": null,
"id": 76811,
"name": "Bug",
"node_id": "MDU6TGFiZWw3NjgxMQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug"
},
{
"color": "e102d8",
"default": false,
"description": "Unexpected or buggy dtyp... | open | false | null | [] | null | 1 | 2018-11-09T18:44:53Z | 2021-06-23T04:06:50Z | null | CONTRIBUTOR | null | I looked through all the open issues with update and dtype in them, but didn't find something - apologies if an issue exists already.
Consider:
```
>>> import pandas as pd
>>> s = pd.Series([10, 11, 12])
>>> t = pd.Series([61, 63], index=[1, 3])
>>> s.update(t)
>>> s
0 10
1 61
2 12
dtype: 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/23606/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/23606/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/23607 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/23607/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/23607/comments | https://api.github.com/repos/pandas-dev/pandas/issues/23607/events | https://github.com/pandas-dev/pandas/pull/23607 | 379,344,729 | MDExOlB1bGxSZXF1ZXN0MjI5ODM3NDM2 | 23,607 | DOC: Adding validation of the section order in docstrings | {
"avatar_url": "https://avatars.githubusercontent.com/u/10058240?v=4",
"events_url": "https://api.github.com/users/datapythonista/events{/privacy}",
"followers_url": "https://api.github.com/users/datapythonista/followers",
"following_url": "https://api.github.com/users/datapythonista/following{/other_user}",
... | [
{
"color": "3465A4",
"default": false,
"description": null,
"id": 134699,
"name": "Docs",
"node_id": "MDU6TGFiZWwxMzQ2OTk=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Docs"
},
{
"color": "a2bca7",
"default": false,
"description": "Continuous Integratio... | 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-11-09T22:31:13Z | 2018-11-12T15:33:48Z | 2018-11-12T15:33:48Z | MEMBER | null | - [X] closes #23133
- [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/23607/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/23607/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/23607.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/23607",
"merged_at": "2018-11-12T15:33:48Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/23607.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/23607"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/23608 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/23608/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/23608/comments | https://api.github.com/repos/pandas-dev/pandas/issues/23608/events | https://github.com/pandas-dev/pandas/pull/23608 | 379,357,630 | MDExOlB1bGxSZXF1ZXN0MjI5ODQ3Njcw | 23,608 | BUG: Fix line_terminator option | {
"avatar_url": "https://avatars.githubusercontent.com/u/10860657?v=4",
"events_url": "https://api.github.com/users/BenRussert/events{/privacy}",
"followers_url": "https://api.github.com/users/BenRussert/followers",
"following_url": "https://api.github.com/users/BenRussert/following{/other_user}",
"gists_url"... | [
{
"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": "5319e... | closed | false | null | [] | null | 14 | 2018-11-09T23:30:46Z | 2019-01-29T22:57:47Z | 2019-01-29T22:57:47Z | NONE | null | - [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/23608/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/23608/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/23608.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/23608",
"merged_at": null,
"patch_url": "https://github.com/pandas-dev/pandas/pull/23608.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/23608"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/23609 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/23609/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/23609/comments | https://api.github.com/repos/pandas-dev/pandas/issues/23609/events | https://github.com/pandas-dev/pandas/pull/23609 | 379,361,218 | MDExOlB1bGxSZXF1ZXN0MjI5ODUwNDU3 | 23,609 | TST: Use intp as expected dtype in IntervalIndex indexing tests | {
"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": "C4A000",
"default": false,
"description": "pandas testing functions or related to the test suite",
"id": 127685,
"name": "Testing",
"node_id": "MDU6TGFiZWwxMjc2ODU=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Testing"
},
{
"color": "009800",
"d... | closed | false | null | [] | {
"closed_at": "2019-01-26T00:51:26Z",
"closed_issues": 2048,
"created_at": "2018-03-29T12:00:12Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/1020496?v=4",
"events_url": "https://api.github.com/users/jorisvandenbossche/events{/privacy}",
"followers_url": "https://api.github... | 6 | 2018-11-09T23:51:06Z | 2018-11-11T13:15:42Z | 2018-11-10T04:24:09Z | MEMBER | null | xref https://github.com/pandas-dev/pandas/pull/23468#issuecomment-437335512: fixes some failing 32bit 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/23609/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/23609/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/23609.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/23609",
"merged_at": "2018-11-10T04:24:09Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/23609.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/23609"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/23610 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/23610/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/23610/comments | https://api.github.com/repos/pandas-dev/pandas/issues/23610/events | https://github.com/pandas-dev/pandas/issues/23610 | 379,386,681 | MDU6SXNzdWUzNzkzODY2ODE= | 23,610 | Mixing strings and tuples in an index sometimes throws in an exception when selecting columns. | {
"avatar_url": "https://avatars.githubusercontent.com/u/44035364?v=4",
"events_url": "https://api.github.com/users/antomaly/events{/privacy}",
"followers_url": "https://api.github.com/users/antomaly/followers",
"following_url": "https://api.github.com/users/antomaly/following{/other_user}",
"gists_url": "htt... | [
{
"color": "0b02e1",
"default": false,
"description": "Related to indexing on series/frames, not to indexes themselves",
"id": 2822098,
"name": "Indexing",
"node_id": "MDU6TGFiZWwyODIyMDk4",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Indexing"
},
{
"color": "00... | closed | false | null | [] | {
"closed_at": null,
"closed_issues": 2361,
"created_at": "2015-02-26T19:29:05Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/1020496?v=4",
"events_url": "https://api.github.com/users/jorisvandenbossche/events{/privacy}",
"followers_url": "https://api.github.com/users/jorisva... | 4 | 2018-11-10T03:43:31Z | 2018-11-11T01:35:44Z | 2018-11-11T01:35:39Z | NONE | null | #### Code Sample, a copy-pastable example if possible
```python
import pandas as pd
df = pd.DataFrame({"a":[1], ("b", "c"):[2]})
df[["a", ("b", "c")]]
```
results in
```ValueError: setting an array element with a sequence```
#### Problem description
Arguably this is a bug with np.asarray() (https://gith... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/23610/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/23610/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/23611 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/23611/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/23611/comments | https://api.github.com/repos/pandas-dev/pandas/issues/23611/events | https://github.com/pandas-dev/pandas/pull/23611 | 379,390,207 | MDExOlB1bGxSZXF1ZXN0MjI5ODcwMjQ3 | 23,611 | DOC: Fix Order of parameters in docstrings | {
"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": "3465A4",
"default": false,
"description": null,
"id": 134699,
"name": "Docs",
"node_id": "MDU6TGFiZWwxMzQ2OTk=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Docs"
}
] | closed | false | null | [] | {
"closed_at": "2019-01-26T00:51:26Z",
"closed_issues": 2048,
"created_at": "2018-03-29T12:00:12Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/1020496?v=4",
"events_url": "https://api.github.com/users/jorisvandenbossche/events{/privacy}",
"followers_url": "https://api.github... | 6 | 2018-11-10T04:46:46Z | 2019-01-02T20:26:28Z | 2018-11-11T14:50:27Z | CONTRIBUTOR | null | - [ ] closes #23596
- [x] tests added / passed
- [x] passes `git diff upstream/master -u -- "*.py" | flake8 --diff`
Fix the following:
```diff
pandas.io.json.json_normalize: Wrong parameters order. Actual: ('data', 'record_path', 'meta', 'meta_prefix', 'record_prefix', 'errors', 'sep'). Documented: ('data', '... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/23611/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/23611/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/23611.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/23611",
"merged_at": "2018-11-11T14:50:27Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/23611.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/23611"
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.