issue_comments
2 rows where issue = 922939657 and user = 14808389 sorted by updated_at descending
This data as json, CSV (advanced)
Suggested facets: created_at (date), updated_at (date)
issue 1
- Issue on page /generated/xarray.DataArray.T.html · 2 ✖
id | html_url | issue_url | node_id | user | created_at | updated_at ▲ | author_association | body | reactions | performed_via_github_app | issue |
---|---|---|---|---|---|---|---|---|---|---|---|
863433257 | https://github.com/pydata/xarray/issues/5478#issuecomment-863433257 | https://api.github.com/repos/pydata/xarray/issues/5478 | MDEyOklzc3VlQ29tbWVudDg2MzQzMzI1Nw== | keewis 14808389 | 2021-06-17T17:39:29Z | 2021-06-17T17:39:29Z | MEMBER |
what do you mean with that? This is what I see: ```python In [3]: arr = xr.DataArray([[0, 1], [2, 3]]) ...: arr Out[3]: <xarray.DataArray (dim_0: 2, dim_1: 2)> array([[0, 1], [2, 3]]) Dimensions without coordinates: dim_0, dim_1 In [4]: arr.T Out[4]: <xarray.DataArray (dim_1: 2, dim_0: 2)> array([[0, 2], [1, 3]]) Dimensions without coordinates: dim_1, dim_0 In [5]: arr.transpose() Out[5]: <xarray.DataArray (dim_1: 2, dim_0: 2)> array([[0, 2], [1, 3]]) Dimensions without coordinates: dim_1, dim_0 ``` |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Issue on page /generated/xarray.DataArray.T.html 922939657 | |
862710371 | https://github.com/pydata/xarray/issues/5478#issuecomment-862710371 | https://api.github.com/repos/pydata/xarray/issues/5478 | MDEyOklzc3VlQ29tbWVudDg2MjcxMDM3MQ== | keewis 14808389 | 2021-06-16T20:44:29Z | 2021-06-16T20:44:29Z | MEMBER | There has been some discussion about deprecating |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Issue on page /generated/xarray.DataArray.T.html 922939657 |
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 1