issue_comments
8 rows where issue = 187393785 and user = 1217238 sorted by updated_at descending
This data as json, CSV (advanced)
Suggested facets: reactions, created_at (date), updated_at (date)
issue 1
- Transpose some but not all dimensions · 8 ✖
id | html_url | issue_url | node_id | user | created_at | updated_at ▲ | author_association | body | reactions | performed_via_github_app | issue |
---|---|---|---|---|---|---|---|---|---|---|---|
544363547 | https://github.com/pydata/xarray/issues/1081#issuecomment-544363547 | https://api.github.com/repos/pydata/xarray/issues/1081 | MDEyOklzc3VlQ29tbWVudDU0NDM2MzU0Nw== | shoyer 1217238 | 2019-10-21T06:09:40Z | 2019-10-21T06:09:40Z | MEMBER | I agree, I think (2) is what most users would expect. |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Transpose some but not all dimensions 187393785 | |
544350457 | https://github.com/pydata/xarray/issues/1081#issuecomment-544350457 | https://api.github.com/repos/pydata/xarray/issues/1081 | MDEyOklzc3VlQ29tbWVudDU0NDM1MDQ1Nw== | shoyer 1217238 | 2019-10-21T05:06:02Z | 2019-10-21T05:06:02Z | MEMBER | There's one edge case that might be worth thinking carefully about here:
Consider a dataset with two variables with dimensions
|
{ "total_count": 1, "+1": 1, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Transpose some but not all dimensions 187393785 | |
540678758 | https://github.com/pydata/xarray/issues/1081#issuecomment-540678758 | https://api.github.com/repos/pydata/xarray/issues/1081 | MDEyOklzc3VlQ29tbWVudDU0MDY3ODc1OA== | shoyer 1217238 | 2019-10-10T16:58:59Z | 2019-10-10T16:58:59Z | MEMBER | Yes, this looks like a great use-case for Ellipsis! On Thu, Oct 10, 2019 at 2:12 AM crusaderky notifications@github.com wrote:
|
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Transpose some but not all dimensions 187393785 | |
342906368 | https://github.com/pydata/xarray/issues/1081#issuecomment-342906368 | https://api.github.com/repos/pydata/xarray/issues/1081 | MDEyOklzc3VlQ29tbWVudDM0MjkwNjM2OA== | shoyer 1217238 | 2017-11-08T18:14:56Z | 2017-11-08T18:14:56Z | MEMBER |
In [3]: a.T Out[3]: <xarray.DataArray (y: 1, x: 1)> array([[0]]) Dimensions without coordinates: y, x In [4]: a.T.transpose('x', 'y') Out[4]: <xarray.DataArray (x: 1, y: 1)> array([[0]]) Dimensions without coordinates: x, y In [5]: a.transpose('x', 'y') Out[5]: <xarray.DataArray (x: 1, y: 1)> array([[0]]) Dimensions without coordinates: x, y ``` |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Transpose some but not all dimensions 187393785 | |
342892003 | https://github.com/pydata/xarray/issues/1081#issuecomment-342892003 | https://api.github.com/repos/pydata/xarray/issues/1081 | MDEyOklzc3VlQ29tbWVudDM0Mjg5MjAwMw== | shoyer 1217238 | 2017-11-08T17:27:06Z | 2017-11-08T17:27:06Z | MEMBER | What about allowing The implementation would simply reorder all the listed dimensions, keeping other dimensions in their original order. |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Transpose some but not all dimensions 187393785 | |
258533613 | https://github.com/pydata/xarray/issues/1081#issuecomment-258533613 | https://api.github.com/repos/pydata/xarray/issues/1081 | MDEyOklzc3VlQ29tbWVudDI1ODUzMzYxMw== | shoyer 1217238 | 2016-11-04T20:03:15Z | 2016-11-04T20:03:15Z | MEMBER |
Would that be consistent with |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Transpose some but not all dimensions 187393785 | |
258530895 | https://github.com/pydata/xarray/issues/1081#issuecomment-258530895 | https://api.github.com/repos/pydata/xarray/issues/1081 | MDEyOklzc3VlQ29tbWVudDI1ODUzMDg5NQ== | shoyer 1217238 | 2016-11-04T19:50:54Z | 2016-11-04T19:50:54Z | MEMBER | You need to provide the full list of dimensions to We could add a method like numpy's |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Transpose some but not all dimensions 187393785 | |
258529683 | https://github.com/pydata/xarray/issues/1081#issuecomment-258529683 | https://api.github.com/repos/pydata/xarray/issues/1081 | MDEyOklzc3VlQ29tbWVudDI1ODUyOTY4Mw== | shoyer 1217238 | 2016-11-04T19:45:14Z | 2016-11-04T19:45:14Z | MEMBER |
For what you want, I think |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Transpose some but not all dimensions 187393785 |
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