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/43522 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/43522/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/43522/comments | https://api.github.com/repos/pandas-dev/pandas/issues/43522/events | https://github.com/pandas-dev/pandas/issues/43522 | 993,964,414 | MDU6SXNzdWU5OTM5NjQ0MTQ= | 43,522 | DOC: Typo in `fillna()` documentation | {
"avatar_url": "https://avatars.githubusercontent.com/u/36133778?v=4",
"events_url": "https://api.github.com/users/cesare-spinoso/events{/privacy}",
"followers_url": "https://api.github.com/users/cesare-spinoso/followers",
"following_url": "https://api.github.com/users/cesare-spinoso/following{/other_user}",
... | [
{
"color": "3465A4",
"default": false,
"description": null,
"id": 134699,
"name": "Docs",
"node_id": "MDU6TGFiZWwxMzQ2OTk=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Docs"
},
{
"color": "d7e102",
"default": false,
"description": "np.nan, pd.NaT, pd.NA... | closed | false | {
"avatar_url": "https://avatars.githubusercontent.com/u/34067903?v=4",
"events_url": "https://api.github.com/users/erfannariman/events{/privacy}",
"followers_url": "https://api.github.com/users/erfannariman/followers",
"following_url": "https://api.github.com/users/erfannariman/following{/other_user}",
"gist... | [
{
"avatar_url": "https://avatars.githubusercontent.com/u/34067903?v=4",
"events_url": "https://api.github.com/users/erfannariman/events{/privacy}",
"followers_url": "https://api.github.com/users/erfannariman/followers",
"following_url": "https://api.github.com/users/erfannariman/following{/other_use... | {
"closed_at": null,
"closed_issues": 1203,
"created_at": "2021-06-09T18:28:42Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jreback/followers",... | 6 | 2021-09-11T22:38:44Z | 2021-09-14T15:30:28Z | 2021-09-12T15:15:11Z | NONE | null | ###
- [X] I have checked that the issue still exists on the latest versions of the docs on `master` [here](https://pandas.pydata.org/docs/dev/)
### Location of the documentation
https://pandas.pydata.org/docs/reference/api/pandas.DataFrame.fillna.html
### Documentation problem
Typo in one of the examples for `fi... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/43522/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/43522/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/43523 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/43523/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/43523/comments | https://api.github.com/repos/pandas-dev/pandas/issues/43523/events | https://github.com/pandas-dev/pandas/pull/43523 | 993,964,715 | MDExOlB1bGxSZXF1ZXN0NzMyMDIwMDUy | 43,523 | DEPR: index argument to SparseArray | {
"avatar_url": "https://avatars.githubusercontent.com/u/37011898?v=4",
"events_url": "https://api.github.com/users/mzeitlin11/events{/privacy}",
"followers_url": "https://api.github.com/users/mzeitlin11/followers",
"following_url": "https://api.github.com/users/mzeitlin11/following{/other_user}",
"gists_url"... | [
{
"color": "009800",
"default": false,
"description": "Sparse Data Type",
"id": 49182326,
"name": "Sparse",
"node_id": "MDU6TGFiZWw0OTE4MjMyNg==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Sparse"
},
{
"color": "5319e7",
"default": false,
"description"... | closed | false | null | [] | {
"closed_at": null,
"closed_issues": 1203,
"created_at": "2021-06-09T18:28:42Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jreback/followers",... | 1 | 2021-09-11T22:41:07Z | 2021-09-12T15:11:15Z | 2021-09-12T15:06:28Z | MEMBER | null | - [x] closes #23089
- [x] tests added / passed
- [x] Ensure all linting tests pass, see [here](https://pandas.pydata.org/pandas-docs/dev/development/contributing_codebase.html#pre-commit) for how to run them
- [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/43523/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/43523/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/43523.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/43523",
"merged_at": "2021-09-12T15:06:28Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/43523.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/43523"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/43524 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/43524/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/43524/comments | https://api.github.com/repos/pandas-dev/pandas/issues/43524/events | https://github.com/pandas-dev/pandas/pull/43524 | 993,969,691 | MDExOlB1bGxSZXF1ZXN0NzMyMDIzMzYw | 43,524 | PERF: avoid rebuilding blknos | {
"avatar_url": "https://avatars.githubusercontent.com/u/8078968?v=4",
"events_url": "https://api.github.com/users/jbrockmendel/events{/privacy}",
"followers_url": "https://api.github.com/users/jbrockmendel/followers",
"following_url": "https://api.github.com/users/jbrockmendel/following{/other_user}",
"gists... | [
{
"color": "a10c02",
"default": false,
"description": "Memory or execution speed performance",
"id": 8935311,
"name": "Performance",
"node_id": "MDU6TGFiZWw4OTM1MzEx",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Performance"
},
{
"color": "fbca04",
"default"... | closed | false | null | [] | {
"closed_at": null,
"closed_issues": 1203,
"created_at": "2021-06-09T18:28:42Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jreback/followers",... | 0 | 2021-09-11T23:06:05Z | 2021-09-12T15:00:17Z | 2021-09-12T14:59:07Z | MEMBER | null | ```
from asv_bench.benchmarks.groupby import *
self = Apply()
self.setup(4)
%timeit self.time_copy_function_multi_col(4)
451 ms ± 6.17 ms per loop (mean ± std. dev. of 7 runs, 1 loop each) # <- PR
492 ms ± 8.97 ms per loop (mean ± std. dev. of 7 runs, 1 loop each) # <- master
``` | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/43524/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/43524/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/43524.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/43524",
"merged_at": "2021-09-12T14:59:07Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/43524.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/43524"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/43525 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/43525/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/43525/comments | https://api.github.com/repos/pandas-dev/pandas/issues/43525/events | https://github.com/pandas-dev/pandas/pull/43525 | 993,977,978 | MDExOlB1bGxSZXF1ZXN0NzMyMDMxMDUz | 43,525 | CLN: remove sparse op helper unused | {
"avatar_url": "https://avatars.githubusercontent.com/u/37011898?v=4",
"events_url": "https://api.github.com/users/mzeitlin11/events{/privacy}",
"followers_url": "https://api.github.com/users/mzeitlin11/followers",
"following_url": "https://api.github.com/users/mzeitlin11/following{/other_user}",
"gists_url"... | [
{
"color": "009800",
"default": false,
"description": "Sparse Data Type",
"id": 49182326,
"name": "Sparse",
"node_id": "MDU6TGFiZWw0OTE4MjMyNg==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Sparse"
},
{
"color": "207de5",
"default": false,
"description"... | closed | false | null | [] | null | 1 | 2021-09-11T23:17:39Z | 2021-09-12T01:44:10Z | 2021-09-12T01:33:58Z | MEMBER | null | 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/43525/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/43525/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/43525.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/43525",
"merged_at": "2021-09-12T01:33:58Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/43525.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/43525"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/43526 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/43526/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/43526/comments | https://api.github.com/repos/pandas-dev/pandas/issues/43526/events | https://github.com/pandas-dev/pandas/pull/43526 | 994,016,894 | MDExOlB1bGxSZXF1ZXN0NzMyMDYwMzk2 | 43,526 | TST: pytest.mark.single for test_unique_bad_unicode | {
"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": "a2bca7",
"default": false,
"description": "Continuous Integration",
"id": 48070600,
"name": "CI",
"node_id": "MDU6TGFiZWw0ODA3MDYwMA==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/CI"
},
{
"color": "5319e7",
"default": false,
"description": ... | closed | false | null | [] | {
"closed_at": null,
"closed_issues": 1203,
"created_at": "2021-06-09T18:28:42Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jreback/followers",... | 0 | 2021-09-12T01:41:07Z | 2021-09-12T15:01:30Z | 2021-09-12T15:00:42Z | MEMBER | null | - [ ] closes #xxxx
- [ ] tests added / passed
- [ ] Ensure all linting tests pass, see [here](https://pandas.pydata.org/pandas-docs/dev/development/contributing_codebase.html#pre-commit) for how to run them
- [ ] whatsnew entry
Discussed on this week's call. | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/43526/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/43526/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/43526.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/43526",
"merged_at": "2021-09-12T15:00:42Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/43526.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/43526"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/43527 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/43527/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/43527/comments | https://api.github.com/repos/pandas-dev/pandas/issues/43527/events | https://github.com/pandas-dev/pandas/pull/43527 | 994,033,860 | MDExOlB1bGxSZXF1ZXN0NzMyMDcxMTU0 | 43,527 | BUG/PERF: sparse min/max don't densify | {
"avatar_url": "https://avatars.githubusercontent.com/u/37011898?v=4",
"events_url": "https://api.github.com/users/mzeitlin11/events{/privacy}",
"followers_url": "https://api.github.com/users/mzeitlin11/followers",
"following_url": "https://api.github.com/users/mzeitlin11/following{/other_user}",
"gists_url"... | [
{
"color": "e10c02",
"default": false,
"description": null,
"id": 76811,
"name": "Bug",
"node_id": "MDU6TGFiZWw3NjgxMQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug"
},
{
"color": "a10c02",
"default": false,
"description": "Memory or execution spee... | closed | false | null | [] | {
"closed_at": null,
"closed_issues": 1203,
"created_at": "2021-06-09T18:28:42Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jreback/followers",... | 1 | 2021-09-12T03:36:05Z | 2021-09-12T19:19:15Z | 2021-09-12T19:11:14Z | MEMBER | null | - [x] tests added / passed
- [x] Ensure all linting tests pass, see [here](https://pandas.pydata.org/pandas-docs/dev/development/contributing_codebase.html#pre-commit) for how to run them
- [x] whatsnew entry
This now follows the structure of other `SparseArray` reductions like `sum` more closely, though there is... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/43527/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/43527/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/43527.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/43527",
"merged_at": "2021-09-12T19:11:14Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/43527.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/43527"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/43528 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/43528/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/43528/comments | https://api.github.com/repos/pandas-dev/pandas/issues/43528/events | https://github.com/pandas-dev/pandas/issues/43528 | 994,059,461 | MDU6SXNzdWU5OTQwNTk0NjE= | 43,528 | BUG: read_csv() incorrectly parses data in case '\n' is used as a separator | {
"avatar_url": "https://avatars.githubusercontent.com/u/19469890?v=4",
"events_url": "https://api.github.com/users/romanov-o/events{/privacy}",
"followers_url": "https://api.github.com/users/romanov-o/followers",
"following_url": "https://api.github.com/users/romanov-o/following{/other_user}",
"gists_url": "... | [
{
"color": "4E9A06",
"default": false,
"description": null,
"id": 76812,
"name": "Enhancement",
"node_id": "MDU6TGFiZWw3NjgxMg==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Enhancement"
},
{
"color": "ffa0ff",
"default": false,
"description": "Incorrec... | open | false | null | [] | null | 5 | 2021-09-12T05:47:11Z | 2021-09-30T23:43:24Z | null | NONE | null | ###
- [X] I have checked that this issue has not already been reported.
- [X] I have confirmed this bug exists on the [latest version](https://pandas.pydata.org/docs/whatsnew/index.html) of pandas.
- [ ] I have confirmed this bug exists on the master branch of pandas.
### Reproducible Example
```python
import pa... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/43528/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/43528/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/43529 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/43529/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/43529/comments | https://api.github.com/repos/pandas-dev/pandas/issues/43529/events | https://github.com/pandas-dev/pandas/pull/43529 | 994,127,417 | MDExOlB1bGxSZXF1ZXN0NzMyMTM4ODE4 | 43,529 | DOC: fix doc to understand fillna with second dataframe | {
"avatar_url": "https://avatars.githubusercontent.com/u/34067903?v=4",
"events_url": "https://api.github.com/users/erfannariman/events{/privacy}",
"followers_url": "https://api.github.com/users/erfannariman/followers",
"following_url": "https://api.github.com/users/erfannariman/following{/other_user}",
"gist... | [
{
"color": "3465A4",
"default": false,
"description": null,
"id": 134699,
"name": "Docs",
"node_id": "MDU6TGFiZWwxMzQ2OTk=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Docs"
},
{
"color": "d7e102",
"default": false,
"description": "np.nan, pd.NaT, pd.NA... | closed | false | null | [] | {
"closed_at": null,
"closed_issues": 1203,
"created_at": "2021-06-09T18:28:42Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jreback/followers",... | 0 | 2021-09-12T11:00:41Z | 2021-09-12T15:15:12Z | 2021-09-12T15:15:11Z | CONTRIBUTOR | null | - [x] closes #43522
- [x] tests added / passed
- [x] Ensure all linting tests pass, see [here](https://pandas.pydata.org/pandas-docs/dev/development/contributing_codebase.html#pre-commit) for how to run them | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/43529/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/43529/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/43529.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/43529",
"merged_at": "2021-09-12T15:15:11Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/43529.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/43529"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/43530 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/43530/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/43530/comments | https://api.github.com/repos/pandas-dev/pandas/issues/43530/events | https://github.com/pandas-dev/pandas/pull/43530 | 994,162,593 | MDExOlB1bGxSZXF1ZXN0NzMyMTYzMDI4 | 43,530 | DOC: Start v1.3.4 release notes | {
"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": "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": "2021-10-17T11:06:28Z",
"closed_issues": 77,
"created_at": "2021-09-10T19:48:56Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/13159005?v=4",
"events_url": "https://api.github.com/users/simonjayhawkins/events{/privacy}",
"followers_url": "https://api.github.com... | 2 | 2021-09-12T13:41:15Z | 2021-09-12T14:54:25Z | 2021-09-12T14:50:50Z | MEMBER | null | 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/43530/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/43530/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/43530.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/43530",
"merged_at": "2021-09-12T14:50:50Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/43530.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/43530"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/43531 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/43531/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/43531/comments | https://api.github.com/repos/pandas-dev/pandas/issues/43531/events | https://github.com/pandas-dev/pandas/issues/43531 | 994,165,019 | MDU6SXNzdWU5OTQxNjUwMTk= | 43,531 | RLS: 1.3.4 | {
"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": "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": "2021-10-17T11:06:28Z",
"closed_issues": 77,
"created_at": "2021-09-10T19:48:56Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/13159005?v=4",
"events_url": "https://api.github.com/users/simonjayhawkins/events{/privacy}",
"followers_url": "https://api.github.com... | 15 | 2021-09-12T13:51:26Z | 2021-11-06T19:28:17Z | 2021-10-18T11:00:43Z | MEMBER | null | Tracking issue for the 1.3.4 release.
Currently scheduled for October 17, 2021. (could release earlier if there are issues with the pandas 1.3.3 py3.10 wheels once Python 3.10.0 final is released xref https://github.com/pandas-dev/pandas/issues/41940#issuecomment-917375309)
https://github.com/pandas-dev/pandas/mi... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/43531/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/43531/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/43532 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/43532/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/43532/comments | https://api.github.com/repos/pandas-dev/pandas/issues/43532/events | https://github.com/pandas-dev/pandas/pull/43532 | 994,179,183 | MDExOlB1bGxSZXF1ZXN0NzMyMTc0MzU2 | 43,532 | Backport PR #43530 on branch 1.3.x (DOC: Start v1.3.4 release notes) | {
"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": "2021-10-17T11:06:28Z",
"closed_issues": 77,
"created_at": "2021-09-10T19:48:56Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/13159005?v=4",
"events_url": "https://api.github.com/users/simonjayhawkins/events{/privacy}",
"followers_url": "https://api.github.com... | 0 | 2021-09-12T14:51:18Z | 2021-09-12T15:52:17Z | 2021-09-12T15:52:16Z | NONE | null | Backport PR #43530: DOC: Start v1.3.4 release notes | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/43532/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/43532/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/43532.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/43532",
"merged_at": "2021-09-12T15:52:16Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/43532.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/43532"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/43533 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/43533/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/43533/comments | https://api.github.com/repos/pandas-dev/pandas/issues/43533/events | https://github.com/pandas-dev/pandas/pull/43533 | 994,198,413 | MDExOlB1bGxSZXF1ZXN0NzMyMTg3NzE4 | 43,533 | CLN: remove _has_complex_internals | {
"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": "729FCF",
"default": false,
"description": null,
"id": 233160,
"name": "Groupby",
"node_id": "MDU6TGFiZWwyMzMxNjA=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Groupby"
},
{
"color": "207de5",
"default": false,
"description": null,
"id": ... | closed | false | null | [] | {
"closed_at": null,
"closed_issues": 1203,
"created_at": "2021-06-09T18:28:42Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jreback/followers",... | 0 | 2021-09-12T16:14:28Z | 2021-09-12T19:20:04Z | 2021-09-12T19:10:56Z | MEMBER | null | This was used for libreduction hijinks that has now been removed | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/43533/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/43533/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/43533.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/43533",
"merged_at": "2021-09-12T19:10:56Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/43533.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/43533"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/43534 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/43534/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/43534/comments | https://api.github.com/repos/pandas-dev/pandas/issues/43534/events | https://github.com/pandas-dev/pandas/issues/43534 | 994,212,743 | MDU6SXNzdWU5OTQyMTI3NDM= | 43,534 | BUG 1.3.3: pytest is failing when `pytest-randomly` pytest plugin is used | {
"avatar_url": "https://avatars.githubusercontent.com/u/31284574?v=4",
"events_url": "https://api.github.com/users/kloczek/events{/privacy}",
"followers_url": "https://api.github.com/users/kloczek/followers",
"following_url": "https://api.github.com/users/kloczek/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": "0052cc",
"default": false,
"description": "Issue that has not been ... | closed | false | null | [] | null | 8 | 2021-09-12T17:21:39Z | 2021-09-13T16:18:07Z | 2021-09-13T16:18:07Z | NONE | null | ###
- [X] I have checked that this issue has not already been reported.
- [X] I have confirmed this bug exists on the [latest version](https://pandas.pydata.org/docs/whatsnew/index.html) of pandas.
- [ ] I have confirmed this bug exists on the master branch of pandas.
### Reproducible Example
```python
run pytes... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/43534/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/43534/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/43535 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/43535/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/43535/comments | https://api.github.com/repos/pandas-dev/pandas/issues/43535/events | https://github.com/pandas-dev/pandas/pull/43535 | 994,221,927 | MDExOlB1bGxSZXF1ZXN0NzMyMjAzNDkz | 43,535 | Backport PR #43517 on branch 1.3.x (split macos tests in 2) | {
"avatar_url": "https://avatars.githubusercontent.com/u/15113894?v=4",
"events_url": "https://api.github.com/users/Dr-Irv/events{/privacy}",
"followers_url": "https://api.github.com/users/Dr-Irv/followers",
"following_url": "https://api.github.com/users/Dr-Irv/following{/other_user}",
"gists_url": "https://a... | [
{
"color": "a2bca7",
"default": false,
"description": "Continuous Integration",
"id": 48070600,
"name": "CI",
"node_id": "MDU6TGFiZWw0ODA3MDYwMA==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/CI"
}
] | closed | false | null | [] | {
"closed_at": "2021-10-17T11:06:28Z",
"closed_issues": 77,
"created_at": "2021-09-10T19:48:56Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/13159005?v=4",
"events_url": "https://api.github.com/users/simonjayhawkins/events{/privacy}",
"followers_url": "https://api.github.com... | 0 | 2021-09-12T18:07:01Z | 2021-09-13T00:17:55Z | 2021-09-13T00:17:55Z | CONTRIBUTOR | null | Backport #43517 | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/43535/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/43535/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/43535.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/43535",
"merged_at": "2021-09-13T00:17:55Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/43535.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/43535"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/43536 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/43536/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/43536/comments | https://api.github.com/repos/pandas-dev/pandas/issues/43536/events | https://github.com/pandas-dev/pandas/pull/43536 | 994,225,095 | MDExOlB1bGxSZXF1ZXN0NzMyMjA1NjU1 | 43,536 | TYP: SparseIndexKind | {
"avatar_url": "https://avatars.githubusercontent.com/u/37011898?v=4",
"events_url": "https://api.github.com/users/mzeitlin11/events{/privacy}",
"followers_url": "https://api.github.com/users/mzeitlin11/followers",
"following_url": "https://api.github.com/users/mzeitlin11/following{/other_user}",
"gists_url"... | [
{
"color": "009800",
"default": false,
"description": "Sparse Data Type",
"id": 49182326,
"name": "Sparse",
"node_id": "MDU6TGFiZWw0OTE4MjMyNg==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Sparse"
},
{
"color": "ea91a4",
"default": false,
"description"... | closed | false | null | [] | {
"closed_at": null,
"closed_issues": 1203,
"created_at": "2021-06-09T18:28:42Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jreback/followers",... | 0 | 2021-09-12T18:22:22Z | 2021-09-12T19:19:47Z | 2021-09-12T19:19:28Z | MEMBER | null | 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/43536/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/43536/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/43536.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/43536",
"merged_at": "2021-09-12T19:19:28Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/43536.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/43536"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/43537 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/43537/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/43537/comments | https://api.github.com/repos/pandas-dev/pandas/issues/43537/events | https://github.com/pandas-dev/pandas/pull/43537 | 994,229,373 | MDExOlB1bGxSZXF1ZXN0NzMyMjA4NTcz | 43,537 | REF: `refactor_levels` for `Styler.format_index` | {
"avatar_url": "https://avatars.githubusercontent.com/u/24256554?v=4",
"events_url": "https://api.github.com/users/attack68/events{/privacy}",
"followers_url": "https://api.github.com/users/attack68/followers",
"following_url": "https://api.github.com/users/attack68/following{/other_user}",
"gists_url": "htt... | [
{
"color": "006b75",
"default": false,
"description": "conditional formatting using DataFrame.style",
"id": 1728592794,
"name": "Styler",
"node_id": "MDU6TGFiZWwxNzI4NTkyNzk0",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Styler"
}
] | closed | false | null | [] | {
"closed_at": null,
"closed_issues": 1203,
"created_at": "2021-06-09T18:28:42Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jreback/followers",... | 0 | 2021-09-12T18:42:16Z | 2021-09-13T16:13:06Z | 2021-09-13T12:44:55Z | CONTRIBUTOR | null | Have moved some of the changes from #43101. The PR was split to try and debug the consistently failing CI which can't reproduce locally, and is unrelated to the code changes.
Please merge this one, it moves a private method to the base class script. | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/43537/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/43537/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/43537.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/43537",
"merged_at": "2021-09-13T12:44:54Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/43537.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/43537"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/43538 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/43538/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/43538/comments | https://api.github.com/repos/pandas-dev/pandas/issues/43538/events | https://github.com/pandas-dev/pandas/pull/43538 | 994,229,405 | MDExOlB1bGxSZXF1ZXN0NzMyMjA4NTk1 | 43,538 | REF: share _wrap_transform_fast_result | {
"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": "729FCF",
"default": false,
"de... | closed | false | null | [] | {
"closed_at": null,
"closed_issues": 1203,
"created_at": "2021-06-09T18:28:42Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jreback/followers",... | 0 | 2021-09-12T18:42:23Z | 2021-09-13T16:05:16Z | 2021-09-13T15:24:28Z | MEMBER | null | - [ ] closes #xxxx
- [ ] tests added / passed
- [ ] Ensure all linting tests pass, see [here](https://pandas.pydata.org/pandas-docs/dev/development/contributing_codebase.html#pre-commit) for how to run them
- [ ] 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/43538/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/43538/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/43538.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/43538",
"merged_at": "2021-09-13T15:24:28Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/43538.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/43538"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/43539 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/43539/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/43539/comments | https://api.github.com/repos/pandas-dev/pandas/issues/43539/events | https://github.com/pandas-dev/pandas/pull/43539 | 994,234,412 | MDExOlB1bGxSZXF1ZXN0NzMyMjEyMDQ3 | 43,539 | TYP: SparseArray methods | {
"avatar_url": "https://avatars.githubusercontent.com/u/37011898?v=4",
"events_url": "https://api.github.com/users/mzeitlin11/events{/privacy}",
"followers_url": "https://api.github.com/users/mzeitlin11/followers",
"following_url": "https://api.github.com/users/mzeitlin11/following{/other_user}",
"gists_url"... | [
{
"color": "009800",
"default": false,
"description": "Sparse Data Type",
"id": 49182326,
"name": "Sparse",
"node_id": "MDU6TGFiZWw0OTE4MjMyNg==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Sparse"
},
{
"color": "ea91a4",
"default": false,
"description"... | closed | false | null | [] | {
"closed_at": null,
"closed_issues": 1203,
"created_at": "2021-06-09T18:28:42Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jreback/followers",... | 0 | 2021-09-12T19:05:25Z | 2021-09-13T15:21:38Z | 2021-09-13T15:18:10Z | MEMBER | null | 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/43539/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/43539/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/43539.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/43539",
"merged_at": "2021-09-13T15:18:10Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/43539.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/43539"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/43540 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/43540/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/43540/comments | https://api.github.com/repos/pandas-dev/pandas/issues/43540/events | https://github.com/pandas-dev/pandas/issues/43540 | 994,240,095 | MDU6SXNzdWU5OTQyNDAwOTU= | 43,540 | BUG: REGR: read_csv with memory_map=True raises UnicodeDecodeError: 'utf-8' codec can't decode byte 0xc4 in position 262143: unexpected end of data | {
"avatar_url": "https://avatars.githubusercontent.com/u/9954897?v=4",
"events_url": "https://api.github.com/users/michal-gh/events{/privacy}",
"followers_url": "https://api.github.com/users/michal-gh/followers",
"following_url": "https://api.github.com/users/michal-gh/following{/other_user}",
"gists_url": "h... | [
{
"color": "e10c02",
"default": false,
"description": null,
"id": 76811,
"name": "Bug",
"node_id": "MDU6TGFiZWw3NjgxMQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug"
},
{
"color": "e11d21",
"default": false,
"description": "Functionality that used ... | closed | false | null | [] | {
"closed_at": "2021-10-17T11:06:28Z",
"closed_issues": 77,
"created_at": "2021-09-10T19:48:56Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/13159005?v=4",
"events_url": "https://api.github.com/users/simonjayhawkins/events{/privacy}",
"followers_url": "https://api.github.com... | 7 | 2021-09-12T19:13:16Z | 2021-09-21T21:37:42Z | 2021-09-21T21:37:42Z | CONTRIBUTOR | null | ###
- [X] I have checked that this issue has not already been reported.
- [X] I have confirmed this bug exists on the [latest version](https://pandas.pydata.org/docs/whatsnew/index.html) of pandas.
- [ ] I have confirmed this bug exists on the master branch of pandas.
### Reproducible Example
```python
import pa... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/43540/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/43540/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/43541 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/43541/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/43541/comments | https://api.github.com/repos/pandas-dev/pandas/issues/43541/events | https://github.com/pandas-dev/pandas/issues/43541 | 994,288,385 | MDU6SXNzdWU5OTQyODgzODU= | 43,541 | BUG: `merge_asof` gives incorrect results when `by` consists of multiple categorical columns with equal, but differently ordered, categories | {
"avatar_url": "https://avatars.githubusercontent.com/u/46674913?v=4",
"events_url": "https://api.github.com/users/marcozugno/events{/privacy}",
"followers_url": "https://api.github.com/users/marcozugno/followers",
"following_url": "https://api.github.com/users/marcozugno/following{/other_user}",
"gists_url"... | [
{
"color": "e10c02",
"default": false,
"description": null,
"id": 76811,
"name": "Bug",
"node_id": "MDU6TGFiZWw3NjgxMQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug"
},
{
"color": "02d7e1",
"default": false,
"description": "Concat, Merge/Join, Stac... | open | false | null | [] | null | 1 | 2021-09-12T21:34:33Z | 2021-09-30T23:44:00Z | null | NONE | null | Observing that `merge_asof` gives unexpected output when:
- `by` includes more than one column, one of which is categorical
- categorical columns included in `by` have equal categories but with different order in left/right dataframes
It seems to me the issue is caused by the categorical columns being cast to thei... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/43541/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/43541/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/43542 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/43542/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/43542/comments | https://api.github.com/repos/pandas-dev/pandas/issues/43542/events | https://github.com/pandas-dev/pandas/pull/43542 | 994,342,974 | MDExOlB1bGxSZXF1ZXN0NzMyMjk2MzIz | 43,542 | CI: mark user-agent tests as network | {
"avatar_url": "https://avatars.githubusercontent.com/u/37011898?v=4",
"events_url": "https://api.github.com/users/mzeitlin11/events{/privacy}",
"followers_url": "https://api.github.com/users/mzeitlin11/followers",
"following_url": "https://api.github.com/users/mzeitlin11/following{/other_user}",
"gists_url"... | [
{
"color": "C4A000",
"default": false,
"description": "pandas testing functions or related to the test suite",
"id": 127685,
"name": "Testing",
"node_id": "MDU6TGFiZWwxMjc2ODU=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Testing"
},
{
"color": "a2bca7",
"d... | closed | false | null | [] | null | 3 | 2021-09-13T01:05:28Z | 2021-09-14T01:04:51Z | 2021-09-13T02:07:00Z | MEMBER | null | cc @jbrockmendel, inspired by https://github.com/pandas-dev/pandas/pull/43517#issuecomment-917464806. This being the source of the timeout is also supported by starting to see timeouts on windows2 after changing the split such that the io tests were included in windows2.
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/43542/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/43542/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/43542.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/43542",
"merged_at": null,
"patch_url": "https://github.com/pandas-dev/pandas/pull/43542.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/43542"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/43543 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/43543/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/43543/comments | https://api.github.com/repos/pandas-dev/pandas/issues/43543/events | https://github.com/pandas-dev/pandas/issues/43543 | 994,382,263 | MDU6SXNzdWU5OTQzODIyNjM= | 43,543 | BUG: AttributeError: Can't get attribute 'new_block' on <module 'pandas.core.internals.blocks' from '/usr/local/lib/python3.6/dist-packages/pandas/core/internals/blocks.py'> | {
"avatar_url": "https://avatars.githubusercontent.com/u/48574853?v=4",
"events_url": "https://api.github.com/users/874061490/events{/privacy}",
"followers_url": "https://api.github.com/users/874061490/followers",
"following_url": "https://api.github.com/users/874061490/following{/other_user}",
"gists_url": "... | [
{
"color": "0052cc",
"default": false,
"description": null,
"id": 34444536,
"name": "Usage Question",
"node_id": "MDU6TGFiZWwzNDQ0NDUzNg==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Usage%20Question"
},
{
"color": "0052cc",
"default": false,
"descript... | closed | false | null | [] | null | 1 | 2021-09-13T02:30:47Z | 2021-09-13T04:50:45Z | 2021-09-13T04:50:45Z | NONE | null | ###
- [X] I have searched the [[pandas] tag](https://stackoverflow.com/questions/tagged/pandas) on StackOverflow for similar questions.
- [X] I have asked my usage related question on [StackOverflow](https://stackoverflow.com).
### Link to question on StackOverflow
AttributeError: Can't get attribute 'new_block' ... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/43543/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/43543/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/43544 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/43544/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/43544/comments | https://api.github.com/repos/pandas-dev/pandas/issues/43544/events | https://github.com/pandas-dev/pandas/pull/43544 | 994,447,377 | MDExOlB1bGxSZXF1ZXN0NzMyMzc5MTAy | 43,544 | DOC: add plt.show so that the plot will show, along with note about p… | {
"avatar_url": "https://avatars.githubusercontent.com/u/992869?v=4",
"events_url": "https://api.github.com/users/woodvi/events{/privacy}",
"followers_url": "https://api.github.com/users/woodvi/followers",
"following_url": "https://api.github.com/users/woodvi/following{/other_user}",
"gists_url": "https://api... | [
{
"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": "8AE234",
"default": false,
"description": null,
"id": 241332... | closed | false | null | [] | {
"closed_at": null,
"closed_issues": 1203,
"created_at": "2021-06-09T18:28:42Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jreback/followers",... | 2 | 2021-09-13T04:42:22Z | 2021-09-14T15:21:12Z | 2021-09-14T15:21:12Z | CONTRIBUTOR | null | …lt.show, plt.savefig and Jupyter Notebook.
- [x] closes #43560
- [ ] tests added / passed
- [x] Ensure all linting tests pass, see [here](https://pandas.pydata.org/pandas-docs/dev/development/contributing_codebase.html#pre-commit) for how to run them
- [ ] 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/43544/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/43544/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/43544.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/43544",
"merged_at": "2021-09-14T15:21:11Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/43544.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/43544"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/43545 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/43545/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/43545/comments | https://api.github.com/repos/pandas-dev/pandas/issues/43545/events | https://github.com/pandas-dev/pandas/pull/43545 | 994,449,847 | MDExOlB1bGxSZXF1ZXN0NzMyMzgwOTc3 | 43,545 | CI: network tests running even with "not network" | {
"avatar_url": "https://avatars.githubusercontent.com/u/37011898?v=4",
"events_url": "https://api.github.com/users/mzeitlin11/events{/privacy}",
"followers_url": "https://api.github.com/users/mzeitlin11/followers",
"following_url": "https://api.github.com/users/mzeitlin11/following{/other_user}",
"gists_url"... | [
{
"color": "C4A000",
"default": false,
"description": "pandas testing functions or related to the test suite",
"id": 127685,
"name": "Testing",
"node_id": "MDU6TGFiZWwxMjc2ODU=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Testing"
},
{
"color": "a2bca7",
"d... | closed | false | null | [] | {
"closed_at": null,
"closed_issues": 1203,
"created_at": "2021-06-09T18:28:42Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jreback/followers",... | 3 | 2021-09-13T04:48:40Z | 2021-09-14T15:16:45Z | 2021-09-14T12:58:51Z | MEMBER | null | While looking into windows timeouts, noticed network tests were still being run with -m "not network". `tm.network` adds the keyword `network`, but does not add a mark, so -m "not network" was still running network tests. While a mark could probably be set somehow in that decorator, I couldn't find a `pytest` document... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/43545/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/43545/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/43545.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/43545",
"merged_at": "2021-09-14T12:58:51Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/43545.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/43545"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/43546 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/43546/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/43546/comments | https://api.github.com/repos/pandas-dev/pandas/issues/43546/events | https://github.com/pandas-dev/pandas/pull/43546 | 994,532,415 | MDExOlB1bGxSZXF1ZXN0NzMyNDQ4NjY0 | 43,546 | CI Use pytest randomly | {
"avatar_url": "https://avatars.githubusercontent.com/u/33491632?v=4",
"events_url": "https://api.github.com/users/MarcoGorelli/events{/privacy}",
"followers_url": "https://api.github.com/users/MarcoGorelli/followers",
"following_url": "https://api.github.com/users/MarcoGorelli/following{/other_user}",
"gist... | [] | closed | false | null | [] | null | 2 | 2021-09-13T07:06:58Z | 2021-09-13T16:16:52Z | 2021-09-13T16:16:52Z | MEMBER | null | - [ ] closes #43534
- [ ] tests added / passed
- [ ] Ensure all linting tests pass, see [here](https://pandas.pydata.org/pandas-docs/dev/development/contributing_codebase.html#pre-commit) for how to run them
- [ ] 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/43546/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/43546/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/43546.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/43546",
"merged_at": null,
"patch_url": "https://github.com/pandas-dev/pandas/pull/43546.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/43546"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/43547 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/43547/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/43547/comments | https://api.github.com/repos/pandas-dev/pandas/issues/43547/events | https://github.com/pandas-dev/pandas/issues/43547 | 994,577,324 | MDU6SXNzdWU5OTQ1NzczMjQ= | 43,547 | BUG: Dataframe.pivot with multiple `values` columns does not preserve dtype of numeric columns | {
"avatar_url": "https://avatars.githubusercontent.com/u/6085431?v=4",
"events_url": "https://api.github.com/users/mgab/events{/privacy}",
"followers_url": "https://api.github.com/users/mgab/followers",
"following_url": "https://api.github.com/users/mgab/following{/other_user}",
"gists_url": "https://api.gith... | [
{
"color": "e10c02",
"default": false,
"description": null,
"id": 76811,
"name": "Bug",
"node_id": "MDU6TGFiZWw3NjgxMQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug"
},
{
"color": "02d7e1",
"default": false,
"description": "Concat, Merge/Join, Stac... | open | false | null | [] | null | 1 | 2021-09-13T08:02:14Z | 2021-10-03T19:50:13Z | null | NONE | null | ###
- [X] I have checked that this issue has not already been reported.
- [X] I have confirmed this bug exists on the [latest version](https://pandas.pydata.org/docs/whatsnew/index.html) of pandas.
- [x] I have confirmed this bug exists on the master branch of pandas.
### Reproducible Example
```pytho... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/43547/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/43547/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/43548 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/43548/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/43548/comments | https://api.github.com/repos/pandas-dev/pandas/issues/43548/events | https://github.com/pandas-dev/pandas/pull/43548 | 994,787,789 | MDExOlB1bGxSZXF1ZXN0NzMyNjYxMDgy | 43,548 | DOC: Update whatsnew for crosstab fix | {
"avatar_url": "https://avatars.githubusercontent.com/u/5585221?v=4",
"events_url": "https://api.github.com/users/bashtage/events{/privacy}",
"followers_url": "https://api.github.com/users/bashtage/followers",
"following_url": "https://api.github.com/users/bashtage/following{/other_user}",
"gists_url": "http... | [
{
"color": "3465A4",
"default": false,
"description": null,
"id": 134699,
"name": "Docs",
"node_id": "MDU6TGFiZWwxMzQ2OTk=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Docs"
},
{
"color": "729FCF",
"default": false,
"description": null,
"id": 233160... | closed | false | null | [] | {
"closed_at": null,
"closed_issues": 1203,
"created_at": "2021-06-09T18:28:42Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jreback/followers",... | 0 | 2021-09-13T11:41:56Z | 2021-09-14T12:43:33Z | 2021-09-14T12:43:33Z | CONTRIBUTOR | null | xref #43505
- [X] Ensure all linting tests pass, see [here](https://pandas.pydata.org/pandas-docs/dev/development/contributing_codebase.html#pre-commit) for how to run them
- [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/43548/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/43548/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/43548.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/43548",
"merged_at": "2021-09-14T12:43:33Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/43548.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/43548"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/43549 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/43549/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/43549/comments | https://api.github.com/repos/pandas-dev/pandas/issues/43549/events | https://github.com/pandas-dev/pandas/issues/43549 | 994,829,276 | MDU6SXNzdWU5OTQ4MjkyNzY= | 43,549 | PERF: MultiIndex equals method got 20x slower | {
"avatar_url": "https://avatars.githubusercontent.com/u/6577701?v=4",
"events_url": "https://api.github.com/users/grotmol/events{/privacy}",
"followers_url": "https://api.github.com/users/grotmol/followers",
"following_url": "https://api.github.com/users/grotmol/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": "207de5",
"default"... | closed | false | null | [] | {
"closed_at": "2021-10-17T11:06:28Z",
"closed_issues": 77,
"created_at": "2021-09-10T19:48:56Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/13159005?v=4",
"events_url": "https://api.github.com/users/simonjayhawkins/events{/privacy}",
"followers_url": "https://api.github.com... | 4 | 2021-09-13T12:25:55Z | 2021-09-16T21:02:18Z | 2021-09-16T21:02:18Z | NONE | null | ###
- [X] I have checked that this issue has not already been reported.
- [X] I have confirmed this issue exists on the [latest version](https://pandas.pydata.org/docs/whatsnew/index.html) of pandas.
- [ ] I have confirmed this issue exists on the master branch of pandas.
### Reproducible Example
from dateutil 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/43549/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/43549/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/43550 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/43550/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/43550/comments | https://api.github.com/repos/pandas-dev/pandas/issues/43550/events | https://github.com/pandas-dev/pandas/issues/43550 | 994,967,001 | MDU6SXNzdWU5OTQ5NjcwMDE= | 43,550 | REGR: outer join with integer key and NaNs failing | {
"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": "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": "2021-10-17T11:06:28Z",
"closed_issues": 77,
"created_at": "2021-09-10T19:48:56Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/13159005?v=4",
"events_url": "https://api.github.com/users/simonjayhawkins/events{/privacy}",
"followers_url": "https://api.github.com... | 2 | 2021-09-13T14:32:15Z | 2021-09-14T14:35:51Z | 2021-09-14T14:35:51Z | MEMBER | null | Doing a merge with `how="outer"` on an integer / all-NaN column started failing.
This works in pandas 1.3.2:
```python
df1 = pd.DataFrame({"key": [1, 2], "col1": [1, 2]})
df2 = pd.DataFrame({"key": [np.nan, np.nan], "col2": [3, 4]})
In [3]: df1.merge(df2, on="key", how="outer")
Out[3]:
key col1 col... | {
"+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/43550/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/43550/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/43551 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/43551/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/43551/comments | https://api.github.com/repos/pandas-dev/pandas/issues/43551/events | https://github.com/pandas-dev/pandas/pull/43551 | 995,045,854 | MDExOlB1bGxSZXF1ZXN0NzMyODc1Mzk3 | 43,551 | Refactor/validate utils | {
"avatar_url": "https://avatars.githubusercontent.com/u/56645775?v=4",
"events_url": "https://api.github.com/users/zyc09/events{/privacy}",
"followers_url": "https://api.github.com/users/zyc09/followers",
"following_url": "https://api.github.com/users/zyc09/following{/other_user}",
"gists_url": "https://api.... | [
{
"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"
}
] | closed | false | null | [] | {
"closed_at": null,
"closed_issues": 1203,
"created_at": "2021-06-09T18:28:42Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jreback/followers",... | 1 | 2021-09-13T15:42:52Z | 2021-09-14T14:09:55Z | 2021-09-14T14:09:49Z | CONTRIBUTOR | null | - [x] refactoring for #40245
- [x] tests added / passed
- [x] Ensure all linting tests pass, see [here](https://pandas.pydata.org/pandas-docs/dev/development/contributing_codebase.html#pre-commit) for how to run them
- [ ] 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/43551/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/43551/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/43551.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/43551",
"merged_at": "2021-09-14T14:09:49Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/43551.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/43551"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/43552 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/43552/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/43552/comments | https://api.github.com/repos/pandas-dev/pandas/issues/43552/events | https://github.com/pandas-dev/pandas/pull/43552 | 995,087,782 | MDExOlB1bGxSZXF1ZXN0NzMyOTA5NjYz | 43,552 | ENH: `Styler.format_index` split PR base components | {
"avatar_url": "https://avatars.githubusercontent.com/u/24256554?v=4",
"events_url": "https://api.github.com/users/attack68/events{/privacy}",
"followers_url": "https://api.github.com/users/attack68/followers",
"following_url": "https://api.github.com/users/attack68/following{/other_user}",
"gists_url": "htt... | [] | closed | false | null | [] | null | 8 | 2021-09-13T16:24:28Z | 2021-09-20T22:41:48Z | 2021-09-17T15:40:51Z | CONTRIBUTOR | null | Splits #43101 to debug failing tests
All this PR does is add a method and fix failing tests because of a minor change to jinja2 templates. | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/43552/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/43552/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/43552.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/43552",
"merged_at": null,
"patch_url": "https://github.com/pandas-dev/pandas/pull/43552.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/43552"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/43553 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/43553/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/43553/comments | https://api.github.com/repos/pandas-dev/pandas/issues/43553/events | https://github.com/pandas-dev/pandas/pull/43553 | 995,116,258 | MDExOlB1bGxSZXF1ZXN0NzMyOTMxMjg5 | 43,553 | REGR: Outer merge failing with integer and NaN keys | {
"avatar_url": "https://avatars.githubusercontent.com/u/6472290?v=4",
"events_url": "https://api.github.com/users/debnathshoham/events{/privacy}",
"followers_url": "https://api.github.com/users/debnathshoham/followers",
"following_url": "https://api.github.com/users/debnathshoham/following{/other_user}",
"gi... | [
{
"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": "e102d8",
"de... | closed | false | null | [] | {
"closed_at": "2021-10-17T11:06:28Z",
"closed_issues": 77,
"created_at": "2021-09-10T19:48:56Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/13159005?v=4",
"events_url": "https://api.github.com/users/simonjayhawkins/events{/privacy}",
"followers_url": "https://api.github.com... | 1 | 2021-09-13T16:56:52Z | 2021-09-14T14:46:12Z | 2021-09-14T14:35:52Z | CONTRIBUTOR | null | - [x] closes #43550
- [x] tests added / passed
- [x] Ensure all linting tests pass, see [here](https://pandas.pydata.org/pandas-docs/dev/development/contributing_codebase.html#pre-commit) for how to run them
- [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/43553/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/43553/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/43553.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/43553",
"merged_at": "2021-09-14T14:35:51Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/43553.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/43553"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/43554 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/43554/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/43554/comments | https://api.github.com/repos/pandas-dev/pandas/issues/43554/events | https://github.com/pandas-dev/pandas/issues/43554 | 995,143,378 | MDU6SXNzdWU5OTUxNDMzNzg= | 43,554 | Feature Request - New pd.set_option() option: display.column_delimiter : str | {
"avatar_url": "https://avatars.githubusercontent.com/u/11449086?v=4",
"events_url": "https://api.github.com/users/marklewis3000/events{/privacy}",
"followers_url": "https://api.github.com/users/marklewis3000/followers",
"following_url": "https://api.github.com/users/marklewis3000/following{/other_user}",
"g... | [
{
"color": "4E9A06",
"default": false,
"description": null,
"id": 76812,
"name": "Enhancement",
"node_id": "MDU6TGFiZWw3NjgxMg==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Enhancement"
},
{
"color": "06909A",
"default": false,
"description": "IO issue... | open | false | null | [] | null | 0 | 2021-09-13T17:25:06Z | 2021-09-30T23:45:06Z | null | NONE | null | When I print a dataframe, which uses df.to_string(), I would like the ability to display it in CSV format with commas between the columns instead of spaces, like this:
```
Name,Age
Alex,10
Bob,12
Clarke,13
```
This might be done with a new string option 'display.column_delimiter' in pd.set_option().
pd.set_opti... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/43554/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/43554/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/43555 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/43555/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/43555/comments | https://api.github.com/repos/pandas-dev/pandas/issues/43555/events | https://github.com/pandas-dev/pandas/pull/43555 | 995,194,661 | MDExOlB1bGxSZXF1ZXN0NzMyOTk0Mzgy | 43,555 | REF: Share Index comparison and arithmetic methods | {
"avatar_url": "https://avatars.githubusercontent.com/u/8078968?v=4",
"events_url": "https://api.github.com/users/jbrockmendel/events{/privacy}",
"followers_url": "https://api.github.com/users/jbrockmendel/followers",
"following_url": "https://api.github.com/users/jbrockmendel/following{/other_user}",
"gists... | [
{
"color": "FCE94F",
"default": false,
"description": "Internal refactoring of code",
"id": 127681,
"name": "Refactor",
"node_id": "MDU6TGFiZWwxMjc2ODE=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Refactor"
},
{
"color": "6138b5",
"default": false,
"de... | closed | false | null | [] | {
"closed_at": null,
"closed_issues": 1203,
"created_at": "2021-06-09T18:28:42Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jreback/followers",... | 1 | 2021-09-13T18:25:18Z | 2021-09-13T21:51:27Z | 2021-09-13T19:26:58Z | MEMBER | null | - [x] closes #xxxx
- [ ] tests added / passed
- [ ] Ensure all linting tests pass, see [here](https://pandas.pydata.org/pandas-docs/dev/development/contributing_codebase.html#pre-commit) for how to run them
- [ ] 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/43555/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/43555/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/43555.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/43555",
"merged_at": "2021-09-13T19:26:58Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/43555.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/43555"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/43556 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/43556/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/43556/comments | https://api.github.com/repos/pandas-dev/pandas/issues/43556/events | https://github.com/pandas-dev/pandas/issues/43556 | 995,356,278 | MDU6SXNzdWU5OTUzNTYyNzg= | 43,556 | BUG: CI and local failures using fastparquet and pyarrow | {
"avatar_url": "https://avatars.githubusercontent.com/u/24256554?v=4",
"events_url": "https://api.github.com/users/attack68/events{/privacy}",
"followers_url": "https://api.github.com/users/attack68/followers",
"following_url": "https://api.github.com/users/attack68/following{/other_user}",
"gists_url": "htt... | [
{
"color": "e10c02",
"default": false,
"description": null,
"id": 76811,
"name": "Bug",
"node_id": "MDU6TGFiZWw3NjgxMQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug"
},
{
"color": "0052cc",
"default": false,
"description": "Issue that has not been ... | closed | false | null | [] | null | 0 | 2021-09-13T21:25:42Z | 2021-09-24T18:20:49Z | 2021-09-24T18:20:49Z | CONTRIBUTOR | null | ###
- [X] I have checked that this issue has not already been reported.
- [ ] I have confirmed this bug exists on the [latest version](https://pandas.pydata.org/docs/whatsnew/index.html) of pandas.
- [X] I have confirmed this bug exists on the master branch of pandas.
### Issue Description
I have a ... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/43556/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/43556/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/43557 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/43557/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/43557/comments | https://api.github.com/repos/pandas-dev/pandas/issues/43557/events | https://github.com/pandas-dev/pandas/pull/43557 | 995,428,575 | MDExOlB1bGxSZXF1ZXN0NzMzMTkxMjM1 | 43,557 | CLN/TST: Remove agg test from groupby | {
"avatar_url": "https://avatars.githubusercontent.com/u/45562402?v=4",
"events_url": "https://api.github.com/users/rhshadrach/events{/privacy}",
"followers_url": "https://api.github.com/users/rhshadrach/followers",
"following_url": "https://api.github.com/users/rhshadrach/following{/other_user}",
"gists_url"... | [
{
"color": "C4A000",
"default": false,
"description": "pandas testing functions or related to the test suite",
"id": 127685,
"name": "Testing",
"node_id": "MDU6TGFiZWwxMjc2ODU=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Testing"
},
{
"color": "207de5",
"d... | closed | false | null | [] | {
"closed_at": null,
"closed_issues": 1203,
"created_at": "2021-06-09T18:28:42Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jreback/followers",... | 0 | 2021-09-13T23:25:34Z | 2021-09-14T03:36:53Z | 2021-09-14T03:14:40Z | MEMBER | null | - [x] Ensure all linting tests pass, see [here](https://pandas.pydata.org/pandas-docs/dev/development/contributing_codebase.html#pre-commit) for how to run them
Removed test is duplicated of
https://github.com/pandas-dev/pandas/blob/e9d0a58c4152a16153dfb330164991d37fdd02dc/pandas/tests/apply/test_frame_apply.py#L... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/43557/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/43557/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/43557.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/43557",
"merged_at": "2021-09-14T03:14:40Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/43557.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/43557"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/43558 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/43558/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/43558/comments | https://api.github.com/repos/pandas-dev/pandas/issues/43558/events | https://github.com/pandas-dev/pandas/pull/43558 | 995,433,474 | MDExOlB1bGxSZXF1ZXN0NzMzMTk1MTc4 | 43,558 | PERF: Series.to_frame | {
"avatar_url": "https://avatars.githubusercontent.com/u/8078968?v=4",
"events_url": "https://api.github.com/users/jbrockmendel/events{/privacy}",
"followers_url": "https://api.github.com/users/jbrockmendel/followers",
"following_url": "https://api.github.com/users/jbrockmendel/following{/other_user}",
"gists... | [
{
"color": "a10c02",
"default": false,
"description": "Memory or execution speed performance",
"id": 8935311,
"name": "Performance",
"node_id": "MDU6TGFiZWw4OTM1MzEx",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Performance"
},
{
"color": "8dd5fc",
"default"... | closed | false | null | [] | {
"closed_at": null,
"closed_issues": 1203,
"created_at": "2021-06-09T18:28:42Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jreback/followers",... | 0 | 2021-09-13T23:36:14Z | 2021-09-14T16:20:39Z | 2021-09-14T12:43:19Z | MEMBER | null | ```
import pandas as pd
ser = pd.Series(range(5))
%timeit ser.to_frame()
%prun -s cumtime for n in range(10000): ser.to_frame()
9.71 µs ± 501 ns per loop (mean ± std. dev. of 7 runs, 100000 loops each) # <- PR
33.2 µs ± 651 ns per loop (mean ± std. dev. of 7 runs, 10000 loops each) # <- master
``` | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/43558/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/43558/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/43558.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/43558",
"merged_at": "2021-09-14T12:43:19Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/43558.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/43558"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/43559 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/43559/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/43559/comments | https://api.github.com/repos/pandas-dev/pandas/issues/43559/events | https://github.com/pandas-dev/pandas/issues/43559 | 995,536,736 | I_kwDOAA0YD847Vq9g | 43,559 | CI: network tests | {
"avatar_url": "https://avatars.githubusercontent.com/u/37011898?v=4",
"events_url": "https://api.github.com/users/mzeitlin11/events{/privacy}",
"followers_url": "https://api.github.com/users/mzeitlin11/followers",
"following_url": "https://api.github.com/users/mzeitlin11/following{/other_user}",
"gists_url"... | [
{
"color": "C4A000",
"default": false,
"description": "pandas testing functions or related to the test suite",
"id": 127685,
"name": "Testing",
"node_id": "MDU6TGFiZWwxMjc2ODU=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Testing"
},
{
"color": "a2bca7",
"d... | open | false | null | [] | null | 0 | 2021-09-14T03:11:02Z | 2021-09-30T23:45:22Z | null | MEMBER | null | In #43545, found that "not network" was not actually skipping network tests.
In the process of looking for a build which explicitly runs network tests, looked like all pytest patterns include "not network" or "slow". In that case, no network tests will be selected (unless they also happen to be "slow"). Can anyone ... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/43559/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/43559/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/43560 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/43560/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/43560/comments | https://api.github.com/repos/pandas-dev/pandas/issues/43560/events | https://github.com/pandas-dev/pandas/issues/43560 | 995,576,926 | I_kwDOAA0YD847V0xe | 43,560 | DOC: plot doesn't show in some environments | {
"avatar_url": "https://avatars.githubusercontent.com/u/992869?v=4",
"events_url": "https://api.github.com/users/woodvi/events{/privacy}",
"followers_url": "https://api.github.com/users/woodvi/followers",
"following_url": "https://api.github.com/users/woodvi/following{/other_user}",
"gists_url": "https://api... | [
{
"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": "0052cc",
"default": false,
"description": "Issue that has not be... | closed | false | null | [] | {
"closed_at": null,
"closed_issues": 1203,
"created_at": "2021-06-09T18:28:42Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jreback/followers",... | 0 | 2021-09-14T04:32:49Z | 2021-09-14T15:21:11Z | 2021-09-14T15:21:11Z | CONTRIBUTOR | null | ###
- [X] I have checked that the issue still exists on the latest versions of the docs on `master` [here](https://pandas.pydata.org/docs/dev/)
### Location of the documentation
https://pandas.pydata.org/docs/dev/user_guide/10min.html#plotting
### Documentation problem
When following the tutorial, plot may not a... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/43560/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/43560/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/43561 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/43561/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/43561/comments | https://api.github.com/repos/pandas-dev/pandas/issues/43561/events | https://github.com/pandas-dev/pandas/issues/43561 | 995,582,544 | I_kwDOAA0YD847V2JQ | 43,561 | BUG: stack() will raise IndexError when is_extension_array_dtype. bug is in function _stack_multi_columns() | {
"avatar_url": "https://avatars.githubusercontent.com/u/13097013?v=4",
"events_url": "https://api.github.com/users/david-shu/events{/privacy}",
"followers_url": "https://api.github.com/users/david-shu/followers",
"following_url": "https://api.github.com/users/david-shu/following{/other_user}",
"gists_url": "... | [
{
"color": "e10c02",
"default": false,
"description": null,
"id": 76811,
"name": "Bug",
"node_id": "MDU6TGFiZWw3NjgxMQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug"
},
{
"color": "02d7e1",
"default": false,
"description": "Concat, Merge/Join, Stac... | closed | false | null | [] | {
"closed_at": null,
"closed_issues": 1203,
"created_at": "2021-06-09T18:28:42Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jreback/followers",... | 2 | 2021-09-14T04:45:24Z | 2021-11-12T03:11:32Z | 2021-11-12T03:11:32Z | NONE | null | ###
- [X] I have checked that this issue has not already been reported.
- [X] I have confirmed this bug exists on the [latest version](https://pandas.pydata.org/docs/whatsnew/index.html) of pandas.
- [ ] I have confirmed this bug exists on the master branch of pandas.
### Reproducible Example
```python
import pa... | {
"+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/43561/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/43561/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/43562 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/43562/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/43562/comments | https://api.github.com/repos/pandas-dev/pandas/issues/43562/events | https://github.com/pandas-dev/pandas/pull/43562 | 995,616,226 | PR_kwDOAA0YD84rteA8 | 43,562 | TST: Add test for masking timedelta (#39548) | {
"avatar_url": "https://avatars.githubusercontent.com/u/85537082?v=4",
"events_url": "https://api.github.com/users/el-g-1/events{/privacy}",
"followers_url": "https://api.github.com/users/el-g-1/followers",
"following_url": "https://api.github.com/users/el-g-1/following{/other_user}",
"gists_url": "https://a... | [
{
"color": "C4A000",
"default": false,
"description": "pandas testing functions or related to the test suite",
"id": 127685,
"name": "Testing",
"node_id": "MDU6TGFiZWwxMjc2ODU=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Testing"
},
{
"color": "0b02e1",
"d... | closed | false | null | [] | {
"closed_at": null,
"closed_issues": 1203,
"created_at": "2021-06-09T18:28:42Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jreback/followers",... | 1 | 2021-09-14T05:50:33Z | 2021-09-14T12:56:56Z | 2021-09-14T12:56:52Z | CONTRIBUTOR | null | - [x] closes #39548
- [x] tests added / passed
- [x] Ensure all linting tests pass, see [here](https://pandas.pydata.org/pandas-docs/dev/development/contributing_codebase.html#pre-commit) for how to run them
- [ ] 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/43562/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/43562/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/43562.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/43562",
"merged_at": "2021-09-14T12:56:52Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/43562.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/43562"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/43563 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/43563/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/43563/comments | https://api.github.com/repos/pandas-dev/pandas/issues/43563/events | https://github.com/pandas-dev/pandas/issues/43563 | 995,834,976 | I_kwDOAA0YD847Wzxg | 43,563 | BUG: not correct work str.split | {
"avatar_url": "https://avatars.githubusercontent.com/u/7090693?v=4",
"events_url": "https://api.github.com/users/ilgrad/events{/privacy}",
"followers_url": "https://api.github.com/users/ilgrad/followers",
"following_url": "https://api.github.com/users/ilgrad/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": "5319e7",
"default": false,
"description": "String e... | closed | false | {
"avatar_url": "https://avatars.githubusercontent.com/u/57047354?v=4",
"events_url": "https://api.github.com/users/saehuihwang/events{/privacy}",
"followers_url": "https://api.github.com/users/saehuihwang/followers",
"following_url": "https://api.github.com/users/saehuihwang/following{/other_user}",
"gists_u... | [
{
"avatar_url": "https://avatars.githubusercontent.com/u/57047354?v=4",
"events_url": "https://api.github.com/users/saehuihwang/events{/privacy}",
"followers_url": "https://api.github.com/users/saehuihwang/followers",
"following_url": "https://api.github.com/users/saehuihwang/following{/other_user}"... | {
"closed_at": null,
"closed_issues": 1203,
"created_at": "2021-06-09T18:28:42Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jreback/followers",... | 6 | 2021-09-14T10:07:08Z | 2021-11-04T00:40:27Z | 2021-11-04T00:40:27Z | NONE | null | ###
- [ ] I have checked that this issue has not already been reported.
- [ ] I have confirmed this bug exists on the [latest version](https://pandas.pydata.org/docs/whatsnew/index.html) of pandas.
- [X] I have confirmed this bug exists on the master branch of pandas.
### Reproducible Example
```pytho... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/43563/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/43563/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/43564 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/43564/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/43564/comments | https://api.github.com/repos/pandas-dev/pandas/issues/43564/events | https://github.com/pandas-dev/pandas/issues/43564 | 995,837,137 | I_kwDOAA0YD847W0TR | 43,564 | ENH: DataFrameGroupby.value_counts | {
"avatar_url": "https://avatars.githubusercontent.com/u/11877945?v=4",
"events_url": "https://api.github.com/users/corriebar/events{/privacy}",
"followers_url": "https://api.github.com/users/corriebar/followers",
"following_url": "https://api.github.com/users/corriebar/following{/other_user}",
"gists_url": "... | [
{
"color": "4E9A06",
"default": false,
"description": null,
"id": 76812,
"name": "Enhancement",
"node_id": "MDU6TGFiZWw3NjgxMg==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Enhancement"
},
{
"color": "729FCF",
"default": false,
"description": null,
... | open | false | {
"avatar_url": "https://avatars.githubusercontent.com/u/8927258?v=4",
"events_url": "https://api.github.com/users/johnzangwill/events{/privacy}",
"followers_url": "https://api.github.com/users/johnzangwill/followers",
"following_url": "https://api.github.com/users/johnzangwill/following{/other_user}",
"gists... | [
{
"avatar_url": "https://avatars.githubusercontent.com/u/8927258?v=4",
"events_url": "https://api.github.com/users/johnzangwill/events{/privacy}",
"followers_url": "https://api.github.com/users/johnzangwill/followers",
"following_url": "https://api.github.com/users/johnzangwill/following{/other_user... | {
"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 | 2021-09-14T10:09:23Z | 2021-11-11T09:00:48Z | null | NONE | null | ###
- [X] I have checked that this issue has not already been reported.
- [X] I have confirmed this bug exists on the [latest version](https://pandas.pydata.org/docs/whatsnew/index.html) of pandas.
- [ ] I have confirmed this bug exists on the master branch of pandas.
### Reproducible Example
```python
import pa... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/43564/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/43564/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/43565 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/43565/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/43565/comments | https://api.github.com/repos/pandas-dev/pandas/issues/43565/events | https://github.com/pandas-dev/pandas/issues/43565 | 995,923,285 | I_kwDOAA0YD847XJVV | 43,565 | BUG: string[pyarrow] dtype not loaded from feather | {
"avatar_url": "https://avatars.githubusercontent.com/u/4047665?v=4",
"events_url": "https://api.github.com/users/shulmaneyal/events{/privacy}",
"followers_url": "https://api.github.com/users/shulmaneyal/followers",
"following_url": "https://api.github.com/users/shulmaneyal/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": "06909A",
"default": false,
"description": "IO issues that don't fit... | closed | false | null | [] | null | 3 | 2021-09-14T11:48:18Z | 2021-09-15T20:54:19Z | 2021-09-15T20:54:19Z | NONE | null | ###
- [X] I have checked that this issue has not already been reported.
- [x] I have confirmed this bug exists on the [latest version](https://pandas.pydata.org/docs/whatsnew/index.html) of pandas.
- [x] I have confirmed this bug exists on the master branch of pandas.
### Reproducible Example
```python
s = pd.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/43565/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/43565/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/43566 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/43566/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/43566/comments | https://api.github.com/repos/pandas-dev/pandas/issues/43566/events | https://github.com/pandas-dev/pandas/pull/43566 | 996,097,048 | PR_kwDOAA0YD84rvBKQ | 43,566 | Backport PR #43553 on branch 1.3.x (REGR: Outer merge failing with integer and NaN keys) | {
"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": "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": "e102d8",
"de... | closed | false | null | [] | {
"closed_at": "2021-10-17T11:06:28Z",
"closed_issues": 77,
"created_at": "2021-09-10T19:48:56Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/13159005?v=4",
"events_url": "https://api.github.com/users/simonjayhawkins/events{/privacy}",
"followers_url": "https://api.github.com... | 1 | 2021-09-14T14:36:22Z | 2021-09-14T16:09:19Z | 2021-09-14T16:09:19Z | NONE | null | Backport PR #43553: REGR: Outer merge failing with integer and NaN keys | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/43566/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/43566/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/43566.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/43566",
"merged_at": "2021-09-14T16:09:19Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/43566.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/43566"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/43567 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/43567/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/43567/comments | https://api.github.com/repos/pandas-dev/pandas/issues/43567/events | https://github.com/pandas-dev/pandas/issues/43567 | 996,099,601 | I_kwDOAA0YD847X0YR | 43,567 | ENH: Possible to add dtype/converters as arguments for pandas.read_xml() ? | {
"avatar_url": "https://avatars.githubusercontent.com/u/46142545?v=4",
"events_url": "https://api.github.com/users/soliujing/events{/privacy}",
"followers_url": "https://api.github.com/users/soliujing/followers",
"following_url": "https://api.github.com/users/soliujing/following{/other_user}",
"gists_url": "... | [
{
"color": "4E9A06",
"default": false,
"description": null,
"id": 76812,
"name": "Enhancement",
"node_id": "MDU6TGFiZWw3NjgxMg==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Enhancement"
},
{
"color": "e102d8",
"default": false,
"description": "Unexpect... | 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",
... | 5 | 2021-09-14T14:38:43Z | 2021-10-01T00:16:28Z | null | NONE | null | #### Is your feature request related to a problem?
I am using pandas lib to read xml for further processes, however a number of columns with leading ZERO are always converted to numbers, so I lost the original data.
#### Describe the solution you'd like
It would be great to add **dtype/converter** arguments fo... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/43567/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/43567/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/43568 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/43568/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/43568/comments | https://api.github.com/repos/pandas-dev/pandas/issues/43568/events | https://github.com/pandas-dev/pandas/issues/43568 | 996,167,564 | I_kwDOAA0YD847YE-M | 43,568 | REGR: change in output of groupby.apply in 1.3.2 -> 1.3.3 | {
"avatar_url": "https://avatars.githubusercontent.com/u/1020496?v=4",
"events_url": "https://api.github.com/users/jorisvandenbossche/events{/privacy}",
"followers_url": "https://api.github.com/users/jorisvandenbossche/followers",
"following_url": "https://api.github.com/users/jorisvandenbossche/following{/othe... | [
{
"color": "e10c02",
"default": false,
"description": null,
"id": 76811,
"name": "Bug",
"node_id": "MDU6TGFiZWw3NjgxMQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug"
},
{
"color": "729FCF",
"default": false,
"description": null,
"id": 233160,
... | open | false | null | [] | {
"closed_at": null,
"closed_issues": 47,
"created_at": "2021-10-16T17:29:59Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/13159005?v=4",
"events_url": "https://api.github.com/users/simonjayhawkins/events{/privacy}",
"followers_url": "https://api.github.com/users/simonjayhaw... | 6 | 2021-09-14T15:42:41Z | 2021-10-16T18:26:59Z | null | MEMBER | null | From https://github.com/dask/dask/issues/8137
One of the corner cases in groupby apply (discussed in other issues like https://github.com/pandas-dev/pandas/pull/34998) has changed behaviour:
```python
import pandas as pd
df = pd._testing.makeTimeDataFrame()
df.groupby(df.index.month).apply(lambda x: x.drop_dup... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/43568/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/43568/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/43569 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/43569/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/43569/comments | https://api.github.com/repos/pandas-dev/pandas/issues/43569/events | https://github.com/pandas-dev/pandas/pull/43569 | 996,184,402 | PR_kwDOAA0YD84rvTI- | 43,569 | ENH: Allow pairwise calcuation when comparing the column with itself … | {
"avatar_url": "https://avatars.githubusercontent.com/u/13047435?v=4",
"events_url": "https://api.github.com/users/peterpanmj/events{/privacy}",
"followers_url": "https://api.github.com/users/peterpanmj/followers",
"following_url": "https://api.github.com/users/peterpanmj/following{/other_user}",
"gists_url"... | [
{
"color": "4E9A06",
"default": false,
"description": null,
"id": 76812,
"name": "Enhancement",
"node_id": "MDU6TGFiZWw3NjgxMg==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Enhancement"
},
{
"color": "eb6420",
"default": false,
"description": "Non-arit... | closed | false | null | [] | null | 12 | 2021-09-14T16:00:34Z | 2021-10-29T09:36:14Z | 2021-10-29T05:39:53Z | CONTRIBUTOR | null | …(#25781)
- [x] closes #25781
- [x] tests added / passed
- [x] Ensure all linting tests pass, see [here](https://pandas.pydata.org/pandas-docs/dev/development/contributing_codebase.html#pre-commit) for how to run them
- [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/43569/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/43569/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/43569.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/43569",
"merged_at": null,
"patch_url": "https://github.com/pandas-dev/pandas/pull/43569.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/43569"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/43570 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/43570/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/43570/comments | https://api.github.com/repos/pandas-dev/pandas/issues/43570/events | https://github.com/pandas-dev/pandas/pull/43570 | 996,405,961 | PR_kwDOAA0YD84rwAYk | 43,570 | ENH: make ``levels`` consistent and name responsive | {
"avatar_url": "https://avatars.githubusercontent.com/u/24256554?v=4",
"events_url": "https://api.github.com/users/attack68/events{/privacy}",
"followers_url": "https://api.github.com/users/attack68/followers",
"following_url": "https://api.github.com/users/attack68/following{/other_user}",
"gists_url": "htt... | [
{
"color": "006b75",
"default": false,
"description": "conditional formatting using DataFrame.style",
"id": 1728592794,
"name": "Styler",
"node_id": "MDU6TGFiZWwxNzI4NTkyNzk0",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Styler"
}
] | closed | false | null | [] | {
"closed_at": null,
"closed_issues": 1203,
"created_at": "2021-06-09T18:28:42Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jreback/followers",... | 0 | 2021-09-14T20:29:40Z | 2021-09-15T18:36:47Z | 2021-09-14T21:36:46Z | CONTRIBUTOR | null | - [x] closes #43483
- [x] tests added / passed
- [ ] Ensure all linting tests pass, see [here](https://pandas.pydata.org/pandas-docs/dev/development/contributing_codebase.html#pre-commit) for how to run them
- [ ] 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/43570/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/43570/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/43570.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/43570",
"merged_at": "2021-09-14T21:36:46Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/43570.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/43570"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/43571 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/43571/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/43571/comments | https://api.github.com/repos/pandas-dev/pandas/issues/43571/events | https://github.com/pandas-dev/pandas/pull/43571 | 996,408,340 | PR_kwDOAA0YD84rwA4C | 43,571 | REF: re-use _get_data_to_aggregate in GroupBy methods | {
"avatar_url": "https://avatars.githubusercontent.com/u/8078968?v=4",
"events_url": "https://api.github.com/users/jbrockmendel/events{/privacy}",
"followers_url": "https://api.github.com/users/jbrockmendel/followers",
"following_url": "https://api.github.com/users/jbrockmendel/following{/other_user}",
"gists... | [
{
"color": "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": "729FCF",
"default": false,
"de... | closed | false | null | [] | {
"closed_at": null,
"closed_issues": 1203,
"created_at": "2021-06-09T18:28:42Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jreback/followers",... | 0 | 2021-09-14T20:33:02Z | 2021-09-15T21:44:30Z | 2021-09-15T00:56:53Z | MEMBER | null | 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/43571/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/43571/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/43571.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/43571",
"merged_at": "2021-09-15T00:56:53Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/43571.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/43571"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/43572 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/43572/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/43572/comments | https://api.github.com/repos/pandas-dev/pandas/issues/43572/events | https://github.com/pandas-dev/pandas/pull/43572 | 996,429,592 | PR_kwDOAA0YD84rwFb5 | 43,572 | REF: Move rest of aggregation into apply | {
"avatar_url": "https://avatars.githubusercontent.com/u/45562402?v=4",
"events_url": "https://api.github.com/users/rhshadrach/events{/privacy}",
"followers_url": "https://api.github.com/users/rhshadrach/followers",
"following_url": "https://api.github.com/users/rhshadrach/following{/other_user}",
"gists_url"... | [
{
"color": "FCE94F",
"default": false,
"description": "Internal refactoring of code",
"id": 127681,
"name": "Refactor",
"node_id": "MDU6TGFiZWwxMjc2ODE=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Refactor"
},
{
"color": "fbca04",
"default": false,
"de... | closed | false | null | [] | {
"closed_at": null,
"closed_issues": 1203,
"created_at": "2021-06-09T18:28:42Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jreback/followers",... | 1 | 2021-09-14T21:01:21Z | 2021-09-14T23:18:56Z | 2021-09-14T23:02:40Z | MEMBER | null | - [x] Ensure all linting tests pass, see [here](https://pandas.pydata.org/pandas-docs/dev/development/contributing_codebase.html#pre-commit) for how to run them
Purely a move. I have a PR just about ready to start tackling #41112, but it needs to touch some of the renamer code. It'd be nice to have it all in `core.a... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/43572/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/43572/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/43572.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/43572",
"merged_at": "2021-09-14T23:02:40Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/43572.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/43572"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/43573 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/43573/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/43573/comments | https://api.github.com/repos/pandas-dev/pandas/issues/43573/events | https://github.com/pandas-dev/pandas/issues/43573 | 996,508,425 | I_kwDOAA0YD847ZYMJ | 43,573 | BUILD: `doc/python make.py latex` fails to generate pdf documentation due to SVG files | {
"avatar_url": "https://avatars.githubusercontent.com/u/705606?v=4",
"events_url": "https://api.github.com/users/tilusnet/events{/privacy}",
"followers_url": "https://api.github.com/users/tilusnet/followers",
"following_url": "https://api.github.com/users/tilusnet/following{/other_user}",
"gists_url": "https... | [
{
"color": "75507B",
"default": false,
"description": "Library building on various platforms",
"id": 129350,
"name": "Build",
"node_id": "MDU6TGFiZWwxMjkzNTA=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Build"
},
{
"color": "3465A4",
"default": false,
... | open | false | null | [] | null | 0 | 2021-09-14T23:07:24Z | 2021-09-30T23:48:56Z | null | NONE | null | ###
- [X] I have read the [installation guide](https://pandas.pydata.org/pandas-docs/stable/getting_started/install.html#installing-pandas).
### Platform
Linux-5.4.0-84-generic-x86_64-with-debian-buster-sid
### Installation Method
Built from source
### pandas Version
1.3.2
### Python Version
3.8
### Install... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/43573/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/43573/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/43574 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/43574/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/43574/comments | https://api.github.com/repos/pandas-dev/pandas/issues/43574/events | https://github.com/pandas-dev/pandas/issues/43574 | 996,514,542 | I_kwDOAA0YD847ZZru | 43,574 | BUG: pivot_table produces NaT and FutureWarning on dataset with explicitly typed date-value field | {
"avatar_url": "https://avatars.githubusercontent.com/u/407700?v=4",
"events_url": "https://api.github.com/users/felciano/events{/privacy}",
"followers_url": "https://api.github.com/users/felciano/followers",
"following_url": "https://api.github.com/users/felciano/following{/other_user}",
"gists_url": "https... | [
{
"color": "e10c02",
"default": false,
"description": null,
"id": 76811,
"name": "Bug",
"node_id": "MDU6TGFiZWw3NjgxMQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug"
},
{
"color": "d7e102",
"default": false,
"description": "np.nan, pd.NaT, pd.NA, d... | open | false | null | [] | null | 2 | 2021-09-14T23:19:54Z | 2021-10-03T03:37:39Z | null | NONE | null | ###
- [X] I have checked that this issue has not already been reported.
- [X] I have confirmed this bug exists on the [latest version](https://pandas.pydata.org/docs/whatsnew/index.html) of pandas.
- [ ] I have confirmed this bug exists on the master branch of pandas.
### Reproducible Example
```python
import pa... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/43574/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/43574/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/43575 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/43575/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/43575/comments | https://api.github.com/repos/pandas-dev/pandas/issues/43575/events | https://github.com/pandas-dev/pandas/pull/43575 | 996,581,889 | PR_kwDOAA0YD84rwlec | 43,575 | CLN: typos | {
"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": "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": null,
"closed_issues": 1203,
"created_at": "2021-06-09T18:28:42Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jreback/followers",... | 1 | 2021-09-15T02:03:32Z | 2021-09-15T23:55:09Z | 2021-09-15T23:24:04Z | MEMBER | null | - [ ] closes #xxxx
- [ ] tests added / passed
- [ ] Ensure all linting tests pass, see [here](https://pandas.pydata.org/pandas-docs/dev/development/contributing_codebase.html#pre-commit) for how to run them
- [ ] 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/43575/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/43575/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/43575.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/43575",
"merged_at": "2021-09-15T23:24:04Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/43575.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/43575"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/43576 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/43576/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/43576/comments | https://api.github.com/repos/pandas-dev/pandas/issues/43576/events | https://github.com/pandas-dev/pandas/pull/43576 | 996,587,732 | PR_kwDOAA0YD84rwmrm | 43,576 | PERF: grouped_reduce | {
"avatar_url": "https://avatars.githubusercontent.com/u/8078968?v=4",
"events_url": "https://api.github.com/users/jbrockmendel/events{/privacy}",
"followers_url": "https://api.github.com/users/jbrockmendel/followers",
"following_url": "https://api.github.com/users/jbrockmendel/following{/other_user}",
"gists... | [
{
"color": "a10c02",
"default": false,
"description": "Memory or execution speed performance",
"id": 8935311,
"name": "Performance",
"node_id": "MDU6TGFiZWw4OTM1MzEx",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Performance"
}
] | closed | false | null | [] | {
"closed_at": null,
"closed_issues": 1203,
"created_at": "2021-06-09T18:28:42Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jreback/followers",... | 0 | 2021-09-15T02:15:14Z | 2021-09-15T15:01:42Z | 2021-09-15T14:10:53Z | MEMBER | null | ```
from asv_bench.benchmarks.groupby import *
self = GroupByMethods()
self.setup("int", "std", "transformation", 10)
%timeit self.time_dtype_as_field('int', 'std', 'transformation', 10)
325 µs ± 9.84 µs per loop (mean ± std. dev. of 7 runs, 1000 loops each) # <- PR
361 µs ± 2.05 µs per loop (mean ± std. dev. ... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/43576/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/43576/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/43576.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/43576",
"merged_at": "2021-09-15T14:10:53Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/43576.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/43576"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/43577 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/43577/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/43577/comments | https://api.github.com/repos/pandas-dev/pandas/issues/43577/events | https://github.com/pandas-dev/pandas/pull/43577 | 996,618,018 | PR_kwDOAA0YD84rwsau | 43,577 | CLN: remove unused concat code | {
"avatar_url": "https://avatars.githubusercontent.com/u/8078968?v=4",
"events_url": "https://api.github.com/users/jbrockmendel/events{/privacy}",
"followers_url": "https://api.github.com/users/jbrockmendel/followers",
"following_url": "https://api.github.com/users/jbrockmendel/following{/other_user}",
"gists... | [
{
"color": "02d7e1",
"default": false,
"description": "Concat, Merge/Join, Stack/Unstack, Explode",
"id": 13098779,
"name": "Reshaping",
"node_id": "MDU6TGFiZWwxMzA5ODc3OQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Reshaping"
},
{
"color": "207de5",
"de... | closed | false | null | [] | {
"closed_at": null,
"closed_issues": 1203,
"created_at": "2021-06-09T18:28:42Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jreback/followers",... | 1 | 2021-09-15T03:22:31Z | 2021-09-15T15:01:00Z | 2021-09-15T12:48:54Z | MEMBER | null | Follow-up to #43507 | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/43577/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/43577/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/43577.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/43577",
"merged_at": "2021-09-15T12:48:54Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/43577.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/43577"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/43578 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/43578/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/43578/comments | https://api.github.com/repos/pandas-dev/pandas/issues/43578/events | https://github.com/pandas-dev/pandas/pull/43578 | 996,628,189 | PR_kwDOAA0YD84rwua4 | 43,578 | PERF: GroupBy.apply | {
"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": "729FCF",
"default": false,
"description": null,
"id": 233160,
"name": "Groupby",
"node_id": "MDU6TGFiZWwyMzMxNjA=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Groupby"
},
{
"color": "a10c02",
"default": false,
"description": "Memory or execu... | closed | false | null | [] | {
"closed_at": null,
"closed_issues": 1203,
"created_at": "2021-06-09T18:28:42Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jreback/followers",... | 2 | 2021-09-15T03:48:17Z | 2021-09-15T15:02:00Z | 2021-09-15T12:50:33Z | MEMBER | null | ```
from asv_bench.benchmarks.groupby import *
self = Apply()
self.setup(4)
%timeit self.time_copy_function_multi_col(4)
451 ms ± 2.2 ms per loop (mean ± std. dev. of 7 runs, 1 loop each) # <- PR
559 ms ± 1.35 ms per loop (mean ± std. dev. of 7 runs, 1 loop each) # <- master
``` | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/43578/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/43578/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/43578.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/43578",
"merged_at": "2021-09-15T12:50:33Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/43578.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/43578"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/43579 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/43579/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/43579/comments | https://api.github.com/repos/pandas-dev/pandas/issues/43579/events | https://github.com/pandas-dev/pandas/issues/43579 | 996,631,785 | I_kwDOAA0YD847Z2Tp | 43,579 | ENH: rolling rank followups | {
"avatar_url": "https://avatars.githubusercontent.com/u/355612?v=4",
"events_url": "https://api.github.com/users/gsiano/events{/privacy}",
"followers_url": "https://api.github.com/users/gsiano/followers",
"following_url": "https://api.github.com/users/gsiano/following{/other_user}",
"gists_url": "https://api... | [
{
"color": "729FCF",
"default": false,
"description": null,
"id": 233160,
"name": "Groupby",
"node_id": "MDU6TGFiZWwyMzMxNjA=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Groupby"
},
{
"color": "eb6420",
"default": false,
"description": "Non-arithmetic ... | 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",
... | 0 | 2021-09-15T03:57:44Z | 2021-09-15T20:55:31Z | null | CONTRIBUTOR | null | Followups from #43338
- [ ] tests for `groupy.rolling.rank`
- [ ] `dense` ranking method impl
- [ ] add `expanding` rank to asvs
- [ ] unify separate tiebreakers dicts in aggregations.pyx and algos.pyx: https://github.com/pandas-dev/pandas/pull/43338#discussion_r708248202 | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/43579/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/43579/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/43580 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/43580/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/43580/comments | https://api.github.com/repos/pandas-dev/pandas/issues/43580/events | https://github.com/pandas-dev/pandas/issues/43580 | 996,650,740 | I_kwDOAA0YD847Z670 | 43,580 | DOC: `pd.Categorical` has undocumented `fastpath` | {
"avatar_url": "https://avatars.githubusercontent.com/u/11860098?v=4",
"events_url": "https://api.github.com/users/david-cortes/events{/privacy}",
"followers_url": "https://api.github.com/users/david-cortes/followers",
"following_url": "https://api.github.com/users/david-cortes/following{/other_user}",
"gist... | [
{
"color": "3465A4",
"default": false,
"description": null,
"id": 134699,
"name": "Docs",
"node_id": "MDU6TGFiZWwxMzQ2OTk=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Docs"
},
{
"color": "0052cc",
"default": false,
"description": "Issue that has not be... | closed | false | null | [] | null | 3 | 2021-09-15T04:37:19Z | 2021-09-19T22:55:14Z | 2021-09-19T22:55:14Z | CONTRIBUTOR | null | ###
- [X] I have checked that the issue still exists on the latest versions of the docs on `master` [here](https://pandas.pydata.org/docs/dev/)
### Location of the documentation
https://pandas.pydata.org/pandas-docs/stable/reference/api/pandas.Categorical.html#pandas.Categorical
### Documentation problem
Argumen... | {
"+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/43580/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/43580/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/43581 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/43581/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/43581/comments | https://api.github.com/repos/pandas-dev/pandas/issues/43581/events | https://github.com/pandas-dev/pandas/issues/43581 | 996,799,438 | I_kwDOAA0YD847afPO | 43,581 | BUG: Get element from series of dtypes.value_counts() by index don't work most of times | {
"avatar_url": "https://avatars.githubusercontent.com/u/41196438?v=4",
"events_url": "https://api.github.com/users/KizhiFox/events{/privacy}",
"followers_url": "https://api.github.com/users/KizhiFox/followers",
"following_url": "https://api.github.com/users/KizhiFox/following{/other_user}",
"gists_url": "htt... | [
{
"color": "e10c02",
"default": false,
"description": null,
"id": 76811,
"name": "Bug",
"node_id": "MDU6TGFiZWw3NjgxMQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug"
}
] | open | false | null | [] | null | 4 | 2021-09-15T08:26:53Z | 2021-10-02T00:28:33Z | null | NONE | null | ###
- [x] I have checked that this issue has not already been reported.
- [X] I have confirmed this bug exists on the [latest version](https://pandas.pydata.org/docs/whatsnew/index.html) of pandas.
- [X] I have confirmed this bug exists on the master branch of pandas.
### Reproducible Example
```python
import pa... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/43581/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/43581/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/43582 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/43582/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/43582/comments | https://api.github.com/repos/pandas-dev/pandas/issues/43582/events | https://github.com/pandas-dev/pandas/issues/43582 | 996,977,975 | I_kwDOAA0YD847bK03 | 43,582 | How to ensure monthly date ranges show month beginning dates instead of ending dates. | {
"avatar_url": "https://avatars.githubusercontent.com/u/73522753?v=4",
"events_url": "https://api.github.com/users/ajdse/events{/privacy}",
"followers_url": "https://api.github.com/users/ajdse/followers",
"following_url": "https://api.github.com/users/ajdse/following{/other_user}",
"gists_url": "https://api.... | [
{
"color": "0052cc",
"default": false,
"description": null,
"id": 34444536,
"name": "Usage Question",
"node_id": "MDU6TGFiZWwzNDQ0NDUzNg==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Usage%20Question"
}
] | closed | false | null | [] | {
"closed_at": null,
"closed_issues": 2361,
"created_at": "2015-02-26T19:29:05Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/1020496?v=4",
"events_url": "https://api.github.com/users/jorisvandenbossche/events{/privacy}",
"followers_url": "https://api.github.com/users/jorisva... | 2 | 2021-09-15T11:36:51Z | 2021-09-15T12:33:24Z | 2021-09-15T12:33:16Z | NONE | null | I don't know if there is a way to generate a date range with month beginning dates instead of month ending. I know I could use time delta to modify the DatetimeIndex that I obtain below. However, I was wondering if there is some argument that can be passed while creating the date_range instance.
See below:
>>>pd.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/43582/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/43582/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/43583 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/43583/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/43583/comments | https://api.github.com/repos/pandas-dev/pandas/issues/43583/events | https://github.com/pandas-dev/pandas/issues/43583 | 997,022,286 | I_kwDOAA0YD847bVpO | 43,583 | BUG: pandas.read_sql missing table schema input | {
"avatar_url": "https://avatars.githubusercontent.com/u/2227036?v=4",
"events_url": "https://api.github.com/users/vinodMS/events{/privacy}",
"followers_url": "https://api.github.com/users/vinodMS/followers",
"following_url": "https://api.github.com/users/vinodMS/following{/other_user}",
"gists_url": "https:/... | [] | closed | false | null | [] | null | 1 | 2021-09-15T12:24:56Z | 2021-09-15T18:15:55Z | 2021-09-15T18:15:55Z | NONE | null | This specific method wraps around the _read_sql_query_ and _read_sql_table_ methods, where _read_sql_ checks if the sql parameter contains a valid table name, if not it assumes that the sql parameter contains a sql query, hence it routes the request to _read_sql_query_.
I'm using a SQL Database, hence _read_sql_ 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/43583/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/43583/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/43584 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/43584/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/43584/comments | https://api.github.com/repos/pandas-dev/pandas/issues/43584/events | https://github.com/pandas-dev/pandas/issues/43584 | 997,245,509 | I_kwDOAA0YD847cMJF | 43,584 | ENH: `RangeIndex.sort_values` can avoid materialization of values. | {
"avatar_url": "https://avatars.githubusercontent.com/u/11664259?v=4",
"events_url": "https://api.github.com/users/galipremsagar/events{/privacy}",
"followers_url": "https://api.github.com/users/galipremsagar/followers",
"following_url": "https://api.github.com/users/galipremsagar/following{/other_user}",
"g... | [
{
"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": "e99695",
"default"... | closed | false | {
"avatar_url": "https://avatars.githubusercontent.com/u/12675558?v=4",
"events_url": "https://api.github.com/users/usersblock/events{/privacy}",
"followers_url": "https://api.github.com/users/usersblock/followers",
"following_url": "https://api.github.com/users/usersblock/following{/other_user}",
"gists_url"... | [
{
"avatar_url": "https://avatars.githubusercontent.com/u/12675558?v=4",
"events_url": "https://api.github.com/users/usersblock/events{/privacy}",
"followers_url": "https://api.github.com/users/usersblock/followers",
"following_url": "https://api.github.com/users/usersblock/following{/other_user}",
... | {
"closed_at": null,
"closed_issues": 1203,
"created_at": "2021-06-09T18:28:42Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jreback/followers",... | 3 | 2021-09-15T15:50:37Z | 2021-10-21T00:50:22Z | 2021-10-21T00:50:22Z | NONE | null | #### Is your feature request related to a problem?
We can avoid the materialization of `RangeIndex` when `sort_values` is invoked on it. The reason being RangeIndex is always sorted.
#### Describe the solution you'd like
```python
>>> import pandas as pd
>>> pd.__version__
'1.3.3'
>>> idx = pd.RangeIndex(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/43584/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/43584/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/43585 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/43585/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/43585/comments | https://api.github.com/repos/pandas-dev/pandas/issues/43585/events | https://github.com/pandas-dev/pandas/issues/43585 | 997,376,908 | I_kwDOAA0YD847csOM | 43,585 | BUG: pandas.read_sql missing table schema input | {
"avatar_url": "https://avatars.githubusercontent.com/u/2227036?v=4",
"events_url": "https://api.github.com/users/vinodMS/events{/privacy}",
"followers_url": "https://api.github.com/users/vinodMS/followers",
"following_url": "https://api.github.com/users/vinodMS/following{/other_user}",
"gists_url": "https:/... | [
{
"color": "e10c02",
"default": false,
"description": null,
"id": 76811,
"name": "Bug",
"node_id": "MDU6TGFiZWw3NjgxMQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug"
},
{
"color": "5319e7",
"default": false,
"description": "to_sql, read_sql, read_s... | open | false | null | [] | null | 0 | 2021-09-15T18:15:18Z | 2021-10-01T22:25:16Z | null | NONE | null | ###
- [X] I have checked that this issue has not already been reported.
- [X] I have confirmed this bug exists on the [latest version](https://pandas.pydata.org/docs/whatsnew/index.html) of pandas.
- [X] I have confirmed this bug exists on the master branch of pandas.
### Reproducible Example
```pytho... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/43585/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/43585/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/43586 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/43586/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/43586/comments | https://api.github.com/repos/pandas-dev/pandas/issues/43586/events | https://github.com/pandas-dev/pandas/issues/43586 | 997,397,881 | I_kwDOAA0YD847cxV5 | 43,586 | ASV / DEPR: remove deprecated usages if possible from asv's for pd.*Index types | {
"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": "5319e7",
"default": false,
"description": "Functionality to remove in pandas",
"id": 87485152,
"name": "Deprecate",
"node_id": "MDU6TGFiZWw4NzQ4NTE1Mg==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Deprecate"
},
{
"color": "ae68cc",
"default": f... | closed | false | null | [] | {
"closed_at": null,
"closed_issues": 1203,
"created_at": "2021-06-09T18:28:42Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jreback/followers",... | 0 | 2021-09-15T18:43:09Z | 2021-09-21T12:14:17Z | 2021-09-21T12:14:17Z | CONTRIBUTOR | null | ```
/home/runner/work/pandas/pandas/asv_bench/benchmarks/algorithms.py:79: FutureWarning: pandas.Int64Index is deprecated and will be removed from pandas in a future version. Use pandas.NumericIndex with the appropriate dtype instead.
"int": pd.Int64Index(np.arange(N)),
/home/runner... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/43586/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/43586/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/43587 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/43587/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/43587/comments | https://api.github.com/repos/pandas-dev/pandas/issues/43587/events | https://github.com/pandas-dev/pandas/issues/43587 | 997,427,794 | I_kwDOAA0YD847c4pS | 43,587 | BUG: idxmax returns incorrect dtype when index is timestamp and skipna is False | {
"avatar_url": "https://avatars.githubusercontent.com/u/4806877?v=4",
"events_url": "https://api.github.com/users/jsignell/events{/privacy}",
"followers_url": "https://api.github.com/users/jsignell/followers",
"following_url": "https://api.github.com/users/jsignell/following{/other_user}",
"gists_url": "http... | [
{
"color": "e10c02",
"default": false,
"description": null,
"id": 76811,
"name": "Bug",
"node_id": "MDU6TGFiZWw3NjgxMQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug"
},
{
"color": "AFEEEE",
"default": false,
"description": null,
"id": 211840,
... | open | false | null | [] | null | 0 | 2021-09-15T19:20:04Z | 2021-10-01T22:26:08Z | null | CONTRIBUTOR | null | ###
- [X] I have checked that this issue has not already been reported.
- [X] I have confirmed this bug exists on the [latest version](https://pandas.pydata.org/docs/whatsnew/index.html) of pandas.
- [X] I have confirmed this bug exists on the master branch of pandas.
### Reproducible Example
```pytho... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/43587/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/43587/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/43588 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/43588/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/43588/comments | https://api.github.com/repos/pandas-dev/pandas/issues/43588/events | https://github.com/pandas-dev/pandas/issues/43588 | 997,461,364 | I_kwDOAA0YD847dA10 | 43,588 | BUG: Spearman correlation is broken (dtype mismatch) on 32-bit platforms | {
"avatar_url": "https://avatars.githubusercontent.com/u/6898909?v=4",
"events_url": "https://api.github.com/users/musicinmybrain/events{/privacy}",
"followers_url": "https://api.github.com/users/musicinmybrain/followers",
"following_url": "https://api.github.com/users/musicinmybrain/following{/other_user}",
... | [
{
"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": "2021-10-17T11:06:28Z",
"closed_issues": 77,
"created_at": "2021-09-10T19:48:56Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/13159005?v=4",
"events_url": "https://api.github.com/users/simonjayhawkins/events{/privacy}",
"followers_url": "https://api.github.com... | 7 | 2021-09-15T19:57:19Z | 2021-09-16T22:59:28Z | 2021-09-16T22:59:27Z | NONE | null | ###
- [X] I have checked that this issue has not already been reported.
- [X] I have confirmed this bug exists on the [latest version](https://pandas.pydata.org/docs/whatsnew/index.html) of pandas.
- [ ] I have confirmed this bug exists on the master branch of pandas.
### Reproducible Example
```python
import pa... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/43588/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/43588/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/43589 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/43589/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/43589/comments | https://api.github.com/repos/pandas-dev/pandas/issues/43589/events | https://github.com/pandas-dev/pandas/pull/43589 | 997,502,139 | PR_kwDOAA0YD84rzdPq | 43,589 | PERF: MultiIndex.equals | {
"avatar_url": "https://avatars.githubusercontent.com/u/8078968?v=4",
"events_url": "https://api.github.com/users/jbrockmendel/events{/privacy}",
"followers_url": "https://api.github.com/users/jbrockmendel/followers",
"following_url": "https://api.github.com/users/jbrockmendel/following{/other_user}",
"gists... | [
{
"color": "a10c02",
"default": false,
"description": "Memory or execution speed performance",
"id": 8935311,
"name": "Performance",
"node_id": "MDU6TGFiZWw4OTM1MzEx",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Performance"
},
{
"color": "207de5",
"default"... | closed | false | null | [] | {
"closed_at": "2021-10-17T11:06:28Z",
"closed_issues": 77,
"created_at": "2021-09-10T19:48:56Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/13159005?v=4",
"events_url": "https://api.github.com/users/simonjayhawkins/events{/privacy}",
"followers_url": "https://api.github.com... | 3 | 2021-09-15T20:43:55Z | 2021-09-16T21:07:11Z | 2021-09-16T21:02:19Z | MEMBER | null | - [x] closes #43549
- [ ] tests added / passed
- [ ] Ensure all linting tests pass, see [here](https://pandas.pydata.org/pandas-docs/dev/development/contributing_codebase.html#pre-commit) for how to run them
- [ ] whatsnew entry
```
from dateutil import tz
import pandas as pd
from time import time
dates = p... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/43589/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/43589/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/43589.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/43589",
"merged_at": "2021-09-16T21:02:18Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/43589.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/43589"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/43590 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/43590/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/43590/comments | https://api.github.com/repos/pandas-dev/pandas/issues/43590/events | https://github.com/pandas-dev/pandas/pull/43590 | 997,533,239 | PR_kwDOAA0YD84rzjau | 43,590 | REF: pre-compute JoinUnit.needs_filling | {
"avatar_url": "https://avatars.githubusercontent.com/u/8078968?v=4",
"events_url": "https://api.github.com/users/jbrockmendel/events{/privacy}",
"followers_url": "https://api.github.com/users/jbrockmendel/followers",
"following_url": "https://api.github.com/users/jbrockmendel/following{/other_user}",
"gists... | [
{
"color": "FCE94F",
"default": false,
"description": "Internal refactoring of code",
"id": 127681,
"name": "Refactor",
"node_id": "MDU6TGFiZWwxMjc2ODE=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Refactor"
},
{
"color": "fbca04",
"default": false,
"de... | closed | false | null | [] | {
"closed_at": null,
"closed_issues": 1203,
"created_at": "2021-06-09T18:28:42Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jreback/followers",... | 1 | 2021-09-15T21:24:55Z | 2021-09-16T21:30:19Z | 2021-09-16T21:26:34Z | MEMBER | null | - [ ] closes #xxxx
- [ ] tests added / passed
- [ ] Ensure all linting tests pass, see [here](https://pandas.pydata.org/pandas-docs/dev/development/contributing_codebase.html#pre-commit) for how to run them
- [ ] 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/43590/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/43590/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/43590.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/43590",
"merged_at": "2021-09-16T21:26:33Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/43590.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/43590"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/43591 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/43591/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/43591/comments | https://api.github.com/repos/pandas-dev/pandas/issues/43591/events | https://github.com/pandas-dev/pandas/issues/43591 | 997,589,259 | I_kwDOAA0YD847dgEL | 43,591 | BUG: `DataFrame.sort_index` is not accounting for `ignore_index=True` for some cases | {
"avatar_url": "https://avatars.githubusercontent.com/u/11664259?v=4",
"events_url": "https://api.github.com/users/galipremsagar/events{/privacy}",
"followers_url": "https://api.github.com/users/galipremsagar/followers",
"following_url": "https://api.github.com/users/galipremsagar/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": "02d7e1",
"default": false,
"description": "Concat, Merge/Join, Stac... | closed | false | {
"avatar_url": "https://avatars.githubusercontent.com/u/57047354?v=4",
"events_url": "https://api.github.com/users/saehuihwang/events{/privacy}",
"followers_url": "https://api.github.com/users/saehuihwang/followers",
"following_url": "https://api.github.com/users/saehuihwang/following{/other_user}",
"gists_u... | [
{
"avatar_url": "https://avatars.githubusercontent.com/u/57047354?v=4",
"events_url": "https://api.github.com/users/saehuihwang/events{/privacy}",
"followers_url": "https://api.github.com/users/saehuihwang/followers",
"following_url": "https://api.github.com/users/saehuihwang/following{/other_user}"... | {
"closed_at": null,
"closed_issues": 1203,
"created_at": "2021-06-09T18:28:42Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jreback/followers",... | 2 | 2021-09-15T23:01:56Z | 2021-10-19T15:00:16Z | 2021-10-19T15:00:16Z | NONE | null | ###
- [X] I have checked that this issue has not already been reported.
- [X] I have confirmed this bug exists on the [latest version](https://pandas.pydata.org/docs/whatsnew/index.html) of pandas.
- [ ] I have confirmed this bug exists on the master branch of pandas.
### Reproducible Example
```python
>>> impor... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/43591/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/43591/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/43592 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/43592/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/43592/comments | https://api.github.com/repos/pandas-dev/pandas/issues/43592/events | https://github.com/pandas-dev/pandas/pull/43592 | 997,648,299 | PR_kwDOAA0YD84rz5zi | 43,592 | REF: avoid having 0 in JoinUnit.indexers | {
"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": "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": "fbca04",
"de... | closed | false | null | [] | {
"closed_at": null,
"closed_issues": 1203,
"created_at": "2021-06-09T18:28:42Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jreback/followers",... | 0 | 2021-09-16T01:01:05Z | 2021-09-16T17:51:53Z | 2021-09-16T17:19:26Z | MEMBER | null | Separate PR will get 1 out of JoinUnit.indexers. | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/43592/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/43592/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/43592.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/43592",
"merged_at": "2021-09-16T17:19:26Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/43592.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/43592"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/43593 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/43593/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/43593/comments | https://api.github.com/repos/pandas-dev/pandas/issues/43593/events | https://github.com/pandas-dev/pandas/pull/43593 | 997,668,664 | PR_kwDOAA0YD84rz9f5 | 43,593 | TST: Adding unit tests for named indexes resulting from empty datafra… | {
"avatar_url": "https://avatars.githubusercontent.com/u/16582383?v=4",
"events_url": "https://api.github.com/users/IamJasonBian/events{/privacy}",
"followers_url": "https://api.github.com/users/IamJasonBian/followers",
"following_url": "https://api.github.com/users/IamJasonBian/following{/other_user}",
"gist... | [
{
"color": "C4A000",
"default": false,
"description": "pandas testing functions or related to the test suite",
"id": 127685,
"name": "Testing",
"node_id": "MDU6TGFiZWwxMjc2ODU=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Testing"
},
{
"color": "729FCF",
"d... | closed | false | null | [] | {
"closed_at": null,
"closed_issues": 1203,
"created_at": "2021-06-09T18:28:42Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jreback/followers",... | 7 | 2021-09-16T01:46:22Z | 2021-10-31T14:58:46Z | 2021-10-31T14:58:27Z | CONTRIBUTOR | null | …me shifts
- [x] closes #41264
- [ ] tests added / passed
- [ ] Ensure all linting tests pass, see [here](https://pandas.pydata.org/pandas-docs/dev/development/contributing_codebase.html#pre-commit) for how to run them
- [ ] whatsnew entry
Tests added for issue: https://github.com/pandas-dev/pandas/issues/4126... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/43593/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/43593/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/43593.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/43593",
"merged_at": "2021-10-31T14:58:26Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/43593.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/43593"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/43594 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/43594/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/43594/comments | https://api.github.com/repos/pandas-dev/pandas/issues/43594/events | https://github.com/pandas-dev/pandas/issues/43594 | 997,675,476 | I_kwDOAA0YD847d1HU | 43,594 | Bug with read_json from str reporting "Protocol not known" | {
"avatar_url": "https://avatars.githubusercontent.com/u/3721329?v=4",
"events_url": "https://api.github.com/users/Peterl777/events{/privacy}",
"followers_url": "https://api.github.com/users/Peterl777/followers",
"following_url": "https://api.github.com/users/Peterl777/following{/other_user}",
"gists_url": "h... | [
{
"color": "e10c02",
"default": false,
"description": null,
"id": 76811,
"name": "Bug",
"node_id": "MDU6TGFiZWw3NjgxMQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug"
},
{
"color": "009800",
"default": false,
"description": "Duplicate issue or pull ... | closed | false | null | [] | null | 7 | 2021-09-16T02:01:41Z | 2021-09-16T16:56:57Z | 2021-09-16T16:53:57Z | NONE | null | `read_json` is supposed to parse from a `str` or from a file-like object. If parsing from a value string has the text `http:` then pandas crashes with a `ValueError`
## Steps to reproduce:
```python
>>> import json
>>> import pandas as pd
>>> s = '["http://www.example.com"]'
>>> json.loads(s)
['http://www.exam... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/43594/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/43594/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/43595 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/43595/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/43595/comments | https://api.github.com/repos/pandas-dev/pandas/issues/43595/events | https://github.com/pandas-dev/pandas/issues/43595 | 997,696,487 | I_kwDOAA0YD847d6Pn | 43,595 | BUG: concat raises when all indexes are the same and keys are duplicated | {
"avatar_url": "https://avatars.githubusercontent.com/u/45562402?v=4",
"events_url": "https://api.github.com/users/rhshadrach/events{/privacy}",
"followers_url": "https://api.github.com/users/rhshadrach/followers",
"following_url": "https://api.github.com/users/rhshadrach/following{/other_user}",
"gists_url"... | [
{
"color": "e10c02",
"default": false,
"description": null,
"id": 76811,
"name": "Bug",
"node_id": "MDU6TGFiZWw3NjgxMQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug"
},
{
"color": "02d7e1",
"default": false,
"description": "Concat, Merge/Join, Stac... | closed | false | {
"avatar_url": "https://avatars.githubusercontent.com/u/45562402?v=4",
"events_url": "https://api.github.com/users/rhshadrach/events{/privacy}",
"followers_url": "https://api.github.com/users/rhshadrach/followers",
"following_url": "https://api.github.com/users/rhshadrach/following{/other_user}",
"gists_url"... | [
{
"avatar_url": "https://avatars.githubusercontent.com/u/45562402?v=4",
"events_url": "https://api.github.com/users/rhshadrach/events{/privacy}",
"followers_url": "https://api.github.com/users/rhshadrach/followers",
"following_url": "https://api.github.com/users/rhshadrach/following{/other_user}",
... | {
"closed_at": null,
"closed_issues": 1203,
"created_at": "2021-06-09T18:28:42Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jreback/followers",... | 0 | 2021-09-16T02:42:11Z | 2021-09-20T14:58:52Z | 2021-09-20T14:58:52Z | MEMBER | null | ###
- [X] I have checked that this issue has not already been reported.
- [X] I have confirmed this bug exists on the [latest version](https://pandas.pydata.org/docs/whatsnew/index.html) of pandas.
- [X] I have confirmed this bug exists on the master branch of pandas.
### Reproducible Example
```python
keys = ["... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/43595/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/43595/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/43596 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/43596/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/43596/comments | https://api.github.com/repos/pandas-dev/pandas/issues/43596/events | https://github.com/pandas-dev/pandas/pull/43596 | 997,698,968 | PR_kwDOAA0YD84r0DF2 | 43,596 | BUG: concat fails if indexes are all the same and keys are not unique | {
"avatar_url": "https://avatars.githubusercontent.com/u/45562402?v=4",
"events_url": "https://api.github.com/users/rhshadrach/events{/privacy}",
"followers_url": "https://api.github.com/users/rhshadrach/followers",
"following_url": "https://api.github.com/users/rhshadrach/following{/other_user}",
"gists_url"... | [
{
"color": "e10c02",
"default": false,
"description": null,
"id": 76811,
"name": "Bug",
"node_id": "MDU6TGFiZWw3NjgxMQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug"
},
{
"color": "02d7e1",
"default": false,
"description": "Concat, Merge/Join, Stac... | closed | false | null | [] | {
"closed_at": null,
"closed_issues": 1203,
"created_at": "2021-06-09T18:28:42Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jreback/followers",... | 2 | 2021-09-16T02:47:12Z | 2021-09-20T20:54:18Z | 2021-09-20T14:58:52Z | MEMBER | null | - [x] closes #43595
- [x] tests added / passed
- [x] Ensure all linting tests pass, see [here](https://pandas.pydata.org/pandas-docs/dev/development/contributing_codebase.html#pre-commit) for how to run them
- [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/43596/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/43596/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/43596.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/43596",
"merged_at": "2021-09-20T14:58:52Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/43596.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/43596"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/43597 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/43597/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/43597/comments | https://api.github.com/repos/pandas-dev/pandas/issues/43597/events | https://github.com/pandas-dev/pandas/pull/43597 | 997,718,075 | PR_kwDOAA0YD84r0GoW | 43,597 | BUG: .cat changing dtype inplace | {
"avatar_url": "https://avatars.githubusercontent.com/u/8078968?v=4",
"events_url": "https://api.github.com/users/jbrockmendel/events{/privacy}",
"followers_url": "https://api.github.com/users/jbrockmendel/followers",
"following_url": "https://api.github.com/users/jbrockmendel/following{/other_user}",
"gists... | [
{
"color": "e10c02",
"default": false,
"description": null,
"id": 76811,
"name": "Bug",
"node_id": "MDU6TGFiZWw3NjgxMQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug"
},
{
"color": "e11d21",
"default": false,
"description": "Categorical Data Type",
... | closed | false | null | [] | {
"closed_at": "2021-10-17T11:06:28Z",
"closed_issues": 77,
"created_at": "2021-09-10T19:48:56Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/13159005?v=4",
"events_url": "https://api.github.com/users/simonjayhawkins/events{/privacy}",
"followers_url": "https://api.github.com... | 2 | 2021-09-16T03:26:33Z | 2021-09-18T10:57:05Z | 2021-09-17T16:32:02Z | MEMBER | null | - [x] closes #43232
- [x] closes #43334
- [x] tests added / passed
- [x] Ensure all linting tests pass, see [here](https://pandas.pydata.org/pandas-docs/dev/development/contributing_codebase.html#pre-commit) for how to run them
- [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/43597/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/43597/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/43597.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/43597",
"merged_at": "2021-09-17T16:32:01Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/43597.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/43597"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/43598 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/43598/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/43598/comments | https://api.github.com/repos/pandas-dev/pandas/issues/43598/events | https://github.com/pandas-dev/pandas/pull/43598 | 997,759,686 | PR_kwDOAA0YD84r0O_Y | 43,598 | ENH: Add `milliseconds` field support for `pd.DateOffset` | {
"avatar_url": "https://avatars.githubusercontent.com/u/13521008?v=4",
"events_url": "https://api.github.com/users/isVoid/events{/privacy}",
"followers_url": "https://api.github.com/users/isVoid/followers",
"following_url": "https://api.github.com/users/isVoid/following{/other_user}",
"gists_url": "https://a... | [
{
"color": "4E9A06",
"default": false,
"description": null,
"id": 76812,
"name": "Enhancement",
"node_id": "MDU6TGFiZWw3NjgxMg==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Enhancement"
},
{
"color": "0052cc",
"default": false,
"description": "DateOffs... | open | false | null | [] | {
"closed_at": null,
"closed_issues": 1203,
"created_at": "2021-06-09T18:28:42Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jreback/followers",... | 8 | 2021-09-16T04:31:25Z | 2021-11-02T04:14:29Z | null | NONE | null | - [x] closes #43371
- [x] tests added / passed
- [x] Ensure all linting tests pass, see [here](https://pandas.pydata.org/pandas-docs/dev/development/contributing_codebase.html#pre-commit) for how to run them
- [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/43598/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/43598/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/43598.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/43598",
"merged_at": null,
"patch_url": "https://github.com/pandas-dev/pandas/pull/43598.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/43598"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/43599 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/43599/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/43599/comments | https://api.github.com/repos/pandas-dev/pandas/issues/43599/events | https://github.com/pandas-dev/pandas/issues/43599 | 997,812,967 | I_kwDOAA0YD847eWrn | 43,599 | BUG: changed behavior of df.loc on multiindex since 1.3.0 | {
"avatar_url": "https://avatars.githubusercontent.com/u/48577571?v=4",
"events_url": "https://api.github.com/users/auderson/events{/privacy}",
"followers_url": "https://api.github.com/users/auderson/followers",
"following_url": "https://api.github.com/users/auderson/following{/other_user}",
"gists_url": "htt... | [
{
"color": "0b02e1",
"default": false,
"description": "Related to indexing on series/frames, not to indexes themselves",
"id": 2822098,
"name": "Indexing",
"node_id": "MDU6TGFiZWwyODIyMDk4",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Indexing"
},
{
"color": "20... | open | false | null | [] | null | 2 | 2021-09-16T06:10:01Z | 2021-10-01T22:28:55Z | null | NONE | null | ###
- [X] I have checked that this issue has not already been reported.
- [X] I have confirmed this bug exists on the [latest version](https://pandas.pydata.org/docs/whatsnew/index.html) of pandas.
- [ ] I have confirmed this bug exists on the master branch of pandas.
### Reproducible Example
```python
import pa... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/43599/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/43599/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/43600 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/43600/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/43600/comments | https://api.github.com/repos/pandas-dev/pandas/issues/43600/events | https://github.com/pandas-dev/pandas/issues/43600 | 997,850,381 | I_kwDOAA0YD847ef0N | 43,600 | QST: ValueError: Buffer dtype mismatch, expected 'Python object' but got 'long long' | {
"avatar_url": "https://avatars.githubusercontent.com/u/60685736?v=4",
"events_url": "https://api.github.com/users/ankurkaiser/events{/privacy}",
"followers_url": "https://api.github.com/users/ankurkaiser/followers",
"following_url": "https://api.github.com/users/ankurkaiser/following{/other_user}",
"gists_u... | [
{
"color": "0052cc",
"default": false,
"description": null,
"id": 34444536,
"name": "Usage Question",
"node_id": "MDU6TGFiZWwzNDQ0NDUzNg==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Usage%20Question"
}
] | 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 | 2021-09-16T07:02:03Z | 2021-09-16T07:36:01Z | 2021-09-16T07:35:43Z | NONE | null | ###
- [X] I have searched the [[pandas] tag](https://stackoverflow.com/questions/tagged/pandas) on StackOverflow for similar questions.
- [X] I have asked my usage related question on [StackOverflow](https://stackoverflow.com).
### Link to question on StackOverflow
https://stackoverflow.com/questions/69202964/i-a... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/43600/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/43600/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/43601 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/43601/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/43601/comments | https://api.github.com/repos/pandas-dev/pandas/issues/43601/events | https://github.com/pandas-dev/pandas/pull/43601 | 998,042,992 | PR_kwDOAA0YD84r1Gc7 | 43,601 | Fix mistake in cut() docstring | {
"avatar_url": "https://avatars.githubusercontent.com/u/24765386?v=4",
"events_url": "https://api.github.com/users/benibienz/events{/privacy}",
"followers_url": "https://api.github.com/users/benibienz/followers",
"following_url": "https://api.github.com/users/benibienz/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": null,
"closed_issues": 1203,
"created_at": "2021-06-09T18:28:42Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jreback/followers",... | 1 | 2021-09-16T10:24:14Z | 2021-09-16T22:46:45Z | 2021-09-16T22:46:40Z | CONTRIBUTOR | null | - [ ] closes #xxxx
- [x] tests added / passed
- [x] Ensure all linting tests pass, see [here](https://pandas.pydata.org/pandas-docs/dev/development/contributing_codebase.html#pre-commit) for how to run them
- [ ] 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/43601/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/43601/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/43601.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/43601",
"merged_at": "2021-09-16T22:46:40Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/43601.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/43601"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/43602 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/43602/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/43602/comments | https://api.github.com/repos/pandas-dev/pandas/issues/43602/events | https://github.com/pandas-dev/pandas/pull/43602 | 998,183,621 | PR_kwDOAA0YD84r1hqL | 43,602 | Date time index.indexer between time | {
"avatar_url": "https://avatars.githubusercontent.com/u/45630098?v=4",
"events_url": "https://api.github.com/users/suyashgupta01/events{/privacy}",
"followers_url": "https://api.github.com/users/suyashgupta01/followers",
"following_url": "https://api.github.com/users/suyashgupta01/following{/other_user}",
"g... | [
{
"color": "5319e7",
"default": false,
"description": "Functionality to remove in pandas",
"id": 87485152,
"name": "Deprecate",
"node_id": "MDU6TGFiZWw4NzQ4NTE1Mg==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Deprecate"
},
{
"color": "7fcce8",
"default": f... | open | false | null | [] | null | 6 | 2021-09-16T12:58:29Z | 2021-11-05T05:54:44Z | null | CONTRIBUTOR | null | - [ ] closes #xxxx
- [x] tests added / passed
- [x] Ensure all linting tests pass, see [here](https://pandas.pydata.org/pandas-docs/dev/development/contributing_codebase.html#pre-commit) for how to run them
- [ ] whatsnew entry
Please take a look and let me know if things look fine, I'll make a whatsnew entry the... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/43602/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/43602/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/43602.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/43602",
"merged_at": null,
"patch_url": "https://github.com/pandas-dev/pandas/pull/43602.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/43602"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/43603 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/43603/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/43603/comments | https://api.github.com/repos/pandas-dev/pandas/issues/43603/events | https://github.com/pandas-dev/pandas/issues/43603 | 998,204,017 | I_kwDOAA0YD847f2Jx | 43,603 | BUILD: cannot install build dependencies | {
"avatar_url": "https://avatars.githubusercontent.com/u/69088224?v=4",
"events_url": "https://api.github.com/users/MohammadMD1383/events{/privacy}",
"followers_url": "https://api.github.com/users/MohammadMD1383/followers",
"following_url": "https://api.github.com/users/MohammadMD1383/following{/other_user}",
... | [
{
"color": "75507B",
"default": false,
"description": "Library building on various platforms",
"id": 129350,
"name": "Build",
"node_id": "MDU6TGFiZWwxMjkzNTA=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Build"
},
{
"color": "0052cc",
"default": false,
... | closed | false | null | [] | {
"closed_at": null,
"closed_issues": 2361,
"created_at": "2015-02-26T19:29:05Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/1020496?v=4",
"events_url": "https://api.github.com/users/jorisvandenbossche/events{/privacy}",
"followers_url": "https://api.github.com/users/jorisva... | 2 | 2021-09-16T13:16:54Z | 2021-09-16T16:53:11Z | 2021-09-16T13:28:00Z | NONE | null | ###
- [X] I have read the [installation guide](https://pandas.pydata.org/pandas-docs/stable/getting_started/install.html#installing-pandas).
### Platform
Windows-10-10.0.19043-SP0
### Installation Method
pip install
### pandas Version
1.3.3
### Python Version
3.10(RC) - MS Store
### Installation Logs
<deta... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/43603/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/43603/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/43604 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/43604/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/43604/comments | https://api.github.com/repos/pandas-dev/pandas/issues/43604/events | https://github.com/pandas-dev/pandas/pull/43604 | 998,306,621 | PR_kwDOAA0YD84r16T8 | 43,604 | DOC : DataFrame.to_parquet doesn't round-trip pyarrow StringDtype #42664 | {
"avatar_url": "https://avatars.githubusercontent.com/u/56639527?v=4",
"events_url": "https://api.github.com/users/Sara-cos/events{/privacy}",
"followers_url": "https://api.github.com/users/Sara-cos/followers",
"following_url": "https://api.github.com/users/Sara-cos/following{/other_user}",
"gists_url": "htt... | [
{
"color": "3465A4",
"default": false,
"description": null,
"id": 134699,
"name": "Docs",
"node_id": "MDU6TGFiZWwxMzQ2OTk=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Docs"
},
{
"color": "5319e7",
"default": false,
"description": "String extension data... | open | false | null | [] | null | 4 | 2021-09-16T14:50:33Z | 2021-10-28T17:49:40Z | null | NONE | null | - [ ] closes #42664
Added a small note, both in _user_guide/text.rst_ and _user_guide/io.rst_ and example.
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/43604/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/43604/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/43604.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/43604",
"merged_at": null,
"patch_url": "https://github.com/pandas-dev/pandas/pull/43604.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/43604"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/43605 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/43605/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/43605/comments | https://api.github.com/repos/pandas-dev/pandas/issues/43605/events | https://github.com/pandas-dev/pandas/issues/43605 | 998,322,584 | I_kwDOAA0YD847gTGY | 43,605 | DOC: to_markdown should not accept `str` for `buf` argument | {
"avatar_url": "https://avatars.githubusercontent.com/u/1318470?v=4",
"events_url": "https://api.github.com/users/linceaerian/events{/privacy}",
"followers_url": "https://api.github.com/users/linceaerian/followers",
"following_url": "https://api.github.com/users/linceaerian/following{/other_user}",
"gists_ur... | [
{
"color": "3465A4",
"default": false,
"description": null,
"id": 134699,
"name": "Docs",
"node_id": "MDU6TGFiZWwxMzQ2OTk=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Docs"
},
{
"color": "06909A",
"default": false,
"description": "IO issues that don't ... | closed | false | null | [] | {
"closed_at": null,
"closed_issues": 786,
"created_at": "2015-01-13T10:53:19Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jreback/followers",
... | 5 | 2021-09-16T15:04:40Z | 2021-09-16T20:54:38Z | 2021-09-16T20:54:26Z | NONE | null | Hello maintainer,
Is there's not an error in documentation for "to_markdown" function at:
https://github.com/pandas-dev/pandas/blob/73c68257545b5f8530b7044f56647bd2db92e2ba/pandas/core/frame.py#L2550
The documentation indicate to be able to take a str in argument (Path), but when tested, it crash with:
```
... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/43605/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/43605/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/43606 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/43606/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/43606/comments | https://api.github.com/repos/pandas-dev/pandas/issues/43606/events | https://github.com/pandas-dev/pandas/pull/43606 | 998,366,824 | PR_kwDOAA0YD84r2GVI | 43,606 | REF: implement make_na_array | {
"avatar_url": "https://avatars.githubusercontent.com/u/8078968?v=4",
"events_url": "https://api.github.com/users/jbrockmendel/events{/privacy}",
"followers_url": "https://api.github.com/users/jbrockmendel/followers",
"following_url": "https://api.github.com/users/jbrockmendel/following{/other_user}",
"gists... | [
{
"color": "d7e102",
"default": false,
"description": "np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate",
"id": 2822342,
"name": "Missing-data",
"node_id": "MDU6TGFiZWwyODIyMzQy",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Missing-data"
},
{
"color": "fbca04"... | closed | false | null | [] | {
"closed_at": null,
"closed_issues": 1203,
"created_at": "2021-06-09T18:28:42Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jreback/followers",... | 0 | 2021-09-16T15:48:13Z | 2021-09-16T21:09:02Z | 2021-09-16T21:07:57Z | MEMBER | null | Will be able to re-use make_na_array for AM and possibly BM._make_na_block | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/43606/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/43606/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/43606.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/43606",
"merged_at": "2021-09-16T21:07:57Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/43606.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/43606"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/43607 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/43607/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/43607/comments | https://api.github.com/repos/pandas-dev/pandas/issues/43607/events | https://github.com/pandas-dev/pandas/pull/43607 | 998,554,087 | PR_kwDOAA0YD84r2qiY | 43,607 | CLN: remove extraneous arg from get_block_type | {
"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": "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": null,
"closed_issues": 1203,
"created_at": "2021-06-09T18:28:42Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jreback/followers",... | 0 | 2021-09-16T19:26:38Z | 2021-09-16T21:05:37Z | 2021-09-16T21:04:10Z | MEMBER | null | - [ ] closes #xxxx
- [ ] tests added / passed
- [ ] Ensure all linting tests pass, see [here](https://pandas.pydata.org/pandas-docs/dev/development/contributing_codebase.html#pre-commit) for how to run them
- [ ] 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/43607/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/43607/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/43607.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/43607",
"merged_at": "2021-09-16T21:04:10Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/43607.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/43607"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/43608 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/43608/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/43608/comments | https://api.github.com/repos/pandas-dev/pandas/issues/43608/events | https://github.com/pandas-dev/pandas/pull/43608 | 998,575,833 | PR_kwDOAA0YD84r2vD7 | 43,608 | REGR: spearman corr raising on 32-bit | {
"avatar_url": "https://avatars.githubusercontent.com/u/37011898?v=4",
"events_url": "https://api.github.com/users/mzeitlin11/events{/privacy}",
"followers_url": "https://api.github.com/users/mzeitlin11/followers",
"following_url": "https://api.github.com/users/mzeitlin11/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"
},
{
"color": ... | closed | false | null | [] | {
"closed_at": "2021-10-17T11:06:28Z",
"closed_issues": 77,
"created_at": "2021-09-10T19:48:56Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/13159005?v=4",
"events_url": "https://api.github.com/users/simonjayhawkins/events{/privacy}",
"followers_url": "https://api.github.com... | 5 | 2021-09-16T19:47:58Z | 2021-09-16T23:33:02Z | 2021-09-16T22:59:28Z | MEMBER | null | - [x] closes #43588
- [x] tests added / passed
- [x] Ensure all linting tests pass, see [here](https://pandas.pydata.org/pandas-docs/dev/development/contributing_codebase.html#pre-commit) for how to run them
- [x] whatsnew entry
This works on master, so this PR just adds a regression test (by removing the unneces... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/43608/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/43608/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/43608.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/43608",
"merged_at": "2021-09-16T22:59:27Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/43608.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/43608"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/43609 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/43609/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/43609/comments | https://api.github.com/repos/pandas-dev/pandas/issues/43609/events | https://github.com/pandas-dev/pandas/pull/43609 | 998,608,220 | PR_kwDOAA0YD84r21nx | 43,609 | PERF: Block.apply | {
"avatar_url": "https://avatars.githubusercontent.com/u/8078968?v=4",
"events_url": "https://api.github.com/users/jbrockmendel/events{/privacy}",
"followers_url": "https://api.github.com/users/jbrockmendel/followers",
"following_url": "https://api.github.com/users/jbrockmendel/following{/other_user}",
"gists... | [
{
"color": "a10c02",
"default": false,
"description": "Memory or execution speed performance",
"id": 8935311,
"name": "Performance",
"node_id": "MDU6TGFiZWw4OTM1MzEx",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Performance"
},
{
"color": "fbca04",
"default"... | closed | false | null | [] | {
"closed_at": null,
"closed_issues": 1203,
"created_at": "2021-06-09T18:28:42Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jreback/followers",... | 1 | 2021-09-16T20:23:05Z | 2021-09-17T22:40:05Z | 2021-09-17T21:35:57Z | MEMBER | null | ```
from asv_bench.benchmarks.groupby import *
self = GroupByMethods()
self.setup('object', 'ffill', 'direct', 1)
%timeit self.time_dtype_as_group('object', 'ffill', 'direct', 1)
67.6 µs ± 708 ns per loop (mean ± std. dev. of 7 runs, 10000 loops each) # <- PR
82 µs ± 2.24 µs per loop (mean ± std. dev. of 7 run... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/43609/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/43609/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/43609.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/43609",
"merged_at": "2021-09-17T21:35:57Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/43609.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/43609"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/43610 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/43610/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/43610/comments | https://api.github.com/repos/pandas-dev/pandas/issues/43610/events | https://github.com/pandas-dev/pandas/pull/43610 | 998,636,715 | PR_kwDOAA0YD84r27I2 | 43,610 | Backport PR #43589 on branch 1.3.x (PERF: MultiIndex.equals) | {
"avatar_url": "https://avatars.githubusercontent.com/u/39504233?v=4",
"events_url": "https://api.github.com/users/meeseeksmachine/events{/privacy}",
"followers_url": "https://api.github.com/users/meeseeksmachine/followers",
"following_url": "https://api.github.com/users/meeseeksmachine/following{/other_user}"... | [
{
"color": "a10c02",
"default": false,
"description": "Memory or execution speed performance",
"id": 8935311,
"name": "Performance",
"node_id": "MDU6TGFiZWw4OTM1MzEx",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Performance"
},
{
"color": "207de5",
"default"... | closed | false | null | [] | {
"closed_at": "2021-10-17T11:06:28Z",
"closed_issues": 77,
"created_at": "2021-09-10T19:48:56Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/13159005?v=4",
"events_url": "https://api.github.com/users/simonjayhawkins/events{/privacy}",
"followers_url": "https://api.github.com... | 0 | 2021-09-16T21:02:44Z | 2021-09-17T12:30:41Z | 2021-09-17T12:30:41Z | NONE | null | Backport PR #43589: PERF: MultiIndex.equals | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/43610/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/43610/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/43610.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/43610",
"merged_at": "2021-09-17T12:30:40Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/43610.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/43610"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/43611 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/43611/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/43611/comments | https://api.github.com/repos/pandas-dev/pandas/issues/43611/events | https://github.com/pandas-dev/pandas/pull/43611 | 998,658,199 | PR_kwDOAA0YD84r2_QY | 43,611 | CI: debug azure timeouts | {
"avatar_url": "https://avatars.githubusercontent.com/u/37011898?v=4",
"events_url": "https://api.github.com/users/mzeitlin11/events{/privacy}",
"followers_url": "https://api.github.com/users/mzeitlin11/followers",
"following_url": "https://api.github.com/users/mzeitlin11/following{/other_user}",
"gists_url"... | [
{
"color": "C4A000",
"default": false,
"description": "pandas testing functions or related to the test suite",
"id": 127685,
"name": "Testing",
"node_id": "MDU6TGFiZWwxMjc2ODU=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Testing"
},
{
"color": "a2bca7",
"d... | closed | false | null | [] | null | 36 | 2021-09-16T21:31:31Z | 2021-10-03T23:53:13Z | 2021-10-03T23:53:12Z | MEMBER | null | More attempts to see what's causing the timeouts.
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/43611/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/43611/timeline | null | 1 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/43611.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/43611",
"merged_at": null,
"patch_url": "https://github.com/pandas-dev/pandas/pull/43611.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/43611"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/43612 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/43612/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/43612/comments | https://api.github.com/repos/pandas-dev/pandas/issues/43612/events | https://github.com/pandas-dev/pandas/pull/43612 | 998,673,461 | PR_kwDOAA0YD84r3CY5 | 43,612 | PERF: Improve performance in rolling.mean(engine="numba") | {
"avatar_url": "https://avatars.githubusercontent.com/u/10647082?v=4",
"events_url": "https://api.github.com/users/mroeschke/events{/privacy}",
"followers_url": "https://api.github.com/users/mroeschke/followers",
"following_url": "https://api.github.com/users/mroeschke/following{/other_user}",
"gists_url": "... | [
{
"color": "a10c02",
"default": false,
"description": "Memory or execution speed performance",
"id": 8935311,
"name": "Performance",
"node_id": "MDU6TGFiZWw4OTM1MzEx",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Performance"
},
{
"color": "5319e7",
"default"... | closed | false | null | [] | {
"closed_at": null,
"closed_issues": 1203,
"created_at": "2021-06-09T18:28:42Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jreback/followers",... | 6 | 2021-09-16T21:50:14Z | 2021-09-23T16:11:52Z | 2021-09-23T14:49:35Z | MEMBER | null | - [x] tests added / passed
- [x] Ensure all linting tests pass, see [here](https://pandas.pydata.org/pandas-docs/dev/development/contributing_codebase.html#pre-commit) for how to run them
- [x] whatsnew entry
This also starts to add a shared aggregation function (mean) that can shared between rolling/groupby/DataF... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/43612/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/43612/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/43612.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/43612",
"merged_at": "2021-09-23T14:49:35Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/43612.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/43612"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/43613 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/43613/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/43613/comments | https://api.github.com/repos/pandas-dev/pandas/issues/43613/events | https://github.com/pandas-dev/pandas/pull/43613 | 998,709,005 | PR_kwDOAA0YD84r3J9f | 43,613 | CI: Add back CircleCI for ARM64 | {
"avatar_url": "https://avatars.githubusercontent.com/u/47963215?v=4",
"events_url": "https://api.github.com/users/lithomas1/events{/privacy}",
"followers_url": "https://api.github.com/users/lithomas1/followers",
"following_url": "https://api.github.com/users/lithomas1/following{/other_user}",
"gists_url": "... | [
{
"color": "a2bca7",
"default": false,
"description": "Continuous Integration",
"id": 48070600,
"name": "CI",
"node_id": "MDU6TGFiZWw0ODA3MDYwMA==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/CI"
},
{
"color": "c2e0c6",
"default": false,
"description": ... | closed | false | null | [] | {
"closed_at": "2021-10-17T11:06:28Z",
"closed_issues": 77,
"created_at": "2021-09-10T19:48:56Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/13159005?v=4",
"events_url": "https://api.github.com/users/simonjayhawkins/events{/privacy}",
"followers_url": "https://api.github.com... | 7 | 2021-09-16T22:20:45Z | 2021-09-17T00:04:03Z | 2021-09-16T22:37:50Z | MEMBER | null | - [ ] closes #41829
- [ ] tests added / passed
- [ ] Ensure all linting tests pass, see [here](https://pandas.pydata.org/pandas-docs/dev/development/contributing_codebase.html#pre-commit) for how to run them
- [ ] whatsnew entry
Successful run https://app.circleci.com/pipelines/github/lithomas1/pandas/3/workflows... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/43613/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/43613/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/43613.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/43613",
"merged_at": "2021-09-16T22:37:50Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/43613.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/43613"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/43614 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/43614/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/43614/comments | https://api.github.com/repos/pandas-dev/pandas/issues/43614/events | https://github.com/pandas-dev/pandas/pull/43614 | 998,766,577 | PR_kwDOAA0YD84r3WBB | 43,614 | Backport PR #43608: REGR: spearman corr raising on 32-bit | {
"avatar_url": "https://avatars.githubusercontent.com/u/37011898?v=4",
"events_url": "https://api.github.com/users/mzeitlin11/events{/privacy}",
"followers_url": "https://api.github.com/users/mzeitlin11/followers",
"following_url": "https://api.github.com/users/mzeitlin11/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"
},
{
"color": ... | closed | false | null | [] | {
"closed_at": "2021-10-17T11:06:28Z",
"closed_issues": 77,
"created_at": "2021-09-10T19:48:56Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/13159005?v=4",
"events_url": "https://api.github.com/users/simonjayhawkins/events{/privacy}",
"followers_url": "https://api.github.com... | 8 | 2021-09-16T23:32:25Z | 2021-09-18T14:01:42Z | 2021-09-17T16:32:56Z | MEMBER | null | Backport PR #43608 | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/43614/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/43614/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/43614.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/43614",
"merged_at": "2021-09-17T16:32:56Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/43614.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/43614"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/43615 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/43615/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/43615/comments | https://api.github.com/repos/pandas-dev/pandas/issues/43615/events | https://github.com/pandas-dev/pandas/pull/43615 | 998,780,812 | PR_kwDOAA0YD84r3Ykr | 43,615 | Backport PR #43613 on branch 1.3.x (CI: Add back CircleCI for ARM64) | {
"avatar_url": "https://avatars.githubusercontent.com/u/39504233?v=4",
"events_url": "https://api.github.com/users/meeseeksmachine/events{/privacy}",
"followers_url": "https://api.github.com/users/meeseeksmachine/followers",
"following_url": "https://api.github.com/users/meeseeksmachine/following{/other_user}"... | [
{
"color": "a2bca7",
"default": false,
"description": "Continuous Integration",
"id": 48070600,
"name": "CI",
"node_id": "MDU6TGFiZWw0ODA3MDYwMA==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/CI"
},
{
"color": "c2e0c6",
"default": false,
"description": ... | closed | false | null | [] | {
"closed_at": "2021-10-17T11:06:28Z",
"closed_issues": 77,
"created_at": "2021-09-10T19:48:56Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/13159005?v=4",
"events_url": "https://api.github.com/users/simonjayhawkins/events{/privacy}",
"followers_url": "https://api.github.com... | 1 | 2021-09-17T00:04:17Z | 2021-09-17T12:19:34Z | 2021-09-17T12:19:24Z | NONE | null | Backport PR #43613: CI: Add back CircleCI for ARM64 | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/43615/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/43615/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/43615.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/43615",
"merged_at": "2021-09-17T12:19:24Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/43615.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/43615"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/43616 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/43616/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/43616/comments | https://api.github.com/repos/pandas-dev/pandas/issues/43616/events | https://github.com/pandas-dev/pandas/pull/43616 | 998,790,939 | PR_kwDOAA0YD84r3aji | 43,616 | CLN: let `codecs` validate the possible values of encoding and encoding errors | {
"avatar_url": "https://avatars.githubusercontent.com/u/6618166?v=4",
"events_url": "https://api.github.com/users/twoertwein/events{/privacy}",
"followers_url": "https://api.github.com/users/twoertwein/followers",
"following_url": "https://api.github.com/users/twoertwein/following{/other_user}",
"gists_url":... | [
{
"color": "06909A",
"default": false,
"description": "IO issues that don't fit into a more specific label",
"id": 2301354,
"name": "IO Data",
"node_id": "MDU6TGFiZWwyMzAxMzU0",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/IO%20Data"
},
{
"color": "207de5",
"... | closed | false | null | [] | {
"closed_at": null,
"closed_issues": 1203,
"created_at": "2021-06-09T18:28:42Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jreback/followers",... | 1 | 2021-09-17T00:22:23Z | 2021-09-22T01:05:38Z | 2021-09-17T13:14:31Z | CONTRIBUTOR | null | - [ ] closes #xxxx
- [ ] tests added / passed
- [ ] Ensure all linting tests pass, see [here](https://pandas.pydata.org/pandas-docs/dev/development/contributing_codebase.html#pre-commit) for how to run them
- [ ] whatsnew entry
This makes the errors checking in `get_handle` simpler and consistent with the XML cod... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/43616/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/43616/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/43616.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/43616",
"merged_at": "2021-09-17T13:14:31Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/43616.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/43616"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/43617 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/43617/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/43617/comments | https://api.github.com/repos/pandas-dev/pandas/issues/43617/events | https://github.com/pandas-dev/pandas/issues/43617 | 999,107,230 | I_kwDOAA0YD847jSqe | 43,617 | BUG: Incorrect factorization for ordinal vs nominal variable | {
"avatar_url": "https://avatars.githubusercontent.com/u/53486253?v=4",
"events_url": "https://api.github.com/users/Intangible-pg18/events{/privacy}",
"followers_url": "https://api.github.com/users/Intangible-pg18/followers",
"following_url": "https://api.github.com/users/Intangible-pg18/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": "eb6420",
"default": false,
"description": "Non-arithmetic algos: va... | open | false | null | [] | null | 2 | 2021-09-17T08:47:48Z | 2021-09-20T10:01:23Z | null | NONE | null | ###
- [X] I have checked that this issue has not already been reported.
- [X] I have confirmed this bug exists on the [latest version](https://pandas.pydata.org/docs/whatsnew/index.html) of pandas.
- [X] I have confirmed this bug exists on the master branch of pandas.
### Reproducible Example
```python
<CASE 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/43617/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/43617/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/43618 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/43618/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/43618/comments | https://api.github.com/repos/pandas-dev/pandas/issues/43618/events | https://github.com/pandas-dev/pandas/pull/43618 | 999,202,283 | PR_kwDOAA0YD84r4nhH | 43,618 | BUG: dropna changes index even when nothing dropped | {
"avatar_url": "https://avatars.githubusercontent.com/u/6472290?v=4",
"events_url": "https://api.github.com/users/debnathshoham/events{/privacy}",
"followers_url": "https://api.github.com/users/debnathshoham/followers",
"following_url": "https://api.github.com/users/debnathshoham/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": "7f... | open | false | null | [] | null | 2 | 2021-09-17T10:32:32Z | 2021-11-21T00:13:55Z | null | CONTRIBUTOR | null | - [x] closes #41965
- [x] tests added / passed
- [x] Ensure all linting tests pass, see [here](https://pandas.pydata.org/pandas-docs/dev/development/contributing_codebase.html#pre-commit) for how to run them
- [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/43618/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/43618/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/43618.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/43618",
"merged_at": null,
"patch_url": "https://github.com/pandas-dev/pandas/pull/43618.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/43618"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/43619 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/43619/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/43619/comments | https://api.github.com/repos/pandas-dev/pandas/issues/43619/events | https://github.com/pandas-dev/pandas/issues/43619 | 999,211,688 | I_kwDOAA0YD847jsKo | 43,619 | ENH: omit CSS rules for excluded html-table elements | {
"avatar_url": "https://avatars.githubusercontent.com/u/414652?v=4",
"events_url": "https://api.github.com/users/rendner/events{/privacy}",
"followers_url": "https://api.github.com/users/rendner/followers",
"following_url": "https://api.github.com/users/rendner/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": "006b75",
"default"... | closed | false | {
"avatar_url": "https://avatars.githubusercontent.com/u/414652?v=4",
"events_url": "https://api.github.com/users/rendner/events{/privacy}",
"followers_url": "https://api.github.com/users/rendner/followers",
"following_url": "https://api.github.com/users/rendner/following{/other_user}",
"gists_url": "https://... | [
{
"avatar_url": "https://avatars.githubusercontent.com/u/414652?v=4",
"events_url": "https://api.github.com/users/rendner/events{/privacy}",
"followers_url": "https://api.github.com/users/rendner/followers",
"following_url": "https://api.github.com/users/rendner/following{/other_user}",
"gists_u... | {
"closed_at": null,
"closed_issues": 1203,
"created_at": "2021-06-09T18:28:42Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jreback/followers",... | 2 | 2021-09-17T10:44:29Z | 2021-09-22T12:36:51Z | 2021-09-22T12:36:51Z | CONTRIBUTOR | null | I noticed that the HTML generated by the Styler also contains CSS rules for explicitly excluded table elements (rows/cols).
I'm aware that not all unused CSS rules can be detected, but I suspect that any CSS rule with an id-selector where the id is not in the table could be omitted.
#### API breaking implications
... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/43619/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/43619/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/43620 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/43620/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/43620/comments | https://api.github.com/repos/pandas-dev/pandas/issues/43620/events | https://github.com/pandas-dev/pandas/pull/43620 | 999,399,608 | PR_kwDOAA0YD84r5Na9 | 43,620 | BUG: Groupby-Apply with modifying dataframe and sorting overwrites group values | {
"avatar_url": "https://avatars.githubusercontent.com/u/29484286?v=4",
"events_url": "https://api.github.com/users/kasmith11/events{/privacy}",
"followers_url": "https://api.github.com/users/kasmith11/followers",
"following_url": "https://api.github.com/users/kasmith11/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": "729FCF",
"default": false,
"description": null,
"id": 233160... | closed | false | null | [] | {
"closed_at": null,
"closed_issues": 1203,
"created_at": "2021-06-09T18:28:42Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jreback/followers",... | 1 | 2021-09-17T14:10:41Z | 2021-10-16T20:16:33Z | 2021-10-16T20:16:13Z | CONTRIBUTOR | null | xref #36602
- [x] closes #36602
- [x] Ensure all linting tests pass, see [here](https://pandas.pydata.org/pandas-docs/dev/development/contributing_codebase.html#pre-commit) for how to run them
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/43620/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/43620/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/43620.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/43620",
"merged_at": "2021-10-16T20:16:13Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/43620.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/43620"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/43621 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/43621/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/43621/comments | https://api.github.com/repos/pandas-dev/pandas/issues/43621/events | https://github.com/pandas-dev/pandas/issues/43621 | 999,451,709 | I_kwDOAA0YD847kmw9 | 43,621 | BUG: pandas.to_csv() saves column values as integers when column contains numbers as string | {
"avatar_url": "https://avatars.githubusercontent.com/u/2093393?v=4",
"events_url": "https://api.github.com/users/sudhNau/events{/privacy}",
"followers_url": "https://api.github.com/users/sudhNau/followers",
"following_url": "https://api.github.com/users/sudhNau/following{/other_user}",
"gists_url": "https:/... | [
{
"color": "0052cc",
"default": false,
"description": null,
"id": 34444536,
"name": "Usage Question",
"node_id": "MDU6TGFiZWwzNDQ0NDUzNg==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Usage%20Question"
},
{
"color": "009800",
"default": false,
"descript... | closed | false | null | [] | null | 6 | 2021-09-17T15:01:04Z | 2021-09-20T19:44:25Z | 2021-09-20T19:44:18Z | NONE | null | ###
- [X] I have checked that this issue has not already been reported.
- [X] I have confirmed this bug exists on the [latest version](https://pandas.pydata.org/docs/whatsnew/index.html) of pandas.
- [x] I have confirmed this bug exists on the master branch of pandas.
### Reproducible Example
```python
import pa... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/43621/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/43621/timeline | null | null | null |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.