issue_comments
2 rows where author_association = "MEMBER", issue = 182638499 and user = 4160723 sorted by updated_at descending
This data as json, CSV (advanced)
Suggested facets: created_at (date), updated_at (date)
issue 1
- Labeled repr · 2 ✖
id | html_url | issue_url | node_id | user | created_at | updated_at ▲ | author_association | body | reactions | performed_via_github_app | issue |
---|---|---|---|---|---|---|---|---|---|---|---|
253477840 | https://github.com/pydata/xarray/issues/1044#issuecomment-253477840 | https://api.github.com/repos/pydata/xarray/issues/1044 | MDEyOklzc3VlQ29tbWVudDI1MzQ3Nzg0MA== | benbovy 4160723 | 2016-10-13T10:37:24Z | 2016-10-14T13:07:41Z | MEMBER | After seeing the discussion in #680, I'm wondering if showing the firsts values of the flattened array wouldn't be enough here, e.g., something like this: ```
This example is more consistent with the repr of ```
```
|
{ "total_count": 1, "+1": 1, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Labeled repr 182638499 | |
253649762 | https://github.com/pydata/xarray/issues/1044#issuecomment-253649762 | https://api.github.com/repos/pydata/xarray/issues/1044 | MDEyOklzc3VlQ29tbWVudDI1MzY0OTc2Mg== | benbovy 4160723 | 2016-10-13T21:52:46Z | 2016-10-13T21:57:24Z | MEMBER | In most cases I found the To inspect the data of high dimensional datarrays, I've mainly used the indexing logic of xarray to extract slices of <3 dimensions. However, I admit that for quick inspection purposes I actually like your suggestion of having a specific repr method that would allow showing small data slices as labeled tables, especially if we choose to always use a flat array for the repr of ``` python
This is equivalent to ``` python
Except that |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Labeled repr 182638499 |
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