issue_comments: 345026224
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/pull/1528#issuecomment-345026224 | https://api.github.com/repos/pydata/xarray/issues/1528 | 345026224 | MDEyOklzc3VlQ29tbWVudDM0NTAyNjIyNA== | 2443309 | 2017-11-16T18:53:42Z | 2017-11-16T18:53:42Z | MEMBER | @rabernat - FYI: I'm playing with your branch a bit today. @shoyer and @rabernat, can we brainstorm what a ```Python class ZarrArrayWraper(BackendArray): def init(self, variable_name, datastore): self.datastore = datastore self.variable_name = variable_name array = self.get_array() self.shape = array.shape self.dtype = np.dtype(array.dtype.kind + str(array.dtype.itemsize))
``` |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
253136694 |