issue_comments: 570163736
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/3653#issuecomment-570163736 | https://api.github.com/repos/pydata/xarray/issues/3653 | 570163736 | MDEyOklzc3VlQ29tbWVudDU3MDE2MzczNg== | 1197350 | 2020-01-02T10:05:54Z | 2020-01-02T10:05:54Z | MEMBER | More concise syntax for the same thing ```python import xarray as xr import fsspec url = 'https://www.ldeo.columbia.edu/~rpa/NOAA_NCDC_ERSST_v3b_SST.nc' with fsspec.open(url) as fobj: ds = xr.open_dataset(fobj) print(ds) ``` |
{ "total_count": 3, "+1": 2, "-1": 0, "laugh": 0, "hooray": 1, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
543197350 |