issues: 1176745736
This data as json
id | node_id | number | title | user | state | locked | assignee | milestone | comments | created_at | updated_at | closed_at | author_association | active_lock_reason | draft | pull_request | body | reactions | performed_via_github_app | state_reason | repo | type |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
1176745736 | PR_kwDOAMm_X840z4zt | 6400 | Speed-up multi-index html repr + add display_values_threshold option | 4160723 | closed | 0 | 3 | 2022-03-22T12:57:37Z | 2022-03-29T07:10:22Z | 2022-03-29T07:05:32Z | MEMBER | 0 | pydata/xarray/pulls/6400 | This adds This optimized ```python import xarray as xr ds = xr.tutorial.load_dataset("air_temperature") da = ds["air"].stack(z=[...]) da.shape (3869000,)%timeit -n 1 -r 1 da.repr_html() 9.96 ms !```
|
{ "url": "https://api.github.com/repos/pydata/xarray/issues/6400/reactions", "total_count": 2, "+1": 2, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
13221727 | pull |