issue_comments
2 rows where issue = 527323165 and user = 35968931 sorted by updated_at descending
This data as json, CSV (advanced)
Suggested facets: created_at (date), updated_at (date)
issue 1
- DOC: from examples to tutorials · 2 ✖
id | html_url | issue_url | node_id | user | created_at | updated_at ▲ | author_association | body | reactions | performed_via_github_app | issue |
---|---|---|---|---|---|---|---|---|---|---|---|
565539415 | https://github.com/pydata/xarray/issues/3564#issuecomment-565539415 | https://api.github.com/repos/pydata/xarray/issues/3564 | MDEyOklzc3VlQ29tbWVudDU2NTUzOTQxNQ== | TomNicholas 35968931 | 2019-12-13T17:50:15Z | 2019-12-13T17:50:15Z | MEMBER |
The article linked by @keewis is well worth reading in my opinion - it describes a similar breakdown of different types of documentation:
I think for xarray there is another type, like you suggest @choldgraf:
I personally think xarray in general has reference nailed, lots of good explanation, but is generally a bit weaker on tutorials and how-to guides, and doesn't have many examples of domain use-cases. I have some ideas for how-to's (maybe these should all go in a separate issue?):
So @rabernat for small datasets what might be an appropriate max filesize? I literally have no idea. ~1MB?
I'll look into that. |
{ "total_count": 1, "+1": 1, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
DOC: from examples to tutorials 527323165 | |
561227888 | https://github.com/pydata/xarray/issues/3564#issuecomment-561227888 | https://api.github.com/repos/pydata/xarray/issues/3564 | MDEyOklzc3VlQ29tbWVudDU2MTIyNzg4OA== | TomNicholas 35968931 | 2019-12-03T15:48:05Z | 2019-12-03T15:48:05Z | MEMBER | @rabernat I'm going to be making a simple plasma physics-oriented xarray tutorial to give at a workshop next week. I was wondering - if we're uploading real data for these, how big can/should the files be? It might affect what dataset I use. |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
DOC: from examples to tutorials 527323165 |
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