issue_comments
2 rows where issue = 215602915 sorted by updated_at descending
This data as json, CSV (advanced)
Suggested facets: created_at (date), updated_at (date)
issue 1
- xarray.Dataset.__array__ should raise TypeError · 2 ✖
id | html_url | issue_url | node_id | user | created_at | updated_at ▲ | author_association | body | reactions | performed_via_github_app | issue |
---|---|---|---|---|---|---|---|---|---|---|---|
464976969 | https://github.com/pydata/xarray/issues/1314#issuecomment-464976969 | https://api.github.com/repos/pydata/xarray/issues/1314 | MDEyOklzc3VlQ29tbWVudDQ2NDk3Njk2OQ== | shoyer 1217238 | 2019-02-19T04:23:14Z | 2019-02-19T04:23:14Z | MEMBER | This was implemented: ``` In [3]: np.array(xarray.Dataset()) TypeError Traceback (most recent call last) <ipython-input-3-fe99c847d2bc> in <module>() ----> 1 np.array(xarray.Dataset()) ~/dev/xarray/xarray/core/dataset.py in array(self, dtype) 1030 1031 def array(self, dtype=None): -> 1032 raise TypeError('cannot directly convert an xarray.Dataset into a ' 1033 'numpy array. Instead, create an xarray.DataArray ' 1034 'first, either with indexing on the Dataset or by ' TypeError: cannot directly convert an xarray.Dataset into a numpy array. Instead, create an xarray.DataArray first, either with indexing on the Dataset or by invoking the |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
xarray.Dataset.__array__ should raise TypeError 215602915 | |
464945808 | https://github.com/pydata/xarray/issues/1314#issuecomment-464945808 | https://api.github.com/repos/pydata/xarray/issues/1314 | MDEyOklzc3VlQ29tbWVudDQ2NDk0NTgwOA== | stale[bot] 26384082 | 2019-02-19T01:46:32Z | 2019-02-19T01:46:32Z | NONE | In order to maintain a list of currently relevant issues, we mark issues as stale after a period of inactivity If this issue remains relevant, please comment here or remove the |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
xarray.Dataset.__array__ should raise TypeError 215602915 |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE [issue_comments] ( [html_url] TEXT, [issue_url] TEXT, [id] INTEGER PRIMARY KEY, [node_id] TEXT, [user] INTEGER REFERENCES [users]([id]), [created_at] TEXT, [updated_at] TEXT, [author_association] TEXT, [body] TEXT, [reactions] TEXT, [performed_via_github_app] TEXT, [issue] INTEGER REFERENCES [issues]([id]) ); CREATE INDEX [idx_issue_comments_issue] ON [issue_comments] ([issue]); CREATE INDEX [idx_issue_comments_user] ON [issue_comments] ([user]);
user 2