issues: 374279704
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 |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
374279704 | MDU6SXNzdWUzNzQyNzk3MDQ= | 2514 | interpolate_na with limit argument changes size of chunks | 102827 | closed | 0 | 8 | 2018-10-26T08:31:35Z | 2021-03-26T19:50:50Z | 2021-03-26T19:50:50Z | CONTRIBUTOR | Code Sample, a copy-pastable example if possible```python import pandas as pd import xarray as xr import numpy as np t = pd.date_range(start='2018-01-01', end='2018-02-01', freq='H') foo = np.sin(np.arange(len(t))) bar = np.cos(np.arange(len(t))) foo[1] = np.NaN bar[2] = np.NaN ds_test = xr.Dataset(data_vars={'foo': ('time', foo), 'bar': ('time', bar)}, coords={'time': t}).chunk() print(ds_test)
print("\n\n### After Output of the above code. Note the different chunk sizes, depending on the value of After
|
{ "url": "https://api.github.com/repos/pydata/xarray/issues/2514/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
completed | 13221727 | issue |