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/24913 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/24913/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/24913/comments | https://api.github.com/repos/pandas-dev/pandas/issues/24913/events | https://github.com/pandas-dev/pandas/pull/24913 | 402,861,407 | MDExOlB1bGxSZXF1ZXN0MjQ3NDQ5NjI1 | 24,913 | CLN: reduce overhead in setup for categoricals benchmarks in asv | {
"avatar_url": "https://avatars.githubusercontent.com/u/440095?v=4",
"events_url": "https://api.github.com/users/qwhelan/events{/privacy}",
"followers_url": "https://api.github.com/users/qwhelan/followers",
"following_url": "https://api.github.com/users/qwhelan/following{/other_user}",
"gists_url": "https://... | [
{
"color": "207de5",
"default": false,
"description": null,
"id": 211029535,
"name": "Clean",
"node_id": "MDU6TGFiZWwyMTEwMjk1MzU=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Clean"
},
{
"color": "ae68cc",
"default": false,
"description": "Performance ... | closed | false | null | [] | {
"closed_at": "2019-07-19T00:34:29Z",
"closed_issues": 1289,
"created_at": "2018-10-23T02:34:15Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/j... | 6 | 2019-01-24T19:29:45Z | 2019-01-26T15:08:55Z | 2019-01-26T15:08:51Z | CONTRIBUTOR | null | The setup functions for the `categoricals.CategoricalSlicing` suite have ~40s of overhead that can be eliminated by two approaches:
- Use `pd.CategoricalIndex.from_codes()` instead of `pd.CategoricalIndex()`
- ~30s of the speedup comes from this
- Replace the dict of all cases with an `if`/`else` block to minimi... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/24913/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/24913/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/24913.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/24913",
"merged_at": "2019-01-26T15:08:51Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/24913.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/24913"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/24914 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/24914/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/24914/comments | https://api.github.com/repos/pandas-dev/pandas/issues/24914/events | https://github.com/pandas-dev/pandas/pull/24914 | 402,862,331 | MDExOlB1bGxSZXF1ZXN0MjQ3NDUwMzQ3 | 24,914 | TST/REF: collect DataFrame reduction tests | {
"avatar_url": "https://avatars.githubusercontent.com/u/8078968?v=4",
"events_url": "https://api.github.com/users/jbrockmendel/events{/privacy}",
"followers_url": "https://api.github.com/users/jbrockmendel/followers",
"following_url": "https://api.github.com/users/jbrockmendel/following{/other_user}",
"gists... | [
{
"color": "FCE94F",
"default": false,
"description": "Internal refactoring of code",
"id": 127681,
"name": "Refactor",
"node_id": "MDU6TGFiZWwxMjc2ODE=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Refactor"
},
{
"color": "C4A000",
"default": false,
"de... | closed | false | null | [] | {
"closed_at": "2019-07-19T00:34:29Z",
"closed_issues": 1289,
"created_at": "2018-10-23T02:34:15Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/j... | 6 | 2019-01-24T19:32:23Z | 2019-02-04T16:11:41Z | 2019-02-04T13:35:36Z | MEMBER | null | NB: this retains all extant fixture usage.
Collect tests by method being tested. Collect all calls to assert_stat_op_api in one test (one test which can be usefully parametrized/fixturized in a follow-up), removing a ton of noise from other test function signatures. As a result, it becomes much easier to see place... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/24914/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/24914/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/24914.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/24914",
"merged_at": "2019-02-04T13:35:36Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/24914.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/24914"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/24915 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/24915/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/24915/comments | https://api.github.com/repos/pandas-dev/pandas/issues/24915/events | https://github.com/pandas-dev/pandas/issues/24915 | 402,869,048 | MDU6SXNzdWU0MDI4NjkwNDg= | 24,915 | Cannot do agg if dataframe has column "name" | {
"avatar_url": "https://avatars.githubusercontent.com/u/17131953?v=4",
"events_url": "https://api.github.com/users/youhealthy/events{/privacy}",
"followers_url": "https://api.github.com/users/youhealthy/followers",
"following_url": "https://api.github.com/users/youhealthy/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"
},
{
"color": "fbca04",
... | 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... | 6 | 2019-01-24T19:51:07Z | 2020-09-14T13:40:28Z | 2020-09-14T13:40:17Z | NONE | null | #### Code Sample, a copy-pastable example if possible
```python
# Your code here
import pandas as pd
df = pd.DataFrame({"a": range(10)})
df.agg({"a": 'mean'}) # this line runs good
df["name"] = range(10)
df.agg({"a": 'mean'}) # now we have RuntimeError: maximum recursion depth exceeded
```
#### Problem d... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/24915/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/24915/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/24916 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/24916/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/24916/comments | https://api.github.com/repos/pandas-dev/pandas/issues/24916/events | https://github.com/pandas-dev/pandas/pull/24916 | 402,903,019 | MDExOlB1bGxSZXF1ZXN0MjQ3NDgyMDc3 | 24,916 | BUG-24212 fix regression in #24897 | {
"avatar_url": "https://avatars.githubusercontent.com/u/29615021?v=4",
"events_url": "https://api.github.com/users/JustinZhengBC/events{/privacy}",
"followers_url": "https://api.github.com/users/JustinZhengBC/followers",
"following_url": "https://api.github.com/users/JustinZhengBC/following{/other_user}",
"g... | [
{
"color": "02d7e1",
"default": false,
"description": "Concat, Merge/Join, Stack/Unstack, Explode",
"id": 13098779,
"name": "Reshaping",
"node_id": "MDU6TGFiZWwxMzA5ODc3OQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Reshaping"
},
{
"color": "e11d21",
"de... | closed | false | null | [] | {
"closed_at": "2019-07-19T00:34:29Z",
"closed_issues": 1289,
"created_at": "2018-10-23T02:34:15Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/j... | 11 | 2019-01-24T21:28:14Z | 2019-01-30T16:58:45Z | 2019-01-26T14:58:08Z | CONTRIBUTOR | null | - [ ] closes #24897
- [x] tests added / passed
- [X] passes `git diff upstream/master -u -- "*.py" | flake8 --diff`
- [ ] whatsnew entry
Use an extra take to ensure the `other_index` is arranged correctly for replacing values (in the original issue, the `other_index` would've taken from [0, 1, 2, 3] and be left u... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/24916/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/24916/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/24916.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/24916",
"merged_at": "2019-01-26T14:58:08Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/24916.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/24916"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/24917 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/24917/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/24917/comments | https://api.github.com/repos/pandas-dev/pandas/issues/24917/events | https://github.com/pandas-dev/pandas/pull/24917 | 402,938,408 | MDExOlB1bGxSZXF1ZXN0MjQ3NTA5NTg1 | 24,917 | CLN: fix typo in asv benchmark of non_unique_sorted, which was not sorted | {
"avatar_url": "https://avatars.githubusercontent.com/u/440095?v=4",
"events_url": "https://api.github.com/users/qwhelan/events{/privacy}",
"followers_url": "https://api.github.com/users/qwhelan/followers",
"following_url": "https://api.github.com/users/qwhelan/following{/other_user}",
"gists_url": "https://... | [
{
"color": "ae68cc",
"default": false,
"description": "Performance (ASV) benchmarks",
"id": 732775912,
"name": "Benchmark",
"node_id": "MDU6TGFiZWw3MzI3NzU5MTI=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Benchmark"
}
] | closed | false | null | [] | {
"closed_at": "2019-01-26T00:51:26Z",
"closed_issues": 2048,
"created_at": "2018-03-29T12:00:12Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/1020496?v=4",
"events_url": "https://api.github.com/users/jorisvandenbossche/events{/privacy}",
"followers_url": "https://api.github... | 4 | 2019-01-24T23:18:46Z | 2019-01-25T02:50:37Z | 2019-01-25T02:26:45Z | CONTRIBUTOR | null | Our benchmark for sorted, non-unique indexes is not sorted. This PR sorts the test data, leading to significantly different benchmark results. Before:
```
[ 0.01%] ··· index_object.Indexing.time_get_loc_non_unique_sorted
... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/24917/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/24917/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/24917.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/24917",
"merged_at": "2019-01-25T02:26:45Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/24917.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/24917"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/24918 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/24918/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/24918/comments | https://api.github.com/repos/pandas-dev/pandas/issues/24918/events | https://github.com/pandas-dev/pandas/issues/24918 | 402,950,430 | MDU6SXNzdWU0MDI5NTA0MzA= | 24,918 | Pandas doesn't always cast strings to int consistently when using .isin() | {
"avatar_url": "https://avatars.githubusercontent.com/u/10292259?v=4",
"events_url": "https://api.github.com/users/BasilBeirouti/events{/privacy}",
"followers_url": "https://api.github.com/users/BasilBeirouti/followers",
"following_url": "https://api.github.com/users/BasilBeirouti/following{/other_user}",
"g... | [
{
"color": "e10c02",
"default": false,
"description": null,
"id": 76811,
"name": "Bug",
"node_id": "MDU6TGFiZWw3NjgxMQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug"
},
{
"color": "fef2c0",
"default": false,
"description": "isin method",
"id": ... | 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",
... | 7 | 2019-01-25T00:09:01Z | 2021-06-12T01:04:13Z | null | NONE | null | #### Code Sample, a copy-pastable example if possible
```python
import pandas as pd
import numpy as np
df = pd.DataFrame(np.random.randint(0,10, size=(9999, 2)), columns=['key', 'value'])
# df.value contains integers 2 and 4, does not contain strings '2', '4', or 'fart' or integer 11
# example A: this ret... | {
"+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/24918/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/24918/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/24919 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/24919/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/24919/comments | https://api.github.com/repos/pandas-dev/pandas/issues/24919/events | https://github.com/pandas-dev/pandas/issues/24919 | 402,978,117 | MDU6SXNzdWU0MDI5NzgxMTc= | 24,919 | Please support indexing with 0 dim np.array in df.iloc. | {
"avatar_url": "https://avatars.githubusercontent.com/u/24998666?v=4",
"events_url": "https://api.github.com/users/tamuhey/events{/privacy}",
"followers_url": "https://api.github.com/users/tamuhey/followers",
"following_url": "https://api.github.com/users/tamuhey/following{/other_user}",
"gists_url": "https:... | [
{
"color": "e10c02",
"default": false,
"description": null,
"id": 76811,
"name": "Bug",
"node_id": "MDU6TGFiZWw3NjgxMQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug"
},
{
"color": "0b02e1",
"default": false,
"description": "Related to indexing on s... | closed | false | null | [] | {
"closed_at": "2019-07-19T00:34:29Z",
"closed_issues": 1289,
"created_at": "2018-10-23T02:34:15Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/j... | 1 | 2019-01-25T02:23:57Z | 2019-02-20T10:28:44Z | 2019-02-20T10:28:44Z | CONTRIBUTOR | null | #### Code Sample, a copy-pastable example if possible
The code below works correctly.
```python
df=pd.DataFrame([[1,2],[3,4]])
df.iloc[np.array([0])]
```
But the code below raises an error.
```python
df.iloc[np.array(0)]
```
```
TypeError: object of type 'numpy.int64' has no 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/24919/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/24919/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/24920 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/24920/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/24920/comments | https://api.github.com/repos/pandas-dev/pandas/issues/24920/events | https://github.com/pandas-dev/pandas/pull/24920 | 402,993,601 | MDExOlB1bGxSZXF1ZXN0MjQ3NTUwNzk4 | 24,920 | BUG-24915 fix unhashble Series.name in df aggregation | {
"avatar_url": "https://avatars.githubusercontent.com/u/43834836?v=4",
"events_url": "https://api.github.com/users/lofoyet/events{/privacy}",
"followers_url": "https://api.github.com/users/lofoyet/followers",
"following_url": "https://api.github.com/users/lofoyet/following{/other_user}",
"gists_url": "https:... | [
{
"color": "02d7e1",
"default": false,
"description": "Concat, Merge/Join, Stack/Unstack, Explode",
"id": 13098779,
"name": "Reshaping",
"node_id": "MDU6TGFiZWwxMzA5ODc3OQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Reshaping"
}
] | closed | false | null | [] | null | 9 | 2019-01-25T03:44:19Z | 2019-02-28T00:34:13Z | 2019-02-28T00:34:12Z | NONE | null | - [x] closes #24915
- [ ] tests added / passed
- [x] passes `git diff upstream/master -u -- "*.py" | flake8 --diff`
- [ ] whatsnew entry
Before creating a pd.Series and pass {name} as argument, check if {name} is hashable. If not use default None. | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/24920/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/24920/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/24920.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/24920",
"merged_at": null,
"patch_url": "https://github.com/pandas-dev/pandas/pull/24920.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/24920"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/24921 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/24921/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/24921/comments | https://api.github.com/repos/pandas-dev/pandas/issues/24921/events | https://github.com/pandas-dev/pandas/pull/24921 | 403,001,357 | MDExOlB1bGxSZXF1ZXN0MjQ3NTU2NjEw | 24,921 | Add tests for NaT when performing dt.to_period | {
"avatar_url": "https://avatars.githubusercontent.com/u/33966871?v=4",
"events_url": "https://api.github.com/users/alexander-ponomaroff/events{/privacy}",
"followers_url": "https://api.github.com/users/alexander-ponomaroff/followers",
"following_url": "https://api.github.com/users/alexander-ponomaroff/followin... | [
{
"color": "d7e102",
"default": false,
"description": "np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate",
"id": 2822342,
"name": "Missing-data",
"node_id": "MDU6TGFiZWwyODIyMzQy",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Missing-data"
},
{
"color": "eb6420"... | closed | false | null | [] | {
"closed_at": "2019-07-19T00:34:29Z",
"closed_issues": 1289,
"created_at": "2018-10-23T02:34:15Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/j... | 5 | 2019-01-25T04:28:37Z | 2019-01-26T14:50:54Z | 2019-01-26T14:50:50Z | CONTRIBUTOR | null |
@mroeschke Here is a test that tests the functionality discussed in the issue. Please let me know if it needs to be done differently and if more tests should be added.
- [x] closes #21205
- [x] tests added / passed
- [x] passes `git diff upstream/master -u -- "*.py" | flake8 --diff`
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/24921/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/24921/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/24921.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/24921",
"merged_at": "2019-01-26T14:50:50Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/24921.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/24921"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/24922 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/24922/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/24922/comments | https://api.github.com/repos/pandas-dev/pandas/issues/24922/events | https://github.com/pandas-dev/pandas/issues/24922 | 403,004,414 | MDU6SXNzdWU0MDMwMDQ0MTQ= | 24,922 | Dataframe that is view and copy | {
"avatar_url": "https://avatars.githubusercontent.com/u/326005?v=4",
"events_url": "https://api.github.com/users/chebee7i/events{/privacy}",
"followers_url": "https://api.github.com/users/chebee7i/followers",
"following_url": "https://api.github.com/users/chebee7i/following{/other_user}",
"gists_url": "https... | [] | closed | false | null | [] | null | 2 | 2019-01-25T04:46:31Z | 2019-01-25T19:28:09Z | 2019-01-25T19:28:09Z | CONTRIBUTOR | null | ```python
In [1]: import pandas as pd
In [2]: df = pd.DataFrame({'a': range(30), 'b': range(30})
In [3]: df2 = df[::2]
In [4]: df2.is_copy
Out[4]: <weakref at 0x7ffffb15e0c78; to 'DataFrama' at 0x7fffb16135c0>
In [5]: df2._is_view
Out[5]: True
In [6]: df2 += 2
In [7]: df2.iloc[0]
a 2
b 2
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/24922/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/24922/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/24923 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/24923/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/24923/comments | https://api.github.com/repos/pandas-dev/pandas/issues/24923/events | https://github.com/pandas-dev/pandas/issues/24923 | 403,016,634 | MDU6SXNzdWU0MDMwMTY2MzQ= | 24,923 | pivot_table very slow on Categorical data; how about an observed keyword argument? | {
"avatar_url": "https://avatars.githubusercontent.com/u/17681336?v=4",
"events_url": "https://api.github.com/users/lks100/events{/privacy}",
"followers_url": "https://api.github.com/users/lks100/followers",
"following_url": "https://api.github.com/users/lks100/following{/other_user}",
"gists_url": "https://a... | [
{
"color": "a10c02",
"default": false,
"description": "Memory or execution speed performance",
"id": 8935311,
"name": "Performance",
"node_id": "MDU6TGFiZWw4OTM1MzEx",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Performance"
},
{
"color": "e11d21",
"default"... | closed | false | null | [] | {
"closed_at": "2019-07-19T00:34:29Z",
"closed_issues": 1289,
"created_at": "2018-10-23T02:34:15Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/j... | 2 | 2019-01-25T05:56:23Z | 2021-08-27T00:03:42Z | 2019-04-26T01:16:10Z | NONE | null | #### Code Sample, a copy-pastable example if possible
```python
In [1]: df = pd.DataFrame({'col1': list('abcde'), 'col2': list('fghij'), 'col3': [1, 2, 3, 4, 5]}) ... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/24923/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/24923/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/24924 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/24924/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/24924/comments | https://api.github.com/repos/pandas-dev/pandas/issues/24924/events | https://github.com/pandas-dev/pandas/pull/24924 | 403,018,062 | MDExOlB1bGxSZXF1ZXN0MjQ3NTY4OTQ1 | 24,924 | ENH: indexing and __getitem__ of dataframe and series accept zerodim integer np.array as int | {
"avatar_url": "https://avatars.githubusercontent.com/u/24998666?v=4",
"events_url": "https://api.github.com/users/tamuhey/events{/privacy}",
"followers_url": "https://api.github.com/users/tamuhey/followers",
"following_url": "https://api.github.com/users/tamuhey/following{/other_user}",
"gists_url": "https:... | [
{
"color": "e10c02",
"default": false,
"description": null,
"id": 76811,
"name": "Bug",
"node_id": "MDU6TGFiZWw3NjgxMQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug"
},
{
"color": "0b02e1",
"default": false,
"description": "Related to indexing on s... | closed | false | null | [] | {
"closed_at": "2019-07-19T00:34:29Z",
"closed_issues": 1289,
"created_at": "2018-10-23T02:34:15Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/j... | 24 | 2019-01-25T06:03:36Z | 2019-02-20T10:28:50Z | 2019-02-20T10:28:44Z | CONTRIBUTOR | null | - [ ] closes #24919
- [x] tests added / passed
- [x] passes `git diff upstream/master -u -- "*.py" | flake8 --diff`
- [x] whatsnew entry
- Now the `df.iloc`, `df.loc`, `df.__getitem__` accepts zero dim integer numpy array, as follows:
```python
df.iloc[np.array(0)]
df.loc[np.array(0)]
df[np.array(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/24924/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/24924/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/24924.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/24924",
"merged_at": "2019-02-20T10:28:44Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/24924.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/24924"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/24925 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/24925/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/24925/comments | https://api.github.com/repos/pandas-dev/pandas/issues/24925/events | https://github.com/pandas-dev/pandas/issues/24925 | 403,047,334 | MDU6SXNzdWU0MDMwNDczMzQ= | 24,925 | reading of old pandas dataframe (created in python 2) failed with 0.23.4 | {
"avatar_url": "https://avatars.githubusercontent.com/u/7594913?v=4",
"events_url": "https://api.github.com/users/rbenes/events{/privacy}",
"followers_url": "https://api.github.com/users/rbenes/followers",
"following_url": "https://api.github.com/users/rbenes/following{/other_user}",
"gists_url": "https://ap... | [
{
"color": "5319e7",
"default": false,
"description": "read_hdf, HDFStore",
"id": 47229190,
"name": "IO HDF5",
"node_id": "MDU6TGFiZWw0NzIyOTE5MA==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/IO%20HDF5"
}
] | closed | false | null | [] | {
"closed_at": "2019-03-13T21:33:10Z",
"closed_issues": 127,
"created_at": "2019-01-30T14:20:23Z",
"creator": {
"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/u... | 6 | 2019-01-25T08:10:00Z | 2019-02-04T13:00:45Z | 2019-02-04T13:00:45Z | CONTRIBUTOR | null | Hi,
Firstly I have to apologize, that my description will be very vague.
I have a problem with one of my dataframe that was created earlier with python 2 and older version of pandas (unfortunately I do not know what version). Now I cannot open it in python 3 and pandas 0.23.4 (loading in python 3 with pandas 0.22... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/24925/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/24925/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/24926 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/24926/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/24926/comments | https://api.github.com/repos/pandas-dev/pandas/issues/24926/events | https://github.com/pandas-dev/pandas/pull/24926 | 403,136,344 | MDExOlB1bGxSZXF1ZXN0MjQ3NjU5MTE2 | 24,926 | API: Remove IntervalArray from top-level | {
"avatar_url": "https://avatars.githubusercontent.com/u/1312546?v=4",
"events_url": "https://api.github.com/users/TomAugspurger/events{/privacy}",
"followers_url": "https://api.github.com/users/TomAugspurger/followers",
"following_url": "https://api.github.com/users/TomAugspurger/following{/other_user}",
"gi... | [
{
"color": "AD7FA8",
"default": false,
"description": null,
"id": 35818298,
"name": "API Design",
"node_id": "MDU6TGFiZWwzNTgxODI5OA==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/API%20Design"
}
] | closed | false | null | [] | {
"closed_at": "2019-01-26T00:51:26Z",
"closed_issues": 2048,
"created_at": "2018-03-29T12:00:12Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/1020496?v=4",
"events_url": "https://api.github.com/users/jorisvandenbossche/events{/privacy}",
"followers_url": "https://api.github... | 6 | 2019-01-25T12:24:15Z | 2019-01-25T14:57:05Z | 2019-01-25T14:55:50Z | CONTRIBUTOR | null | cc @jschendel @jreback @jorisvandenbossche
Originally, we put IntervalArray in the top-level since it has the special alternative constructors. But it's a bit inconsistent with all our new arrays, so this is a proposal to remove it from the top-level and just have it in `pandas.arrays`. I don't think the extra typi... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/24926/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/24926/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/24926.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/24926",
"merged_at": "2019-01-25T14:55:50Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/24926.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/24926"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/24927 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/24927/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/24927/comments | https://api.github.com/repos/pandas-dev/pandas/issues/24927/events | https://github.com/pandas-dev/pandas/issues/24927 | 403,143,472 | MDU6SXNzdWU0MDMxNDM0NzI= | 24,927 | DOC: Update ecosystem.rst | {
"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"
}
] | open | false | null | [] | {
"closed_at": null,
"closed_issues": 786,
"created_at": "2015-01-13T10:53:19Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jreback/followers",
... | 2 | 2019-01-25T12:46:15Z | 2020-01-06T20:17:45Z | null | CONTRIBUTOR | null | Our ecosystem is kinda just a collection of libraries that work with pandas. It'd be good to curate that a bit more, to explain the other libraries in the ecosystem and how pandas releases to it. Possibly shorts examples, and recommendations of where to go when pandas isn't the right tool. | {
"+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/24927/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/24927/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/24928 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/24928/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/24928/comments | https://api.github.com/repos/pandas-dev/pandas/issues/24928/events | https://github.com/pandas-dev/pandas/pull/24928 | 403,151,273 | MDExOlB1bGxSZXF1ZXN0MjQ3NjcwNjMy | 24,928 | DOC: Making home page links more compact and clearer | {
"avatar_url": "https://avatars.githubusercontent.com/u/10058240?v=4",
"events_url": "https://api.github.com/users/datapythonista/events{/privacy}",
"followers_url": "https://api.github.com/users/datapythonista/followers",
"following_url": "https://api.github.com/users/datapythonista/following{/other_user}",
... | [
{
"color": "3465A4",
"default": false,
"description": null,
"id": 134699,
"name": "Docs",
"node_id": "MDU6TGFiZWwxMzQ2OTk=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Docs"
}
] | closed | false | null | [] | {
"closed_at": "2019-01-26T00:51:26Z",
"closed_issues": 2048,
"created_at": "2018-03-29T12:00:12Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/1020496?v=4",
"events_url": "https://api.github.com/users/jorisvandenbossche/events{/privacy}",
"followers_url": "https://api.github... | 1 | 2019-01-25T13:10:10Z | 2019-01-25T19:07:59Z | 2019-01-25T13:19:33Z | MEMBER | null | @TomAugspurger @jorisvandenbossche
Sharing in a minute a link so you can see this changes rendered.
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/24928/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/24928/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/24928.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/24928",
"merged_at": "2019-01-25T13:19:33Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/24928.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/24928"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/24929 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/24929/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/24929/comments | https://api.github.com/repos/pandas-dev/pandas/issues/24929/events | https://github.com/pandas-dev/pandas/pull/24929 | 403,163,736 | MDExOlB1bGxSZXF1ZXN0MjQ3NjgwMzgw | 24,929 | DOC: Adding version to the whatsnew section in the home page | {
"avatar_url": "https://avatars.githubusercontent.com/u/10058240?v=4",
"events_url": "https://api.github.com/users/datapythonista/events{/privacy}",
"followers_url": "https://api.github.com/users/datapythonista/followers",
"following_url": "https://api.github.com/users/datapythonista/following{/other_user}",
... | [
{
"color": "3465A4",
"default": false,
"description": null,
"id": 134699,
"name": "Docs",
"node_id": "MDU6TGFiZWwxMzQ2OTk=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Docs"
}
] | closed | false | null | [] | null | 4 | 2019-01-25T13:46:33Z | 2019-01-25T15:24:19Z | 2019-01-25T14:54:37Z | MEMBER | null | @TomAugspurger @jorisvandenbossche
Not so important, but looking at the home, feels quite weird to have the "What's New" section first thing in the toctree, without specifying what's new of in which version.
May be it's just me, feel free to dismiss this, but wanted to open as it's a trivial change, and IMO make... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/24929/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/24929/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/24929.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/24929",
"merged_at": "2019-01-25T14:54:37Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/24929.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/24929"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/24930 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/24930/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/24930/comments | https://api.github.com/repos/pandas-dev/pandas/issues/24930/events | https://github.com/pandas-dev/pandas/pull/24930 | 403,169,272 | MDExOlB1bGxSZXF1ZXN0MjQ3Njg0NzU3 | 24,930 | DOC: 0.24 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... | [] | closed | false | null | [] | {
"closed_at": "2019-01-26T00:51:26Z",
"closed_issues": 2048,
"created_at": "2018-03-29T12:00:12Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/1020496?v=4",
"events_url": "https://api.github.com/users/jorisvandenbossche/events{/privacy}",
"followers_url": "https://api.github... | 2 | 2019-01-25T14:02:03Z | 2019-01-25T14:55:16Z | 2019-01-25T14:23:07Z | CONTRIBUTOR | null | Also some gitignore cleanup. | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/24930/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/24930/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/24930.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/24930",
"merged_at": "2019-01-25T14:23:07Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/24930.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/24930"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/24931 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/24931/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/24931/comments | https://api.github.com/repos/pandas-dev/pandas/issues/24931/events | https://github.com/pandas-dev/pandas/issues/24931 | 403,175,969 | MDU6SXNzdWU0MDMxNzU5Njk= | 24,931 | IntervalIndex.get_loc doctest failing | {
"avatar_url": "https://avatars.githubusercontent.com/u/1312546?v=4",
"events_url": "https://api.github.com/users/TomAugspurger/events{/privacy}",
"followers_url": "https://api.github.com/users/TomAugspurger/followers",
"following_url": "https://api.github.com/users/TomAugspurger/following{/other_user}",
"gi... | [
{
"color": "3465A4",
"default": false,
"description": null,
"id": 134699,
"name": "Docs",
"node_id": "MDU6TGFiZWwxMzQ2OTk=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Docs"
},
{
"color": "009800",
"default": false,
"description": "Interval data type",
... | closed | false | null | [] | {
"closed_at": "2019-07-19T00:34:29Z",
"closed_issues": 1289,
"created_at": "2018-10-23T02:34:15Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/j... | 0 | 2019-01-25T14:20:03Z | 2019-07-02T15:41:45Z | 2019-07-02T15:41:45Z | CONTRIBUTOR | null | ```
$ pytest --doctest-modules pandas/core/indexes/interval.py -k get_loc
========================================================================================================================================================================== test session starts ====================================================... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/24931/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/24931/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/24932 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/24932/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/24932/comments | https://api.github.com/repos/pandas-dev/pandas/issues/24932/events | https://github.com/pandas-dev/pandas/pull/24932 | 403,204,339 | MDExOlB1bGxSZXF1ZXN0MjQ3NzEyMTE4 | 24,932 | CLN: Refactor cython to use memory views | {
"avatar_url": "https://avatars.githubusercontent.com/u/6236499?v=4",
"events_url": "https://api.github.com/users/noamher/events{/privacy}",
"followers_url": "https://api.github.com/users/noamher/followers",
"following_url": "https://api.github.com/users/noamher/following{/other_user}",
"gists_url": "https:/... | [
{
"color": "fbca04",
"default": false,
"description": "Related to non-user accessible pandas implementation",
"id": 49094459,
"name": "Internals",
"node_id": "MDU6TGFiZWw0OTA5NDQ1OQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Internals"
},
{
"color": "207de5... | closed | false | null | [] | {
"closed_at": "2019-07-19T00:34:29Z",
"closed_issues": 1289,
"created_at": "2018-10-23T02:34:15Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/j... | 7 | 2019-01-25T15:28:27Z | 2019-01-26T17:48:45Z | 2019-01-26T17:48:41Z | CONTRIBUTOR | null | Refactored cython files (.pxi.in, .pyx):
1. Made cdef usage consistent (using a cdef block instead of multiple cdef modifier when possible)
2. Replaced type hints with cython type declaration in function signatures
3. Replaced ndarray with memory view in function signatures
4. Added the const modifier to memory v... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/24932/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/24932/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/24932.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/24932",
"merged_at": "2019-01-26T17:48:41Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/24932.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/24932"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/24933 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/24933/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/24933/comments | https://api.github.com/repos/pandas-dev/pandas/issues/24933/events | https://github.com/pandas-dev/pandas/pull/24933 | 403,238,303 | MDExOlB1bGxSZXF1ZXN0MjQ3NzM4ODQ4 | 24,933 | DOC Minor what's new fix for v0.24 | {
"avatar_url": "https://avatars.githubusercontent.com/u/630936?v=4",
"events_url": "https://api.github.com/users/rth/events{/privacy}",
"followers_url": "https://api.github.com/users/rth/followers",
"following_url": "https://api.github.com/users/rth/following{/other_user}",
"gists_url": "https://api.github.c... | [
{
"color": "3465A4",
"default": false,
"description": null,
"id": 134699,
"name": "Docs",
"node_id": "MDU6TGFiZWwxMzQ2OTk=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Docs"
}
] | closed | false | null | [] | {
"closed_at": "2019-02-04T09:15:14Z",
"closed_issues": 47,
"created_at": "2018-12-02T17:02:37Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jre... | 6 | 2019-01-25T16:49:26Z | 2019-01-26T14:59:04Z | 2019-01-26T08:01:55Z | CONTRIBUTOR | null | I think there is a word missing in the first sentence of the 0.24 what's new. Maybe it's just me but I was expecting some word after "See :ref:`install.dropping-27` for more.".
cc @TomAugspurger | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/24933/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/24933/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/24933.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/24933",
"merged_at": "2019-01-26T08:01:55Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/24933.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/24933"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/24934 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/24934/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/24934/comments | https://api.github.com/repos/pandas-dev/pandas/issues/24934/events | https://github.com/pandas-dev/pandas/issues/24934 | 403,267,922 | MDU6SXNzdWU0MDMyNjc5MjI= | 24,934 | Rolling on groupby result gives different result than rolling on each group | {
"avatar_url": "https://avatars.githubusercontent.com/u/1462796?v=4",
"events_url": "https://api.github.com/users/MichaelNorman/events{/privacy}",
"followers_url": "https://api.github.com/users/MichaelNorman/followers",
"following_url": "https://api.github.com/users/MichaelNorman/following{/other_user}",
"gi... | [
{
"color": "0052cc",
"default": false,
"description": null,
"id": 34444536,
"name": "Usage Question",
"node_id": "MDU6TGFiZWwzNDQ0NDUzNg==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Usage%20Question"
}
] | closed | false | null | [] | null | 6 | 2019-01-25T18:03:04Z | 2019-03-26T05:39:31Z | 2019-03-26T05:39:31Z | NONE | null | #### Tell me if the last 2 out of 3 games played by player were category 3:
```python
import pandas as pd
match = ['a', 'a', 'a', 'b', 'b', 'b', 'c', 'c', 'c', 'c', 'd', 'd', 'd', 'e', 'e', 'e', 'e']
category = [3, 3, 3, 2, 2, 2, 3, 3, 3, 3, 3, 3, 3, 2, 2, 2, 2]
player = ['bar', 'baz', 'chaz', 'baz', 'choo', 'chaz... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/24934/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/24934/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/24935 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/24935/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/24935/comments | https://api.github.com/repos/pandas-dev/pandas/issues/24935/events | https://github.com/pandas-dev/pandas/pull/24935 | 403,276,636 | MDExOlB1bGxSZXF1ZXN0MjQ3NzY5MDY2 | 24,935 | BUG: fix str.replace('.','') should replace every character | {
"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": "e10c02",
"default": false,
"description": null,
"id": 76811,
"name": "Bug",
"node_id": "MDU6TGFiZWw3NjgxMQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug"
},
{
"color": "5319e7",
"default": false,
"description": "String extension data ty... | closed | false | null | [] | null | 36 | 2019-01-25T18:30:44Z | 2019-06-17T23:29:59Z | 2019-06-17T23:29:58Z | MEMBER | null | - [ ] closes #24804
- [ ] tests added / passed
- [ ] passes `git diff upstream/master -u -- "*.py" | flake8 --diff`
- [ ] whatsnew entry
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/24935/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/24935/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/24935.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/24935",
"merged_at": null,
"patch_url": "https://github.com/pandas-dev/pandas/pull/24935.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/24935"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/24936 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/24936/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/24936/comments | https://api.github.com/repos/pandas-dev/pandas/issues/24936/events | https://github.com/pandas-dev/pandas/issues/24936 | 403,323,373 | MDU6SXNzdWU0MDMzMjMzNzM= | 24,936 | Pandas 0.24 - cannot install with python 3.6.8 | {
"avatar_url": "https://avatars.githubusercontent.com/u/12173469?v=4",
"events_url": "https://api.github.com/users/grzadr/events{/privacy}",
"followers_url": "https://api.github.com/users/grzadr/followers",
"following_url": "https://api.github.com/users/grzadr/following{/other_user}",
"gists_url": "https://a... | [] | closed | false | null | [] | null | 4 | 2019-01-25T20:35:52Z | 2019-01-25T20:45:33Z | 2019-01-25T20:45:33Z | NONE | null | New release of pandas cannot be installed via conda. It results in error:
```
UnsatisfiableError: The following specifications were found to be in conflict:
- pandas==0.24.0 -> python[version='>=2.7,<2.8.0a0'] -> openssl=1.0
- pandas==0.24.0 -> python[version='>=2.7,<2.8.0a0'] -> readline=6.2
- pandas==0.2... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/24936/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/24936/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/24937 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/24937/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/24937/comments | https://api.github.com/repos/pandas-dev/pandas/issues/24937/events | https://github.com/pandas-dev/pandas/pull/24937 | 403,327,851 | MDExOlB1bGxSZXF1ZXN0MjQ3ODA5NDQ1 | 24,937 | TST: GH#23922 Add missing match params to pytest.raises | {
"avatar_url": "https://avatars.githubusercontent.com/u/35242616?v=4",
"events_url": "https://api.github.com/users/mike-cramblett/events{/privacy}",
"followers_url": "https://api.github.com/users/mike-cramblett/followers",
"following_url": "https://api.github.com/users/mike-cramblett/following{/other_user}",
... | [
{
"color": "FCE94F",
"default": false,
"description": "Internal refactoring of code",
"id": 127681,
"name": "Refactor",
"node_id": "MDU6TGFiZWwxMjc2ODE=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Refactor"
},
{
"color": "C4A000",
"default": false,
"de... | closed | false | null | [] | {
"closed_at": "2019-07-19T00:34:29Z",
"closed_issues": 1289,
"created_at": "2018-10-23T02:34:15Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/j... | 5 | 2019-01-25T20:50:38Z | 2019-01-28T22:23:56Z | 2019-01-26T14:49:31Z | CONTRIBUTOR | null | - [ ] closes #xxxx
- [x] tests added / passed
- [x] passes `git diff upstream/master -u -- "*.py" | flake8 --diff`
- [ ] whatsnew entry
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/24937/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/24937/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/24937.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/24937",
"merged_at": "2019-01-26T14:49:31Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/24937.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/24937"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/24938 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/24938/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/24938/comments | https://api.github.com/repos/pandas-dev/pandas/issues/24938/events | https://github.com/pandas-dev/pandas/issues/24938 | 403,352,674 | MDU6SXNzdWU0MDMzNTI2NzQ= | 24,938 | Pandas 0.23.4: Memory Error on doing pd.merge() with smallish csv files | {
"avatar_url": "https://avatars.githubusercontent.com/u/3989299?v=4",
"events_url": "https://api.github.com/users/pybokeh/events{/privacy}",
"followers_url": "https://api.github.com/users/pybokeh/followers",
"following_url": "https://api.github.com/users/pybokeh/following{/other_user}",
"gists_url": "https:/... | [
{
"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 | 2 | 2019-01-25T22:09:35Z | 2019-01-25T23:44:43Z | 2019-01-25T23:44:43Z | NONE | null | #### Code Sample, a copy-pastable example if possible
See gist of code:
https://nbviewer.jupyter.org/gist/pybokeh/434e290a1af3636a3f84097e3aa45a72
#### Problem description
Get memory error - see gist above
#### Expected Output
Not get memory error
#### Output of ``pd.show_versions()``
<details>
I... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/24938/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/24938/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/24939 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/24939/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/24939/comments | https://api.github.com/repos/pandas-dev/pandas/issues/24939/events | https://github.com/pandas-dev/pandas/issues/24939 | 403,353,591 | MDU6SXNzdWU0MDMzNTM1OTE= | 24,939 | df.to_dict('records') broken when 255+ columns present | {
"avatar_url": "https://avatars.githubusercontent.com/u/3976804?v=4",
"events_url": "https://api.github.com/users/ebolyen/events{/privacy}",
"followers_url": "https://api.github.com/users/ebolyen/followers",
"following_url": "https://api.github.com/users/ebolyen/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"
}
] | closed | false | null | [] | {
"closed_at": "2019-02-04T09:15:14Z",
"closed_issues": 47,
"created_at": "2018-12-02T17:02:37Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jre... | 10 | 2019-01-25T22:12:50Z | 2019-01-28T15:31:56Z | 2019-01-28T15:31:56Z | NONE | null | #### Code Sample, a copy-pastable example if possible
```pytb
Python 3.6.7 | packaged by conda-forge | (default, Nov 21 2018, 03:09:43)
Type 'copyright', 'credits' or 'license' for more information
IPython 7.2.0 -- An enhanced Interactive Python. Type '?' for help.
In [1]: import pandas as pd ... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/24939/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/24939/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/24940 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/24940/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/24940/comments | https://api.github.com/repos/pandas-dev/pandas/issues/24940/events | https://github.com/pandas-dev/pandas/issues/24940 | 403,354,743 | MDU6SXNzdWU0MDMzNTQ3NDM= | 24,940 | df.to_dict('record') adds underscore to column names are integer-strings | {
"avatar_url": "https://avatars.githubusercontent.com/u/3976804?v=4",
"events_url": "https://api.github.com/users/ebolyen/events{/privacy}",
"followers_url": "https://api.github.com/users/ebolyen/followers",
"following_url": "https://api.github.com/users/ebolyen/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"
}
] | closed | false | null | [] | {
"closed_at": "2019-02-04T09:15:14Z",
"closed_issues": 47,
"created_at": "2018-12-02T17:02:37Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jre... | 3 | 2019-01-25T22:16:50Z | 2019-01-28T15:31:56Z | 2019-01-28T15:31:56Z | NONE | null | #### Code Sample, a copy-pastable example if possible
```pytb
Python 3.6.7 | packaged by conda-forge | (default, Nov 21 2018, 03:09:43)
Type 'copyright', 'credits' or 'license' for more information
IPython 7.2.0 -- An enhanced Interactive Python. Type '?' for help.
In [1]: import pandas as pd ... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/24940/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/24940/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/24941 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/24941/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/24941/comments | https://api.github.com/repos/pandas-dev/pandas/issues/24941/events | https://github.com/pandas-dev/pandas/pull/24941 | 403,376,635 | MDExOlB1bGxSZXF1ZXN0MjQ3ODQ2OTEx | 24,941 | DOC: switch headline whatsnew to 0.25 | {
"avatar_url": "https://avatars.githubusercontent.com/u/33685575?v=4",
"events_url": "https://api.github.com/users/h-vetinari/events{/privacy}",
"followers_url": "https://api.github.com/users/h-vetinari/followers",
"following_url": "https://api.github.com/users/h-vetinari/following{/other_user}",
"gists_url"... | [
{
"color": "3465A4",
"default": false,
"description": null,
"id": 134699,
"name": "Docs",
"node_id": "MDU6TGFiZWwxMzQ2OTk=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Docs"
}
] | closed | false | null | [] | {
"closed_at": "2019-07-19T00:34:29Z",
"closed_issues": 1289,
"created_at": "2018-10-23T02:34:15Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/j... | 4 | 2019-01-25T23:55:15Z | 2019-01-27T19:13:04Z | 2019-01-26T14:53:59Z | CONTRIBUTOR | null | @TomAugspurger
Not sure if the warning is still desired or necessary. I'm just thinking that "explicit is better than implicit".
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/24941/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/24941/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/24941.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/24941",
"merged_at": "2019-01-26T14:53:59Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/24941.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/24941"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/24942 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/24942/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/24942/comments | https://api.github.com/repos/pandas-dev/pandas/issues/24942/events | https://github.com/pandas-dev/pandas/pull/24942 | 403,381,624 | MDExOlB1bGxSZXF1ZXN0MjQ3ODUwNzc0 | 24,942 | Remove py27 CI jobs | {
"avatar_url": "https://avatars.githubusercontent.com/u/33685575?v=4",
"events_url": "https://api.github.com/users/h-vetinari/events{/privacy}",
"followers_url": "https://api.github.com/users/h-vetinari/followers",
"following_url": "https://api.github.com/users/h-vetinari/following{/other_user}",
"gists_url"... | [
{
"color": "75507B",
"default": false,
"description": "Library building on various platforms",
"id": 129350,
"name": "Build",
"node_id": "MDU6TGFiZWwxMjkzNTA=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Build"
}
] | closed | false | null | [] | {
"closed_at": "2019-07-19T00:34:29Z",
"closed_issues": 1289,
"created_at": "2018-10-23T02:34:15Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/j... | 26 | 2019-01-26T00:24:17Z | 2019-03-25T06:51:06Z | 2019-03-17T15:09:47Z | CONTRIBUTOR | null | The start of a looooooooong process to get rid of the py2 compat code.
I kept most of the CI jobs that used to be 2.7 at the lower end of the various supported versions, with 2x 2.7->3.5, 1x 2.7->3.6 and only one real upgrade from 2.7->3.7 (first CI job for 3.7 & windows).
@jreback @TomAugspurger
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/24942/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/24942/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/24942.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/24942",
"merged_at": "2019-03-17T15:09:47Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/24942.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/24942"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/24943 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/24943/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/24943/comments | https://api.github.com/repos/pandas-dev/pandas/issues/24943/events | https://github.com/pandas-dev/pandas/issues/24943 | 403,388,894 | MDU6SXNzdWU0MDMzODg4OTQ= | 24,943 | ADMIN: Policy on Maintenance Branches? | {
"avatar_url": "https://avatars.githubusercontent.com/u/9273653?v=4",
"events_url": "https://api.github.com/users/gfyoung/events{/privacy}",
"followers_url": "https://api.github.com/users/gfyoung/followers",
"following_url": "https://api.github.com/users/gfyoung/following{/other_user}",
"gists_url": "https:/... | [
{
"color": "DDDDDD",
"default": false,
"description": "Administrative tasks related to the pandas project",
"id": 32933285,
"name": "Admin",
"node_id": "MDU6TGFiZWwzMjkzMzI4NQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Admin"
}
] | closed | false | null | [] | null | 1 | 2019-01-26T01:17:13Z | 2019-01-26T01:37:28Z | 2019-01-26T01:37:28Z | MEMBER | null | @pandas-dev/pandas-core
With `0.24.0` just released, what's the policy exactly for maintenance branches (e.g. `0.23.x`) i.e. how many do we keep (e.g. three major releases)? I ask because I see that we're still holding on to [0.19.x](https://github.com/pandas-dev/pandas/tree/0.19.x), which is 5 (!) major releases ... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/24943/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/24943/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/24944 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/24944/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/24944/comments | https://api.github.com/repos/pandas-dev/pandas/issues/24944/events | https://github.com/pandas-dev/pandas/pull/24944 | 403,392,931 | MDExOlB1bGxSZXF1ZXN0MjQ3ODU5Mjg3 | 24,944 | DOC: State that we support scalars in to_numeric | {
"avatar_url": "https://avatars.githubusercontent.com/u/9273653?v=4",
"events_url": "https://api.github.com/users/gfyoung/events{/privacy}",
"followers_url": "https://api.github.com/users/gfyoung/followers",
"following_url": "https://api.github.com/users/gfyoung/following{/other_user}",
"gists_url": "https:/... | [
{
"color": "3465A4",
"default": false,
"description": null,
"id": 134699,
"name": "Docs",
"node_id": "MDU6TGFiZWwxMzQ2OTk=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Docs"
},
{
"color": "006b75",
"default": false,
"description": "Arithmetic, Compariso... | closed | false | null | [] | {
"closed_at": "2019-07-19T00:34:29Z",
"closed_issues": 1289,
"created_at": "2018-10-23T02:34:15Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/j... | 2 | 2019-01-26T01:56:07Z | 2019-01-26T10:18:16Z | 2019-01-26T08:01:00Z | MEMBER | null | We [support it](https://github.com/pandas-dev/pandas/blob/0c4113f/pandas/core/tools/numeric.py#L114-L120) and [test it](https://github.com/pandas-dev/pandas/blob/0c4113f/pandas/tests/tools/test_numeric.py#L174-L185) already.
xref #24910.
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/24944/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/24944/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/24944.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/24944",
"merged_at": "2019-01-26T08:01:00Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/24944.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/24944"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/24945 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/24945/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/24945/comments | https://api.github.com/repos/pandas-dev/pandas/issues/24945/events | https://github.com/pandas-dev/pandas/pull/24945 | 403,393,742 | MDExOlB1bGxSZXF1ZXN0MjQ3ODU5ODUx | 24,945 | DOC/CLN: Fix errors in Series docstrings | {
"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": "3465A4",
"default": false,
"description": null,
"id": 134699,
"name": "Docs",
"node_id": "MDU6TGFiZWwxMzQ2OTk=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Docs"
}
] | closed | false | null | [] | {
"closed_at": "2019-07-19T00:34:29Z",
"closed_issues": 1289,
"created_at": "2018-10-23T02:34:15Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/j... | 14 | 2019-01-26T02:05:09Z | 2019-02-07T13:40:24Z | 2019-02-07T04:56:55Z | MEMBER | null | Fixes (or starts to fix) a few errors in `Series` docstrings. On a related note, it seems `validate_docstrings.py` yields this error for a large number of docstrings:
```
The first line of the Returns section should contain only the type, unless multiple values are being returned
```
which seems to happen when... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/24945/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/24945/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/24945.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/24945",
"merged_at": "2019-02-07T04:56:55Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/24945.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/24945"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/24946 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/24946/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/24946/comments | https://api.github.com/repos/pandas-dev/pandas/issues/24946/events | https://github.com/pandas-dev/pandas/pull/24946 | 403,427,425 | MDExOlB1bGxSZXF1ZXN0MjQ3ODgwNTYw | 24,946 | TST/REF: Add pytest idiom to test_numeric.py | {
"avatar_url": "https://avatars.githubusercontent.com/u/9273653?v=4",
"events_url": "https://api.github.com/users/gfyoung/events{/privacy}",
"followers_url": "https://api.github.com/users/gfyoung/followers",
"following_url": "https://api.github.com/users/gfyoung/following{/other_user}",
"gists_url": "https:/... | [
{
"color": "FCE94F",
"default": false,
"description": "Internal refactoring of code",
"id": 127681,
"name": "Refactor",
"node_id": "MDU6TGFiZWwxMjc2ODE=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Refactor"
},
{
"color": "C4A000",
"default": false,
"de... | closed | false | null | [] | {
"closed_at": "2019-07-19T00:34:29Z",
"closed_issues": 1289,
"created_at": "2018-10-23T02:34:15Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/j... | 3 | 2019-01-26T10:19:11Z | 2019-01-26T21:22:34Z | 2019-01-26T15:42:23Z | 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/24946/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/24946/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/24946.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/24946",
"merged_at": "2019-01-26T15:42:23Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/24946.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/24946"
} | |
https://api.github.com/repos/pandas-dev/pandas/issues/24947 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/24947/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/24947/comments | https://api.github.com/repos/pandas-dev/pandas/issues/24947/events | https://github.com/pandas-dev/pandas/issues/24947 | 403,430,633 | MDU6SXNzdWU0MDM0MzA2MzM= | 24,947 | Comparison with NaN should yield NaN? | {
"avatar_url": "https://avatars.githubusercontent.com/u/4377312?v=4",
"events_url": "https://api.github.com/users/cbrnr/events{/privacy}",
"followers_url": "https://api.github.com/users/cbrnr/followers",
"following_url": "https://api.github.com/users/cbrnr/following{/other_user}",
"gists_url": "https://api.g... | [
{
"color": "0052cc",
"default": false,
"description": null,
"id": 34444536,
"name": "Usage Question",
"node_id": "MDU6TGFiZWwzNDQ0NDUzNg==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Usage%20Question"
}
] | closed | false | null | [] | null | 5 | 2019-01-26T11:00:54Z | 2019-01-27T09:25:41Z | 2019-01-26T22:55:12Z | CONTRIBUTOR | null | I know that there has been some discussion on whether an empty series should sum to 0 or NaN, and apparently by default this now sums to 0 (because `skipna=True`) or `nan` if `skipna=False`. This is consistent with R behavior.
Today I was a bit surprised to see something that may or may not be related to the sum beh... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/24947/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/24947/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/24948 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/24948/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/24948/comments | https://api.github.com/repos/pandas-dev/pandas/issues/24948/events | https://github.com/pandas-dev/pandas/pull/24948 | 403,441,487 | MDExOlB1bGxSZXF1ZXN0MjQ3ODg5MjM2 | 24,948 | [DOC] Fix issues with DataFrame.aggregate page | {
"avatar_url": "https://avatars.githubusercontent.com/u/23095097?v=4",
"events_url": "https://api.github.com/users/rotuna/events{/privacy}",
"followers_url": "https://api.github.com/users/rotuna/followers",
"following_url": "https://api.github.com/users/rotuna/following{/other_user}",
"gists_url": "https://a... | [
{
"color": "3465A4",
"default": false,
"description": null,
"id": 134699,
"name": "Docs",
"node_id": "MDU6TGFiZWwxMzQ2OTk=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Docs"
}
] | closed | false | null | [] | {
"closed_at": "2019-07-19T00:34:29Z",
"closed_issues": 1289,
"created_at": "2018-10-23T02:34:15Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/j... | 12 | 2019-01-26T13:24:08Z | 2019-03-28T05:33:45Z | 2019-03-28T05:33:45Z | NONE | null | Fixed some formatting issues. Description was gettign rendered in the
wrong location.
Moved a line from generic.py to frame.py to help with the rendering.
Moved the description being clubbed with see also to doc string with the
function declaration in frame.py
- closes #24668
- passes `git diff upstream/ma... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/24948/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/24948/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/24948.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/24948",
"merged_at": null,
"patch_url": "https://github.com/pandas-dev/pandas/pull/24948.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/24948"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/24949 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/24949/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/24949/comments | https://api.github.com/repos/pandas-dev/pandas/issues/24949/events | https://github.com/pandas-dev/pandas/issues/24949 | 403,447,657 | MDU6SXNzdWU0MDM0NDc2NTc= | 24,949 | RLS: 0.24.x | {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jreback/followers",
"following_url": "https://api.github.com/users/jreback/following{/other_user}",
"gists_url": "https://... | [
{
"color": "DDDDDD",
"default": false,
"description": "Administrative tasks related to the pandas project",
"id": 32933285,
"name": "Admin",
"node_id": "MDU6TGFiZWwzMjkzMzI4NQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Admin"
},
{
"color": "006b75",
"de... | closed | false | null | [] | {
"closed_at": "2020-04-03T17:32:18Z",
"closed_issues": 9,
"created_at": "2019-03-11T13:56:56Z",
"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.co... | 25 | 2019-01-26T14:38:29Z | 2019-04-20T18:51:52Z | 2019-04-20T18:51:52Z | CONTRIBUTOR | null | Tracking issue for 0.24.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/24949/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/24949/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/24950 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/24950/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/24950/comments | https://api.github.com/repos/pandas-dev/pandas/issues/24950/events | https://github.com/pandas-dev/pandas/issues/24950 | 403,447,685 | MDU6SXNzdWU0MDM0NDc2ODU= | 24,950 | RLS: 0.25.0 | {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jreback/followers",
"following_url": "https://api.github.com/users/jreback/following{/other_user}",
"gists_url": "https://... | [
{
"color": "006b75",
"default": false,
"description": null,
"id": 131473665,
"name": "Release",
"node_id": "MDU6TGFiZWwxMzE0NzM2NjU=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Release"
}
] | closed | false | null | [] | {
"closed_at": "2019-07-19T00:34:29Z",
"closed_issues": 1289,
"created_at": "2018-10-23T02:34:15Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/j... | 32 | 2019-01-26T14:38:51Z | 2019-07-19T00:38:54Z | 2019-07-19T00:33:59Z | CONTRIBUTOR | null | Tracking issue for 0.25.0 | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/24950/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/24950/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/24951 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/24951/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/24951/comments | https://api.github.com/repos/pandas-dev/pandas/issues/24951/events | https://github.com/pandas-dev/pandas/pull/24951 | 403,449,417 | MDExOlB1bGxSZXF1ZXN0MjQ3ODkzOTMz | 24,951 | Backport PR #24916 on branch 0.24.x (BUG-24212 fix regression in #24897) | {
"avatar_url": "https://avatars.githubusercontent.com/u/39504233?v=4",
"events_url": "https://api.github.com/users/meeseeksmachine/events{/privacy}",
"followers_url": "https://api.github.com/users/meeseeksmachine/followers",
"following_url": "https://api.github.com/users/meeseeksmachine/following{/other_user}"... | [
{
"color": "e10c02",
"default": false,
"description": null,
"id": 76811,
"name": "Bug",
"node_id": "MDU6TGFiZWw3NjgxMQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug"
},
{
"color": "02d7e1",
"default": false,
"description": "Concat, Merge/Join, Stac... | closed | false | null | [] | {
"closed_at": 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... | 12 | 2019-01-26T14:58:41Z | 2019-01-29T13:25:24Z | 2019-01-26T17:47:00Z | NONE | null | Backport PR #24916: BUG-24212 fix regression in #24897 | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/24951/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/24951/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/24951.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/24951",
"merged_at": "2019-01-26T17:47:00Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/24951.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/24951"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/24952 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/24952/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/24952/comments | https://api.github.com/repos/pandas-dev/pandas/issues/24952/events | https://github.com/pandas-dev/pandas/pull/24952 | 403,455,760 | MDExOlB1bGxSZXF1ZXN0MjQ3ODk3ODUw | 24,952 | DOC/CLN: Fix errors in DataFrame docstrings | {
"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": "3465A4",
"default": false,
"description": null,
"id": 134699,
"name": "Docs",
"node_id": "MDU6TGFiZWwxMzQ2OTk=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Docs"
}
] | closed | false | null | [] | {
"closed_at": "2019-07-19T00:34:29Z",
"closed_issues": 1289,
"created_at": "2018-10-23T02:34:15Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/j... | 4 | 2019-01-26T16:13:28Z | 2019-02-14T14:52:02Z | 2019-02-14T07:05:41Z | MEMBER | null | A few small edits to `DataFrame` docstrings | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/24952/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/24952/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/24952.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/24952",
"merged_at": "2019-02-14T07:05:41Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/24952.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/24952"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/24953 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/24953/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/24953/comments | https://api.github.com/repos/pandas-dev/pandas/issues/24953/events | https://github.com/pandas-dev/pandas/pull/24953 | 403,465,243 | MDExOlB1bGxSZXF1ZXN0MjQ3OTAzNTY5 | 24,953 | pivot_table very slow on Categorical data; how about an observed keyword argument? #24923 | {
"avatar_url": "https://avatars.githubusercontent.com/u/1671906?v=4",
"events_url": "https://api.github.com/users/benjaminr/events{/privacy}",
"followers_url": "https://api.github.com/users/benjaminr/followers",
"following_url": "https://api.github.com/users/benjaminr/following{/other_user}",
"gists_url": "h... | [
{
"color": "a10c02",
"default": false,
"description": "Memory or execution speed performance",
"id": 8935311,
"name": "Performance",
"node_id": "MDU6TGFiZWw4OTM1MzEx",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Performance"
},
{
"color": "e11d21",
"default"... | closed | false | null | [] | {
"closed_at": "2019-07-19T00:34:29Z",
"closed_issues": 1289,
"created_at": "2018-10-23T02:34:15Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/j... | 35 | 2019-01-26T17:56:25Z | 2019-04-26T01:16:25Z | 2019-04-26T01:16:10Z | CONTRIBUTOR | null | - [x] closes #24923
- [ ] tests added / passed
- [ ] passes `git diff upstream/master -u -- "*.py" | flake8 --diff`
- [ ] whatsnew entry
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/24953/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/24953/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/24953.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/24953",
"merged_at": "2019-04-26T01:16:10Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/24953.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/24953"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/24954 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/24954/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/24954/comments | https://api.github.com/repos/pandas-dev/pandas/issues/24954/events | https://github.com/pandas-dev/pandas/pull/24954 | 403,472,499 | MDExOlB1bGxSZXF1ZXN0MjQ3OTA3ODUy | 24,954 | Refactor groupby helper from tempita to fused types | {
"avatar_url": "https://avatars.githubusercontent.com/u/6236499?v=4",
"events_url": "https://api.github.com/users/noamher/events{/privacy}",
"followers_url": "https://api.github.com/users/noamher/followers",
"following_url": "https://api.github.com/users/noamher/following{/other_user}",
"gists_url": "https:/... | [
{
"color": "207de5",
"default": false,
"description": null,
"id": 211029535,
"name": "Clean",
"node_id": "MDU6TGFiZWwyMTEwMjk1MzU=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Clean"
}
] | closed | false | null | [] | {
"closed_at": "2019-07-19T00:34:29Z",
"closed_issues": 1289,
"created_at": "2018-10-23T02:34:15Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/j... | 10 | 2019-01-26T19:10:46Z | 2019-02-09T18:00:16Z | 2019-02-09T18:00:16Z | CONTRIBUTOR | null | Refactoring groupby_helper to use fused types instead of tempita for functions such as group_add.
@jbrockmendel if this is what you meant in the previous [PR](https://github.com/pandas-dev/pandas/pull/24932#discussion_r251094683) I'll do the refactoring for the rest of the functions in groupby_helper.pxi.in. | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/24954/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/24954/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/24954.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/24954",
"merged_at": "2019-02-09T18:00:16Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/24954.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/24954"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/24955 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/24955/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/24955/comments | https://api.github.com/repos/pandas-dev/pandas/issues/24955/events | https://github.com/pandas-dev/pandas/pull/24955 | 403,492,865 | MDExOlB1bGxSZXF1ZXN0MjQ3OTE5Mzk3 | 24,955 | ENH: Quoting column names containing spaces with backticks to use them in query and eval. | {
"avatar_url": "https://avatars.githubusercontent.com/u/13176356?v=4",
"events_url": "https://api.github.com/users/hwalinga/events{/privacy}",
"followers_url": "https://api.github.com/users/hwalinga/followers",
"following_url": "https://api.github.com/users/hwalinga/following{/other_user}",
"gists_url": "htt... | [
{
"color": "AD7FA8",
"default": false,
"description": null,
"id": 35818298,
"name": "API Design",
"node_id": "MDU6TGFiZWwzNTgxODI5OA==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/API%20Design"
}
] | closed | false | null | [] | {
"closed_at": "2019-07-19T00:34:29Z",
"closed_issues": 1289,
"created_at": "2018-10-23T02:34:15Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/j... | 13 | 2019-01-26T22:55:13Z | 2019-03-20T12:24:22Z | 2019-03-20T12:24:18Z | CONTRIBUTOR | null | - [x] closes #6508
- [x] tests added / passed
- [x] passes `git diff upstream/master -u -- "*.py" | flake8 --diff`
- [x] whatsnew entry
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/24955/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/24955/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/24955.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/24955",
"merged_at": "2019-03-20T12:24:17Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/24955.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/24955"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/24956 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/24956/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/24956/comments | https://api.github.com/repos/pandas-dev/pandas/issues/24956/events | https://github.com/pandas-dev/pandas/pull/24956 | 403,499,239 | MDExOlB1bGxSZXF1ZXN0MjQ3OTIzMzE3 | 24,956 | BUG: Better handle larger numbers in to_numeric | {
"avatar_url": "https://avatars.githubusercontent.com/u/9273653?v=4",
"events_url": "https://api.github.com/users/gfyoung/events{/privacy}",
"followers_url": "https://api.github.com/users/gfyoung/followers",
"following_url": "https://api.github.com/users/gfyoung/following{/other_user}",
"gists_url": "https:/... | [
{
"color": "e10c02",
"default": false,
"description": null,
"id": 76811,
"name": "Bug",
"node_id": "MDU6TGFiZWw3NjgxMQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug"
},
{
"color": "e102d8",
"default": false,
"description": "Unexpected or buggy dtyp... | closed | false | null | [] | {
"closed_at": "2019-07-19T00:34:29Z",
"closed_issues": 1289,
"created_at": "2018-10-23T02:34:15Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/j... | 5 | 2019-01-27T00:27:45Z | 2019-01-31T17:15:05Z | 2019-01-31T12:46:46Z | MEMBER | null | Fun edge case bug fixes for `to_numeric`:
* Warn about lossiness when passing really large numbers that exceed `(u)int64` ranges.
* Coerce negative numbers to float when requested instead of crashing and returning `object`.
* Consistently parse numbers as integers / floats, even if we know that the resulting c... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/24956/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/24956/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/24956.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/24956",
"merged_at": "2019-01-31T12:46:45Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/24956.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/24956"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/24957 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/24957/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/24957/comments | https://api.github.com/repos/pandas-dev/pandas/issues/24957/events | https://github.com/pandas-dev/pandas/issues/24957 | 403,499,764 | MDU6SXNzdWU0MDM0OTk3NjQ= | 24,957 | BUG: to_timedelta('NaT', box=False) returns datetime64('NaT') | {
"avatar_url": "https://avatars.githubusercontent.com/u/1217238?v=4",
"events_url": "https://api.github.com/users/shoyer/events{/privacy}",
"followers_url": "https://api.github.com/users/shoyer/followers",
"following_url": "https://api.github.com/users/shoyer/following{/other_user}",
"gists_url": "https://ap... | [
{
"color": "e11d21",
"default": false,
"description": "Functionality that used to work in a prior pandas version",
"id": 32815646,
"name": "Regression",
"node_id": "MDU6TGFiZWwzMjgxNTY0Ng==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Regression"
},
{
"color": ... | closed | false | null | [] | {
"closed_at": "2019-02-04T09:15:14Z",
"closed_issues": 47,
"created_at": "2018-12-02T17:02:37Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jre... | 6 | 2019-01-27T00:35:42Z | 2019-12-10T20:09:18Z | 2019-01-30T12:42:50Z | MEMBER | null | On pandas 0.23 (correct):
```
In [2]: pd.to_timedelta('NaT', box=False)
Out[2]: numpy.timedelta64('NaT','ns')
```
But on pandas 0.24:
```
In [2]: pd.to_timedelta('NaT', box=False)
Out[2]: numpy.datetime64('NaT')
```
The result is a datetime, not a timedelta. | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/24957/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/24957/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/24958 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/24958/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/24958/comments | https://api.github.com/repos/pandas-dev/pandas/issues/24958/events | https://github.com/pandas-dev/pandas/pull/24958 | 403,499,904 | MDExOlB1bGxSZXF1ZXN0MjQ3OTIzNzU2 | 24,958 | CLN: isort asv_bench/benchmark/algorithms.py | {
"avatar_url": "https://avatars.githubusercontent.com/u/25044433?v=4",
"events_url": "https://api.github.com/users/gasparia405/events{/privacy}",
"followers_url": "https://api.github.com/users/gasparia405/followers",
"following_url": "https://api.github.com/users/gasparia405/following{/other_user}",
"gists_u... | [
{
"color": "eb6420",
"default": false,
"description": "Code style, linting, code_checks",
"id": 106935113,
"name": "Code Style",
"node_id": "MDU6TGFiZWwxMDY5MzUxMTM=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Code%20Style"
},
{
"color": "207de5",
"default... | closed | false | null | [] | {
"closed_at": "2019-07-19T00:34:29Z",
"closed_issues": 1289,
"created_at": "2018-10-23T02:34:15Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/j... | 8 | 2019-01-27T00:38:37Z | 2019-01-30T05:53:25Z | 2019-01-30T05:53:18Z | CONTRIBUTOR | null | - [x] passes `git diff upstream/master -u -- "*.py" | flake8 --diff`
I deleted an empty line of code and removed the file from the isort skip list. Per issue #22947, made sure setup import was at the bottom of the file before committing. Small contribution but looking forward to contributing more!
Thanks everyone... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/24958/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/24958/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/24958.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/24958",
"merged_at": "2019-01-30T05:53:18Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/24958.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/24958"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/24959 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/24959/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/24959/comments | https://api.github.com/repos/pandas-dev/pandas/issues/24959/events | https://github.com/pandas-dev/pandas/issues/24959 | 403,502,266 | MDU6SXNzdWU0MDM1MDIyNjY= | 24,959 | Index.intersection changed behavior to sort by default in pandas 0.24 | {
"avatar_url": "https://avatars.githubusercontent.com/u/1217238?v=4",
"events_url": "https://api.github.com/users/shoyer/events{/privacy}",
"followers_url": "https://api.github.com/users/shoyer/followers",
"following_url": "https://api.github.com/users/shoyer/following{/other_user}",
"gists_url": "https://ap... | [
{
"color": "0b02e1",
"default": false,
"description": "Related to indexing on series/frames, not to indexes themselves",
"id": 2822098,
"name": "Indexing",
"node_id": "MDU6TGFiZWwyODIyMDk4",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Indexing"
},
{
"color": "AD... | closed | false | null | [] | {
"closed_at": "2019-02-04T09:15:14Z",
"closed_issues": 47,
"created_at": "2018-12-02T17:02:37Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jre... | 28 | 2019-01-27T01:19:05Z | 2019-02-01T20:07:06Z | 2019-02-01T20:07:06Z | MEMBER | null | Prior to https://github.com/pandas-dev/pandas/pull/24521 (i.e., for pandas 0.23 and earlier), pandas.Index.intersection would not sort values:
```
# pandas 0.23.3
In [21]: pd.Index(['c', 'b', 'a']).intersection(['b', 'a'])
Out[21]: Index(['b', 'a'], dtype='object')
```
Now it does:
```
In [28]: pd.Index(['c', '... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/24959/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/24959/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/24960 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/24960/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/24960/comments | https://api.github.com/repos/pandas-dev/pandas/issues/24960/events | https://github.com/pandas-dev/pandas/pull/24960 | 403,588,938 | MDExOlB1bGxSZXF1ZXN0MjQ3OTc3MDcw | 24,960 | STY: use pytest.raises context syntax (indexing) | {
"avatar_url": "https://avatars.githubusercontent.com/u/13159005?v=4",
"events_url": "https://api.github.com/users/simonjayhawkins/events{/privacy}",
"followers_url": "https://api.github.com/users/simonjayhawkins/followers",
"following_url": "https://api.github.com/users/simonjayhawkins/following{/other_user}"... | [
{
"color": "eb6420",
"default": false,
"description": "Code style, linting, code_checks",
"id": 106935113,
"name": "Code Style",
"node_id": "MDU6TGFiZWwxMDY5MzUxMTM=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Code%20Style"
}
] | closed | false | null | [] | {
"closed_at": "2019-07-19T00:34:29Z",
"closed_issues": 1289,
"created_at": "2018-10-23T02:34:15Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/j... | 3 | 2019-01-27T20:00:01Z | 2019-01-29T12:44:27Z | 2019-01-28T12:38:30Z | MEMBER | null | xref #24332 | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/24960/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/24960/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/24960.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/24960",
"merged_at": "2019-01-28T12:38:30Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/24960.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/24960"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/24961 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/24961/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/24961/comments | https://api.github.com/repos/pandas-dev/pandas/issues/24961/events | https://github.com/pandas-dev/pandas/pull/24961 | 403,591,103 | MDExOlB1bGxSZXF1ZXN0MjQ3OTc4NDI3 | 24,961 | fix+test to_timedelta('NaT', box=False) | {
"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": "e11d21",
"default": false,
"description": "Functionality that used to work in a prior pandas version",
"id": 32815646,
"name": "Regression",
"node_id": "MDU6TGFiZWwzMjgxNTY0Ng==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Regression"
},
{
"color": ... | closed | false | null | [] | {
"closed_at": "2019-02-04T09:15:14Z",
"closed_issues": 47,
"created_at": "2018-12-02T17:02:37Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jre... | 5 | 2019-01-27T20:21:43Z | 2019-01-30T14:39:46Z | 2019-01-30T12:42:50Z | MEMBER | null | - [x] closes #24957
- [x] tests added / passed
- [x] passes `git diff upstream/master -u -- "*.py" | flake8 --diff`
- [ ] whatsnew entry
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/24961/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/24961/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/24961.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/24961",
"merged_at": "2019-01-30T12:42:50Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/24961.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/24961"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/24962 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/24962/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/24962/comments | https://api.github.com/repos/pandas-dev/pandas/issues/24962/events | https://github.com/pandas-dev/pandas/issues/24962 | 403,591,595 | MDU6SXNzdWU0MDM1OTE1OTU= | 24,962 | Need way to get original column order (read_csv, read_json) | {
"avatar_url": "https://avatars.githubusercontent.com/u/4296158?v=4",
"events_url": "https://api.github.com/users/rfernand2/events{/privacy}",
"followers_url": "https://api.github.com/users/rfernand2/followers",
"following_url": "https://api.github.com/users/rfernand2/following{/other_user}",
"gists_url": "h... | [
{
"color": "0052cc",
"default": false,
"description": null,
"id": 34444536,
"name": "Usage Question",
"node_id": "MDU6TGFiZWwzNDQ0NDUzNg==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Usage%20Question"
}
] | closed | false | null | [] | null | 16 | 2019-01-27T20:27:06Z | 2019-11-22T10:22:19Z | 2019-03-26T05:53:05Z | NONE | null | #### Code Sample, a copy-pastable example if possible
```python
# Your code here
```
#### Problem description
Applications sometimes need to be able to present and manipulate data in the column ordering found in the source data file (CSV or JSON). The column order in these files is significant to users in m... | {
"+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/24962/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/24962/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/24963 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/24963/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/24963/comments | https://api.github.com/repos/pandas-dev/pandas/issues/24963/events | https://github.com/pandas-dev/pandas/issues/24963 | 403,595,221 | MDU6SXNzdWU0MDM1OTUyMjE= | 24,963 | Matplotlib implicit converter registration not warning | {
"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": "8AE234",
"default": false,
"description": null,
"id": 2413328,
"name": "Visualization",
"node_id": "MDU6TGFiZWwyNDEzMzI4",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Visualization"
}
] | closed | false | null | [] | {
"closed_at": "2019-02-04T09:15:14Z",
"closed_issues": 47,
"created_at": "2018-12-02T17:02:37Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jre... | 0 | 2019-01-27T21:04:45Z | 2019-01-29T12:23:45Z | 2019-01-29T12:23:33Z | CONTRIBUTOR | null | In https://github.com/pandas-dev/pandas/pull/18307 we added something that should warn on
```python
import pandas as pd
import matplotlib.pyplot as plt
fig, ax = plt.subplots()
s = pd.Series(range(12), index=pd.date_range('2017', periods=12))
ax.plot(s)
```
but it's apparently not warning for me. | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/24963/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/24963/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/24964 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/24964/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/24964/comments | https://api.github.com/repos/pandas-dev/pandas/issues/24964/events | https://github.com/pandas-dev/pandas/pull/24964 | 403,597,732 | MDExOlB1bGxSZXF1ZXN0MjQ3OTgyNjIz | 24,964 | DEPR: Fixed warning for implicit registration | {
"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": "8AE234",
"default": false,
"description": null,
"id": 2413328,
"name": "Visualization",
"node_id": "MDU6TGFiZWwyNDEzMzI4",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Visualization"
}
] | closed | false | null | [] | {
"closed_at": "2019-02-04T09:15:14Z",
"closed_issues": 47,
"created_at": "2018-12-02T17:02:37Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jre... | 17 | 2019-01-27T21:31:00Z | 2019-05-31T11:11:50Z | 2019-01-29T12:23:33Z | CONTRIBUTOR | null | Reminder: We want people to explicitly call `pandas.plotting.register_matplotlib_converters()` when using a matplotlib plotting method with a pandas object. We implicitly call it as part of Series/Frame.plot.
```python
In [1]: import pandas as pd
In [2]: import matplotlib.pyplot as plt
In [3]: fig, ax = plt.sub... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/24964/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/24964/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/24964.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/24964",
"merged_at": "2019-01-29T12:23:33Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/24964.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/24964"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/24965 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/24965/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/24965/comments | https://api.github.com/repos/pandas-dev/pandas/issues/24965/events | https://github.com/pandas-dev/pandas/pull/24965 | 403,599,841 | MDExOlB1bGxSZXF1ZXN0MjQ3OTgzOTE1 | 24,965 | Fixed itertuples usage in to_dict | {
"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"
}
] | closed | false | null | [] | {
"closed_at": "2019-02-04T09:15:14Z",
"closed_issues": 47,
"created_at": "2018-12-02T17:02:37Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jre... | 3 | 2019-01-27T21:53:37Z | 2019-01-28T15:32:01Z | 2019-01-28T15:31:56Z | CONTRIBUTOR | null | Closes https://github.com/pandas-dev/pandas/issues/24940
Closes https://github.com/pandas-dev/pandas/issues/24939
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 2,
"laugh": 0,
"rocket": 0,
"total_count": 2,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/24965/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/24965/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/24965.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/24965",
"merged_at": "2019-01-28T15:31:55Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/24965.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/24965"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/24966 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/24966/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/24966/comments | https://api.github.com/repos/pandas-dev/pandas/issues/24966/events | https://github.com/pandas-dev/pandas/issues/24966 | 403,601,374 | MDU6SXNzdWU0MDM2MDEzNzQ= | 24,966 | TimedeltaIndex.intersection has no `sort` option. | {
"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": "5319e7",
"default": false,
"description": "Timedelta data type",
"id": 49597148,
"name": "Timedelta",
"node_id": "MDU6TGFiZWw0OTU5NzE0OA==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Timedelta"
},
{
"color": "207de5",
"default": false,
"des... | closed | false | null | [] | {
"closed_at": "2019-07-19T00:34:29Z",
"closed_issues": 1289,
"created_at": "2018-10-23T02:34:15Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/j... | 1 | 2019-01-27T22:10:30Z | 2019-04-30T13:14:58Z | 2019-04-30T13:14:58Z | 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/24966/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/24966/timeline | null | null | null | |
https://api.github.com/repos/pandas-dev/pandas/issues/24967 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/24967/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/24967/comments | https://api.github.com/repos/pandas-dev/pandas/issues/24967/events | https://github.com/pandas-dev/pandas/pull/24967 | 403,601,880 | MDExOlB1bGxSZXF1ZXN0MjQ3OTg1MTg3 | 24,967 | REGR: Preserve order by default in Index.intersection | {
"avatar_url": "https://avatars.githubusercontent.com/u/1312546?v=4",
"events_url": "https://api.github.com/users/TomAugspurger/events{/privacy}",
"followers_url": "https://api.github.com/users/TomAugspurger/followers",
"following_url": "https://api.github.com/users/TomAugspurger/following{/other_user}",
"gi... | [
{
"color": "AD7FA8",
"default": false,
"description": null,
"id": 35818298,
"name": "API Design",
"node_id": "MDU6TGFiZWwzNTgxODI5OA==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/API%20Design"
},
{
"color": "5319e7",
"default": false,
"description": "F... | closed | false | null | [] | {
"closed_at": "2019-02-04T09:15:14Z",
"closed_issues": 47,
"created_at": "2018-12-02T17:02:37Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jre... | 23 | 2019-01-27T22:16:04Z | 2019-01-31T14:34:42Z | 2019-01-29T21:43:08Z | CONTRIBUTOR | null | Closes https://github.com/pandas-dev/pandas/issues/24959 | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/24967/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/24967/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/24967.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/24967",
"merged_at": "2019-01-29T21:43:08Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/24967.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/24967"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/24968 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/24968/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/24968/comments | https://api.github.com/repos/pandas-dev/pandas/issues/24968/events | https://github.com/pandas-dev/pandas/pull/24968 | 403,602,264 | MDExOlB1bGxSZXF1ZXN0MjQ3OTg1NDU0 | 24,968 | ENH: Expose symlog scaling in plotting API | {
"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": "4E9A06",
"default": false,
"description": null,
"id": 76812,
"name": "Enhancement",
"node_id": "MDU6TGFiZWw3NjgxMg==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Enhancement"
},
{
"color": "8AE234",
"default": false,
"description": null,
... | closed | false | null | [] | {
"closed_at": "2019-07-19T00:34:29Z",
"closed_issues": 1289,
"created_at": "2018-10-23T02:34:15Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/j... | 7 | 2019-01-27T22:20:37Z | 2019-04-12T11:54:26Z | 2019-04-12T11:54:20Z | MEMBER | null | - [x] closes #24867
- [ ] tests added / passed
- [ ] passes `git diff upstream/master -u -- "*.py" | flake8 --diff`
- [ ] whatsnew entry
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/24968/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/24968/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/24968.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/24968",
"merged_at": "2019-04-12T11:54:20Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/24968.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/24968"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/24969 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/24969/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/24969/comments | https://api.github.com/repos/pandas-dev/pandas/issues/24969/events | https://github.com/pandas-dev/pandas/issues/24969 | 403,605,619 | MDU6SXNzdWU0MDM2MDU2MTk= | 24,969 | Regression in DataFrame.set_index with class instance column keys | {
"avatar_url": "https://avatars.githubusercontent.com/u/1417749?v=4",
"events_url": "https://api.github.com/users/wkschwartz/events{/privacy}",
"followers_url": "https://api.github.com/users/wkschwartz/followers",
"following_url": "https://api.github.com/users/wkschwartz/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": "2019-02-04T09:15:14Z",
"closed_issues": 47,
"created_at": "2018-12-02T17:02:37Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jre... | 22 | 2019-01-27T22:57:50Z | 2019-02-25T17:28:09Z | 2019-02-24T03:34:19Z | NONE | null | The following code worked in Pandas 0.23.4 but not in Pandas 0.24.0 (I'm on Python 3.7.2).
```python
import pandas as pd
class Thing:
# (Production code would also ensure a Thing instance's hash
# and equality testing depended on name and color)
def __init__(self, name, color):
self.nam... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/24969/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/24969/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/24970 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/24970/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/24970/comments | https://api.github.com/repos/pandas-dev/pandas/issues/24970/events | https://github.com/pandas-dev/pandas/issues/24970 | 403,606,364 | MDU6SXNzdWU0MDM2MDYzNjQ= | 24,970 | DOC: validate_docstrings.py should indicate the line numbers of PEP8 violations | {
"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": "4E9A06",
"default": false,
"description": null,
"id": 76812,
"name": "Enhancement",
"node_id": "MDU6TGFiZWw3NjgxMg==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Enhancement"
},
{
"color": "3465A4",
"default": false,
"description": null,
... | 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",
... | 4 | 2019-01-27T23:06:34Z | 2019-06-16T03:52:18Z | null | MEMBER | null | When checking docstrings the `/scripts/validate_docstrings.py` script tells which PEP8 violations have occurred in the examples, but not where. It would be helpful if the script also gave the line numbers of violations (as when running `flake8` from the command line). | {
"+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/24970/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/24970/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/24971 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/24971/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/24971/comments | https://api.github.com/repos/pandas-dev/pandas/issues/24971/events | https://github.com/pandas-dev/pandas/issues/24971 | 403,613,100 | MDU6SXNzdWU0MDM2MTMxMDA= | 24,971 | Categorical.replace returns unexpected dimensions for length 1 Series | {
"avatar_url": "https://avatars.githubusercontent.com/u/296164?v=4",
"events_url": "https://api.github.com/users/jseabold/events{/privacy}",
"followers_url": "https://api.github.com/users/jseabold/followers",
"following_url": "https://api.github.com/users/jseabold/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": "e11d21",
"default": false,
"description": "Categorical Data Type",
... | 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 | 2019-01-28T00:23:24Z | 2019-03-20T12:26:56Z | 2019-03-20T12:26:56Z | CONTRIBUTOR | null | The shapes and types of the first two are unexpected. Should they be? Just upgraded to pandas 0.24.0.
```python
pd.Series(pd.Categorical('A', categories=['A', 'B'])).replace({'A': 1, 'B': 2})
# Out[30]:
# 0 [1]
# dtype: object
pd.Series(pd.Categorical(('A', ), categories=['A', 'B'])).replace({'A': 1, 'B': ... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/24971/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/24971/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/24972 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/24972/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/24972/comments | https://api.github.com/repos/pandas-dev/pandas/issues/24972/events | https://github.com/pandas-dev/pandas/issues/24972 | 403,614,355 | MDU6SXNzdWU0MDM2MTQzNTU= | 24,972 | BUG: grouping with tz-aware: Values falls after last bin | {
"avatar_url": "https://avatars.githubusercontent.com/u/4904947?v=4",
"events_url": "https://api.github.com/users/ahcub/events{/privacy}",
"followers_url": "https://api.github.com/users/ahcub/followers",
"following_url": "https://api.github.com/users/ahcub/following{/other_user}",
"gists_url": "https://api.g... | [
{
"color": "e10c02",
"default": false,
"description": null,
"id": 76811,
"name": "Bug",
"node_id": "MDU6TGFiZWw3NjgxMQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug"
},
{
"color": "e11d21",
"default": false,
"description": "Functionality that used ... | closed | false | null | [] | {
"closed_at": "2019-02-04T09:15:14Z",
"closed_issues": 47,
"created_at": "2018-12-02T17:02:37Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jre... | 2 | 2019-01-28T00:36:17Z | 2019-01-29T22:13:23Z | 2019-01-29T15:54:38Z | CONTRIBUTOR | null | #### Code Sample, a copy-pastable example if possible
```python
import pandas as pd
index = pd.DatetimeIndex([1478064900001000000, 1480037118776792000], tz='UTC').tz_convert('America/Chicago')
print(index)
df = pd.DataFrame([1, 2], index=index)
for d, data in df.groupby(pd.Grouper(freq='1d')):
pass... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/24972/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/24972/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/24973 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/24973/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/24973/comments | https://api.github.com/repos/pandas-dev/pandas/issues/24973/events | https://github.com/pandas-dev/pandas/pull/24973 | 403,616,644 | MDExOlB1bGxSZXF1ZXN0MjQ3OTk0NzU1 | 24,973 | fix for BUG: grouping with tz-aware: Values falls after last bin | {
"avatar_url": "https://avatars.githubusercontent.com/u/4904947?v=4",
"events_url": "https://api.github.com/users/ahcub/events{/privacy}",
"followers_url": "https://api.github.com/users/ahcub/followers",
"following_url": "https://api.github.com/users/ahcub/following{/other_user}",
"gists_url": "https://api.g... | [
{
"color": "e10c02",
"default": false,
"description": null,
"id": 76811,
"name": "Bug",
"node_id": "MDU6TGFiZWw3NjgxMQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug"
},
{
"color": "5319e7",
"default": false,
"description": "Timezone data dtype",
... | closed | false | null | [] | {
"closed_at": "2019-02-04T09:15:14Z",
"closed_issues": 47,
"created_at": "2018-12-02T17:02:37Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jre... | 17 | 2019-01-28T00:59:40Z | 2019-01-29T16:47:23Z | 2019-01-29T15:54:38Z | CONTRIBUTOR | null | - [ ] closes #24972
- [ ] tests added / passed
- [ ] passes `git diff upstream/master -u -- "*.py" | flake8 --diff`
- [ ] whatsnew entry
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/24973/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/24973/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/24973.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/24973",
"merged_at": "2019-01-29T15:54:38Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/24973.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/24973"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/24974 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/24974/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/24974/comments | https://api.github.com/repos/pandas-dev/pandas/issues/24974/events | https://github.com/pandas-dev/pandas/issues/24974 | 403,684,508 | MDU6SXNzdWU0MDM2ODQ1MDg= | 24,974 | bug - Pandas subplots loses data when sharex=True | {
"avatar_url": "https://avatars.githubusercontent.com/u/14799333?v=4",
"events_url": "https://api.github.com/users/ERIPECH/events{/privacy}",
"followers_url": "https://api.github.com/users/ERIPECH/followers",
"following_url": "https://api.github.com/users/ERIPECH/following{/other_user}",
"gists_url": "https:... | [] | closed | false | null | [] | null | 9 | 2019-01-28T07:40:38Z | 2019-01-31T11:24:50Z | 2019-01-31T11:24:50Z | NONE | null | Windows 7 64 OS, Python 3.7, fresh installation
```python
% matplotlib inline
import pandas as pd
import numpy as np
import matplotlib.pyplot as plot
ds1 = pd.DataFrame({ "Q2" : [1,2,1,0,2,1,6,4,2,1,2,1,3,2,1,5,1,2,1],
"Q3" : [1,5,1,2,2,5,7,1,1,1,5,1,4,2,5,4,1,1,1]})
ds2 = pd.DataFrame({ "Q2" : [1,5,1,4,... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/24974/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/24974/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/24975 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/24975/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/24975/comments | https://api.github.com/repos/pandas-dev/pandas/issues/24975/events | https://github.com/pandas-dev/pandas/issues/24975 | 403,705,384 | MDU6SXNzdWU0MDM3MDUzODQ= | 24,975 | Different behaviour of set_index with single and multiple columns involving datetime | {
"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": "AFEEEE",
"default": false,
"description": null,
"id": 211840,
"name": "Timeseries",
"node_id": "MDU6TGFiZWwyMTE4NDA=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Timeseries"
},
{
"color": "207de5",
"default": false,
"description": null,
... | closed | false | null | [] | null | 2 | 2019-01-28T08:49:53Z | 2020-03-12T04:57:17Z | 2020-03-12T04:57:17Z | CONTRIBUTOR | null | #### Code Sample, a copy-pastable example if possible
```python
import datetime
import pandas as pd
df = pd.DataFrame({'date':[datetime.date(2011,1,3),datetime.date(2011,1,4)], 'val':[100,200], 'val1':[9,99] })
df1 = df.set_index('date')
df2 = df.set_index(['date', 'val'])
```
#### Problem description
When... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/24975/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/24975/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/24976 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/24976/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/24976/comments | https://api.github.com/repos/pandas-dev/pandas/issues/24976/events | https://github.com/pandas-dev/pandas/issues/24976 | 403,822,723 | MDU6SXNzdWU0MDM4MjI3MjM= | 24,976 | Pandas doesn't recognize Pyarrow as a Parquet engine even though it's installed | {
"avatar_url": "https://avatars.githubusercontent.com/u/3588399?v=4",
"events_url": "https://api.github.com/users/bmwilly/events{/privacy}",
"followers_url": "https://api.github.com/users/bmwilly/followers",
"following_url": "https://api.github.com/users/bmwilly/following{/other_user}",
"gists_url": "https:/... | [
{
"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 | 12 | 2019-01-28T13:48:07Z | 2020-06-10T19:45:03Z | 2019-01-28T15:24:31Z | NONE | null | #### Code Sample, a copy-pastable example if possible
```python
In [6]: pd.io.parquet.get_engine('auto')
---------------------------------------------------------------------------
ImportError Traceback (most recent call last)
<ipython-input-6-77cb1d6c8933> in <module>
----> 1 pd.i... | {
"+1": 5,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 5,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/24976/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/24976/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/24977 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/24977/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/24977/comments | https://api.github.com/repos/pandas-dev/pandas/issues/24977/events | https://github.com/pandas-dev/pandas/pull/24977 | 403,824,170 | MDExOlB1bGxSZXF1ZXN0MjQ4MTQ3MzYy | 24,977 | STY: use pytest.raises context manager (resample) | {
"avatar_url": "https://avatars.githubusercontent.com/u/13159005?v=4",
"events_url": "https://api.github.com/users/simonjayhawkins/events{/privacy}",
"followers_url": "https://api.github.com/users/simonjayhawkins/followers",
"following_url": "https://api.github.com/users/simonjayhawkins/following{/other_user}"... | [
{
"color": "eb6420",
"default": false,
"description": "Code style, linting, code_checks",
"id": 106935113,
"name": "Code Style",
"node_id": "MDU6TGFiZWwxMDY5MzUxMTM=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Code%20Style"
}
] | closed | false | null | [] | {
"closed_at": "2019-07-19T00:34:29Z",
"closed_issues": 1289,
"created_at": "2018-10-23T02:34:15Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/j... | 3 | 2019-01-28T13:51:37Z | 2019-01-29T12:44:58Z | 2019-01-28T22:15:38Z | MEMBER | null | xref #24332 | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/24977/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/24977/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/24977.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/24977",
"merged_at": "2019-01-28T22:15:38Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/24977.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/24977"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/24978 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/24978/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/24978/comments | https://api.github.com/repos/pandas-dev/pandas/issues/24978/events | https://github.com/pandas-dev/pandas/pull/24978 | 403,870,672 | MDExOlB1bGxSZXF1ZXN0MjQ4MTgzMTcz | 24,978 | Backport PR #24965 on branch 0.24.x (Fixed itertuples usage in to_dict) | {
"avatar_url": "https://avatars.githubusercontent.com/u/39504233?v=4",
"events_url": "https://api.github.com/users/meeseeksmachine/events{/privacy}",
"followers_url": "https://api.github.com/users/meeseeksmachine/followers",
"following_url": "https://api.github.com/users/meeseeksmachine/following{/other_user}"... | [] | closed | false | null | [] | {
"closed_at": "2019-02-04T09:15:14Z",
"closed_issues": 47,
"created_at": "2018-12-02T17:02:37Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jre... | 2 | 2019-01-28T15:32:55Z | 2019-01-28T16:17:37Z | 2019-01-28T16:17:37Z | NONE | null | Backport PR #24965: Fixed itertuples usage in to_dict | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/24978/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/24978/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/24978.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/24978",
"merged_at": "2019-01-28T16:17:36Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/24978.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/24978"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/24979 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/24979/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/24979/comments | https://api.github.com/repos/pandas-dev/pandas/issues/24979/events | https://github.com/pandas-dev/pandas/issues/24979 | 403,898,921 | MDU6SXNzdWU0MDM4OTg5MjE= | 24,979 | Rendering in Jupyter Lab issue for 0.24.0 | {
"avatar_url": "https://avatars.githubusercontent.com/u/8319226?v=4",
"events_url": "https://api.github.com/users/ecatkins/events{/privacy}",
"followers_url": "https://api.github.com/users/ecatkins/followers",
"following_url": "https://api.github.com/users/ecatkins/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": "207de... | closed | false | null | [] | null | 2 | 2019-01-28T16:31:10Z | 2019-01-30T20:09:33Z | 2019-01-30T20:09:33Z | NONE | null | After installing 0.24.0, I have seen the behavior screen-shot below across several of my existing Jupyter Lab notebooks, when trying to call `df.head()`. Along with the error message, it still renders a version of the dataframe, but not the nice formatting expected.
 | {
"avatar_url": "https://avatars.githubusercontent.com/u/3878895?v=4",
"events_url": "https://api.github.com/users/simontorres/events{/privacy}",
"followers_url": "https://api.github.com/users/simontorres/followers",
"following_url": "https://api.github.com/users/simontorres/following{/other_user}",
"gists_ur... | [
{
"color": "e10c02",
"default": false,
"description": null,
"id": 76811,
"name": "Bug",
"node_id": "MDU6TGFiZWw3NjgxMQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug"
},
{
"color": "ededed",
"default": false,
"description": "__repr__ of pandas objec... | closed | false | null | [] | {
"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... | 15 | 2019-01-28T16:37:47Z | 2020-09-06T17:49:27Z | 2020-09-06T17:49:27Z | NONE | null | #### Code Sample, a copy-pastable example if possible
Related issue (very old though) #11833
```python
import pandas
print("pandas.__version__ == {:s}".format(pandas.__version__))
columns = ['name', 'age']
values = [
['name_one', '31'],
['name_two', '32']]
data_frame = pandas.DataFrame(values, co... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/24980/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/24980/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/24981 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/24981/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/24981/comments | https://api.github.com/repos/pandas-dev/pandas/issues/24981/events | https://github.com/pandas-dev/pandas/issues/24981 | 403,915,654 | MDU6SXNzdWU0MDM5MTU2NTQ= | 24,981 | Error in documentation | {
"avatar_url": "https://avatars.githubusercontent.com/u/9212056?v=4",
"events_url": "https://api.github.com/users/matthiasroder/events{/privacy}",
"followers_url": "https://api.github.com/users/matthiasroder/followers",
"following_url": "https://api.github.com/users/matthiasroder/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": "0e8a16",
"default": true,
"description": null,
"id": 7171206... | closed | false | null | [] | null | 3 | 2019-01-28T17:07:02Z | 2019-01-30T22:19:10Z | 2019-01-30T22:19:10Z | NONE | null | I am not sure where to post this. The following page is missing a "do" in the last sentence of the second paragraph.
The sentence should read: "In the apply step, we might wish to DO one of the following."
http://pandas.pydata.org/pandas-docs/stable/user_guide/groupby.html
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/24981/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/24981/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/24982 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/24982/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/24982/comments | https://api.github.com/repos/pandas-dev/pandas/issues/24982/events | https://github.com/pandas-dev/pandas/issues/24982 | 403,924,878 | MDU6SXNzdWU0MDM5MjQ4Nzg= | 24,982 | RecursionError with using a list or tuple as 'other' in .where or .mask | {
"avatar_url": "https://avatars.githubusercontent.com/u/5758789?v=4",
"events_url": "https://api.github.com/users/gwerbin/events{/privacy}",
"followers_url": "https://api.github.com/users/gwerbin/followers",
"following_url": "https://api.github.com/users/gwerbin/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": "f2f989",
"default": false,
"description": "Data where the values ar... | open | false | null | [] | null | 2 | 2019-01-28T17:29:01Z | 2020-09-22T01:33:43Z | null | NONE | null | Possibly related to https://github.com/pandas-dev/pandas/issues/21977 ?
#### Code Sample, a copy-pastable example if possible
```python
import pandas as pd
dat = pd.DataFrame([
{'a': 1, 'b': [2,3], 'c': [1,2,3]},
{'a': 10, 'b': None, 'c': None}
])
# All of these seem to cause the same error:
da... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/24982/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/24982/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/24983 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/24983/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/24983/comments | https://api.github.com/repos/pandas-dev/pandas/issues/24983/events | https://github.com/pandas-dev/pandas/issues/24983 | 403,926,308 | MDU6SXNzdWU0MDM5MjYzMDg= | 24,983 | Separate NaT values for Timedelta ("NaTD") and Period? | {
"avatar_url": "https://avatars.githubusercontent.com/u/1217238?v=4",
"events_url": "https://api.github.com/users/shoyer/events{/privacy}",
"followers_url": "https://api.github.com/users/shoyer/followers",
"following_url": "https://api.github.com/users/shoyer/following{/other_user}",
"gists_url": "https://ap... | [
{
"color": "4E9A06",
"default": false,
"description": null,
"id": 76812,
"name": "Enhancement",
"node_id": "MDU6TGFiZWw3NjgxMg==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Enhancement"
},
{
"color": "d7e102",
"default": false,
"description": "np.nan, ... | open | false | null | [] | null | 1 | 2019-01-28T17:32:43Z | 2021-06-26T04:08:24Z | null | MEMBER | null | Separate scalar missing values Timedelta, Timestamp and Period scalars would go a long ways towards achieving predictable types with pandas. As noted in https://github.com/pandas-dev/pandas/issues/19124, it is impossible to make some operations consistent with the current state of affairs. Most recently this came up in... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/24983/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/24983/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/24984 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/24984/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/24984/comments | https://api.github.com/repos/pandas-dev/pandas/issues/24984/events | https://github.com/pandas-dev/pandas/pull/24984 | 403,934,136 | MDExOlB1bGxSZXF1ZXN0MjQ4MjMxNjc5 | 24,984 | API/ERR: allow iterators in df.set_index & improve errors | {
"avatar_url": "https://avatars.githubusercontent.com/u/33685575?v=4",
"events_url": "https://api.github.com/users/h-vetinari/events{/privacy}",
"followers_url": "https://api.github.com/users/h-vetinari/followers",
"following_url": "https://api.github.com/users/h-vetinari/following{/other_user}",
"gists_url"... | [
{
"color": "02d7e1",
"default": false,
"description": "Concat, Merge/Join, Stack/Unstack, Explode",
"id": 13098779,
"name": "Reshaping",
"node_id": "MDU6TGFiZWwxMzA5ODc3OQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Reshaping"
}
] | closed | false | null | [] | {
"closed_at": "2019-07-19T00:34:29Z",
"closed_issues": 1289,
"created_at": "2018-10-23T02:34:15Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/j... | 61 | 2019-01-28T17:52:56Z | 2019-02-24T10:09:38Z | 2019-02-24T03:34:20Z | CONTRIBUTOR | null | - [x] closes the parts of #22484 (resp. those worth keeping) that were reverted in #25085 due to #24969 ~closes #24969~
- [x] tests added / passed
- [x] passes `git diff upstream/master -u -- "*.py" | flake8 --diff`
This is a quick fix for the regression - however, I think this should be immediately (i.e. 0.24.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/24984/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/24984/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/24984.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/24984",
"merged_at": "2019-02-24T03:34:19Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/24984.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/24984"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/24985 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/24985/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/24985/comments | https://api.github.com/repos/pandas-dev/pandas/issues/24985/events | https://github.com/pandas-dev/pandas/pull/24985 | 403,945,150 | MDExOlB1bGxSZXF1ZXN0MjQ4MjM5OTU3 | 24,985 | PERF: ~40x speedup in sparse init and ops by using numpy in check_integrity | {
"avatar_url": "https://avatars.githubusercontent.com/u/440095?v=4",
"events_url": "https://api.github.com/users/qwhelan/events{/privacy}",
"followers_url": "https://api.github.com/users/qwhelan/followers",
"following_url": "https://api.github.com/users/qwhelan/following{/other_user}",
"gists_url": "https://... | [
{
"color": "a10c02",
"default": false,
"description": "Memory or execution speed performance",
"id": 8935311,
"name": "Performance",
"node_id": "MDU6TGFiZWw4OTM1MzEx",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Performance"
},
{
"color": "009800",
"default"... | closed | false | null | [] | {
"closed_at": "2019-07-19T00:34:29Z",
"closed_issues": 1289,
"created_at": "2018-10-23T02:34:15Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/j... | 7 | 2019-01-28T18:21:29Z | 2019-01-30T13:01:46Z | 2019-01-30T13:01:42Z | CONTRIBUTOR | null | A pretty significant regression was introduced into `SparseArray` operations around the release of v0.20.0:

A run of `asv find` identified https://github.com/pandas-dev/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/24985/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/24985/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/24985.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/24985",
"merged_at": "2019-01-30T13:01:42Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/24985.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/24985"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/24986 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/24986/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/24986/comments | https://api.github.com/repos/pandas-dev/pandas/issues/24986/events | https://github.com/pandas-dev/pandas/issues/24986 | 403,963,840 | MDU6SXNzdWU0MDM5NjM4NDA= | 24,986 | .memory_usage(deep=True) errors on some objects | {
"avatar_url": "https://avatars.githubusercontent.com/u/5392142?v=4",
"events_url": "https://api.github.com/users/rwedge/events{/privacy}",
"followers_url": "https://api.github.com/users/rwedge/followers",
"following_url": "https://api.github.com/users/rwedge/following{/other_user}",
"gists_url": "https://ap... | [
{
"color": "6138b5",
"default": false,
"description": "Extending pandas with custom dtypes or arrays.",
"id": 849023693,
"name": "ExtensionArray",
"node_id": "MDU6TGFiZWw4NDkwMjM2OTM=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/ExtensionArray"
}
] | closed | false | null | [] | {
"closed_at": "2019-02-04T09:15:14Z",
"closed_issues": 47,
"created_at": "2018-12-02T17:02:37Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jre... | 1 | 2019-01-28T19:11:03Z | 2019-01-30T21:18:20Z | 2019-01-30T21:18:20Z | NONE | null | #### Code Sample, a copy-pastable example if possible
```python
import pandas as pd
pd.Series([(1,2), (3,4)]).memory_usage(deep=True)
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/home/roy/ftpyenv/clean/lib/python3.7/site-packages/pandas/core/series.py", line 3913, in memor... | {
"+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/24986/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/24986/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/24987 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/24987/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/24987/comments | https://api.github.com/repos/pandas-dev/pandas/issues/24987/events | https://github.com/pandas-dev/pandas/issues/24987 | 403,974,384 | MDU6SXNzdWU0MDM5NzQzODQ= | 24,987 | 0.23.4 changed read_csv parsing for a mixed-timezone datetimes | {
"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": "5319e7",
"default": false,
"description": "read_csv, to_csv",
"id": 47229171,
"name": "IO CSV",
"node_id": "MDU6TGFiZWw0NzIyOTE3MQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/IO%20CSV"
},
{
"color": "5319e7",
"default": false,
"descriptio... | closed | false | null | [] | {
"closed_at": "2019-02-04T09:15:14Z",
"closed_issues": 47,
"created_at": "2018-12-02T17:02:37Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jre... | 15 | 2019-01-28T19:38:17Z | 2019-03-19T13:48:35Z | 2019-01-29T12:22:40Z | CONTRIBUTOR | null | Previously, a column in a CSV with mixed timezones would (I think) convert each value to UTC and discard the tzinfo.
```python
import pandas as pd
import io
content = """\
Sat, 22 Apr 2017 15:11:58 -0500
Fri, 21 Apr 2017 14:20:57 -0500
Thu, 9 Mar 2017 11:15:30 -0600"""
df = pd.read_csv(io.StringIO(content... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/24987/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/24987/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/24988 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/24988/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/24988/comments | https://api.github.com/repos/pandas-dev/pandas/issues/24988/events | https://github.com/pandas-dev/pandas/issues/24988 | 404,058,481 | MDU6SXNzdWU0MDQwNTg0ODE= | 24,988 | Version 0.24.0 breaks read_sql compatibility with read_sql_query | {
"avatar_url": "https://avatars.githubusercontent.com/u/5893998?v=4",
"events_url": "https://api.github.com/users/Shellcat-Zero/events{/privacy}",
"followers_url": "https://api.github.com/users/Shellcat-Zero/followers",
"following_url": "https://api.github.com/users/Shellcat-Zero/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": "2019-02-04T09:15:14Z",
"closed_issues": 47,
"created_at": "2018-12-02T17:02:37Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jre... | 14 | 2019-01-28T23:47:56Z | 2019-02-01T15:10:37Z | 2019-01-31T21:24:57Z | NONE | null | The following read_sql_query() works:
```python
import pandas as pd
from sqlalchemy import create_engine
engine = create_engine('mysql+pymysql://'+name+':'+pw+'@'+server+'/?charset=utf8')
sql = 'select * from MyDatabase.my_temp_table'
df = pd.read_sql_query(sql,engine)
```
The same statements now fail i... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/24988/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/24988/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/24989 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/24989/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/24989/comments | https://api.github.com/repos/pandas-dev/pandas/issues/24989/events | https://github.com/pandas-dev/pandas/pull/24989 | 404,058,498 | MDExOlB1bGxSZXF1ZXN0MjQ4MzI3NTMx | 24,989 | DOC: Document breaking change to read_csv | {
"avatar_url": "https://avatars.githubusercontent.com/u/1312546?v=4",
"events_url": "https://api.github.com/users/TomAugspurger/events{/privacy}",
"followers_url": "https://api.github.com/users/TomAugspurger/followers",
"following_url": "https://api.github.com/users/TomAugspurger/following{/other_user}",
"gi... | [
{
"color": "3465A4",
"default": false,
"description": null,
"id": 134699,
"name": "Docs",
"node_id": "MDU6TGFiZWwxMzQ2OTk=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Docs"
}
] | closed | false | null | [] | {
"closed_at": "2019-02-04T09:15:14Z",
"closed_issues": 47,
"created_at": "2018-12-02T17:02:37Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jre... | 3 | 2019-01-28T23:47:59Z | 2019-01-29T12:22:46Z | 2019-01-29T12:22:40Z | CONTRIBUTOR | null | Closes https://github.com/pandas-dev/pandas/issues/24987 | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/24989/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/24989/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/24989.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/24989",
"merged_at": "2019-01-29T12:22:40Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/24989.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/24989"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/24990 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/24990/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/24990/comments | https://api.github.com/repos/pandas-dev/pandas/issues/24990/events | https://github.com/pandas-dev/pandas/issues/24990 | 404,086,762 | MDU6SXNzdWU0MDQwODY3NjI= | 24,990 | 0.24.0 vs 0.23.4: scalar + DataFrame is 3000x slower | {
"avatar_url": "https://avatars.githubusercontent.com/u/10572122?v=4",
"events_url": "https://api.github.com/users/dycw/events{/privacy}",
"followers_url": "https://api.github.com/users/dycw/followers",
"following_url": "https://api.github.com/users/dycw/following{/other_user}",
"gists_url": "https://api.git... | [
{
"color": "a10c02",
"default": false,
"description": "Memory or execution speed performance",
"id": 8935311,
"name": "Performance",
"node_id": "MDU6TGFiZWw4OTM1MzEx",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Performance"
},
{
"color": "006b75",
"default"... | closed | false | null | [] | null | 17 | 2019-01-29T01:53:02Z | 2019-12-27T20:34:05Z | 2019-12-27T20:34:05Z | NONE | null | #### Code Sample, a copy-pastable example if possible
First, two `conda` environments:
```yml
name: pandas_timing_0_23
dependencies:
- python=3.7
- pandas=0.23
```
```yml
name: pandas_timing_0_24
dependencies:
- python=3.7
- pandas=0.24
```
Now, a generalized script testing all 8 combi... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/24990/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/24990/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/24991 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/24991/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/24991/comments | https://api.github.com/repos/pandas-dev/pandas/issues/24991/events | https://github.com/pandas-dev/pandas/issues/24991 | 404,092,979 | MDU6SXNzdWU0MDQwOTI5Nzk= | 24,991 | 0.24.0 Regression in DataFrame.to_dict(orient='records') with whitespace column headers | {
"avatar_url": "https://avatars.githubusercontent.com/u/6757578?v=4",
"events_url": "https://api.github.com/users/omni-vi/events{/privacy}",
"followers_url": "https://api.github.com/users/omni-vi/followers",
"following_url": "https://api.github.com/users/omni-vi/following{/other_user}",
"gists_url": "https:/... | [] | closed | false | null | [] | null | 1 | 2019-01-29T02:22:07Z | 2019-01-29T02:32:09Z | 2019-01-29T02:28:03Z | NONE | null | #### Code Sample, a copy-pastable example if possible
```python
import pandas as pd
df2 = pd.DataFrame({'a': [1], 'a b': [2]})
df2.to_dict(orient="records")
```
#### Problem description
If a dataframe header contains two fields that start with the same substring, followed by whitespace, the header is not use... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/24991/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/24991/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/24992 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/24992/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/24992/comments | https://api.github.com/repos/pandas-dev/pandas/issues/24992/events | https://github.com/pandas-dev/pandas/issues/24992 | 404,104,711 | MDU6SXNzdWU0MDQxMDQ3MTE= | 24,992 | to_datetime uses previous row's timezone when timezone not specified and utc=True | {
"avatar_url": "https://avatars.githubusercontent.com/u/139525?v=4",
"events_url": "https://api.github.com/users/billmccord/events{/privacy}",
"followers_url": "https://api.github.com/users/billmccord/followers",
"following_url": "https://api.github.com/users/billmccord/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": "5319e7",
"default": false,
"description": "Timezone ... | closed | false | null | [] | {
"closed_at": "2019-07-19T00:34:29Z",
"closed_issues": 1289,
"created_at": "2018-10-23T02:34:15Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/j... | 2 | 2019-01-29T03:20:04Z | 2019-01-31T12:29:32Z | 2019-01-31T12:29:32Z | NONE | null | #### Code Sample, a copy-pastable example if possible
Without utc=True:
```python
pd.to_datetime([
'2018-11-28T00:00:00',
'2018-11-28T00:00:00+12:00',
'2018-11-28T00:00:00',
'2018-11-28T00:00:00+06:00',
'2018-11-28T00:00:00'
])
```
Result:
```
Index([ 2018-11-28 00:00:00, 2... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/24992/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/24992/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/24993 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/24993/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/24993/comments | https://api.github.com/repos/pandas-dev/pandas/issues/24993/events | https://github.com/pandas-dev/pandas/pull/24993 | 404,110,591 | MDExOlB1bGxSZXF1ZXN0MjQ4MzY2MDU5 | 24,993 | Test nested PandasArray | {
"avatar_url": "https://avatars.githubusercontent.com/u/1312546?v=4",
"events_url": "https://api.github.com/users/TomAugspurger/events{/privacy}",
"followers_url": "https://api.github.com/users/TomAugspurger/followers",
"following_url": "https://api.github.com/users/TomAugspurger/following{/other_user}",
"gi... | [
{
"color": "C4A000",
"default": false,
"description": "pandas testing functions or related to the test suite",
"id": 127685,
"name": "Testing",
"node_id": "MDU6TGFiZWwxMjc2ODU=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Testing"
}
] | closed | false | null | [] | {
"closed_at": "2019-02-04T09:15:14Z",
"closed_issues": 47,
"created_at": "2018-12-02T17:02:37Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jre... | 16 | 2019-01-29T03:49:49Z | 2019-01-30T21:18:24Z | 2019-01-30T21:18:20Z | CONTRIBUTOR | null | May be easiest to view the commits individually.
https://github.com/pandas-dev/pandas/commit/38e7413f3f650230eca75ab50580630838930c34
has the commit fixing the actual issue in #24986. That one was easy.
https://github.com/pandas-dev/pandas/commit/558cdbec47c9d9e7862a3d3c688fcf51260d367d is just moving the numpy... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/24993/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/24993/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/24993.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/24993",
"merged_at": "2019-01-30T21:18:20Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/24993.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/24993"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/24994 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/24994/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/24994/comments | https://api.github.com/repos/pandas-dev/pandas/issues/24994/events | https://github.com/pandas-dev/pandas/issues/24994 | 404,203,993 | MDU6SXNzdWU0MDQyMDM5OTM= | 24,994 | 0.24.0 DateTimeIndex: union() got an unexpected keyword argument 'sort' | {
"avatar_url": "https://avatars.githubusercontent.com/u/2030117?v=4",
"events_url": "https://api.github.com/users/bilalkamoon/events{/privacy}",
"followers_url": "https://api.github.com/users/bilalkamoon/followers",
"following_url": "https://api.github.com/users/bilalkamoon/following{/other_user}",
"gists_ur... | [
{
"color": "AFEEEE",
"default": false,
"description": null,
"id": 211840,
"name": "Timeseries",
"node_id": "MDU6TGFiZWwyMTE4NDA=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Timeseries"
},
{
"color": "5319e7",
"default": false,
"description": "Timedelta... | closed | false | null | [] | {
"closed_at": "2019-07-19T00:34:29Z",
"closed_issues": 1289,
"created_at": "2018-10-23T02:34:15Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/j... | 2 | 2019-01-29T09:47:46Z | 2019-02-23T21:43:20Z | 2019-02-23T21:43:20Z | NONE | null | #### Code Sample, a copy-pastable example if possible
```python
import pandas as pd
index1 = pd.DataFrame(index=pd.to_datetime(['19900101'])).index
index2 = index1.copy()
index1.union(index2, sort=False)
TypeError: union() got an unexpected keyword argument 'sort'
```
#### Problem description
The 'sort' argu... | {
"+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/24994/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/24994/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/24995 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/24995/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/24995/comments | https://api.github.com/repos/pandas-dev/pandas/issues/24995/events | https://github.com/pandas-dev/pandas/pull/24995 | 404,233,720 | MDExOlB1bGxSZXF1ZXN0MjQ4NDYwNjI5 | 24,995 | STY: use pytest.raises context manager (indexes/datetimes) | {
"avatar_url": "https://avatars.githubusercontent.com/u/13159005?v=4",
"events_url": "https://api.github.com/users/simonjayhawkins/events{/privacy}",
"followers_url": "https://api.github.com/users/simonjayhawkins/followers",
"following_url": "https://api.github.com/users/simonjayhawkins/following{/other_user}"... | [
{
"color": "eb6420",
"default": false,
"description": "Code style, linting, code_checks",
"id": 106935113,
"name": "Code Style",
"node_id": "MDU6TGFiZWwxMDY5MzUxMTM=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Code%20Style"
}
] | closed | false | null | [] | {
"closed_at": "2019-07-19T00:34:29Z",
"closed_issues": 1289,
"created_at": "2018-10-23T02:34:15Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/j... | 3 | 2019-01-29T10:57:30Z | 2019-01-29T12:45:29Z | 2019-01-29T12:37:43Z | MEMBER | null | xref #24332
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/24995/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/24995/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/24995.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/24995",
"merged_at": "2019-01-29T12:37:43Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/24995.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/24995"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/24996 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/24996/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/24996/comments | https://api.github.com/repos/pandas-dev/pandas/issues/24996/events | https://github.com/pandas-dev/pandas/pull/24996 | 404,266,038 | MDExOlB1bGxSZXF1ZXN0MjQ4NDg2NDEx | 24,996 | Backport PR #24989 on branch 0.24.x (DOC: Document breaking change to read_csv) | {
"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": "2019-02-04T09:15:14Z",
"closed_issues": 47,
"created_at": "2018-12-02T17:02:37Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jre... | 2 | 2019-01-29T12:23:41Z | 2019-01-29T13:26:17Z | 2019-01-29T13:26:17Z | NONE | null | Backport PR #24989: DOC: Document breaking change to read_csv | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/24996/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/24996/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/24996.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/24996",
"merged_at": "2019-01-29T13:26:17Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/24996.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/24996"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/24997 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/24997/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/24997/comments | https://api.github.com/repos/pandas-dev/pandas/issues/24997/events | https://github.com/pandas-dev/pandas/pull/24997 | 404,266,099 | MDExOlB1bGxSZXF1ZXN0MjQ4NDg2NDU2 | 24,997 | Backport PR #24964 on branch 0.24.x (DEPR: Fixed warning for implicit registration) | {
"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": "8AE234",
"default": false,
"description": null,
"id": 2413328,
"name": "Visualization",
"node_id": "MDU6TGFiZWwyNDEzMzI4",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Visualization"
}
] | closed | false | null | [] | {
"closed_at": "2019-02-04T09:15:14Z",
"closed_issues": 47,
"created_at": "2018-12-02T17:02:37Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jre... | 2 | 2019-01-29T12:23:51Z | 2019-01-29T13:26:30Z | 2019-01-29T13:26:30Z | NONE | null | Backport PR #24964: DEPR: Fixed warning for implicit registration | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/24997/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/24997/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/24997.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/24997",
"merged_at": "2019-01-29T13:26:30Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/24997.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/24997"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/24998 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/24998/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/24998/comments | https://api.github.com/repos/pandas-dev/pandas/issues/24998/events | https://github.com/pandas-dev/pandas/pull/24998 | 404,288,548 | MDExOlB1bGxSZXF1ZXN0MjQ4NTA0MzIz | 24,998 | DOC: move 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": "2019-07-19T00:34:29Z",
"closed_issues": 1289,
"created_at": "2018-10-23T02:34:15Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/j... | 1 | 2019-01-29T13:22:36Z | 2019-01-29T14:38:23Z | 2019-01-29T13:26:05Z | CONTRIBUTOR | null | https://github.com/pandas-dev/pandas/pull/24951#issuecomment-458532222 | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/24998/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/24998/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/24998.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/24998",
"merged_at": null,
"patch_url": "https://github.com/pandas-dev/pandas/pull/24998.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/24998"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/24999 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/24999/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/24999/comments | https://api.github.com/repos/pandas-dev/pandas/issues/24999/events | https://github.com/pandas-dev/pandas/pull/24999 | 404,289,391 | MDExOlB1bGxSZXF1ZXN0MjQ4NTA0OTg1 | 24,999 | DOC: move whatsnew note of #24916 | {
"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": "2019-07-19T00:34:29Z",
"closed_issues": 1289,
"created_at": "2018-10-23T02:34:15Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/j... | 1 | 2019-01-29T13:24:40Z | 2019-01-29T13:27:04Z | 2019-01-29T13:24:53Z | MEMBER | null | See https://github.com/pandas-dev/pandas/pull/24951#issuecomment-458146101 | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/24999/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/24999/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/24999.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/24999",
"merged_at": "2019-01-29T13:24:53Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/24999.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/24999"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/25000 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/25000/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/25000/comments | https://api.github.com/repos/pandas-dev/pandas/issues/25000/events | https://github.com/pandas-dev/pandas/pull/25000 | 404,294,734 | MDExOlB1bGxSZXF1ZXN0MjQ4NTA5MTky | 25,000 | BUG: on .to_string(index=False) | {
"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": "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"
}
] | closed | false | null | [] | null | 27 | 2019-01-29T13:37:32Z | 2019-07-15T01:08:55Z | 2019-07-15T01:08:55Z | MEMBER | null | - [ ] closes #24980
- [ ] tests added / passed
- [ ] passes `git diff upstream/master -u -- "*.py" | flake8 --diff`
- [ ] whatsnew entry
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/25000/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/25000/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/25000.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/25000",
"merged_at": null,
"patch_url": "https://github.com/pandas-dev/pandas/pull/25000.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/25000"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/25001 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/25001/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/25001/comments | https://api.github.com/repos/pandas-dev/pandas/issues/25001/events | https://github.com/pandas-dev/pandas/issues/25001 | 404,297,559 | MDU6SXNzdWU0MDQyOTc1NTk= | 25,001 | REGR: re-evaluate merge fix of PR #24916 | {
"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": "e11d21",
"default": false,
"description": "Functionality that used to work in a prior pandas version",
"id": 32815646,
"name": "Regression",
"node_id": "MDU6TGFiZWwzMjgxNTY0Ng==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Regression"
},
{
"color": ... | closed | false | null | [] | {
"closed_at": "2019-07-19T00:34:29Z",
"closed_issues": 1289,
"created_at": "2018-10-23T02:34:15Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/j... | 1 | 2019-01-29T13:44:10Z | 2019-05-05T21:21:55Z | 2019-05-05T21:21:55Z | MEMBER | null | See my comments and the possible regression on PR https://github.com/pandas-dev/pandas/pull/24916 (code review https://github.com/pandas-dev/pandas/pull/24916#pullrequestreview-196792659).
We can maybe have the code discussion there on the diff, but opening this issue as a reminder that we need to fix this for 0.25.... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/25001/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/25001/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/25002 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/25002/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/25002/comments | https://api.github.com/repos/pandas-dev/pandas/issues/25002/events | https://github.com/pandas-dev/pandas/pull/25002 | 404,308,336 | MDExOlB1bGxSZXF1ZXN0MjQ4NTE5NzQy | 25,002 | BUG: Fix broken links | {
"avatar_url": "https://avatars.githubusercontent.com/u/22172257?v=4",
"events_url": "https://api.github.com/users/yoanngoular/events{/privacy}",
"followers_url": "https://api.github.com/users/yoanngoular/followers",
"following_url": "https://api.github.com/users/yoanngoular/following{/other_user}",
"gists_u... | [
{
"color": "3465A4",
"default": false,
"description": null,
"id": 134699,
"name": "Docs",
"node_id": "MDU6TGFiZWwxMzQ2OTk=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Docs"
}
] | closed | false | null | [] | {
"closed_at": "2019-07-19T00:34:29Z",
"closed_issues": 1289,
"created_at": "2018-10-23T02:34:15Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/j... | 3 | 2019-01-29T14:09:04Z | 2019-01-29T15:11:19Z | 2019-01-29T15:09:38Z | CONTRIBUTOR | null | The previous location of contributing.rst file was
/doc/source/contributing.rst but has been moved to
/doc/source/development/contributing.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/25002/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/25002/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/25002.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/25002",
"merged_at": "2019-01-29T15:09:38Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/25002.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/25002"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/25003 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/25003/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/25003/comments | https://api.github.com/repos/pandas-dev/pandas/issues/25003/events | https://github.com/pandas-dev/pandas/pull/25003 | 404,322,527 | MDExOlB1bGxSZXF1ZXN0MjQ4NTMwNjIy | 25,003 | Split out test_pytables.py to sub-module of tests | {
"avatar_url": "https://avatars.githubusercontent.com/u/2066204?v=4",
"events_url": "https://api.github.com/users/vrajmohan/events{/privacy}",
"followers_url": "https://api.github.com/users/vrajmohan/followers",
"following_url": "https://api.github.com/users/vrajmohan/following{/other_user}",
"gists_url": "h... | [] | closed | false | null | [] | null | 0 | 2019-01-29T14:39:47Z | 2019-01-29T14:40:11Z | 2019-01-29T14:40:11Z | NONE | null | Fixes pandas-dev/pandas#18498
Split test_pytables.py into:
- pytables/base.py
- pytables/test_complex_values.py
- pytables/test_pytables.py
- pytables/test_timezones.py
- [ ] closes #xxxx
- [ ] tests added / passed
- [ ] passes `git diff upstream/master -u -- "*.py" | flake8 --diff`
- [ ] whatsnew entry
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/25003/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/25003/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/25003.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/25003",
"merged_at": null,
"patch_url": "https://github.com/pandas-dev/pandas/pull/25003.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/25003"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/25004 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/25004/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/25004/comments | https://api.github.com/repos/pandas-dev/pandas/issues/25004/events | https://github.com/pandas-dev/pandas/pull/25004 | 404,324,495 | MDExOlB1bGxSZXF1ZXN0MjQ4NTMyMTg0 | 25,004 | TST: Split out test_pytables.py to sub-module of tests | {
"avatar_url": "https://avatars.githubusercontent.com/u/2066204?v=4",
"events_url": "https://api.github.com/users/vrajmohan/events{/privacy}",
"followers_url": "https://api.github.com/users/vrajmohan/followers",
"following_url": "https://api.github.com/users/vrajmohan/following{/other_user}",
"gists_url": "h... | [
{
"color": "C4A000",
"default": false,
"description": "pandas testing functions or related to the test suite",
"id": 127685,
"name": "Testing",
"node_id": "MDU6TGFiZWwxMjc2ODU=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Testing"
},
{
"color": "5319e7",
"d... | closed | false | null | [] | null | 4 | 2019-01-29T14:44:00Z | 2019-03-20T02:08:50Z | 2019-03-20T02:08:50Z | NONE | null | Fixes pandas-dev/pandas#18498
Split test_pytables.py into:
- pytables/base.py
- pytables/test_complex_values.py
- pytables/test_pytables.py
- pytables/test_timezones.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/25004/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/25004/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/25004.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/25004",
"merged_at": null,
"patch_url": "https://github.com/pandas-dev/pandas/pull/25004.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/25004"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/25005 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/25005/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/25005/comments | https://api.github.com/repos/pandas-dev/pandas/issues/25005/events | https://github.com/pandas-dev/pandas/pull/25005 | 404,368,073 | MDExOlB1bGxSZXF1ZXN0MjQ4NTY2NDEx | 25,005 | Backport PR #24973: fix for BUG: grouping with tz-aware: Values falls… | {
"avatar_url": "https://avatars.githubusercontent.com/u/1312546?v=4",
"events_url": "https://api.github.com/users/TomAugspurger/events{/privacy}",
"followers_url": "https://api.github.com/users/TomAugspurger/followers",
"following_url": "https://api.github.com/users/TomAugspurger/following{/other_user}",
"gi... | [] | closed | false | null | [] | {
"closed_at": "2019-02-04T09:15:14Z",
"closed_issues": 47,
"created_at": "2018-12-02T17:02:37Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jre... | 2 | 2019-01-29T16:12:28Z | 2019-01-29T16:46:56Z | 2019-01-29T16:46:52Z | CONTRIBUTOR | null | … after last bin
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/25005/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/25005/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/25005.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/25005",
"merged_at": "2019-01-29T16:46:52Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/25005.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/25005"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/25006 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/25006/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/25006/comments | https://api.github.com/repos/pandas-dev/pandas/issues/25006/events | https://github.com/pandas-dev/pandas/issues/25006 | 404,398,512 | MDU6SXNzdWU0MDQzOTg1MTI= | 25,006 | Series pct_change fill_method behavior | {
"avatar_url": "https://avatars.githubusercontent.com/u/13718150?v=4",
"events_url": "https://api.github.com/users/Loupiol/events{/privacy}",
"followers_url": "https://api.github.com/users/Loupiol/followers",
"following_url": "https://api.github.com/users/Loupiol/following{/other_user}",
"gists_url": "https:... | [
{
"color": "4E9A06",
"default": false,
"description": null,
"id": 76812,
"name": "Enhancement",
"node_id": "MDU6TGFiZWw3NjgxMg==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Enhancement"
},
{
"color": "d7e102",
"default": false,
"description": "np.nan, ... | open | false | null | [] | null | 3 | 2019-01-29T17:17:00Z | 2021-06-26T04:09:17Z | null | NONE | null | ```python
In[2]: import pandas as pd
...: import numpy as np
...: pd.__version__
Out[2]: u'0.23.4'
In[3]: ts = pd.Series([np.nan, 1., 2., 3., np.nan, 4., np.nan])
In[4]: ts.pct_change(fill_method = None)
Out[4]:
0 NaN
1 NaN
2 1.0
3 0.5
4 NaN
5 NaN
6 NaN
dtype: float64
In[5]... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/25006/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/25006/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/25007 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/25007/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/25007/comments | https://api.github.com/repos/pandas-dev/pandas/issues/25007/events | https://github.com/pandas-dev/pandas/pull/25007 | 404,417,106 | MDExOlB1bGxSZXF1ZXN0MjQ4NjAzOTYz | 25,007 | API: Change default for Index.union sort | {
"avatar_url": "https://avatars.githubusercontent.com/u/1312546?v=4",
"events_url": "https://api.github.com/users/TomAugspurger/events{/privacy}",
"followers_url": "https://api.github.com/users/TomAugspurger/followers",
"following_url": "https://api.github.com/users/TomAugspurger/following{/other_user}",
"gi... | [
{
"color": "0b02e1",
"default": false,
"description": "Related to indexing on series/frames, not to indexes themselves",
"id": 2822098,
"name": "Indexing",
"node_id": "MDU6TGFiZWwyODIyMDk4",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Indexing"
},
{
"color": "AD... | closed | false | null | [] | null | 46 | 2019-01-29T18:02:12Z | 2019-02-04T22:12:43Z | 2019-02-04T22:12:40Z | CONTRIBUTOR | null | Closes https://github.com/pandas-dev/pandas/issues/24959
Haven't done MultiIndex yet, just opening for discussion on *if* we should do this for 0.24.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/25007/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/25007/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/25007.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/25007",
"merged_at": null,
"patch_url": "https://github.com/pandas-dev/pandas/pull/25007.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/25007"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/25008 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/25008/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/25008/comments | https://api.github.com/repos/pandas-dev/pandas/issues/25008/events | https://github.com/pandas-dev/pandas/pull/25008 | 404,424,911 | MDExOlB1bGxSZXF1ZXN0MjQ4NjEwMDA5 | 25,008 | require Return section only if return is not None nor commentary | {
"avatar_url": "https://avatars.githubusercontent.com/u/9122632?v=4",
"events_url": "https://api.github.com/users/dluiscosta/events{/privacy}",
"followers_url": "https://api.github.com/users/dluiscosta/followers",
"following_url": "https://api.github.com/users/dluiscosta/following{/other_user}",
"gists_url":... | [
{
"color": "3465A4",
"default": false,
"description": null,
"id": 134699,
"name": "Docs",
"node_id": "MDU6TGFiZWwxMzQ2OTk=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Docs"
},
{
"color": "a2bca7",
"default": false,
"description": "Continuous Integratio... | closed | false | null | [] | {
"closed_at": "2019-07-19T00:34:29Z",
"closed_issues": 1289,
"created_at": "2018-10-23T02:34:15Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/j... | 17 | 2019-01-29T18:23:09Z | 2019-03-11T12:02:05Z | 2019-03-11T12:02:05Z | CONTRIBUTOR | null | - [ ] closes #23488
Updated return lookup at source in validate_docstrings.py:
- ignore "return None"
- ignore empty return
- ignore the word "return" on commentaries
Updated test_validate_docstrings.py:
- added a test which contains the "returns" listed above and has a valid docstring with no Return section | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/25008/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/25008/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/25008.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/25008",
"merged_at": "2019-03-11T12:02:04Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/25008.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/25008"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/25009 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/25009/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/25009/comments | https://api.github.com/repos/pandas-dev/pandas/issues/25009/events | https://github.com/pandas-dev/pandas/pull/25009 | 404,451,858 | MDExOlB1bGxSZXF1ZXN0MjQ4NjMwNTk2 | 25,009 | BUG-24212 fix when other_index has incompatible dtype | {
"avatar_url": "https://avatars.githubusercontent.com/u/29615021?v=4",
"events_url": "https://api.github.com/users/JustinZhengBC/events{/privacy}",
"followers_url": "https://api.github.com/users/JustinZhengBC/followers",
"following_url": "https://api.github.com/users/JustinZhengBC/following{/other_user}",
"g... | [
{
"color": "02d7e1",
"default": false,
"description": "Concat, Merge/Join, Stack/Unstack, Explode",
"id": 13098779,
"name": "Reshaping",
"node_id": "MDU6TGFiZWwxMzA5ODc3OQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Reshaping"
},
{
"color": "e11d21",
"de... | closed | false | null | [] | {
"closed_at": "2019-07-19T00:34:29Z",
"closed_issues": 1289,
"created_at": "2018-10-23T02:34:15Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/j... | 10 | 2019-01-29T19:32:15Z | 2019-05-05T21:22:00Z | 2019-05-05T21:21:55Z | CONTRIBUTOR | null | - [X] closes #25001
- [X] tests added / passed
- [X] passes `git diff upstream/master -u -- "*.py" | flake8 --diff`
- [ ] whatsnew entry
Followup to #24916, addresses the case when the other index has an incompatible dtype, so we cannot take directly from it. Currently, this PR ~naively replaces the missing index... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/25009/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/25009/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/25009.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/25009",
"merged_at": "2019-05-05T21:21:55Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/25009.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/25009"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/25010 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/25010/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/25010/comments | https://api.github.com/repos/pandas-dev/pandas/issues/25010/events | https://github.com/pandas-dev/pandas/issues/25010 | 404,476,044 | MDU6SXNzdWU0MDQ0NzYwNDQ= | 25,010 | Test trial | {
"avatar_url": "https://avatars.githubusercontent.com/u/31941036?v=4",
"events_url": "https://api.github.com/users/mc9ds/events{/privacy}",
"followers_url": "https://api.github.com/users/mc9ds/followers",
"following_url": "https://api.github.com/users/mc9ds/following{/other_user}",
"gists_url": "https://api.... | [] | closed | false | null | [] | null | 1 | 2019-01-29T20:37:38Z | 2019-01-29T20:38:09Z | 2019-01-29T20:38:09Z | 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/25010/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/25010/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/25011 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/25011/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/25011/comments | https://api.github.com/repos/pandas-dev/pandas/issues/25011/events | https://github.com/pandas-dev/pandas/issues/25011 | 404,480,838 | MDU6SXNzdWU0MDQ0ODA4Mzg= | 25,011 | Using agg with groupy, as_index=False still returning group variable as index | {
"avatar_url": "https://avatars.githubusercontent.com/u/29225432?v=4",
"events_url": "https://api.github.com/users/cthamilton/events{/privacy}",
"followers_url": "https://api.github.com/users/cthamilton/followers",
"following_url": "https://api.github.com/users/cthamilton/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 | [] | null | 5 | 2019-01-29T20:51:17Z | 2021-08-21T10:39:19Z | 2020-04-24T15:53:28Z | NONE | null | #### Code Sample, a copy-pastable example if possible
Code sample:
```python
# Import packages
import pandas as pd
import numpy as np
# Set up test DataFrame
test_array = np.arange(50) + 100
test_matrix = test_array.reshape((10,5))
test_df = pd.DataFrame(test_matrix).rename(columns={0:'shouldnt be index'})
... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/25011/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/25011/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/25012 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/25012/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/25012/comments | https://api.github.com/repos/pandas-dev/pandas/issues/25012/events | https://github.com/pandas-dev/pandas/issues/25012 | 404,487,154 | MDU6SXNzdWU0MDQ0ODcxNTQ= | 25,012 | df.to_dict() no longer supports symbols in column names as of v0.24.0 | {
"avatar_url": "https://avatars.githubusercontent.com/u/14927757?v=4",
"events_url": "https://api.github.com/users/vinceatbluelabs/events{/privacy}",
"followers_url": "https://api.github.com/users/vinceatbluelabs/followers",
"following_url": "https://api.github.com/users/vinceatbluelabs/following{/other_user}"... | [
{
"color": "009800",
"default": false,
"description": "Duplicate issue or pull request",
"id": 40153326,
"name": "Duplicate Report",
"node_id": "MDU6TGFiZWw0MDE1MzMyNg==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Duplicate%20Report"
}
] | closed | false | null | [] | {
"closed_at": null,
"closed_issues": 2361,
"created_at": "2015-02-26T19:29:05Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/1020496?v=4",
"events_url": "https://api.github.com/users/jorisvandenbossche/events{/privacy}",
"followers_url": "https://api.github.com/users/jorisva... | 1 | 2019-01-29T21:08:34Z | 2019-01-29T21:17:21Z | 2019-01-29T21:17:09Z | NONE | null | #### Example code
```python
import pandas as pd
data = np.array([(1, 5, 'bazzle')],
dtype=[
('abc', 'i4'),
('foo.bar', 'i4'),
('foo.baz.bing', 'U10')
])
mock_dataframe = pd.Data... | {
"+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/25012/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/25012/timeline | null | null | null |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.