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/issues/4839#issuecomment-766946162,https://api.github.com/repos/pydata/xarray/issues/4839,766946162,MDEyOklzc3VlQ29tbWVudDc2Njk0NjE2Mg==,14808389,2021-01-25T16:40:10Z,2021-01-25T16:40:10Z,MEMBER,this might be a duplicate of #4239,"{""total_count"": 0, ""+1"": 0, ""-1"": 0, ""laugh"": 0, ""hooray"": 0, ""confused"": 0, ""heart"": 0, ""rocket"": 0, ""eyes"": 0}",,792639470
https://github.com/pydata/xarray/issues/4839#issuecomment-766243771,https://api.github.com/repos/pydata/xarray/issues/4839,766243771,MDEyOklzc3VlQ29tbWVudDc2NjI0Mzc3MQ==,14808389,2021-01-24T00:20:47Z,2021-01-24T00:20:47Z,MEMBER,"the reason for this is that `time` has actually been replaced with the coordinates you provided. You can verify this by passing in new attributes:
```python
ds1 = ds1.interp(
time=(""time"", np.array([0, 0.5, 1, 2]), {""a"": ""b""}),
assume_sorted=True,
method=""linear"",
kwargs=dict(fill_value=""extrapolate""),
)
```
I'm not quite sure what to do here.","{""total_count"": 0, ""+1"": 0, ""-1"": 0, ""laugh"": 0, ""hooray"": 0, ""confused"": 0, ""heart"": 0, ""rocket"": 0, ""eyes"": 0}",,792639470