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/31415 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/31415/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/31415/comments | https://api.github.com/repos/pandas-dev/pandas/issues/31415/events | https://github.com/pandas-dev/pandas/issues/31415 | 556,817,380 | MDU6SXNzdWU1NTY4MTczODA= | 31,415 | Bug in AbstractHolidayCalendar.holidays | {
"avatar_url": "https://avatars.githubusercontent.com/u/881019?v=4",
"events_url": "https://api.github.com/users/dhirschfeld/events{/privacy}",
"followers_url": "https://api.github.com/users/dhirschfeld/followers",
"following_url": "https://api.github.com/users/dhirschfeld/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": "0052cc",
"default": false,
"description": "DateOffsets",
"id": ... | 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... | 1 | 2020-01-29T12:01:14Z | 2020-02-09T20:54:38Z | 2020-02-09T20:54:38Z | CONTRIBUTOR | null | ...when there are no rules.
```python
from pandas.tseries.holiday import AbstractHolidayCalendar
class ExampleCalendar(AbstractHolidayCalendar):
pass
cal = ExampleCalendar()
```
```python
In [58]: cal.holidays(pd.Timestamp('01-Jan-2020'), pd.Timestamp('01-Jan-2021'))
Traceback (most recent call last)... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/31415/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/31415/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/31416 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/31416/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/31416/comments | https://api.github.com/repos/pandas-dev/pandas/issues/31416/events | https://github.com/pandas-dev/pandas/pull/31416 | 556,826,194 | MDExOlB1bGxSZXF1ZXN0MzY4NTI2Njg1 | 31,416 | Fix bug in calculation of holidays | {
"avatar_url": "https://avatars.githubusercontent.com/u/881019?v=4",
"events_url": "https://api.github.com/users/dhirschfeld/events{/privacy}",
"followers_url": "https://api.github.com/users/dhirschfeld/followers",
"following_url": "https://api.github.com/users/dhirschfeld/following{/other_user}",
"gists_url... | [
{
"color": "AFEEEE",
"default": false,
"description": null,
"id": 211840,
"name": "Timeseries",
"node_id": "MDU6TGFiZWwyMTE4NDA=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Timeseries"
},
{
"color": "0052cc",
"default": false,
"description": "DateOffse... | 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... | 9 | 2020-01-29T12:19:32Z | 2020-02-09T23:25:28Z | 2020-02-09T20:54:38Z | CONTRIBUTOR | null | Closes #31415
- [x] closes #xxxx
- [x] tests added / passed
- [x] passes `black pandas`
- [x] passes `git diff upstream/master -u -- "*.py" | flake8 --diff`
- [x] whatsnew entry
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/31416/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/31416/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/31416.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/31416",
"merged_at": "2020-02-09T20:54:38Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/31416.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/31416"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/31417 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/31417/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/31417/comments | https://api.github.com/repos/pandas-dev/pandas/issues/31417/events | https://github.com/pandas-dev/pandas/issues/31417 | 556,859,946 | MDU6SXNzdWU1NTY4NTk5NDY= | 31,417 | helper method to sanitize column names of a pandas DataFrame | {
"avatar_url": "https://avatars.githubusercontent.com/u/36153955?v=4",
"events_url": "https://api.github.com/users/zahash/events{/privacy}",
"followers_url": "https://api.github.com/users/zahash/followers",
"following_url": "https://api.github.com/users/zahash/following{/other_user}",
"gists_url": "https://a... | [
{
"color": "4E9A06",
"default": false,
"description": null,
"id": 76812,
"name": "Enhancement",
"node_id": "MDU6TGFiZWw3NjgxMg==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Enhancement"
}
] | closed | false | null | [] | null | 2 | 2020-01-29T13:24:41Z | 2021-07-27T05:34:42Z | 2021-07-27T05:34:41Z | NONE | null | I will add a method to sanitize column names of a pandas DataFrame and make a pull request
Below is the test code
```python
from pandas import DataFrame
import pandas._testing as tm
def test_sanitize_column_names():
df = DataFrame(
{
"A ": [1],
"b": [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/31417/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/31417/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/31418 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/31418/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/31418/comments | https://api.github.com/repos/pandas-dev/pandas/issues/31418/events | https://github.com/pandas-dev/pandas/pull/31418 | 556,861,566 | MDExOlB1bGxSZXF1ZXN0MzY4NTU2MjI2 | 31,418 | Sanitize column names | {
"avatar_url": "https://avatars.githubusercontent.com/u/36153955?v=4",
"events_url": "https://api.github.com/users/zahash/events{/privacy}",
"followers_url": "https://api.github.com/users/zahash/followers",
"following_url": "https://api.github.com/users/zahash/following{/other_user}",
"gists_url": "https://a... | [] | closed | false | null | [] | null | 5 | 2020-01-29T13:27:32Z | 2020-01-30T13:43:27Z | 2020-01-30T13:43:08Z | NONE | null | - [ ] closes #xxxx
- [ ] tests added / passed
- [ ] passes `black pandas`
- [x] passes `git diff upstream/master -u -- "*.py" | flake8 --diff`
- [ ] whatsnew entry
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/31418/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/31418/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/31418.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/31418",
"merged_at": null,
"patch_url": "https://github.com/pandas-dev/pandas/pull/31418.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/31418"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/31419 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/31419/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/31419/comments | https://api.github.com/repos/pandas-dev/pandas/issues/31419/events | https://github.com/pandas-dev/pandas/pull/31419 | 556,908,391 | MDExOlB1bGxSZXF1ZXN0MzY4NTk1Mjc0 | 31,419 | Backport PR #31150: API: generalized check_array_indexer for validating array-like getitem indexers | {
"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": "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": "61... | 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 | 2020-01-29T14:44:14Z | 2020-01-29T16:30:33Z | 2020-01-29T15:13:08Z | MEMBER | null | Backport https://github.com/pandas-dev/pandas/pull/31150 | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/31419/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/31419/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/31419.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/31419",
"merged_at": "2020-01-29T15:13:08Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/31419.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/31419"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/31420 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/31420/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/31420/comments | https://api.github.com/repos/pandas-dev/pandas/issues/31420/events | https://github.com/pandas-dev/pandas/issues/31420 | 556,925,996 | MDU6SXNzdWU1NTY5MjU5OTY= | 31,420 | Can't pre-define dtype when reading data | {
"avatar_url": "https://avatars.githubusercontent.com/u/6256806?v=4",
"events_url": "https://api.github.com/users/abrahamdu/events{/privacy}",
"followers_url": "https://api.github.com/users/abrahamdu/followers",
"following_url": "https://api.github.com/users/abrahamdu/following{/other_user}",
"gists_url": "h... | [] | closed | false | null | [] | null | 2 | 2020-01-29T15:11:26Z | 2020-01-29T17:29:26Z | 2020-01-29T17:29:26Z | NONE | null | I am reading a pipe delimited file without headings into Pandas and I am using Pandas version 0.24.2. And this is public data so no worries around confidentiality.
The data looks like:
999778247820|R|JPMORGAN CHASE BANK, NATIONAL ASSOCIATION|7.375|113000|360|02/2001|04/2001|95|95|1|52|665|Y|P|SF|1|P|IL|601|30|FRM... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/31420/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/31420/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/31421 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/31421/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/31421/comments | https://api.github.com/repos/pandas-dev/pandas/issues/31421/events | https://github.com/pandas-dev/pandas/pull/31421 | 556,926,977 | MDExOlB1bGxSZXF1ZXN0MzY4NjEwNzYz | 31,421 | Backport PR #31411 on branch 1.0.x (COMPAT: dont pass dtype to datetime64) | {
"avatar_url": "https://avatars.githubusercontent.com/u/39504233?v=4",
"events_url": "https://api.github.com/users/meeseeksmachine/events{/privacy}",
"followers_url": "https://api.github.com/users/meeseeksmachine/followers",
"following_url": "https://api.github.com/users/meeseeksmachine/following{/other_user}"... | [
{
"color": "a2bca7",
"default": false,
"description": "Continuous Integration",
"id": 48070600,
"name": "CI",
"node_id": "MDU6TGFiZWw0ODA3MDYwMA==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/CI"
}
] | closed | false | null | [] | {
"closed_at": "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 | 2020-01-29T15:13:02Z | 2020-01-29T16:13:05Z | 2020-01-29T16:13:05Z | NONE | null | Backport PR #31411: COMPAT: dont pass dtype to datetime64 | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/31421/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/31421/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/31421.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/31421",
"merged_at": "2020-01-29T16:13:04Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/31421.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/31421"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/31422 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/31422/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/31422/comments | https://api.github.com/repos/pandas-dev/pandas/issues/31422/events | https://github.com/pandas-dev/pandas/issues/31422 | 556,935,462 | MDU6SXNzdWU1NTY5MzU0NjI= | 31,422 | Inconsistent behavior when groupby pandas Categorical variables | {
"avatar_url": "https://avatars.githubusercontent.com/u/97392?v=4",
"events_url": "https://api.github.com/users/DigitalPig/events{/privacy}",
"followers_url": "https://api.github.com/users/DigitalPig/followers",
"following_url": "https://api.github.com/users/DigitalPig/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": "729FCF",
"default": false,
"description": null,
"id": 233160,
... | closed | false | {
"avatar_url": "https://avatars.githubusercontent.com/u/3813175?v=4",
"events_url": "https://api.github.com/users/smithto1/events{/privacy}",
"followers_url": "https://api.github.com/users/smithto1/followers",
"following_url": "https://api.github.com/users/smithto1/following{/other_user}",
"gists_url": "http... | [
{
"avatar_url": "https://avatars.githubusercontent.com/u/3813175?v=4",
"events_url": "https://api.github.com/users/smithto1/events{/privacy}",
"followers_url": "https://api.github.com/users/smithto1/followers",
"following_url": "https://api.github.com/users/smithto1/following{/other_user}",
"gis... | {
"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... | 12 | 2020-01-29T15:26:09Z | 2020-08-07T15:21:12Z | 2020-08-07T15:21:12Z | NONE | null | #### Code Sample, a copy-pastable example if possible
```python
import pandas as pd
import numpy as np
test = pd.DataFrame(
{
'col1': pd.Series(pd.Categorical(["a", "b", "c", "a"],categories=["a", "b", "c", "d"])),
'col2': np.random.randint(0,100, size=4),
'col3': [12,32,23,22]
... | {
"+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/31422/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/31422/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/31423 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/31423/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/31423/comments | https://api.github.com/repos/pandas-dev/pandas/issues/31423/events | https://github.com/pandas-dev/pandas/pull/31423 | 556,953,712 | MDExOlB1bGxSZXF1ZXN0MzY4NjMzMTAx | 31,423 | PERF: postpone imports in Index constructor | {
"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": "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"
}
] | closed | false | null | [] | {
"closed_at": "2020-01-30T12:18:05Z",
"closed_issues": 2207,
"created_at": "2012-09-13T02:13:00Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4",
"events_url": "https://api.github.com/users/wesm/events{/privacy}",
"followers_url": "https://api.github.com/users/wesm... | 3 | 2020-01-29T15:54:19Z | 2020-01-29T18:38:46Z | 2020-01-29T17:25:29Z | MEMBER | null | xref https://github.com/pandas-dev/pandas/issues/30790, it's for improving this one mentioned in that issue:
```
arr_str = np.array(["foo", "bar", "baz"], dtype=object)
%timeit pd.Index(arr_str)
```
Only importing the index classes when we actually need them gives a 15-20% speedup.
Last week when profiling ... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/31423/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/31423/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/31423.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/31423",
"merged_at": "2020-01-29T17:25:29Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/31423.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/31423"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/31424 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/31424/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/31424/comments | https://api.github.com/repos/pandas-dev/pandas/issues/31424/events | https://github.com/pandas-dev/pandas/pull/31424 | 557,007,974 | MDExOlB1bGxSZXF1ZXN0MzY4Njc3Nzg4 | 31,424 | Backport PR #31423 on branch 1.0.x (PERF: postpone imports in Index constructor) | {
"avatar_url": "https://avatars.githubusercontent.com/u/39504233?v=4",
"events_url": "https://api.github.com/users/meeseeksmachine/events{/privacy}",
"followers_url": "https://api.github.com/users/meeseeksmachine/followers",
"following_url": "https://api.github.com/users/meeseeksmachine/following{/other_user}"... | [
{
"color": "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"
}
] | 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 | 2020-01-29T17:25:43Z | 2020-01-29T18:23:37Z | 2020-01-29T18:10:44Z | NONE | null | Backport PR #31423: PERF: postpone imports in Index constructor | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/31424/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/31424/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/31424.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/31424",
"merged_at": "2020-01-29T18:10:44Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/31424.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/31424"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/31425 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/31425/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/31425/comments | https://api.github.com/repos/pandas-dev/pandas/issues/31425/events | https://github.com/pandas-dev/pandas/pull/31425 | 557,031,724 | MDExOlB1bGxSZXF1ZXN0MzY4Njk3MTEz | 31,425 | REF: do all convert_tolerance casting inside Index.get_loc | {
"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": "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": "53... | 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... | 6 | 2020-01-29T18:13:40Z | 2020-02-01T22:40:47Z | 2020-02-01T22:30:05Z | MEMBER | null | As a bonus we get better exception messages in the affected 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/31425/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/31425/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/31425.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/31425",
"merged_at": "2020-02-01T22:30:05Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/31425.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/31425"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/31426 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/31426/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/31426/comments | https://api.github.com/repos/pandas-dev/pandas/issues/31426/events | https://github.com/pandas-dev/pandas/pull/31426 | 557,063,966 | MDExOlB1bGxSZXF1ZXN0MzY4NzIzMzE3 | 31,426 | ENH: implement _typing.DtypeObj | {
"avatar_url": "https://avatars.githubusercontent.com/u/8078968?v=4",
"events_url": "https://api.github.com/users/jbrockmendel/events{/privacy}",
"followers_url": "https://api.github.com/users/jbrockmendel/followers",
"following_url": "https://api.github.com/users/jbrockmendel/following{/other_user}",
"gists... | [
{
"color": "ea91a4",
"default": false,
"description": "type annotations, mypy/pyright type checking",
"id": 1280988427,
"name": "Typing",
"node_id": "MDU6TGFiZWwxMjgwOTg4NDI3",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Typing"
}
] | closed | false | null | [] | {
"closed_at": "2020-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... | 0 | 2020-01-29T19:20:35Z | 2020-01-31T04:17:40Z | 2020-01-31T04:16:29Z | MEMBER | null | like Dtype, but doesnt include strings. | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/31426/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/31426/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/31426.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/31426",
"merged_at": "2020-01-31T04:16:29Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/31426.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/31426"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/31427 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/31427/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/31427/comments | https://api.github.com/repos/pandas-dev/pandas/issues/31427/events | https://github.com/pandas-dev/pandas/pull/31427 | 557,071,471 | MDExOlB1bGxSZXF1ZXN0MzY4NzI5MzQ2 | 31,427 | REF: use inherit_names for TimedeltaIndex | {
"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": "5319e7",
"default": false,
"de... | 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... | 5 | 2020-01-29T19:34:52Z | 2020-01-31T16:04:55Z | 2020-01-31T03:13:40Z | MEMBER | null | ATM we have two separate ways of doing inheritance/pass-through for our EA-backed Indexes. This moves TDI over to all-inherit_names, Will do the same for other EA-Indexes in their own PRs. | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/31427/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/31427/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/31427.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/31427",
"merged_at": "2020-01-31T03:13:40Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/31427.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/31427"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/31428 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/31428/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/31428/comments | https://api.github.com/repos/pandas-dev/pandas/issues/31428/events | https://github.com/pandas-dev/pandas/pull/31428 | 557,096,451 | MDExOlB1bGxSZXF1ZXN0MzY4NzQ5NjYw | 31,428 | BUG: regression when applying groupby aggregation on categorical colu… | {
"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": "729FCF",
"default": false,
"description": null,
"id": 233160,
"name": "Groupby",
"node_id": "MDU6TGFiZWwyMzMxNjA=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Groupby"
},
{
"color": "6138b5",
"default": false,
"description": "Extending panda... | closed | false | null | [] | {
"closed_at": "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 | 2020-01-29T20:26:12Z | 2020-01-30T10:18:05Z | 2020-01-29T20:54:37Z | CONTRIBUTOR | null | Backport of https://github.com/pandas-dev/pandas/pull/31359 | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/31428/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/31428/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/31428.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/31428",
"merged_at": "2020-01-29T20:54:37Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/31428.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/31428"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/31429 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/31429/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/31429/comments | https://api.github.com/repos/pandas-dev/pandas/issues/31429/events | https://github.com/pandas-dev/pandas/pull/31429 | 557,098,578 | MDExOlB1bGxSZXF1ZXN0MzY4NzUxMzk5 | 31,429 | DOC: separate section with experimental features in 1.0.0 whatsnew | {
"avatar_url": "https://avatars.githubusercontent.com/u/1020496?v=4",
"events_url": "https://api.github.com/users/jorisvandenbossche/events{/privacy}",
"followers_url": "https://api.github.com/users/jorisvandenbossche/followers",
"following_url": "https://api.github.com/users/jorisvandenbossche/following{/othe... | [
{
"color": "3465A4",
"default": false,
"description": null,
"id": 134699,
"name": "Docs",
"node_id": "MDU6TGFiZWwxMzQ2OTk=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Docs"
}
] | closed | false | null | [] | {
"closed_at": "2020-01-30T12:18:05Z",
"closed_issues": 2207,
"created_at": "2012-09-13T02:13:00Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4",
"events_url": "https://api.github.com/users/wesm/events{/privacy}",
"followers_url": "https://api.github.com/users/wesm... | 5 | 2020-01-29T20:30:27Z | 2020-01-30T09:55:56Z | 2020-01-29T21:05:04Z | MEMBER | null | Just a thought I had, to put the experimental features (pd.NA, string, boolean dtypes) in a separate section, better highlighting that those are experimental.
Since @TomAugspurger basically wants to release now, this is certainly not a blocker :) | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/31429/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/31429/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/31429.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/31429",
"merged_at": "2020-01-29T21:05:04Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/31429.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/31429"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/31430 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/31430/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/31430/comments | https://api.github.com/repos/pandas-dev/pandas/issues/31430/events | https://github.com/pandas-dev/pandas/pull/31430 | 557,115,432 | MDExOlB1bGxSZXF1ZXN0MzY4NzY1MjE3 | 31,430 | release date | {
"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": "2020-01-30T12:18:05Z",
"closed_issues": 2207,
"created_at": "2012-09-13T02:13:00Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4",
"events_url": "https://api.github.com/users/wesm/events{/privacy}",
"followers_url": "https://api.github.com/users/wesm... | 2 | 2020-01-29T21:06:32Z | 2020-01-29T21:43:38Z | 2020-01-29T21:42:30Z | CONTRIBUTOR | null | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/31430/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/31430/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/31430.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/31430",
"merged_at": "2020-01-29T21:42:30Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/31430.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/31430"
} | |
https://api.github.com/repos/pandas-dev/pandas/issues/31431 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/31431/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/31431/comments | https://api.github.com/repos/pandas-dev/pandas/issues/31431/events | https://github.com/pandas-dev/pandas/pull/31431 | 557,118,605 | MDExOlB1bGxSZXF1ZXN0MzY4NzY3ODYy | 31,431 | DOC: separate section with experimental features in 1.0.0 whatsnew (#… | {
"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": "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 | 2020-01-29T21:13:04Z | 2020-01-30T09:54:02Z | 2020-01-29T21:42:21Z | CONTRIBUTOR | null | …31429)
Backport https://github.com/pandas-dev/pandas/pull/3142 | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/31431/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/31431/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/31431.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/31431",
"merged_at": "2020-01-29T21:42:21Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/31431.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/31431"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/31432 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/31432/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/31432/comments | https://api.github.com/repos/pandas-dev/pandas/issues/31432/events | https://github.com/pandas-dev/pandas/pull/31432 | 557,133,356 | MDExOlB1bGxSZXF1ZXN0MzY4NzgwMTUx | 31,432 | Backport PR #31430 on branch 1.0.x (release date) | {
"avatar_url": "https://avatars.githubusercontent.com/u/39504233?v=4",
"events_url": "https://api.github.com/users/meeseeksmachine/events{/privacy}",
"followers_url": "https://api.github.com/users/meeseeksmachine/followers",
"following_url": "https://api.github.com/users/meeseeksmachine/following{/other_user}"... | [
{
"color": "3465A4",
"default": false,
"description": null,
"id": 134699,
"name": "Docs",
"node_id": "MDU6TGFiZWwxMzQ2OTk=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Docs"
}
] | closed | false | null | [] | {
"closed_at": "2020-01-30T12:18:05Z",
"closed_issues": 2207,
"created_at": "2012-09-13T02:13:00Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4",
"events_url": "https://api.github.com/users/wesm/events{/privacy}",
"followers_url": "https://api.github.com/users/wesm... | 0 | 2020-01-29T21:43:26Z | 2020-01-30T09:53:27Z | 2020-01-29T21:43:38Z | NONE | null | Backport PR #31430: release date | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/31432/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/31432/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/31432.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/31432",
"merged_at": "2020-01-29T21:43:38Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/31432.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/31432"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/31433 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/31433/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/31433/comments | https://api.github.com/repos/pandas-dev/pandas/issues/31433/events | https://github.com/pandas-dev/pandas/pull/31433 | 557,161,088 | MDExOlB1bGxSZXF1ZXN0MzY4ODAzNDM4 | 31,433 | REF: use inherit_names for PeriodIndex | {
"avatar_url": "https://avatars.githubusercontent.com/u/8078968?v=4",
"events_url": "https://api.github.com/users/jbrockmendel/events{/privacy}",
"followers_url": "https://api.github.com/users/jbrockmendel/followers",
"following_url": "https://api.github.com/users/jbrockmendel/following{/other_user}",
"gists... | [
{
"color": "FCE94F",
"default": false,
"description": "Internal refactoring of code",
"id": 127681,
"name": "Refactor",
"node_id": "MDU6TGFiZWwxMjc2ODE=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Refactor"
},
{
"color": "eb6420",
"default": false,
"de... | closed | false | null | [] | {
"closed_at": "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... | 0 | 2020-01-29T22:42:03Z | 2020-01-31T04:19:53Z | 2020-01-31T03:21:24Z | MEMBER | null | analogous to #31427. | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/31433/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/31433/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/31433.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/31433",
"merged_at": "2020-01-31T03:21:24Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/31433.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/31433"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/31434 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/31434/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/31434/comments | https://api.github.com/repos/pandas-dev/pandas/issues/31434/events | https://github.com/pandas-dev/pandas/issues/31434 | 557,172,248 | MDU6SXNzdWU1NTcxNzIyNDg= | 31,434 | pandas web and docs structure | {
"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": "23ef97",
"default": false,
"description": "pandas website",
... | closed | false | null | [] | null | 3 | 2020-01-29T23:10:23Z | 2020-01-30T14:22:11Z | 2020-01-30T14:22:11Z | CONTRIBUTOR | null | The site served by `web` assumes that the docs are served from a `/docs/` directory relative to the root. The content of that directory should be equivalent to what we have at https://pandas.pydata.org/pandas-docs/version/1.0.0/, so `/version/1.0.0/` or `/version/stable/`.
Should I symlink `/docs/` to `/version/stab... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/31434/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/31434/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/31435 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/31435/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/31435/comments | https://api.github.com/repos/pandas-dev/pandas/issues/31435/events | https://github.com/pandas-dev/pandas/pull/31435 | 557,183,855 | MDExOlB1bGxSZXF1ZXN0MzY4ODIxNjc0 | 31,435 | ENH: Added index to testing assert message when series values differ | {
"avatar_url": "https://avatars.githubusercontent.com/u/18662115?v=4",
"events_url": "https://api.github.com/users/amilbourne/events{/privacy}",
"followers_url": "https://api.github.com/users/amilbourne/followers",
"following_url": "https://api.github.com/users/amilbourne/following{/other_user}",
"gists_url"... | [
{
"color": "C4A000",
"default": false,
"description": "pandas testing functions or related to the test suite",
"id": 127685,
"name": "Testing",
"node_id": "MDU6TGFiZWwxMjc2ODU=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Testing"
}
] | closed | false | null | [] | {
"closed_at": "2020-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... | 11 | 2020-01-29T23:44:41Z | 2020-03-22T20:42:42Z | 2020-03-22T20:42:35Z | CONTRIBUTOR | null | - [ ] closes #xxxx
- [ ] tests added / passed
- [x] passes `black pandas`
- [x] passes `git diff upstream/master -u -- "*.py" | flake8 --diff`
- [ ] whatsnew entry
This implements the suggestion made in #31190
In short, where the values in 2 series differ, the assert exception message includes the index as wel... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/31435/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/31435/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/31435.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/31435",
"merged_at": "2020-03-22T20:42:35Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/31435.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/31435"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/31436 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/31436/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/31436/comments | https://api.github.com/repos/pandas-dev/pandas/issues/31436/events | https://github.com/pandas-dev/pandas/pull/31436 | 557,211,112 | MDExOlB1bGxSZXF1ZXN0MzY4ODQzMjQ1 | 31,436 | TST: make sure fixture params are sorted list | {
"avatar_url": "https://avatars.githubusercontent.com/u/8078968?v=4",
"events_url": "https://api.github.com/users/jbrockmendel/events{/privacy}",
"followers_url": "https://api.github.com/users/jbrockmendel/followers",
"following_url": "https://api.github.com/users/jbrockmendel/following{/other_user}",
"gists... | [
{
"color": "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": "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... | 1 | 2020-01-30T01:14:52Z | 2020-01-30T19:21:33Z | 2020-01-30T19:15:24Z | MEMBER | null | ATM running tests with --n 4 breaks locally because the tests that get collected dont match across processes. | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/31436/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/31436/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/31436.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/31436",
"merged_at": "2020-01-30T19:15:24Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/31436.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/31436"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/31437 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/31437/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/31437/comments | https://api.github.com/repos/pandas-dev/pandas/issues/31437/events | https://github.com/pandas-dev/pandas/pull/31437 | 557,225,215 | MDExOlB1bGxSZXF1ZXN0MzY4ODU0NDU2 | 31,437 | BUG: PeriodIndex.is_monotonic with leading NaT | {
"avatar_url": "https://avatars.githubusercontent.com/u/8078968?v=4",
"events_url": "https://api.github.com/users/jbrockmendel/events{/privacy}",
"followers_url": "https://api.github.com/users/jbrockmendel/followers",
"following_url": "https://api.github.com/users/jbrockmendel/following{/other_user}",
"gists... | [
{
"color": "e10c02",
"default": false,
"description": null,
"id": 76811,
"name": "Bug",
"node_id": "MDU6TGFiZWw3NjgxMQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug"
},
{
"color": "eb6420",
"default": false,
"description": "Period data type",
"... | 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... | 3 | 2020-01-30T02:09:48Z | 2020-01-31T15:53:04Z | 2020-01-31T14:27:38Z | MEMBER | null | Before long I expect to just have PeriodEngine subclass DatetimeEngine. | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/31437/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/31437/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/31437.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/31437",
"merged_at": "2020-01-31T14:27:37Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/31437.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/31437"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/31438 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/31438/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/31438/comments | https://api.github.com/repos/pandas-dev/pandas/issues/31438/events | https://github.com/pandas-dev/pandas/pull/31438 | 557,229,468 | MDExOlB1bGxSZXF1ZXN0MzY4ODU3NjA1 | 31,438 | DOC: Fix 1.0.0 contributors | {
"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": "2020-02-06T23:38:32Z",
"closed_issues": 103,
"created_at": "2020-01-14T04:04:52Z",
"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/jr... | 0 | 2020-01-30T02:24:22Z | 2020-01-31T22:50:56Z | 2020-01-30T08:29:56Z | CONTRIBUTOR | null | I've also applied this locally in the doc build env. | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/31438/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/31438/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/31438.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/31438",
"merged_at": "2020-01-30T08:29:56Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/31438.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/31438"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/31439 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/31439/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/31439/comments | https://api.github.com/repos/pandas-dev/pandas/issues/31439/events | https://github.com/pandas-dev/pandas/issues/31439 | 557,237,772 | MDU6SXNzdWU1NTcyMzc3NzI= | 31,439 | "Tuple of Lists" method doesn't applicable for DataFrame | {
"avatar_url": "https://avatars.githubusercontent.com/u/41546976?v=4",
"events_url": "https://api.github.com/users/GYHHAHA/events{/privacy}",
"followers_url": "https://api.github.com/users/GYHHAHA/followers",
"following_url": "https://api.github.com/users/GYHHAHA/following{/other_user}",
"gists_url": "https:... | [] | closed | false | null | [] | null | 2 | 2020-01-30T02:59:08Z | 2020-01-30T12:31:24Z | 2020-01-30T12:31:24Z | CONTRIBUTOR | null | #### Code Sample, a copy-pastable example if possible
```python
>>>df = pd.DataFrame({'col':np.ones(9)},index=pd.MultiIndex.\
from_product([['A','B','C'],['a','b','c']])).sort_index()
>>>df['col'].loc[(['A','B'],['b','c'])]
A b 1.0
c 1.0
B b 1.0
c 1.0
Name: col, 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/31439/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/31439/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/31440 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/31440/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/31440/comments | https://api.github.com/repos/pandas-dev/pandas/issues/31440/events | https://github.com/pandas-dev/pandas/pull/31440 | 557,260,636 | MDExOlB1bGxSZXF1ZXN0MzY4ODgyMzgw | 31,440 | BUG: Fix qcut for nullable integers | {
"avatar_url": "https://avatars.githubusercontent.com/u/2658661?v=4",
"events_url": "https://api.github.com/users/dsaxton/events{/privacy}",
"followers_url": "https://api.github.com/users/dsaxton/followers",
"following_url": "https://api.github.com/users/dsaxton/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": "02d7e1",
"default": false,
"description": "Concat, Merge/Join, Stac... | closed | false | null | [] | {
"closed_at": "2020-02-06T23:38:32Z",
"closed_issues": 103,
"created_at": "2020-01-14T04:04:52Z",
"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/jr... | 4 | 2020-01-30T04:34:24Z | 2020-02-02T22:22:40Z | 2020-02-02T22:19:06Z | MEMBER | null | - [x] tests added / passed
- [x] passes `black pandas`
- [x] whatsnew entry
Related to #31389 but doesn't close any issues that I'm aware of. Seems the problems were indexing into a numpy array with a BooleanArray and using searchsorted in the presence of pd.NA. | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/31440/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/31440/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/31440.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/31440",
"merged_at": "2020-02-02T22:19:06Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/31440.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/31440"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/31441 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/31441/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/31441/comments | https://api.github.com/repos/pandas-dev/pandas/issues/31441/events | https://github.com/pandas-dev/pandas/issues/31441 | 557,323,183 | MDU6SXNzdWU1NTczMjMxODM= | 31,441 | TypeError: copy() takes no keyword arguments | {
"avatar_url": "https://avatars.githubusercontent.com/u/14983438?v=4",
"events_url": "https://api.github.com/users/BayerSe/events{/privacy}",
"followers_url": "https://api.github.com/users/BayerSe/followers",
"following_url": "https://api.github.com/users/BayerSe/following{/other_user}",
"gists_url": "https:... | [
{
"color": "729FCF",
"default": false,
"description": null,
"id": 233160,
"name": "Groupby",
"node_id": "MDU6TGFiZWwyMzMxNjA=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Groupby"
},
{
"color": "e11d21",
"default": false,
"description": "Functionality t... | closed | false | {
"avatar_url": "https://avatars.githubusercontent.com/u/33491632?v=4",
"events_url": "https://api.github.com/users/MarcoGorelli/events{/privacy}",
"followers_url": "https://api.github.com/users/MarcoGorelli/followers",
"following_url": "https://api.github.com/users/MarcoGorelli/following{/other_user}",
"gist... | [
{
"avatar_url": "https://avatars.githubusercontent.com/u/33491632?v=4",
"events_url": "https://api.github.com/users/MarcoGorelli/events{/privacy}",
"followers_url": "https://api.github.com/users/MarcoGorelli/followers",
"following_url": "https://api.github.com/users/MarcoGorelli/following{/other_use... | {
"closed_at": "2020-02-06T23:38:32Z",
"closed_issues": 103,
"created_at": "2020-01-14T04:04:52Z",
"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/jr... | 8 | 2020-01-30T07:53:02Z | 2020-02-01T15:14:52Z | 2020-02-01T15:14:52Z | NONE | null | #### Code Sample, a copy-pastable example if possible
```python
import pandas as pd
df = pd.DataFrame(['A', 'A', 'B', 'B'], columns=['grps'])
df.groupby('grps').apply(lambda x: x.index.to_list())
```
```python
Traceback (most recent call last):
File "/home/bay2rng/miniconda3/envs/p356_rtp_production_sch... | {
"+1": 6,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 6,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/31441/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/31441/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/31442 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/31442/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/31442/comments | https://api.github.com/repos/pandas-dev/pandas/issues/31442/events | https://github.com/pandas-dev/pandas/pull/31442 | 557,338,522 | MDExOlB1bGxSZXF1ZXN0MzY4OTQ1MDY3 | 31,442 | Backport PR #31438 on branch 1.0.x (DOC: Fix 1.0.0 contributors) | {
"avatar_url": "https://avatars.githubusercontent.com/u/39504233?v=4",
"events_url": "https://api.github.com/users/meeseeksmachine/events{/privacy}",
"followers_url": "https://api.github.com/users/meeseeksmachine/followers",
"following_url": "https://api.github.com/users/meeseeksmachine/following{/other_user}"... | [
{
"color": "3465A4",
"default": false,
"description": null,
"id": 134699,
"name": "Docs",
"node_id": "MDU6TGFiZWwxMzQ2OTk=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Docs"
}
] | closed | false | null | [] | {
"closed_at": "2020-02-06T23:38:32Z",
"closed_issues": 103,
"created_at": "2020-01-14T04:04:52Z",
"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/jr... | 1 | 2020-01-30T08:31:13Z | 2020-01-30T10:21:46Z | 2020-01-30T10:21:46Z | NONE | null | Backport PR #31438: DOC: Fix 1.0.0 contributors | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/31442/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/31442/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/31442.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/31442",
"merged_at": "2020-01-30T10:21:46Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/31442.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/31442"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/31443 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/31443/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/31443/comments | https://api.github.com/repos/pandas-dev/pandas/issues/31443/events | https://github.com/pandas-dev/pandas/pull/31443 | 557,338,961 | MDExOlB1bGxSZXF1ZXN0MzY4OTQ1NDA1 | 31,443 | Backport PR #30907 on branch 1.0.x (DOC: add 1.0.1 whatsnew file) | {
"avatar_url": "https://avatars.githubusercontent.com/u/39504233?v=4",
"events_url": "https://api.github.com/users/meeseeksmachine/events{/privacy}",
"followers_url": "https://api.github.com/users/meeseeksmachine/followers",
"following_url": "https://api.github.com/users/meeseeksmachine/following{/other_user}"... | [
{
"color": "3465A4",
"default": false,
"description": null,
"id": 134699,
"name": "Docs",
"node_id": "MDU6TGFiZWwxMzQ2OTk=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Docs"
}
] | closed | false | null | [] | {
"closed_at": "2020-02-06T23:38:32Z",
"closed_issues": 103,
"created_at": "2020-01-14T04:04:52Z",
"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/jr... | 0 | 2020-01-30T08:32:16Z | 2020-01-30T10:22:25Z | 2020-01-30T10:22:24Z | NONE | null | Backport PR #30907: DOC: add 1.0.1 whatsnew file | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/31443/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/31443/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/31443.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/31443",
"merged_at": "2020-01-30T10:22:24Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/31443.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/31443"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/31444 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/31444/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/31444/comments | https://api.github.com/repos/pandas-dev/pandas/issues/31444/events | https://github.com/pandas-dev/pandas/issues/31444 | 557,361,090 | MDU6SXNzdWU1NTczNjEwOTA= | 31,444 | Enhancement: code sugar for index.get_level_values | {
"avatar_url": "https://avatars.githubusercontent.com/u/7373718?v=4",
"events_url": "https://api.github.com/users/mhooreman/events{/privacy}",
"followers_url": "https://api.github.com/users/mhooreman/followers",
"following_url": "https://api.github.com/users/mhooreman/following{/other_user}",
"gists_url": "h... | [
{
"color": "4E9A06",
"default": false,
"description": null,
"id": 76812,
"name": "Enhancement",
"node_id": "MDU6TGFiZWw3NjgxMg==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Enhancement"
},
{
"color": "0b02e1",
"default": false,
"description": "Related ... | open | false | null | [] | null | 1 | 2020-01-30T09:18:23Z | 2020-04-25T13:35:28Z | null | NONE | null | #### Code Sample, a copy-pastable example if possible
```python
data.index.get_level_values('foobar') == 42
# would like to have data.index['foobar'] == 42
```
#### Problem description
Filtering data frame row by one column of multi index is quite common.
Unless I've missed something, the current implement... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/31444/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/31444/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/31445 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/31445/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/31445/comments | https://api.github.com/repos/pandas-dev/pandas/issues/31445/events | https://github.com/pandas-dev/pandas/issues/31445 | 557,362,577 | MDU6SXNzdWU1NTczNjI1Nzc= | 31,445 | Feature request: code sugar for index.get_level_values | {
"avatar_url": "https://avatars.githubusercontent.com/u/7373718?v=4",
"events_url": "https://api.github.com/users/mhooreman/events{/privacy}",
"followers_url": "https://api.github.com/users/mhooreman/followers",
"following_url": "https://api.github.com/users/mhooreman/following{/other_user}",
"gists_url": "h... | [] | closed | false | null | [] | null | 4 | 2020-01-30T09:21:09Z | 2020-01-30T11:20:25Z | 2020-01-30T09:26:27Z | NONE | null | (Sorry, I have closed issue 31444 by mistake, hence re-creating it)
#### Code Sample
```python
data.index.get_level_values('foobar') == 42
# would like to have data.index['foobar'] == 42
```
#### Problem description
Filtering data frame row by one column of multi index is quite common.
Unless I've missed ... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/31445/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/31445/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/31446 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/31446/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/31446/comments | https://api.github.com/repos/pandas-dev/pandas/issues/31446/events | https://github.com/pandas-dev/pandas/issues/31446 | 557,414,538 | MDU6SXNzdWU1NTc0MTQ1Mzg= | 31,446 | REGR: Array.__setitem__ failing with nullable boolean mask | {
"avatar_url": "https://avatars.githubusercontent.com/u/15109293?v=4",
"events_url": "https://api.github.com/users/mcitoler/events{/privacy}",
"followers_url": "https://api.github.com/users/mcitoler/followers",
"following_url": "https://api.github.com/users/mcitoler/following{/other_user}",
"gists_url": "htt... | [
{
"color": "e11d21",
"default": false,
"description": "Functionality that used to work in a prior pandas version",
"id": 32815646,
"name": "Regression",
"node_id": "MDU6TGFiZWwzMjgxNTY0Ng==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Regression"
},
{
"color": ... | closed | false | null | [] | {
"closed_at": "2020-02-06T23:38:32Z",
"closed_issues": 103,
"created_at": "2020-01-14T04:04:52Z",
"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/jr... | 3 | 2020-01-30T10:53:50Z | 2020-02-01T14:37:26Z | 2020-02-01T14:37:26Z | NONE | null | #### Code Sample, a copy-pastable example if possible
```python
import pandas as pd
s = pd.Series([1, 2], dtype='Int64')
s.where(s > 1)
```
#### Problem description
The code above raises
`TypeError: bad operand type for unary ~: 'BooleanArray'`
#### Expected Output
```
0 <NA>
1 2
dtype: Int... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/31446/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/31446/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/31447 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/31447/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/31447/comments | https://api.github.com/repos/pandas-dev/pandas/issues/31447/events | https://github.com/pandas-dev/pandas/issues/31447 | 557,432,069 | MDU6SXNzdWU1NTc0MzIwNjk= | 31,447 | REGR: to_csv(na_rep) truncates values | {
"avatar_url": "https://avatars.githubusercontent.com/u/1555705?v=4",
"events_url": "https://api.github.com/users/mdruiter/events{/privacy}",
"followers_url": "https://api.github.com/users/mdruiter/followers",
"following_url": "https://api.github.com/users/mdruiter/following{/other_user}",
"gists_url": "http... | [
{
"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": "e11d2... | closed | false | null | [] | {
"closed_at": "2020-02-06T23:38:32Z",
"closed_issues": 103,
"created_at": "2020-01-14T04:04:52Z",
"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/jr... | 4 | 2020-01-30T11:28:04Z | 2020-02-01T15:21:12Z | 2020-02-01T15:21:12Z | CONTRIBUTOR | null | #### Code Sample
```python
>>> import pandas as pd
>>> pd.__version__
'1.0.0rc0'
>>> pd.Series(range(8, 12)).to_csv(na_rep='-')
',0\r\n0,8\r\n1,9\r\n2,1\r\n3,1\r\n'
```
#### Problem description
Despite (or due to?) #29975 and #30146, using `na_rep` still makes `to_csv()` truncate values. In this case integ... | {
"+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/31447/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/31447/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/31448 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/31448/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/31448/comments | https://api.github.com/repos/pandas-dev/pandas/issues/31448/events | https://github.com/pandas-dev/pandas/issues/31448 | 557,466,397 | MDU6SXNzdWU1NTc0NjYzOTc= | 31,448 | DOC: to_csv is not properly linked from read_csv docstring | {
"avatar_url": "https://avatars.githubusercontent.com/u/33796896?v=4",
"events_url": "https://api.github.com/users/StevenLi-DS/events{/privacy}",
"followers_url": "https://api.github.com/users/StevenLi-DS/followers",
"following_url": "https://api.github.com/users/StevenLi-DS/following{/other_user}",
"gists_u... | [
{
"color": "3465A4",
"default": false,
"description": null,
"id": 134699,
"name": "Docs",
"node_id": "MDU6TGFiZWwxMzQ2OTk=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Docs"
},
{
"color": "0e8a16",
"default": true,
"description": null,
"id": 7171206... | closed | false | null | [] | {
"closed_at": null,
"closed_issues": 786,
"created_at": "2015-01-13T10:53:19Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jreback/followers",
... | 3 | 2020-01-30T12:39:00Z | 2020-01-31T12:08:37Z | 2020-01-31T12:08:37Z | NONE | null | ERROR: type should be string, got "\r\nhttps://pandas.pydata.org/pandas-docs/stable/reference/api/pandas.read_csv.html#pandas.read_csv\r\n\r\n" | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/31448/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/31448/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/31449 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/31449/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/31449/comments | https://api.github.com/repos/pandas-dev/pandas/issues/31449/events | https://github.com/pandas-dev/pandas/issues/31449 | 557,475,177 | MDU6SXNzdWU1NTc0NzUxNzc= | 31,449 | REGR: Assignment to MultiIndex fails for pandas 1.0.0. | {
"avatar_url": "https://avatars.githubusercontent.com/u/22533006?v=4",
"events_url": "https://api.github.com/users/tobiasraabe/events{/privacy}",
"followers_url": "https://api.github.com/users/tobiasraabe/followers",
"following_url": "https://api.github.com/users/tobiasraabe/following{/other_user}",
"gists_u... | [
{
"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": "2020-02-06T23:38:32Z",
"closed_issues": 103,
"created_at": "2020-01-14T04:04:52Z",
"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/jr... | 5 | 2020-01-30T12:54:39Z | 2020-02-03T23:20:27Z | 2020-02-03T23:20:27Z | NONE | null | #### Code Sample, a copy-pastable example if possible
This problem occurred with ``pandas 1.0.0 py37he350917_0 conda-forge``, but did not before or at least not since 0.24.
```python
import pandas as pd
import numpy as np
index = pd.MultiIndex.from_tuples([("a", "c"), ("b", "x"), ("a", "d")], names=["l1", "l... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/31449/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/31449/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/31450 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/31450/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/31450/comments | https://api.github.com/repos/pandas-dev/pandas/issues/31450/events | https://github.com/pandas-dev/pandas/issues/31450 | 557,481,348 | MDU6SXNzdWU1NTc0ODEzNDg= | 31,450 | REGR: groupby().agg fails on categorical column in pandas 1.0.0 | {
"avatar_url": "https://avatars.githubusercontent.com/u/8123960?v=4",
"events_url": "https://api.github.com/users/MarekOzana/events{/privacy}",
"followers_url": "https://api.github.com/users/MarekOzana/followers",
"following_url": "https://api.github.com/users/MarekOzana/following{/other_user}",
"gists_url":... | [
{
"color": "729FCF",
"default": false,
"description": null,
"id": 233160,
"name": "Groupby",
"node_id": "MDU6TGFiZWwyMzMxNjA=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Groupby"
},
{
"color": "e11d21",
"default": false,
"description": "Functionality t... | closed | false | null | [] | {
"closed_at": "2020-02-06T23:38:32Z",
"closed_issues": 103,
"created_at": "2020-01-14T04:04:52Z",
"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/jr... | 3 | 2020-01-30T13:05:54Z | 2020-02-05T00:31:25Z | 2020-02-05T00:31:25Z | NONE | null | #### Code Sample, a copy-pastable example if possible
```python
import pandas as pd
tbl = pd.DataFrame({"col_num": [1, 1, 2, 3]})
tbl["col_cat"] = tbl["col_num"].astype("category")
# The following line works in 0.25.3 but throws exception in 1.0.0
df = tbl.groupby("col_num").agg({"col_cat": "first"})
```
##... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/31450/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/31450/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/31451 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/31451/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/31451/comments | https://api.github.com/repos/pandas-dev/pandas/issues/31451/events | https://github.com/pandas-dev/pandas/pull/31451 | 557,498,635 | MDExOlB1bGxSZXF1ZXN0MzY5MDc3Njky | 31,451 | DOC: Fixed example section in pandas/core/dtypes/*.py | {
"avatar_url": "https://avatars.githubusercontent.com/u/50263213?v=4",
"events_url": "https://api.github.com/users/ShaharNaveh/events{/privacy}",
"followers_url": "https://api.github.com/users/ShaharNaveh/followers",
"following_url": "https://api.github.com/users/ShaharNaveh/following{/other_user}",
"gists_u... | [
{
"color": "3465A4",
"default": false,
"description": null,
"id": 134699,
"name": "Docs",
"node_id": "MDU6TGFiZWwxMzQ2OTk=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Docs"
}
] | closed | false | null | [] | {
"closed_at": "2020-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... | 3 | 2020-01-30T13:36:49Z | 2020-03-19T23:29:34Z | 2020-02-10T09:13:13Z | MEMBER | null | - [ ] closes #xxxx
- [ ] tests added / passed
- [x] passes `black pandas`
- [x] passes `git diff upstream/master -u -- "*.py" | flake8 --diff`
- [ ] whatsnew entry
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/31451/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/31451/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/31451.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/31451",
"merged_at": "2020-02-10T09:13:12Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/31451.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/31451"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/31452 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/31452/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/31452/comments | https://api.github.com/repos/pandas-dev/pandas/issues/31452/events | https://github.com/pandas-dev/pandas/issues/31452 | 557,521,335 | MDU6SXNzdWU1NTc1MjEzMzU= | 31,452 | Series .attrs is not correctly maintained/propagated in to_frame | {
"avatar_url": "https://avatars.githubusercontent.com/u/190342?v=4",
"events_url": "https://api.github.com/users/buhrmann/events{/privacy}",
"followers_url": "https://api.github.com/users/buhrmann/followers",
"following_url": "https://api.github.com/users/buhrmann/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": "56efc9",
"default": false,
"description": "_metadata, .attrs",
... | closed | false | null | [] | {
"closed_at": null,
"closed_issues": 786,
"created_at": "2015-01-13T10:53:19Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jreback/followers",
... | 3 | 2020-01-30T14:13:58Z | 2020-04-06T16:19:02Z | 2020-04-06T16:19:01Z | NONE | null | Hi, it seems that the `.attrs` dict (for storing metadata) is not always propagated correctly. E.g.
#### Code Sample
```python
s = pd.Series([0,1,2], name="x") ... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/31452/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/31452/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/31453 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/31453/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/31453/comments | https://api.github.com/repos/pandas-dev/pandas/issues/31453/events | https://github.com/pandas-dev/pandas/issues/31453 | 557,527,869 | MDU6SXNzdWU1NTc1Mjc4Njk= | 31,453 | pandas._testing.assert_produces_warning docstring unclear? | {
"avatar_url": "https://avatars.githubusercontent.com/u/33491632?v=4",
"events_url": "https://api.github.com/users/MarcoGorelli/events{/privacy}",
"followers_url": "https://api.github.com/users/MarcoGorelli/followers",
"following_url": "https://api.github.com/users/MarcoGorelli/following{/other_user}",
"gist... | [
{
"color": "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": "3465A4",
"d... | open | false | null | [] | null | 0 | 2020-01-30T14:24:33Z | 2021-07-27T05:36:18Z | null | MEMBER | null | #### Code Sample, a copy-pastable example if possible
```python
import pandas._testing as tm
import warnings
... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/31453/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/31453/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/31454 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/31454/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/31454/comments | https://api.github.com/repos/pandas-dev/pandas/issues/31454/events | https://github.com/pandas-dev/pandas/pull/31454 | 557,534,949 | MDExOlB1bGxSZXF1ZXN0MzY5MTA4MjA1 | 31,454 | TYP: Type annotaion for test decorators | {
"avatar_url": "https://avatars.githubusercontent.com/u/50263213?v=4",
"events_url": "https://api.github.com/users/ShaharNaveh/events{/privacy}",
"followers_url": "https://api.github.com/users/ShaharNaveh/followers",
"following_url": "https://api.github.com/users/ShaharNaveh/following{/other_user}",
"gists_u... | [
{
"color": "ea91a4",
"default": false,
"description": "type annotations, mypy/pyright type checking",
"id": 1280988427,
"name": "Typing",
"node_id": "MDU6TGFiZWwxMjgwOTg4NDI3",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Typing"
}
] | closed | false | null | [] | null | 3 | 2020-01-30T14:35:35Z | 2020-01-30T16:56:09Z | 2020-01-30T16:55:23Z | MEMBER | null | - [ ] closes #xxxx
- [ ] tests added / passed
- [x] passes `black pandas`
- [x] passes `git diff upstream/master -u -- "*.py" | flake8 --diff`
- [ ] whatsnew entry
I am not 100% sure this is something we want, or at least with this implementation.
cc @simonjayhawkins | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/31454/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/31454/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/31454.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/31454",
"merged_at": null,
"patch_url": "https://github.com/pandas-dev/pandas/pull/31454.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/31454"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/31455 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/31455/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/31455/comments | https://api.github.com/repos/pandas-dev/pandas/issues/31455/events | https://github.com/pandas-dev/pandas/issues/31455 | 557,552,566 | MDU6SXNzdWU1NTc1NTI1NjY= | 31,455 | jobs failling with error raise RuntimeError("Cannot cythonize without Cython installed.")\n RuntimeError: Cannot cythonize without Cython installed.\n | {
"avatar_url": "https://avatars.githubusercontent.com/u/47532824?v=4",
"events_url": "https://api.github.com/users/ramneek91/events{/privacy}",
"followers_url": "https://api.github.com/users/ramneek91/followers",
"following_url": "https://api.github.com/users/ramneek91/following{/other_user}",
"gists_url": "... | [
{
"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 | 3 | 2020-01-30T15:01:56Z | 2020-02-04T21:36:03Z | 2020-02-04T21:36:03Z | NONE | null | #### Code Sample, a copy-pastable example if possible
```python
# Your code here
```
#### Problem description
[this should explain **why** the current behaviour is a problem and why the expected output is a better solution.]
**Note**: We receive a lot of issues on our GitHub tracker, so it is very possibl... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/31455/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/31455/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/31456 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/31456/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/31456/comments | https://api.github.com/repos/pandas-dev/pandas/issues/31456/events | https://github.com/pandas-dev/pandas/pull/31456 | 557,556,066 | MDExOlB1bGxSZXF1ZXN0MzY5MTI1OTM1 | 31,456 | BUG: Groupby.apply wasn't allowing for functions which return lists | {
"avatar_url": "https://avatars.githubusercontent.com/u/33491632?v=4",
"events_url": "https://api.github.com/users/MarcoGorelli/events{/privacy}",
"followers_url": "https://api.github.com/users/MarcoGorelli/followers",
"following_url": "https://api.github.com/users/MarcoGorelli/following{/other_user}",
"gist... | [
{
"color": "729FCF",
"default": false,
"description": null,
"id": 233160,
"name": "Groupby",
"node_id": "MDU6TGFiZWwyMzMxNjA=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Groupby"
},
{
"color": "e11d21",
"default": false,
"description": "Functionality t... | closed | false | null | [] | {
"closed_at": "2020-02-06T23:38:32Z",
"closed_issues": 103,
"created_at": "2020-01-14T04:04:52Z",
"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/jr... | 3 | 2020-01-30T15:07:16Z | 2020-02-25T17:12:23Z | 2020-02-01T15:14:52Z | MEMBER | null | - [ ] closes #31441
- [ ] tests added / passed
- [ ] passes `black pandas`
- [ ] passes `git diff upstream/master -u -- "*.py" | flake8 --diff`
- [ ] whatsnew entry
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/31456/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/31456/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/31456.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/31456",
"merged_at": "2020-02-01T15:14:52Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/31456.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/31456"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/31457 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/31457/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/31457/comments | https://api.github.com/repos/pandas-dev/pandas/issues/31457/events | https://github.com/pandas-dev/pandas/issues/31457 | 557,561,562 | MDU6SXNzdWU1NTc1NjE1NjI= | 31,457 | Timedelta multiplication crashes for large arrays | {
"avatar_url": "https://avatars.githubusercontent.com/u/34656862?v=4",
"events_url": "https://api.github.com/users/giuliobeseghi/events{/privacy}",
"followers_url": "https://api.github.com/users/giuliobeseghi/followers",
"following_url": "https://api.github.com/users/giuliobeseghi/following{/other_user}",
"g... | [
{
"color": "e11d21",
"default": false,
"description": "Functionality that used to work in a prior pandas version",
"id": 32815646,
"name": "Regression",
"node_id": "MDU6TGFiZWwzMjgxNTY0Ng==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Regression"
},
{
"color": ... | closed | false | null | [] | {
"closed_at": "2020-02-06T23:38:32Z",
"closed_issues": 103,
"created_at": "2020-01-14T04:04:52Z",
"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/jr... | 8 | 2020-01-30T15:15:57Z | 2020-02-01T15:24:45Z | 2020-02-01T15:24:45Z | NONE | null | #### Code Sample, a copy-pastable example if possible
```python
import pandas as pd
s = pd.Series(range(10001))
delta_t = pd.Timedelta("30T")
print(s * delta_t)
```
`Traceback:`
<details>
```
---------------------------------------------------------------------------
ValueError ... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/31457/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/31457/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/31458 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/31458/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/31458/comments | https://api.github.com/repos/pandas-dev/pandas/issues/31458/events | https://github.com/pandas-dev/pandas/pull/31458 | 557,572,744 | MDExOlB1bGxSZXF1ZXN0MzY5MTM5OTIz | 31,458 | Fix to_csv and to_excel links on read_csv, read_table and read_excel See Also docs | {
"avatar_url": "https://avatars.githubusercontent.com/u/1920463?v=4",
"events_url": "https://api.github.com/users/srvanrell/events{/privacy}",
"followers_url": "https://api.github.com/users/srvanrell/followers",
"following_url": "https://api.github.com/users/srvanrell/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"
}
] | 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... | 1 | 2020-01-30T15:33:43Z | 2020-01-31T12:08:47Z | 2020-01-31T12:08:38Z | CONTRIBUTOR | null | - [x] closes #31448
- [x] tests added / passed
- [x] passes `black pandas`
- [x] passes `git diff upstream/master -u -- "*.py" | flake8 --diff`
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/31458/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/31458/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/31458.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/31458",
"merged_at": "2020-01-31T12:08:37Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/31458.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/31458"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/31459 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/31459/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/31459/comments | https://api.github.com/repos/pandas-dev/pandas/issues/31459/events | https://github.com/pandas-dev/pandas/issues/31459 | 557,591,007 | MDU6SXNzdWU1NTc1OTEwMDc= | 31,459 | ENH: pd.cut should be able to return a Series of IntervalDtype | {
"avatar_url": "https://avatars.githubusercontent.com/u/15113894?v=4",
"events_url": "https://api.github.com/users/Dr-Irv/events{/privacy}",
"followers_url": "https://api.github.com/users/Dr-Irv/followers",
"following_url": "https://api.github.com/users/Dr-Irv/following{/other_user}",
"gists_url": "https://a... | [
{
"color": "4E9A06",
"default": false,
"description": null,
"id": 76812,
"name": "Enhancement",
"node_id": "MDU6TGFiZWw3NjgxMg==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Enhancement"
},
{
"color": "009800",
"default": false,
"description": "Interval... | open | false | null | [] | null | 3 | 2020-01-30T16:01:59Z | 2021-07-27T05:36:59Z | null | CONTRIBUTOR | null | #### Code Sample, a copy-pastable example if possible
```python
In [1]: import pandas as pd
In [2]: import random
In [3]: df=pd.DataFrame({'x': [random.randint(0,10) for i in range(100)]})
In [4]: pd.cut(df.x, [2*i for i in range(6)])
Out[4]:
0 (6.0, 8.0]
1 NaN
2 (0.0, 2.0]
3 ... | {
"+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/31459/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/31459/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/31460 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/31460/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/31460/comments | https://api.github.com/repos/pandas-dev/pandas/issues/31460/events | https://github.com/pandas-dev/pandas/issues/31460 | 557,593,645 | MDU6SXNzdWU1NTc1OTM2NDU= | 31,460 | DOC: Example of DataFrame.to_csv() is not showing properly | {
"avatar_url": "https://avatars.githubusercontent.com/u/1920463?v=4",
"events_url": "https://api.github.com/users/srvanrell/events{/privacy}",
"followers_url": "https://api.github.com/users/srvanrell/followers",
"following_url": "https://api.github.com/users/srvanrell/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"
}
] | closed | false | null | [] | {
"closed_at": "2020-02-06T23:38:32Z",
"closed_issues": 103,
"created_at": "2020-01-14T04:04:52Z",
"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/jr... | 0 | 2020-01-30T16:05:51Z | 2020-01-31T07:19:57Z | 2020-01-31T07:19:57Z | CONTRIBUTOR | null | #### Problem description
Example of DataFrame.to_csv() is not showing properly. See the screenshoot below:

#### Expected Output
I'll propose a PR fixing the docstring
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/31460/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/31460/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/31461 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/31461/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/31461/comments | https://api.github.com/repos/pandas-dev/pandas/issues/31461/events | https://github.com/pandas-dev/pandas/pull/31461 | 557,597,286 | MDExOlB1bGxSZXF1ZXN0MzY5MTU5OTg5 | 31,461 | DOC: Fix DataFrame.to_csv example | {
"avatar_url": "https://avatars.githubusercontent.com/u/1920463?v=4",
"events_url": "https://api.github.com/users/srvanrell/events{/privacy}",
"followers_url": "https://api.github.com/users/srvanrell/followers",
"following_url": "https://api.github.com/users/srvanrell/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"
}
] | closed | false | null | [] | {
"closed_at": "2020-02-06T23:38:32Z",
"closed_issues": 103,
"created_at": "2020-01-14T04:04:52Z",
"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/jr... | 0 | 2020-01-30T16:11:16Z | 2020-01-31T07:19:58Z | 2020-01-31T07:19:58Z | CONTRIBUTOR | null | - [x] closes #31460
- [x] tests added / passed
- [x] passes `black pandas`
- [x] passes `git diff upstream/master -u -- "*.py" | flake8 --diff`
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/31461/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/31461/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/31461.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/31461",
"merged_at": "2020-01-31T07:19:57Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/31461.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/31461"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/31462 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/31462/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/31462/comments | https://api.github.com/repos/pandas-dev/pandas/issues/31462/events | https://github.com/pandas-dev/pandas/pull/31462 | 557,609,759 | MDExOlB1bGxSZXF1ZXN0MzY5MTcwMDIw | 31,462 | Some code cleanups | {
"avatar_url": "https://avatars.githubusercontent.com/u/50263213?v=4",
"events_url": "https://api.github.com/users/ShaharNaveh/events{/privacy}",
"followers_url": "https://api.github.com/users/ShaharNaveh/followers",
"following_url": "https://api.github.com/users/ShaharNaveh/following{/other_user}",
"gists_u... | [
{
"color": "207de5",
"default": false,
"description": null,
"id": 211029535,
"name": "Clean",
"node_id": "MDU6TGFiZWwyMTEwMjk1MzU=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Clean"
}
] | closed | false | null | [] | {
"closed_at": "2020-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... | 1 | 2020-01-30T16:30:24Z | 2020-01-31T16:26:35Z | 2020-01-31T03:12:02Z | MEMBER | null | - [ ] closes #xxxx
- [ ] tests added / passed
- [x] passes `black pandas`
- [x] passes `git diff upstream/master -u -- "*.py" | flake8 --diff`
- [ ] whatsnew entry
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/31462/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/31462/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/31462.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/31462",
"merged_at": "2020-01-31T03:12:02Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/31462.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/31462"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/31463 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/31463/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/31463/comments | https://api.github.com/repos/pandas-dev/pandas/issues/31463/events | https://github.com/pandas-dev/pandas/issues/31463 | 557,626,398 | MDU6SXNzdWU1NTc2MjYzOTg= | 31,463 | Regression: objToJSON "nonvoid function does not return a value" error is back | {
"avatar_url": "https://avatars.githubusercontent.com/u/4181796?v=4",
"events_url": "https://api.github.com/users/toddrme2178/events{/privacy}",
"followers_url": "https://api.github.com/users/toddrme2178/followers",
"following_url": "https://api.github.com/users/toddrme2178/following{/other_user}",
"gists_ur... | [
{
"color": "207de5",
"default": false,
"description": "read_json, to_json, json_normalize",
"id": 49379259,
"name": "IO JSON",
"node_id": "MDU6TGFiZWw0OTM3OTI1OQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/IO%20JSON"
}
] | closed | false | null | [] | {
"closed_at": "2020-02-06T23:38:32Z",
"closed_issues": 103,
"created_at": "2020-01-14T04:04:52Z",
"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/jr... | 8 | 2020-01-30T16:57:31Z | 2020-02-02T17:09:19Z | 2020-02-02T17:09:19Z | NONE | null | There was an issue in 2013, #5326, where `initObjToJSON` in `pandas/_libs/src/ujson/python/objToJSON.c` was causing a build error due to it lacking a return value. Specifically, the issue was:
```
pandas/_libs/src/ujson/python/objToJSON.c: In function ‘initObjToJSON’:
pandas/_libs/src/ujson/python/objToJSON.c:181... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/31463/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/31463/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/31464 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/31464/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/31464/comments | https://api.github.com/repos/pandas-dev/pandas/issues/31464/events | https://github.com/pandas-dev/pandas/issues/31464 | 557,627,405 | MDU6SXNzdWU1NTc2Mjc0MDU= | 31,464 | read_json with typ="series" of json list of bools results in timestamps/Exception | {
"avatar_url": "https://avatars.githubusercontent.com/u/16646123?v=4",
"events_url": "https://api.github.com/users/stewit/events{/privacy}",
"followers_url": "https://api.github.com/users/stewit/followers",
"following_url": "https://api.github.com/users/stewit/following{/other_user}",
"gists_url": "https://a... | [
{
"color": "e10c02",
"default": false,
"description": null,
"id": 76811,
"name": "Bug",
"node_id": "MDU6TGFiZWw3NjgxMQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug"
},
{
"color": "207de5",
"default": false,
"description": "read_json, to_json, json... | closed | false | {
"avatar_url": "https://avatars.githubusercontent.com/u/4183570?v=4",
"events_url": "https://api.github.com/users/jessefarnham/events{/privacy}",
"followers_url": "https://api.github.com/users/jessefarnham/followers",
"following_url": "https://api.github.com/users/jessefarnham/following{/other_user}",
"gists... | [
{
"avatar_url": "https://avatars.githubusercontent.com/u/4183570?v=4",
"events_url": "https://api.github.com/users/jessefarnham/events{/privacy}",
"followers_url": "https://api.github.com/users/jessefarnham/followers",
"following_url": "https://api.github.com/users/jessefarnham/following{/other_user... | {
"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... | 1 | 2020-01-30T16:59:16Z | 2020-04-08T17:13:08Z | 2020-04-08T17:13:08Z | NONE | null | #### Code Sample, a copy-pastable example if possible
```python
import pandas as pd
pd.read_json('[true, true, false]', typ="series")
```
results in the following Pandas Series object in older Pandas versions:
```
0 1970-01-01 00:00:01
1 1970-01-01 00:00:01
2 1970-01-01 00:00:00
dtype: datetime64[ns]
... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/31464/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/31464/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/31465 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/31465/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/31465/comments | https://api.github.com/repos/pandas-dev/pandas/issues/31465/events | https://github.com/pandas-dev/pandas/issues/31465 | 557,636,128 | MDU6SXNzdWU1NTc2MzYxMjg= | 31,465 | Issue pyodbc and to_sql HIVE | {
"avatar_url": "https://avatars.githubusercontent.com/u/45002130?v=4",
"events_url": "https://api.github.com/users/sergiobaquero/events{/privacy}",
"followers_url": "https://api.github.com/users/sergiobaquero/followers",
"following_url": "https://api.github.com/users/sergiobaquero/following{/other_user}",
"g... | [
{
"color": "4E9A06",
"default": false,
"description": null,
"id": 76812,
"name": "Enhancement",
"node_id": "MDU6TGFiZWw3NjgxMg==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Enhancement"
},
{
"color": "ffa0ff",
"default": false,
"description": "Incorrec... | open | false | null | [] | null | 3 | 2020-01-30T17:14:21Z | 2020-05-16T04:12:33Z | null | NONE | null | #### Code Sample, a copy-pastable example if possible
engine_clus= pyodbc.connect(connection_string, autocommit=True)
df.to_sql("table", con=engine_clus, if_exists='append', index = False, schema = 'schema')
#### Problem description
We need to load in HIVE a dataframe which contains information from a source ... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/31465/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/31465/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/31466 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/31466/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/31466/comments | https://api.github.com/repos/pandas-dev/pandas/issues/31466/events | https://github.com/pandas-dev/pandas/issues/31466 | 557,643,961 | MDU6SXNzdWU1NTc2NDM5NjE= | 31,466 | pandas.apply() converts all columns to object datatype | {
"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": "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 | {
"avatar_url": "https://avatars.githubusercontent.com/u/290998?v=4",
"events_url": "https://api.github.com/users/grahamwetzler/events{/privacy}",
"followers_url": "https://api.github.com/users/grahamwetzler/followers",
"following_url": "https://api.github.com/users/grahamwetzler/following{/other_user}",
"gis... | [
{
"avatar_url": "https://avatars.githubusercontent.com/u/290998?v=4",
"events_url": "https://api.github.com/users/grahamwetzler/events{/privacy}",
"followers_url": "https://api.github.com/users/grahamwetzler/followers",
"following_url": "https://api.github.com/users/grahamwetzler/following{/other_us... | {
"closed_at": null,
"closed_issues": 786,
"created_at": "2015-01-13T10:53:19Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jreback/followers",
... | 7 | 2020-01-30T17:28:18Z | 2020-07-01T16:53:35Z | 2020-07-01T16:53:35Z | CONTRIBUTOR | null | #### Code Sample, a copy-pastable example if possible
```python
df = pd.DataFrame([['a', 1], ['b', 2]], columns=['col1', 'col2'])
df.dtypes
df.apply(lambda x: x.dtype)
```

#### Problem description... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/31466/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/31466/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/31467 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/31467/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/31467/comments | https://api.github.com/repos/pandas-dev/pandas/issues/31467/events | https://github.com/pandas-dev/pandas/issues/31467 | 557,656,729 | MDU6SXNzdWU1NTc2NTY3Mjk= | 31,467 | pd.ExcelFile closes stream on destruction in pandas 1.0.0 | {
"avatar_url": "https://avatars.githubusercontent.com/u/33967107?v=4",
"events_url": "https://api.github.com/users/johny-b/events{/privacy}",
"followers_url": "https://api.github.com/users/johny-b/followers",
"following_url": "https://api.github.com/users/johny-b/following{/other_user}",
"gists_url": "https:... | [
{
"color": "e11d21",
"default": false,
"description": "Functionality that used to work in a prior pandas version",
"id": 32815646,
"name": "Regression",
"node_id": "MDU6TGFiZWwzMjgxNTY0Ng==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Regression"
},
{
"color": ... | closed | false | {
"avatar_url": "https://avatars.githubusercontent.com/u/10944368?v=4",
"events_url": "https://api.github.com/users/roberthdevries/events{/privacy}",
"followers_url": "https://api.github.com/users/roberthdevries/followers",
"following_url": "https://api.github.com/users/roberthdevries/following{/other_user}",
... | [
{
"avatar_url": "https://avatars.githubusercontent.com/u/10944368?v=4",
"events_url": "https://api.github.com/users/roberthdevries/events{/privacy}",
"followers_url": "https://api.github.com/users/roberthdevries/followers",
"following_url": "https://api.github.com/users/roberthdevries/following{/oth... | {
"closed_at": "2020-03-16T02:29:08Z",
"closed_issues": 155,
"created_at": "2020-02-03T09:13:39Z",
"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 | 2020-01-30T17:54:53Z | 2020-03-12T12:18:21Z | 2020-03-12T12:18:21Z | NONE | null | #### Code Sample, a copy-pastable example if possible
```python3
import pandas as pd
print(pd.__version__)
a = open('some_file.xlsx', 'rb')
x = pd.ExcelFile(a)
del x
print(a.read())
```
#### Problem description
Above script behaves in different way in pandas 0.25.3 and 1.0.0:
```bash
$ python3 t... | {
"+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/31467/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/31467/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/31468 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/31468/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/31468/comments | https://api.github.com/repos/pandas-dev/pandas/issues/31468/events | https://github.com/pandas-dev/pandas/pull/31468 | 557,665,571 | MDExOlB1bGxSZXF1ZXN0MzY5MjE1OTI5 | 31,468 | REF: use inherit_names for DTI | {
"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": "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... | 1 | 2020-01-30T18:13:38Z | 2020-01-31T04:19:20Z | 2020-01-31T03:09:34Z | MEMBER | null | xref #31427, #31433. With all three of these in, we can then remove indexes.datetimelike.DatetimelikeDelegateMixin
Using inherit_names, we also have the option of making tz, tzinfo, dtype cache_readonly if that turns out to make a difference. | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/31468/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/31468/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/31468.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/31468",
"merged_at": "2020-01-31T03:09:34Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/31468.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/31468"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/31469 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/31469/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/31469/comments | https://api.github.com/repos/pandas-dev/pandas/issues/31469/events | https://github.com/pandas-dev/pandas/issues/31469 | 557,665,572 | MDU6SXNzdWU1NTc2NjU1NzI= | 31,469 | REGR: __setitem__ with integer slices on Int/RangeIndex is broken (label instead of positional) | {
"avatar_url": "https://avatars.githubusercontent.com/u/449558?v=4",
"events_url": "https://api.github.com/users/amueller/events{/privacy}",
"followers_url": "https://api.github.com/users/amueller/followers",
"following_url": "https://api.github.com/users/amueller/following{/other_user}",
"gists_url": "https... | [
{
"color": "0b02e1",
"default": false,
"description": "Related to indexing on series/frames, not to indexes themselves",
"id": 2822098,
"name": "Indexing",
"node_id": "MDU6TGFiZWwyODIyMDk4",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Indexing"
},
{
"color": "e1... | closed | false | null | [] | {
"closed_at": "2020-02-06T23:38:32Z",
"closed_issues": 103,
"created_at": "2020-01-14T04:04:52Z",
"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/jr... | 15 | 2020-01-30T18:13:38Z | 2020-02-01T14:22:06Z | 2020-02-01T14:22:05Z | NONE | null | There's an backward incompatible change in pandas 1.0 that I didn't find in the changelog. I might have just overlooked it though.
```python
import numpy as np
X = pd.DataFrame(np.zeros((100, 1)))
X[-4:] = 1
X
```
In pandas 0.25.3 or lower, this results in the last four entries of X to be 1 and all the others ... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/31469/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/31469/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/31470 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/31470/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/31470/comments | https://api.github.com/repos/pandas-dev/pandas/issues/31470/events | https://github.com/pandas-dev/pandas/pull/31470 | 557,698,335 | MDExOlB1bGxSZXF1ZXN0MzY5MjQyNTEx | 31,470 | BUG: groupby().agg fails on categorical column | {
"avatar_url": "https://avatars.githubusercontent.com/u/9269816?v=4",
"events_url": "https://api.github.com/users/charlesdong1991/events{/privacy}",
"followers_url": "https://api.github.com/users/charlesdong1991/followers",
"following_url": "https://api.github.com/users/charlesdong1991/following{/other_user}",... | [
{
"color": "729FCF",
"default": false,
"description": null,
"id": 233160,
"name": "Groupby",
"node_id": "MDU6TGFiZWwyMzMxNjA=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Groupby"
},
{
"color": "e11d21",
"default": false,
"description": "Categorical Dat... | closed | false | null | [] | {
"closed_at": "2020-02-06T23:38:32Z",
"closed_issues": 103,
"created_at": "2020-01-14T04:04:52Z",
"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/jr... | 14 | 2020-01-30T19:20:30Z | 2020-02-05T08:24:35Z | 2020-02-05T00:32:33Z | MEMBER | null | - [ ] closes #31450
- [ ] tests added / passed
- [ ] passes `black pandas`
- [ ] passes `git diff upstream/master -u -- "*.py" | flake8 --diff`
- [ ] whatsnew entry
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/31470/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/31470/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/31470.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/31470",
"merged_at": null,
"patch_url": "https://github.com/pandas-dev/pandas/pull/31470.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/31470"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/31471 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/31471/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/31471/comments | https://api.github.com/repos/pandas-dev/pandas/issues/31471/events | https://github.com/pandas-dev/pandas/issues/31471 | 557,699,732 | MDU6SXNzdWU1NTc2OTk3MzI= | 31,471 | TypeError when calculating min/max of period column using groupby | {
"avatar_url": "https://avatars.githubusercontent.com/u/60485172?v=4",
"events_url": "https://api.github.com/users/fajost/events{/privacy}",
"followers_url": "https://api.github.com/users/fajost/followers",
"following_url": "https://api.github.com/users/fajost/following{/other_user}",
"gists_url": "https://a... | [
{
"color": "729FCF",
"default": false,
"description": null,
"id": 233160,
"name": "Groupby",
"node_id": "MDU6TGFiZWwyMzMxNjA=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Groupby"
},
{
"color": "e11d21",
"default": false,
"description": "Functionality t... | closed | false | null | [] | {
"closed_at": "2020-02-06T23:38:32Z",
"closed_issues": 103,
"created_at": "2020-01-14T04:04:52Z",
"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/jr... | 1 | 2020-01-30T19:23:28Z | 2020-02-04T22:52:27Z | 2020-02-04T22:52:27Z | NONE | null | #### Code Sample, a copy-pastable example if possible
```python
import pandas as pd
periods = pd.period_range(start="2019-01", periods=4, freq="M")
groups = [1, 1, 2, 2]
df = pd.DataFrame({"periods": periods, "groups": groups})
result = df.groupby("groups")["periods"].min()
```
#### Problem description
The... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/31471/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/31471/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/31472 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/31472/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/31472/comments | https://api.github.com/repos/pandas-dev/pandas/issues/31472/events | https://github.com/pandas-dev/pandas/pull/31472 | 557,738,337 | MDExOlB1bGxSZXF1ZXN0MzY5Mjc1Mzc4 | 31,472 | DOC: Fix examples in documentation | {
"avatar_url": "https://avatars.githubusercontent.com/u/50263213?v=4",
"events_url": "https://api.github.com/users/ShaharNaveh/events{/privacy}",
"followers_url": "https://api.github.com/users/ShaharNaveh/followers",
"following_url": "https://api.github.com/users/ShaharNaveh/following{/other_user}",
"gists_u... | [
{
"color": "3465A4",
"default": false,
"description": null,
"id": 134699,
"name": "Docs",
"node_id": "MDU6TGFiZWwxMzQ2OTk=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Docs"
}
] | closed | false | null | [] | {
"closed_at": "2020-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... | 8 | 2020-01-30T20:36:31Z | 2020-03-14T14:05:25Z | 2020-03-07T20:10:21Z | MEMBER | null | - [ ] closes #xxxx
- [ ] tests added / passed
- [x] passes `black pandas`
- [x] passes `git diff upstream/master -u -- "*.py" | flake8 --diff`
- [ ] whatsnew entry
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/31472/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/31472/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/31472.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/31472",
"merged_at": "2020-03-07T20:10:21Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/31472.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/31472"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/31473 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/31473/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/31473/comments | https://api.github.com/repos/pandas-dev/pandas/issues/31473/events | https://github.com/pandas-dev/pandas/pull/31473 | 557,796,964 | MDExOlB1bGxSZXF1ZXN0MzY5MzIyNDg2 | 31,473 | CLN: clean signature in Groupby.add_numeric_operations | {
"avatar_url": "https://avatars.githubusercontent.com/u/26364415?v=4",
"events_url": "https://api.github.com/users/topper-123/events{/privacy}",
"followers_url": "https://api.github.com/users/topper-123/followers",
"following_url": "https://api.github.com/users/topper-123/following{/other_user}",
"gists_url"... | [
{
"color": "729FCF",
"default": false,
"description": null,
"id": 233160,
"name": "Groupby",
"node_id": "MDU6TGFiZWwyMzMxNjA=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Groupby"
},
{
"color": "207de5",
"default": false,
"description": null,
"id": ... | 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... | 0 | 2020-01-30T22:33:41Z | 2020-02-12T22:13:34Z | 2020-01-31T03:51:26Z | CONTRIBUTOR | null | Avoid **kwars, replace with named parameters. | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/31473/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/31473/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/31473.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/31473",
"merged_at": "2020-01-31T03:51:26Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/31473.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/31473"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/31474 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/31474/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/31474/comments | https://api.github.com/repos/pandas-dev/pandas/issues/31474/events | https://github.com/pandas-dev/pandas/issues/31474 | 557,836,239 | MDU6SXNzdWU1NTc4MzYyMzk= | 31,474 | Not supported for DataFrames Exception triggered by a simple inspect.getmembers() call on a DataFrame | {
"avatar_url": "https://avatars.githubusercontent.com/u/401246?v=4",
"events_url": "https://api.github.com/users/RichardBruskiewich/events{/privacy}",
"followers_url": "https://api.github.com/users/RichardBruskiewich/followers",
"following_url": "https://api.github.com/users/RichardBruskiewich/following{/other... | [
{
"color": "0052cc",
"default": false,
"description": "pandas objects compatability with Numpy or Python functions",
"id": 76865106,
"name": "Compat",
"node_id": "MDU6TGFiZWw3Njg2NTEwNg==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Compat"
}
] | closed | false | null | [] | {
"closed_at": "2020-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... | 8 | 2020-01-31T00:19:16Z | 2020-04-21T12:53:51Z | 2020-04-21T12:53:51Z | NONE | null | #### Code Sample, a copy-pastable example if possible
```python
import inspect
import pandas as pd
df = pd.DataFrame()
try:
members = inspect.getmembers(df)
except Exception as e:
print(e)
```
#### Problem description
A "**Not supported for DataFrames Exception**" is triggered by a simple inspect... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/31474/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/31474/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/31475 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/31475/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/31475/comments | https://api.github.com/repos/pandas-dev/pandas/issues/31475/events | https://github.com/pandas-dev/pandas/pull/31475 | 557,836,370 | MDExOlB1bGxSZXF1ZXN0MzY5MzUyNzUz | 31,475 | BUG: Period[us] start_time off by 1 nanosecond | {
"avatar_url": "https://avatars.githubusercontent.com/u/8078968?v=4",
"events_url": "https://api.github.com/users/jbrockmendel/events{/privacy}",
"followers_url": "https://api.github.com/users/jbrockmendel/followers",
"following_url": "https://api.github.com/users/jbrockmendel/following{/other_user}",
"gists... | [
{
"color": "e10c02",
"default": false,
"description": null,
"id": 76811,
"name": "Bug",
"node_id": "MDU6TGFiZWw3NjgxMQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug"
},
{
"color": "eb6420",
"default": false,
"description": "Period data type",
"... | 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... | 5 | 2020-01-31T00:19:37Z | 2020-02-04T00:13:45Z | 2020-02-04T00:12:17Z | MEMBER | null | - [ ] closes #xxxx
- [x] tests added / passed
- [x] passes `black pandas`
- [x] passes `git diff upstream/master -u -- "*.py" | flake8 --diff`
- [ ] whatsnew entry
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/31475/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/31475/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/31475.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/31475",
"merged_at": "2020-02-04T00:12:17Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/31475.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/31475"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/31476 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/31476/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/31476/comments | https://api.github.com/repos/pandas-dev/pandas/issues/31476/events | https://github.com/pandas-dev/pandas/issues/31476 | 557,856,883 | MDU6SXNzdWU1NTc4NTY4ODM= | 31,476 | DEPR: DataFrame.__getitem__[str] sometimes slices on 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": "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": "53... | closed | false | null | [] | null | 1 | 2020-01-31T01:27:32Z | 2020-09-24T19:57:39Z | 2020-09-24T19:57:39Z | MEMBER | null | xref #31334, #9595
- This is a tiny corner case, at least as measured by tests cases (2 tests reach this)
- With this removed, the `__getitem__` API becomes much simpler to describe: "DataFrame.__getitem__` is always column-based" | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/31476/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/31476/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/31477 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/31477/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/31477/comments | https://api.github.com/repos/pandas-dev/pandas/issues/31477/events | https://github.com/pandas-dev/pandas/pull/31477 | 557,867,832 | MDExOlB1bGxSZXF1ZXN0MzY5Mzc1OTU5 | 31,477 | REGR: Fix TypeError in groupby min / max of period column | {
"avatar_url": "https://avatars.githubusercontent.com/u/2658661?v=4",
"events_url": "https://api.github.com/users/dsaxton/events{/privacy}",
"followers_url": "https://api.github.com/users/dsaxton/followers",
"following_url": "https://api.github.com/users/dsaxton/following{/other_user}",
"gists_url": "https:/... | [
{
"color": "729FCF",
"default": false,
"description": null,
"id": 233160,
"name": "Groupby",
"node_id": "MDU6TGFiZWwyMzMxNjA=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Groupby"
},
{
"color": "e11d21",
"default": false,
"description": "Functionality t... | closed | false | null | [] | {
"closed_at": "2020-02-06T23:38:32Z",
"closed_issues": 103,
"created_at": "2020-01-14T04:04:52Z",
"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/jr... | 3 | 2020-01-31T02:06:23Z | 2020-02-04T22:54:20Z | 2020-02-04T22:52:28Z | MEMBER | null | - [x] closes #31471
- [x] tests added / passed
- [x] passes `black pandas`
- [x] passes `git diff upstream/master -u -- "*.py" | flake8 --diff`
- [x] whatsnew entry
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/31477/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/31477/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/31477.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/31477",
"merged_at": "2020-02-04T22:52:27Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/31477.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/31477"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/31478 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/31478/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/31478/comments | https://api.github.com/repos/pandas-dev/pandas/issues/31478/events | https://github.com/pandas-dev/pandas/issues/31478 | 557,889,397 | MDU6SXNzdWU1NTc4ODkzOTc= | 31,478 | round method throws error if DataFrame includes Int64Dtype | {
"avatar_url": "https://avatars.githubusercontent.com/u/924583?v=4",
"events_url": "https://api.github.com/users/shouyu/events{/privacy}",
"followers_url": "https://api.github.com/users/shouyu/followers",
"following_url": "https://api.github.com/users/shouyu/following{/other_user}",
"gists_url": "https://api... | [
{
"color": "e10c02",
"default": false,
"description": null,
"id": 76811,
"name": "Bug",
"node_id": "MDU6TGFiZWw3NjgxMQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug"
},
{
"color": "eb6420",
"default": false,
"description": "Non-arithmetic algos: va... | closed | false | null | [] | {
"closed_at": null,
"closed_issues": 786,
"created_at": "2015-01-13T10:53:19Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jreback/followers",
... | 5 | 2020-01-31T03:25:25Z | 2021-04-05T01:27:00Z | 2021-04-05T01:27:00Z | NONE | null | #### Code Sample, a copy-pastable example if possible
```python
>>> import pandas as pd
>>> s = pd.Series([1, 2, None], dtype="Int64")
>>> s.round(1)
AttributeError: 'float' object has no attribute 'rint'
The above exception was the direct cause of the following exception:
Traceback (most recent call last)... | {
"+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/31478/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/31478/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/31479 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/31479/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/31479/comments | https://api.github.com/repos/pandas-dev/pandas/issues/31479/events | https://github.com/pandas-dev/pandas/issues/31479 | 557,890,846 | MDU6SXNzdWU1NTc4OTA4NDY= | 31,479 | multi-dimensional-indexing deprecation warning has inconsistent stack level. | {
"avatar_url": "https://avatars.githubusercontent.com/u/199813?v=4",
"events_url": "https://api.github.com/users/tacaswell/events{/privacy}",
"followers_url": "https://api.github.com/users/tacaswell/followers",
"following_url": "https://api.github.com/users/tacaswell/following{/other_user}",
"gists_url": "ht... | [
{
"color": "0b02e1",
"default": false,
"description": "Related to indexing on series/frames, not to indexes themselves",
"id": 2822098,
"name": "Indexing",
"node_id": "MDU6TGFiZWwyODIyMDk4",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Indexing"
},
{
"color": "f2... | closed | 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 | 2020-01-31T03:31:08Z | 2021-06-15T23:48:02Z | 2021-06-15T23:48:02Z | CONTRIBUTOR | null | #### Code Sample, a copy-pastable example if possible
```python
# Your code here
import warnings
import pandas as pd
warnings.simplefilter("always")
x = pd.Series([], dtype="float64")
df = pd.DataFrame(
{
"year": [2018, 2018, 2018],
"month": [1, 1, 1],
"day": [1, 2, 3],
... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/31479/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/31479/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/31480 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/31480/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/31480/comments | https://api.github.com/repos/pandas-dev/pandas/issues/31480/events | https://github.com/pandas-dev/pandas/pull/31480 | 557,903,646 | MDExOlB1bGxSZXF1ZXN0MzY5NDAyMjMw | 31,480 | CLN: remove DatetimelikeDelegateMixin | {
"avatar_url": "https://avatars.githubusercontent.com/u/8078968?v=4",
"events_url": "https://api.github.com/users/jbrockmendel/events{/privacy}",
"followers_url": "https://api.github.com/users/jbrockmendel/followers",
"following_url": "https://api.github.com/users/jbrockmendel/following{/other_user}",
"gists... | [
{
"color": "fbca04",
"default": false,
"description": "Related to non-user accessible pandas implementation",
"id": 49094459,
"name": "Internals",
"node_id": "MDU6TGFiZWw0OTA5NDQ1OQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Internals"
},
{
"color": "207de5... | closed | false | null | [] | {
"closed_at": "2020-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... | 1 | 2020-01-31T04:21:35Z | 2020-01-31T15:48:02Z | 2020-01-31T12:01:35Z | MEMBER | null | Made possibly by #31433. | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/31480/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/31480/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/31480.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/31480",
"merged_at": "2020-01-31T12:01:34Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/31480.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/31480"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/31481 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/31481/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/31481/comments | https://api.github.com/repos/pandas-dev/pandas/issues/31481/events | https://github.com/pandas-dev/pandas/pull/31481 | 557,958,759 | MDExOlB1bGxSZXF1ZXN0MzY5NDQ1NjAx | 31,481 | Backport PR #31461 on branch 1.0.x (DOC: Fix DataFrame.to_csv example) | {
"avatar_url": "https://avatars.githubusercontent.com/u/39504233?v=4",
"events_url": "https://api.github.com/users/meeseeksmachine/events{/privacy}",
"followers_url": "https://api.github.com/users/meeseeksmachine/followers",
"following_url": "https://api.github.com/users/meeseeksmachine/following{/other_user}"... | [] | closed | false | null | [] | {
"closed_at": "2020-02-06T23:38:32Z",
"closed_issues": 103,
"created_at": "2020-01-14T04:04:52Z",
"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/jr... | 0 | 2020-01-31T07:20:16Z | 2020-01-31T09:16:48Z | 2020-01-31T09:16:48Z | NONE | null | Backport PR #31461: DOC: Fix DataFrame.to_csv example | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/31481/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/31481/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/31481.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/31481",
"merged_at": "2020-01-31T09:16:48Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/31481.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/31481"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/31482 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/31482/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/31482/comments | https://api.github.com/repos/pandas-dev/pandas/issues/31482/events | https://github.com/pandas-dev/pandas/pull/31482 | 557,977,556 | MDExOlB1bGxSZXF1ZXN0MzY5NDYwNjgy | 31,482 | BUG: objToJson.c - fix return value | {
"avatar_url": "https://avatars.githubusercontent.com/u/16733618?v=4",
"events_url": "https://api.github.com/users/alimcmaster1/events{/privacy}",
"followers_url": "https://api.github.com/users/alimcmaster1/followers",
"following_url": "https://api.github.com/users/alimcmaster1/following{/other_user}",
"gist... | [
{
"color": "207de5",
"default": false,
"description": "read_json, to_json, json_normalize",
"id": 49379259,
"name": "IO JSON",
"node_id": "MDU6TGFiZWw0OTM3OTI1OQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/IO%20JSON"
}
] | closed | false | null | [] | {
"closed_at": "2020-02-06T23:38:32Z",
"closed_issues": 103,
"created_at": "2020-01-14T04:04:52Z",
"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/jr... | 6 | 2020-01-31T08:08:46Z | 2020-02-02T17:10:20Z | 2020-02-02T17:09:19Z | CONTRIBUTOR | null | - [x] closes #31463
https://dev.azure.com/pandas-dev/pandas/_build/results?buildId=27217&view=logs&j=3a03f79d-0b41-5610-1aa4-b4a014d0bc70&t=fe74a338-551b-5fbb-553d-25f48b1836e8&l=687
Seems like this warning is somehow causing an error in the users builds of 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/31482/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/31482/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/31482.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/31482",
"merged_at": "2020-02-02T17:09:19Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/31482.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/31482"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/31483 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/31483/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/31483/comments | https://api.github.com/repos/pandas-dev/pandas/issues/31483/events | https://github.com/pandas-dev/pandas/pull/31483 | 557,994,257 | MDExOlB1bGxSZXF1ZXN0MzY5NDczNjM4 | 31,483 | TST: preserve dtypes on assignment | {
"avatar_url": "https://avatars.githubusercontent.com/u/16578178?v=4",
"events_url": "https://api.github.com/users/prakhar987/events{/privacy}",
"followers_url": "https://api.github.com/users/prakhar987/followers",
"following_url": "https://api.github.com/users/prakhar987/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": "0b02e1",
"d... | 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... | 2 | 2020-01-31T08:49:46Z | 2020-02-01T23:20:49Z | 2020-02-01T23:20:37Z | CONTRIBUTOR | null | - [x] closes #31340
- [x] tests added / passed
- [x] passes `black pandas`
- [x] passes `git diff upstream/master -u -- "*.py" | flake8 --diff`
- [ ] whatsnew entry
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/31483/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/31483/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/31483.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/31483",
"merged_at": "2020-02-01T23:20:37Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/31483.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/31483"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/31484 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/31484/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/31484/comments | https://api.github.com/repos/pandas-dev/pandas/issues/31484/events | https://github.com/pandas-dev/pandas/pull/31484 | 558,005,722 | MDExOlB1bGxSZXF1ZXN0MzY5NDgyMjgx | 31,484 | BUG: Array.__setitem__ failing with nullable boolean mask | {
"avatar_url": "https://avatars.githubusercontent.com/u/9269816?v=4",
"events_url": "https://api.github.com/users/charlesdong1991/events{/privacy}",
"followers_url": "https://api.github.com/users/charlesdong1991/followers",
"following_url": "https://api.github.com/users/charlesdong1991/following{/other_user}",... | [
{
"color": "8cc645",
"default": false,
"description": "Related to pd.NA and nullable extension arrays",
"id": 1817503692,
"name": "NA - MaskedArrays",
"node_id": "MDU6TGFiZWwxODE3NTAzNjky",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/NA%20-%20MaskedArrays"
}
] | closed | false | null | [] | {
"closed_at": "2020-02-06T23:38:32Z",
"closed_issues": 103,
"created_at": "2020-01-14T04:04:52Z",
"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/jr... | 3 | 2020-01-31T09:14:04Z | 2020-02-06T09:08:02Z | 2020-02-01T14:37:26Z | MEMBER | null | - [x] closes #31446
- [x] tests added / passed
- [x] passes `black pandas`
- [x] passes `git diff upstream/master -u -- "*.py" | flake8 --diff`
- [x] whatsnew entry
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/31484/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/31484/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/31484.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/31484",
"merged_at": "2020-02-01T14:37:26Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/31484.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/31484"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/31485 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/31485/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/31485/comments | https://api.github.com/repos/pandas-dev/pandas/issues/31485/events | https://github.com/pandas-dev/pandas/pull/31485 | 558,020,159 | MDExOlB1bGxSZXF1ZXN0MzY5NDkzNTkx | 31,485 | CLN: named parameters for GroupBy.(mean|median|var|std) | {
"avatar_url": "https://avatars.githubusercontent.com/u/26364415?v=4",
"events_url": "https://api.github.com/users/topper-123/events{/privacy}",
"followers_url": "https://api.github.com/users/topper-123/followers",
"following_url": "https://api.github.com/users/topper-123/following{/other_user}",
"gists_url"... | [
{
"color": "729FCF",
"default": false,
"description": null,
"id": 233160,
"name": "Groupby",
"node_id": "MDU6TGFiZWwyMzMxNjA=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Groupby"
}
] | 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... | 7 | 2020-01-31T09:41:52Z | 2020-02-04T16:25:32Z | 2020-02-02T22:46:32Z | CONTRIBUTOR | null | Drops *args & **kwargs, replace with named parameters for groupby methods mean, median, var & std. Similar to #31473.
This PR has the side effect that the raised error when a parameter is not allowed, is now ``TypeError`` instead of ``UnsupportedFunctionCall``, so technically a API change... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/31485/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/31485/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/31485.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/31485",
"merged_at": "2020-02-02T22:46:32Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/31485.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/31485"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/31486 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/31486/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/31486/comments | https://api.github.com/repos/pandas-dev/pandas/issues/31486/events | https://github.com/pandas-dev/pandas/pull/31486 | 558,040,890 | MDExOlB1bGxSZXF1ZXN0MzY5NTA5ODU4 | 31,486 | DOC: Parameter doc strings for Groupby.(sum|prod|min|max|first|last) | {
"avatar_url": "https://avatars.githubusercontent.com/u/26364415?v=4",
"events_url": "https://api.github.com/users/topper-123/events{/privacy}",
"followers_url": "https://api.github.com/users/topper-123/followers",
"following_url": "https://api.github.com/users/topper-123/following{/other_user}",
"gists_url"... | [
{
"color": "3465A4",
"default": false,
"description": null,
"id": 134699,
"name": "Docs",
"node_id": "MDU6TGFiZWwxMzQ2OTk=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Docs"
}
] | closed | false | null | [] | {
"closed_at": "2020-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... | 1 | 2020-01-31T10:20:17Z | 2020-02-12T22:12:38Z | 2020-01-31T11:54:35Z | CONTRIBUTOR | null | Follow-up to #31473. | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/31486/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/31486/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/31486.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/31486",
"merged_at": "2020-01-31T11:54:35Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/31486.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/31486"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/31487 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/31487/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/31487/comments | https://api.github.com/repos/pandas-dev/pandas/issues/31487/events | https://github.com/pandas-dev/pandas/issues/31487 | 558,041,019 | MDU6SXNzdWU1NTgwNDEwMTk= | 31,487 | Maybe wrong default axis with operators (add, sub, mul, div) between datetime-indexed df and series 1.0.0 | {
"avatar_url": "https://avatars.githubusercontent.com/u/34656862?v=4",
"events_url": "https://api.github.com/users/giuliobeseghi/events{/privacy}",
"followers_url": "https://api.github.com/users/giuliobeseghi/followers",
"following_url": "https://api.github.com/users/giuliobeseghi/following{/other_user}",
"g... | [
{
"color": "3465A4",
"default": false,
"description": null,
"id": 134699,
"name": "Docs",
"node_id": "MDU6TGFiZWwxMzQ2OTk=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Docs"
},
{
"color": "006b75",
"default": false,
"description": "Arithmetic, Compariso... | 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... | 3 | 2020-01-31T10:20:31Z | 2020-10-02T22:39:17Z | 2020-10-02T22:39:17Z | NONE | null | #### Code Sample, a copy-pastable example if possible
```python
import pandas as pd
index = pd.date_range(start='2020', periods=5)
df = pd.DataFrame([[1, 2, 3]] * 5, columns=['a', 'b', 'c'], index=index)
series = pd.Series([10, 20, 30, 40, 50], index=index)
print(df + series)
```
| | 2020-01-01 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/31487/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/31487/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/31488 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/31488/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/31488/comments | https://api.github.com/repos/pandas-dev/pandas/issues/31488/events | https://github.com/pandas-dev/pandas/issues/31488 | 558,043,823 | MDU6SXNzdWU1NTgwNDM4MjM= | 31,488 | Unclosed file on EmptyDataError | {
"avatar_url": "https://avatars.githubusercontent.com/u/8050494?v=4",
"events_url": "https://api.github.com/users/fominok/events{/privacy}",
"followers_url": "https://api.github.com/users/fominok/followers",
"following_url": "https://api.github.com/users/fominok/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": "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... | 1 | 2020-01-31T10:25:27Z | 2020-03-15T00:37:42Z | 2020-03-15T00:37:42Z | NONE | null |
#### Code Sample, a copy-pastable example if possible
```python
import pandas
import psutil
proc = psutil.Process()
try:
data = pandas.read_csv('kek.csv', engine='python') # kek.csv is an empty file
except pandas.errors.EmptyDataError:
pass
print(proc.open_files())
```
#### Problem descrip... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/31488/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/31488/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/31489 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/31489/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/31489/comments | https://api.github.com/repos/pandas-dev/pandas/issues/31489/events | https://github.com/pandas-dev/pandas/issues/31489 | 558,053,419 | MDU6SXNzdWU1NTgwNTM0MTk= | 31,489 | ~ operator on Series with BooleanDtype casts to object and Series with object dtype gives TypeError comparing to Series with BooleanDtype | {
"avatar_url": "https://avatars.githubusercontent.com/u/500246?v=4",
"events_url": "https://api.github.com/users/gerritholl/events{/privacy}",
"followers_url": "https://api.github.com/users/gerritholl/followers",
"following_url": "https://api.github.com/users/gerritholl/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": "8cc645",
"default": false,
"description": "Related to pd.NA and nul... | closed | false | null | [] | {
"closed_at": "2020-02-06T23:38:32Z",
"closed_issues": 103,
"created_at": "2020-01-14T04:04:52Z",
"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/jr... | 4 | 2020-01-31T10:42:26Z | 2020-01-31T16:23:46Z | 2020-01-31T16:23:46Z | NONE | null | #### Code Sample, a copy-pastable example if possible
Using pandas 1.0.0:
```python
~pandas.Series([True, False], dtype=pandas.BooleanDtype())
```
Or:
```python
s1 = pandas.Series([True, False], dtype=pandas.BooleanDtype())
s2 = pandas.Series([False, True], dtype=pandas.BooleanDtype())
(~s1).equals(s2)... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/31489/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/31489/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/31490 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/31490/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/31490/comments | https://api.github.com/repos/pandas-dev/pandas/issues/31490/events | https://github.com/pandas-dev/pandas/pull/31490 | 558,068,154 | MDExOlB1bGxSZXF1ZXN0MzY5NTMxMjc2 | 31,490 | DOC: Fix the description of the 'day' field accessor in DatetimeArray | {
"avatar_url": "https://avatars.githubusercontent.com/u/5954171?v=4",
"events_url": "https://api.github.com/users/alejandrohall/events{/privacy}",
"followers_url": "https://api.github.com/users/alejandrohall/followers",
"following_url": "https://api.github.com/users/alejandrohall/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": "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... | 1 | 2020-01-31T11:11:56Z | 2020-01-31T11:51:18Z | 2020-01-31T11:51:10Z | CONTRIBUTOR | null | Fix a wrong description in the field accessor `day` of the DatetimeArray class | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/31490/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/31490/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/31490.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/31490",
"merged_at": "2020-01-31T11:51:10Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/31490.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/31490"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/31491 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/31491/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/31491/comments | https://api.github.com/repos/pandas-dev/pandas/issues/31491/events | https://github.com/pandas-dev/pandas/issues/31491 | 558,082,499 | MDU6SXNzdWU1NTgwODI0OTk= | 31,491 | Error in pd.to_datetime, with argument np.datetime64 array of 51 elements | {
"avatar_url": "https://avatars.githubusercontent.com/u/4091226?v=4",
"events_url": "https://api.github.com/users/pajachiet/events{/privacy}",
"followers_url": "https://api.github.com/users/pajachiet/followers",
"following_url": "https://api.github.com/users/pajachiet/following{/other_user}",
"gists_url": "h... | [
{
"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": "e11d21",
"default": false,
"description": "Functiona... | closed | false | null | [] | {
"closed_at": "2020-02-06T23:38:32Z",
"closed_issues": 103,
"created_at": "2020-01-14T04:04:52Z",
"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/jr... | 4 | 2020-01-31T11:42:01Z | 2020-02-01T14:29:37Z | 2020-02-01T14:29:37Z | CONTRIBUTOR | null | #### Code Sample, a copy-pastable example if possible
```python
import pandas as pd
import numpy as np
d = np.datetime64("2000-01-01", "s")
pd.to_datetime(np.full(50, d))
# Works
pd.to_datetime(np.full(51, d))
# ERROR
# pandas._libs.tslibs.np_datetime.OutOfBoundsDatetime: Out of bounds nanosecond timest... | {
"+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/31491/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/31491/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/31492 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/31492/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/31492/comments | https://api.github.com/repos/pandas-dev/pandas/issues/31492/events | https://github.com/pandas-dev/pandas/issues/31492 | 558,086,024 | MDU6SXNzdWU1NTgwODYwMjQ= | 31,492 | Large dataframes aren't truncated in LaTeX output | {
"avatar_url": "https://avatars.githubusercontent.com/u/893512?v=4",
"events_url": "https://api.github.com/users/mojones/events{/privacy}",
"followers_url": "https://api.github.com/users/mojones/followers",
"following_url": "https://api.github.com/users/mojones/following{/other_user}",
"gists_url": "https://... | [] | closed | false | null | [] | null | 2 | 2020-01-31T11:50:07Z | 2020-01-31T13:03:04Z | 2020-01-31T13:03:03Z | CONTRIBUTOR | null | #### Code Sample, a copy-pastable example if possible
```python
import numpy as np
pd.DataFrame(np.random.rand(300,4),columns=['a','b','c','d']).to_latex()
```
#### Problem description
I'm using Jupyter notebook to write a long document using pandas, which I eventually will nbconvert to a PDF. In the notebo... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/31492/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/31492/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/31493 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/31493/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/31493/comments | https://api.github.com/repos/pandas-dev/pandas/issues/31493/events | https://github.com/pandas-dev/pandas/pull/31493 | 558,102,625 | MDExOlB1bGxSZXF1ZXN0MzY5NTU4MzQ0 | 31,493 | Backport PR #31183: BUG: Series/Frame invert dtypes' | {
"avatar_url": "https://avatars.githubusercontent.com/u/1020496?v=4",
"events_url": "https://api.github.com/users/jorisvandenbossche/events{/privacy}",
"followers_url": "https://api.github.com/users/jorisvandenbossche/followers",
"following_url": "https://api.github.com/users/jorisvandenbossche/following{/othe... | [] | closed | false | null | [] | {
"closed_at": "2020-02-06T23:38:32Z",
"closed_issues": 103,
"created_at": "2020-01-14T04:04:52Z",
"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/jr... | 1 | 2020-01-31T12:26:42Z | 2020-01-31T16:24:04Z | 2020-01-31T14:03:42Z | MEMBER | null | We forgot to backport this: https://github.com/pandas-dev/pandas/pull/31183
Closes #31489 | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/31493/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/31493/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/31493.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/31493",
"merged_at": "2020-01-31T14:03:42Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/31493.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/31493"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/31494 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/31494/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/31494/comments | https://api.github.com/repos/pandas-dev/pandas/issues/31494/events | https://github.com/pandas-dev/pandas/pull/31494 | 558,104,061 | MDExOlB1bGxSZXF1ZXN0MzY5NTU5NTI3 | 31,494 | DOC: move whatnew entry for invert from 1.0.0 t 1.0.1 | {
"avatar_url": "https://avatars.githubusercontent.com/u/1020496?v=4",
"events_url": "https://api.github.com/users/jorisvandenbossche/events{/privacy}",
"followers_url": "https://api.github.com/users/jorisvandenbossche/followers",
"following_url": "https://api.github.com/users/jorisvandenbossche/following{/othe... | [
{
"color": "3465A4",
"default": false,
"description": null,
"id": 134699,
"name": "Docs",
"node_id": "MDU6TGFiZWwxMzQ2OTk=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Docs"
}
] | closed | false | null | [] | {
"closed_at": "2020-02-06T23:38:32Z",
"closed_issues": 103,
"created_at": "2020-01-14T04:04:52Z",
"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/jr... | 0 | 2020-01-31T12:29:48Z | 2020-01-31T14:04:57Z | 2020-01-31T14:03:59Z | MEMBER | null | see https://github.com/pandas-dev/pandas/pull/31493, forgot to backport, so the fix will only be included in 1.0.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/31494/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/31494/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/31494.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/31494",
"merged_at": "2020-01-31T14:03:59Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/31494.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/31494"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/31495 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/31495/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/31495/comments | https://api.github.com/repos/pandas-dev/pandas/issues/31495/events | https://github.com/pandas-dev/pandas/issues/31495 | 558,149,833 | MDU6SXNzdWU1NTgxNDk4MzM= | 31,495 | Series shift method breaks for series of pandas Intervals in Pandas 1.0 (works in 0.25.3) | {
"avatar_url": "https://avatars.githubusercontent.com/u/12672027?v=4",
"events_url": "https://api.github.com/users/owenlamont/events{/privacy}",
"followers_url": "https://api.github.com/users/owenlamont/followers",
"following_url": "https://api.github.com/users/owenlamont/following{/other_user}",
"gists_url"... | [
{
"color": "d7e102",
"default": false,
"description": "np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate",
"id": 2822342,
"name": "Missing-data",
"node_id": "MDU6TGFiZWwyODIyMzQy",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Missing-data"
},
{
"color": "e11d21"... | closed | false | null | [] | {
"closed_at": "2020-02-06T23:38:32Z",
"closed_issues": 103,
"created_at": "2020-01-14T04:04:52Z",
"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/jr... | 6 | 2020-01-31T14:01:52Z | 2020-02-04T16:56:08Z | 2020-02-04T16:56:08Z | CONTRIBUTOR | null | #### Code Sample, a copy-pastable example if possible
```python
# Problem code example 1
import pandas as pd
test = pd.Series(index=[1, 2], data=[pd.Interval(pd.Timestamp("2020-09-04 10:00:00"), pd.Timestamp("2020-11-30 14:00:00")), pd.Interval(pd.Timestamp("2020-08-14 10:00:00"), pd.Timestamp("2020-09-21 14:00: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/31495/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/31495/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/31496 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/31496/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/31496/comments | https://api.github.com/repos/pandas-dev/pandas/issues/31496/events | https://github.com/pandas-dev/pandas/pull/31496 | 558,151,439 | MDExOlB1bGxSZXF1ZXN0MzY5NTk3NDA1 | 31,496 | Backport PR #31494 on branch 1.0.x (DOC: move whatnew entry for invert from 1.0.0 t 1.0.1) | {
"avatar_url": "https://avatars.githubusercontent.com/u/39504233?v=4",
"events_url": "https://api.github.com/users/meeseeksmachine/events{/privacy}",
"followers_url": "https://api.github.com/users/meeseeksmachine/followers",
"following_url": "https://api.github.com/users/meeseeksmachine/following{/other_user}"... | [] | closed | false | null | [] | {
"closed_at": "2020-02-06T23:38:32Z",
"closed_issues": 103,
"created_at": "2020-01-14T04:04:52Z",
"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/jr... | 0 | 2020-01-31T14:04:52Z | 2020-01-31T16:24:17Z | 2020-01-31T16:24:17Z | NONE | null | Backport PR #31494: DOC: move whatnew entry for invert from 1.0.0 t 1.0.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/31496/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/31496/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/31496.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/31496",
"merged_at": "2020-01-31T16:24:17Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/31496.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/31496"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/31497 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/31497/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/31497/comments | https://api.github.com/repos/pandas-dev/pandas/issues/31497/events | https://github.com/pandas-dev/pandas/issues/31497 | 558,159,190 | MDU6SXNzdWU1NTgxNTkxOTA= | 31,497 | StringDtype not preserved when writing + reading parquet or feather | {
"avatar_url": "https://avatars.githubusercontent.com/u/500246?v=4",
"events_url": "https://api.github.com/users/gerritholl/events{/privacy}",
"followers_url": "https://api.github.com/users/gerritholl/followers",
"following_url": "https://api.github.com/users/gerritholl/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... | 3 | 2020-01-31T14:18:40Z | 2020-02-02T21:29:23Z | 2020-01-31T14:28:14Z | NONE | null | #### Code Sample, a copy-pastable example if possible
```python
import tempfile
import pandas
df1 = pandas.DataFrame(
["a", "b", "c"], dtype=pandas.StringDtype(), columns=["test"])
with tempfile.NamedTemporaryFile() as fn:
df1.to_parquet(fn)
df2 = pandas.read_parquet(fn)
print(df1.equals(df2)... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/31497/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/31497/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/31498 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/31498/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/31498/comments | https://api.github.com/repos/pandas-dev/pandas/issues/31498/events | https://github.com/pandas-dev/pandas/issues/31498 | 558,227,574 | MDU6SXNzdWU1NTgyMjc1NzQ= | 31,498 | Add method to handle mixed string and non-string types in object column. | {
"avatar_url": "https://avatars.githubusercontent.com/u/9122812?v=4",
"events_url": "https://api.github.com/users/RicardoHS/events{/privacy}",
"followers_url": "https://api.github.com/users/RicardoHS/followers",
"following_url": "https://api.github.com/users/RicardoHS/following{/other_user}",
"gists_url": "h... | [
{
"color": "4E9A06",
"default": false,
"description": null,
"id": 76812,
"name": "Enhancement",
"node_id": "MDU6TGFiZWw3NjgxMg==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Enhancement"
},
{
"color": "207de5",
"default": false,
"description": "Requires... | closed | false | null | [] | null | 8 | 2020-01-31T16:18:07Z | 2021-07-27T05:40:51Z | 2021-07-27T05:40:51Z | NONE | null | #### Problem description
Since the version 1.0.0 and the creation of the StringDtype the use of an object column to handle string would decrease. Nevertheless, and [as in the new documentation is stated](https://pandas.pydata.org/pandas-docs/stable/whatsnew/v1.0.0.html)
```
There isn’t a clear way to select just t... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/31498/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/31498/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/31499 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/31499/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/31499/comments | https://api.github.com/repos/pandas-dev/pandas/issues/31499/events | https://github.com/pandas-dev/pandas/issues/31499 | 558,227,835 | MDU6SXNzdWU1NTgyMjc4MzU= | 31,499 | Pandas 1.0 no longer handles `numpy.str_`s as catgories | {
"avatar_url": "https://avatars.githubusercontent.com/u/291575?v=4",
"events_url": "https://api.github.com/users/flying-sheep/events{/privacy}",
"followers_url": "https://api.github.com/users/flying-sheep/followers",
"following_url": "https://api.github.com/users/flying-sheep/following{/other_user}",
"gists_... | [
{
"color": "e11d21",
"default": false,
"description": "Functionality that used to work in a prior pandas version",
"id": 32815646,
"name": "Regression",
"node_id": "MDU6TGFiZWwzMjgxNTY0Ng==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Regression"
},
{
"color": ... | closed | false | null | [] | {
"closed_at": "2020-02-06T23:38:32Z",
"closed_issues": 103,
"created_at": "2020-01-14T04:04:52Z",
"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/jr... | 5 | 2020-01-31T16:18:34Z | 2020-02-04T16:23:59Z | 2020-02-04T16:23:59Z | CONTRIBUTOR | null | #### Code Sample
```python
import pandas as pd
pd.Categorical(['1', '0', '1'], [np.str_('0'), np.str_('1')])
```
```pytb
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/home/angerer/Dev/Python/venvs/env-pandas-1/lib/python3.8/site-packages/pandas/core/arrays/categorical.py"... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/31499/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/31499/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/31500 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/31500/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/31500/comments | https://api.github.com/repos/pandas-dev/pandas/issues/31500/events | https://github.com/pandas-dev/pandas/pull/31500 | 558,234,447 | MDExOlB1bGxSZXF1ZXN0MzY5NjYzNjcw | 31,500 | DOC: Replaced "the the" with "the" | {
"avatar_url": "https://avatars.githubusercontent.com/u/50263213?v=4",
"events_url": "https://api.github.com/users/ShaharNaveh/events{/privacy}",
"followers_url": "https://api.github.com/users/ShaharNaveh/followers",
"following_url": "https://api.github.com/users/ShaharNaveh/following{/other_user}",
"gists_u... | [
{
"color": "3465A4",
"default": false,
"description": null,
"id": 134699,
"name": "Docs",
"node_id": "MDU6TGFiZWwxMzQ2OTk=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Docs"
}
] | closed | false | null | [] | null | 1 | 2020-01-31T16:29:37Z | 2020-02-01T10:51:13Z | 2020-01-31T17:39:35Z | MEMBER | null | - [ ] closes #xxxx
- [ ] tests added / passed
- [x] passes `black pandas`
- [x] passes `git diff upstream/master -u -- "*.py" | flake8 --diff`
- [ ] whatsnew entry
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/31500/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/31500/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/31500.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/31500",
"merged_at": "2020-01-31T17:39:35Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/31500.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/31500"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/31501 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/31501/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/31501/comments | https://api.github.com/repos/pandas-dev/pandas/issues/31501/events | https://github.com/pandas-dev/pandas/issues/31501 | 558,239,893 | MDU6SXNzdWU1NTgyMzk4OTM= | 31,501 | Can no longer slice DatetimeIndex with datetime.date values outside the index in 1.0.0 | {
"avatar_url": "https://avatars.githubusercontent.com/u/695500?v=4",
"events_url": "https://api.github.com/users/davidia/events{/privacy}",
"followers_url": "https://api.github.com/users/davidia/followers",
"following_url": "https://api.github.com/users/davidia/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": "0b02e1",
"default": false,
"description": "Related t... | closed | false | null | [] | {
"closed_at": "2020-02-06T23:38:32Z",
"closed_issues": 103,
"created_at": "2020-01-14T04:04:52Z",
"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/jr... | 4 | 2020-01-31T16:39:29Z | 2020-02-01T14:56:13Z | 2020-02-01T14:56:13Z | NONE | null | #### Code Sample
```python
import pandas as pd
import datetime as dt
s = pd.Series([0,1],pd.DatetimeIndex([dt.date(2019,1,1),dt.date(2019,1,2)]))
s[dt.date(2019,1,1):] # works
s[dt.date(2018,1,1):] # error
```
#### Problem description
As of 1.0.0 you can no longer slice a DatetimeIndex with dt.date valu... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/31501/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/31501/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/31502 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/31502/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/31502/comments | https://api.github.com/repos/pandas-dev/pandas/issues/31502/events | https://github.com/pandas-dev/pandas/pull/31502 | 558,245,881 | MDExOlB1bGxSZXF1ZXN0MzY5NjcyNTU3 | 31,502 | BUG: Fixed IntervalArray[int].shift | {
"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": "e11d21",
"default": false,
"description": "Functionality that used to work in a prior pandas version",
"id": 32815646,
"name": "Regression",
"node_id": "MDU6TGFiZWwzMjgxNTY0Ng==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Regression"
},
{
"color": ... | closed | false | null | [] | {
"closed_at": "2020-02-06T23:38:32Z",
"closed_issues": 103,
"created_at": "2020-01-14T04:04:52Z",
"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/jr... | 5 | 2020-01-31T16:51:03Z | 2020-02-04T16:56:08Z | 2020-02-04T16:56:08Z | CONTRIBUTOR | null | Closes https://github.com/pandas-dev/pandas/issues/31495
In ExtensionArray.shift, we have the note
```
# Note: this implementation assumes that `self.dtype.na_value` can be
# stored in an instance of your ExtensionArray with `self.dtype`.
```
I wonder, should we have a method / property like... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/31502/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/31502/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/31502.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/31502",
"merged_at": "2020-02-04T16:56:08Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/31502.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/31502"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/31503 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/31503/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/31503/comments | https://api.github.com/repos/pandas-dev/pandas/issues/31503/events | https://github.com/pandas-dev/pandas/issues/31503 | 558,255,250 | MDU6SXNzdWU1NTgyNTUyNTA= | 31,503 | API: query / boolean selection with nullable dtypes with NAs | {
"avatar_url": "https://avatars.githubusercontent.com/u/7226751?v=4",
"events_url": "https://api.github.com/users/tdpetrou/events{/privacy}",
"followers_url": "https://api.github.com/users/tdpetrou/followers",
"following_url": "https://api.github.com/users/tdpetrou/following{/other_user}",
"gists_url": "http... | [
{
"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": "AD7FA8"... | closed | false | null | [] | {
"closed_at": "2020-03-16T02:29:08Z",
"closed_issues": 155,
"created_at": "2020-02-03T09:13:39Z",
"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 | 2020-01-31T17:09:33Z | 2020-02-22T15:37:38Z | 2020-02-22T15:37:38Z | CONTRIBUTOR | null | #### Code Sample
Create a dataframe with nullable integer, string, and float data types.
```python
>>> df = df = pd.DataFrame({'a': [1, 3, np.nan], 'b': ['rain', 'shine', None],
'a_float': [1.1, 3.3, np.nan]})
>>> df = df.convert_dtypes()
>>> df
```
| ... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/31503/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/31503/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/31504 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/31504/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/31504/comments | https://api.github.com/repos/pandas-dev/pandas/issues/31504/events | https://github.com/pandas-dev/pandas/issues/31504 | 558,256,021 | MDU6SXNzdWU1NTgyNTYwMjE= | 31,504 | IntervalArray[datetime64[ns]].shift() raises TypeError | {
"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": "AFEEEE",
"default": false,
"description": null,
"id": 211840,
... | 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",
... | 6 | 2020-01-31T17:11:08Z | 2020-07-10T13:58:36Z | null | CONTRIBUTOR | null | #### Code Sample, a copy-pastable example if possible
With pandas 0.25.3 or master,
```pytb
In [2]: arr = pd.arrays.IntervalArray.from_breaks(pd.date_range('2000', periods=4))
In [3]: arr.shift()
---------------------------------------------------------------------------
TypeError ... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/31504/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/31504/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/31505 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/31505/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/31505/comments | https://api.github.com/repos/pandas-dev/pandas/issues/31505/events | https://github.com/pandas-dev/pandas/issues/31505 | 558,273,256 | MDU6SXNzdWU1NTgyNzMyNTY= | 31,505 | REGR: `copy()` within `apply()` raises ValueError: cannot create a DatetimeTZBlock without a tz, as of 1.0.0 | {
"avatar_url": "https://avatars.githubusercontent.com/u/10784275?v=4",
"events_url": "https://api.github.com/users/DomKennedy/events{/privacy}",
"followers_url": "https://api.github.com/users/DomKennedy/followers",
"following_url": "https://api.github.com/users/DomKennedy/following{/other_user}",
"gists_url"... | [
{
"color": "e11d21",
"default": false,
"description": "Functionality that used to work in a prior pandas version",
"id": 32815646,
"name": "Regression",
"node_id": "MDU6TGFiZWwzMjgxNTY0Ng==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Regression"
}
] | closed | false | null | [] | {
"closed_at": "2020-02-06T23:38:32Z",
"closed_issues": 103,
"created_at": "2020-01-14T04:04:52Z",
"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/jr... | 0 | 2020-01-31T17:45:45Z | 2020-02-05T08:15:33Z | 2020-02-05T08:15:33Z | NONE | null | #### Code Sample, a copy-pastable example if possible
Minimal example:
```python
import pandas as pd
df = pd.DataFrame({"foo": [pd.Timestamp("2020", tz="UTC")]}, dtype="object")
df.apply(lambda col: col.copy()) # raises exception below
```
Real-life usage:
```python
def filter_dataframe_by_dict(df, filt... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/31505/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/31505/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/31506 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/31506/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/31506/comments | https://api.github.com/repos/pandas-dev/pandas/issues/31506/events | https://github.com/pandas-dev/pandas/pull/31506 | 558,274,635 | MDExOlB1bGxSZXF1ZXN0MzY5Njk1MTEx | 31,506 | CLN: No need to use libindex.get_value_at | {
"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": "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": "20... | 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... | 1 | 2020-01-31T17:48:46Z | 2020-02-02T23:19:12Z | 2020-02-02T22:45:26Z | MEMBER | null | Made possible because Series._values returns DTA/TDA for datetime64/timedelta64. | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/31506/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/31506/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/31506.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/31506",
"merged_at": "2020-02-02T22:45:26Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/31506.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/31506"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/31507 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/31507/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/31507/comments | https://api.github.com/repos/pandas-dev/pandas/issues/31507/events | https://github.com/pandas-dev/pandas/issues/31507 | 558,275,656 | MDU6SXNzdWU1NTgyNzU2NTY= | 31,507 | json_normalize in 1.0.0 with meta path specified - expects iterable | {
"avatar_url": "https://avatars.githubusercontent.com/u/180959?v=4",
"events_url": "https://api.github.com/users/tturocy/events{/privacy}",
"followers_url": "https://api.github.com/users/tturocy/followers",
"following_url": "https://api.github.com/users/tturocy/following{/other_user}",
"gists_url": "https://... | [
{
"color": "e11d21",
"default": false,
"description": "Functionality that used to work in a prior pandas version",
"id": 32815646,
"name": "Regression",
"node_id": "MDU6TGFiZWwzMjgxNTY0Ng==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Regression"
},
{
"color": ... | closed | false | null | [] | {
"closed_at": "2020-03-16T02:29:08Z",
"closed_issues": 155,
"created_at": "2020-02-03T09:13:39Z",
"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 | 2020-01-31T17:51:06Z | 2021-10-20T16:35:23Z | 2020-03-11T15:02:32Z | NONE | null | #### Code Sample, a copy-pastable example if possible
```python
import json
from pandas.io.json import json_normalize
the_json = """
[{"id": 99,
"data": [{"one": 1, "two": 2... | {
"+1": 2,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 2,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/31507/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/31507/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/31508 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/31508/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/31508/comments | https://api.github.com/repos/pandas-dev/pandas/issues/31508/events | https://github.com/pandas-dev/pandas/pull/31508 | 558,276,650 | MDExOlB1bGxSZXF1ZXN0MzY5Njk2NTc1 | 31,508 | JSON Set Name Cleanup | {
"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": "207de5",
"default": false,
"description": "read_json, to_json, json_normalize",
"id": 49379259,
"name": "IO JSON",
"node_id": "MDU6TGFiZWw0OTM3OTI1OQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/IO%20JSON"
}
] | 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 | 2020-01-31T17:53:15Z | 2020-02-02T22:43:56Z | 2020-02-02T22:43:53Z | MEMBER | null | Makes this consistent with List, Tuple
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/31508/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/31508/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/31508.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/31508",
"merged_at": "2020-02-02T22:43:53Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/31508.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/31508"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/31509 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/31509/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/31509/comments | https://api.github.com/repos/pandas-dev/pandas/issues/31509/events | https://github.com/pandas-dev/pandas/pull/31509 | 558,277,178 | MDExOlB1bGxSZXF1ZXN0MzY5Njk2OTY3 | 31,509 | Dead JSON Code Cleanup | {
"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": "207de5",
"default": false,
"description": "read_json, to_json, json_normalize",
"id": 49379259,
"name": "IO JSON",
"node_id": "MDU6TGFiZWw0OTM3OTI1OQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/IO%20JSON"
},
{
"color": "207de5",
"default": fa... | 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... | 2 | 2020-01-31T17:54:25Z | 2020-02-02T22:43:00Z | 2020-02-02T22:42:56Z | MEMBER | null | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/31509/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/31509/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/31509.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/31509",
"merged_at": "2020-02-02T22:42:56Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/31509.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/31509"
} | |
https://api.github.com/repos/pandas-dev/pandas/issues/31510 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/31510/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/31510/comments | https://api.github.com/repos/pandas-dev/pandas/issues/31510/events | https://github.com/pandas-dev/pandas/pull/31510 | 558,286,363 | MDExOlB1bGxSZXF1ZXN0MzY5NzA0MjQy | 31,510 | CLN: remove IndexEngine.set_value | {
"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": "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": "20... | 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... | 1 | 2020-01-31T18:11:52Z | 2020-02-02T23:24:41Z | 2020-02-02T22:42:11Z | MEMBER | null | made possible bc Series._values now returns DTA/TDA for datetime64/timedelta64
Small perf improvement
```
In [3]: dti = pd.date_range('2016-01-01', freq='D', periods=10**4)
In [4]: idx = list('abcdefghijklmnop')
In [5]: arr = np.random.random(len(idx)*len... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/31510/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/31510/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/31510.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/31510",
"merged_at": "2020-02-02T22:42:11Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/31510.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/31510"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/31511 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/31511/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/31511/comments | https://api.github.com/repos/pandas-dev/pandas/issues/31511/events | https://github.com/pandas-dev/pandas/pull/31511 | 558,294,700 | MDExOlB1bGxSZXF1ZXN0MzY5NzExMjk1 | 31,511 | BUG: fix reindexing with a tz-aware index and method='nearest' | {
"avatar_url": "https://avatars.githubusercontent.com/u/57452607?v=4",
"events_url": "https://api.github.com/users/kanderso-nrel/events{/privacy}",
"followers_url": "https://api.github.com/users/kanderso-nrel/followers",
"following_url": "https://api.github.com/users/kanderso-nrel/following{/other_user}",
"g... | [
{
"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": "53... | 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... | 5 | 2020-01-31T18:23:51Z | 2020-02-03T03:48:40Z | 2020-02-03T03:48:29Z | CONTRIBUTOR | null | - [x] closes #26683
- [x] tests added / passed
- [x] passes `black pandas`
- [x] passes `git diff upstream/master -u -- "*.py" | flake8 --diff`
- [x] whatsnew entry
First pandas PR, happy to make changes as needed. Is a whatsnew entry needed? And if so, I assume it should go in v1.0.1.rst? | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/31511/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/31511/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/31511.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/31511",
"merged_at": "2020-02-03T03:48:28Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/31511.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/31511"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/31512 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/31512/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/31512/comments | https://api.github.com/repos/pandas-dev/pandas/issues/31512/events | https://github.com/pandas-dev/pandas/pull/31512 | 558,294,723 | MDExOlB1bGxSZXF1ZXN0MzY5NzExMzE3 | 31,512 | CLN: inherit PeriodIndex._box_func | {
"avatar_url": "https://avatars.githubusercontent.com/u/8078968?v=4",
"events_url": "https://api.github.com/users/jbrockmendel/events{/privacy}",
"followers_url": "https://api.github.com/users/jbrockmendel/followers",
"following_url": "https://api.github.com/users/jbrockmendel/following{/other_user}",
"gists... | [
{
"color": "eb6420",
"default": false,
"description": "Period data type",
"id": 60635328,
"name": "Period",
"node_id": "MDU6TGFiZWw2MDYzNTMyOA==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Period"
},
{
"color": "207de5",
"default": false,
"description"... | closed | false | null | [] | {
"closed_at": "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... | 1 | 2020-01-31T18:23:53Z | 2020-02-02T22:39:04Z | 2020-02-02T22:35:54Z | MEMBER | null | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/31512/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/31512/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/31512.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/31512",
"merged_at": "2020-02-02T22:35:54Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/31512.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/31512"
} | |
https://api.github.com/repos/pandas-dev/pandas/issues/31513 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/31513/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/31513/comments | https://api.github.com/repos/pandas-dev/pandas/issues/31513/events | https://github.com/pandas-dev/pandas/pull/31513 | 558,300,029 | MDExOlB1bGxSZXF1ZXN0MzY5NzE1ODg2 | 31,513 | REGR: Fixed truncation with na_rep | {
"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": "ededed"... | closed | false | null | [] | {
"closed_at": "2020-02-06T23:38:32Z",
"closed_issues": 103,
"created_at": "2020-01-14T04:04:52Z",
"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/jr... | 1 | 2020-01-31T18:31:06Z | 2020-02-01T15:21:16Z | 2020-02-01T15:21:12Z | CONTRIBUTOR | null | Closes https://github.com/pandas-dev/pandas/issues/31447 | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 1,
"laugh": 0,
"rocket": 0,
"total_count": 1,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/31513/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/31513/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/31513.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/31513",
"merged_at": "2020-02-01T15:21:12Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/31513.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/31513"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/31514 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/31514/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/31514/comments | https://api.github.com/repos/pandas-dev/pandas/issues/31514/events | https://github.com/pandas-dev/pandas/issues/31514 | 558,311,867 | MDU6SXNzdWU1NTgzMTE4Njc= | 31,514 | json_normalize Doc Broken | {
"avatar_url": "https://avatars.githubusercontent.com/u/609873?v=4",
"events_url": "https://api.github.com/users/WillAyd/events{/privacy}",
"followers_url": "https://api.github.com/users/WillAyd/followers",
"following_url": "https://api.github.com/users/WillAyd/following{/other_user}",
"gists_url": "https://... | [
{
"color": "3465A4",
"default": false,
"description": null,
"id": 134699,
"name": "Docs",
"node_id": "MDU6TGFiZWwxMzQ2OTk=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Docs"
}
] | closed | false | null | [] | {
"closed_at": "2020-02-06T23:38:32Z",
"closed_issues": 103,
"created_at": "2020-01-14T04:04:52Z",
"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/jr... | 2 | 2020-01-31T18:55:45Z | 2020-02-03T19:39:23Z | 2020-02-03T19:39:23Z | MEMBER | null | First google result for json_normalize will yield:
https://pandas.pydata.org/pandas-docs/stable/reference/api/pandas.io.json.json_normalize.html
This however is a dead link. I think the issue is we moved json_normalize to the top-level pd.namespace, so this works:
https://pandas.pydata.org/pandas-docs/stable/r... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/31514/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/31514/timeline | null | null | null |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.