issue_comments
2 rows where issue = 295959111 and user = 4160723 sorted by updated_at descending
This data as json, CSV (advanced)
Suggested facets: created_at (date), updated_at (date)
issue 1
- Representing & checking Dataset schemas · 2 ✖
id | html_url | issue_url | node_id | user | created_at | updated_at ▲ | author_association | body | reactions | performed_via_github_app | issue |
---|---|---|---|---|---|---|---|---|---|---|---|
367857689 | https://github.com/pydata/xarray/issues/1900#issuecomment-367857689 | https://api.github.com/repos/pydata/xarray/issues/1900 | MDEyOklzc3VlQ29tbWVudDM2Nzg1NzY4OQ== | benbovy 4160723 | 2018-02-22T23:25:11Z | 2018-02-22T23:25:11Z | MEMBER | @maxim-lian you're right. In this case
There is an ongoing discussion in #1850 about having something like xarray-contrib (likely a github organization). |
{ "total_count": 1, "+1": 1, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Representing & checking Dataset schemas 295959111 | |
367853004 | https://github.com/pydata/xarray/issues/1900#issuecomment-367853004 | https://api.github.com/repos/pydata/xarray/issues/1900 | MDEyOklzc3VlQ29tbWVudDM2Nzg1MzAwNA== | benbovy 4160723 | 2018-02-22T23:03:27Z | 2018-02-22T23:03:27Z | MEMBER | Somewhat related to this issue, I have implemented in xarray-simlab some logic to validate I'm currently in the process of refactoring this using attrs, which supports both validator functions and type annotations. Not sure how to use the latter for xarray objects, though (BTW I wasn't aware of python/typing#513, good to know!!). I agree that it would be nice to have a more generic way to describe xarray objects that can be reused in many contexts. |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Representing & checking Dataset schemas 295959111 |
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