issue_comments: 1044173017
This data as json
| html_url | issue_url | id | node_id | user | created_at | updated_at | author_association | body | reactions | performed_via_github_app | issue |
|---|---|---|---|---|---|---|---|---|---|---|---|
| https://github.com/pydata/xarray/pull/5692#issuecomment-1044173017 | https://api.github.com/repos/pydata/xarray/issues/5692 | 1044173017 | IC_kwDOAMm_X84-PNDZ | 4160723 | 2022-02-18T08:59:19Z | 2022-02-18T08:59:19Z | MEMBER |
Ah now I see that it is likely because this branch makes a copy of the pandas index (+ a second one that is not necessary and that I'll fix). Although making a shallow copy of a pandas index is rather cheap, it significantly affects the benchmark results here because of the small size of the index. For larger index sizes it becomes irrelevant: This branch:
```python
```python
Xarray stable 0.21.1 (with same versions of numpy, pandas and sparse):
```python
```python
|
{
"total_count": 2,
"+1": 2,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
966983801 |