issue_comments
5 rows where issue = 315149637 sorted by updated_at descending
This data as json, CSV (advanced)
Suggested facets: reactions, created_at (date), updated_at (date)
issue 1
- how do you flatten an xarray? · 5 ✖
id | html_url | issue_url | node_id | user | created_at | updated_at ▲ | author_association | body | reactions | performed_via_github_app | issue |
---|---|---|---|---|---|---|---|---|---|---|---|
390096741 | https://github.com/pydata/xarray/issues/2065#issuecomment-390096741 | https://api.github.com/repos/pydata/xarray/issues/2065 | MDEyOklzc3VlQ29tbWVudDM5MDA5Njc0MQ== | fujiisoup 6815844 | 2018-05-18T05:14:31Z | 2018-05-18T05:14:31Z | MEMBER | Closing. Please feel free to reopen this if you have an API suggestion. |
{ "total_count": 1, "+1": 1, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
how do you flatten an xarray? 315149637 | |
383359925 | https://github.com/pydata/xarray/issues/2065#issuecomment-383359925 | https://api.github.com/repos/pydata/xarray/issues/2065 | MDEyOklzc3VlQ29tbWVudDM4MzM1OTkyNQ== | ebo 601025 | 2018-04-22T06:54:10Z | 2018-04-22T06:54:10Z | NONE | On Apr 21 2018 10:17 PM, Keisuke Fujii wrote:
Before I left work for the weekend I had tried array.stack(z=('x', 'y')), but I had not come across reset_index yet. I will give that a try ASAP. EBo -- |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
how do you flatten an xarray? 315149637 | |
383354247 | https://github.com/pydata/xarray/issues/2065#issuecomment-383354247 | https://api.github.com/repos/pydata/xarray/issues/2065 | MDEyOklzc3VlQ29tbWVudDM4MzM1NDI0Nw== | fujiisoup 6815844 | 2018-04-22T04:17:50Z | 2018-04-22T04:17:50Z | MEMBER | How about |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
how do you flatten an xarray? 315149637 | |
382082786 | https://github.com/pydata/xarray/issues/2065#issuecomment-382082786 | https://api.github.com/repos/pydata/xarray/issues/2065 | MDEyOklzc3VlQ29tbWVudDM4MjA4Mjc4Ng== | ebo 601025 | 2018-04-17T17:49:54Z | 2018-04-17T17:49:54Z | NONE | Thank you rabernat . I just tried: ``` array.stack(z=('x', 'y')) X
Do you have any suggestions? I will read up more on stack later to see what else I can learn, but do you have any suggestions? I figure I probably am missing an argument or got something out of order. Thanks again. |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
how do you flatten an xarray? 315149637 | |
382072585 | https://github.com/pydata/xarray/issues/2065#issuecomment-382072585 | https://api.github.com/repos/pydata/xarray/issues/2065 | MDEyOklzc3VlQ29tbWVudDM4MjA3MjU4NQ== | rabernat 1197350 | 2018-04-17T17:17:00Z | 2018-04-17T17:17:00Z | MEMBER | I think you are looking for stack: http://xarray.pydata.org/en/stable/reshaping.html#stack-and-unstack On Tue, Apr 17, 2018 at 1:01 PM, John (EBo) David notifications@github.com wrote:
|
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
how do you flatten an xarray? 315149637 |
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 3