issue_comments: 452337937
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/issues/2064#issuecomment-452337937 | https://api.github.com/repos/pydata/xarray/issues/2064 | 452337937 | MDEyOklzc3VlQ29tbWVudDQ1MjMzNzkzNw== | 8441217 | 2019-01-08T15:25:27Z | 2019-01-08T15:25:27Z | CONTRIBUTOR | The comment from henrica above gives a solution to @xylar 's issue. Here is the original example where I added : data_vars='minimal'. ```python !/usr/bin/env python3import xarray ds = xarray.open_mfdataset('example_jan.nc', concat_dim='Time', data_vars='minimal') print(ds) ```
|
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
314764258 |