issue_comments
3 rows where issue = 38848839 sorted by updated_at descending
This data as json, CSV (advanced)
Suggested facets: created_at (date), updated_at (date)
issue 1
- Consistent use of abbreviations: attrs, dims, coords · 3 ✖
id | html_url | issue_url | node_id | user | created_at | updated_at ▲ | author_association | body | reactions | performed_via_github_app | issue |
---|---|---|---|---|---|---|---|---|---|---|---|
52151665 | https://github.com/pydata/xarray/issues/190#issuecomment-52151665 | https://api.github.com/repos/pydata/xarray/issues/190 | MDEyOklzc3VlQ29tbWVudDUyMTUxNjY1 | shoyer 1217238 | 2014-08-14T07:24:29Z | 2014-08-14T07:24:29Z | MEMBER | Actually, I am going to go ahead and rename Otherwise everything was done in #194. |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Consistent use of abbreviations: attrs, dims, coords 38848839 | |
52012201 | https://github.com/pydata/xarray/issues/190#issuecomment-52012201 | https://api.github.com/repos/pydata/xarray/issues/190 | MDEyOklzc3VlQ29tbWVudDUyMDEyMjAx | shoyer 1217238 | 2014-08-13T05:48:28Z | 2014-08-13T07:48:59Z | MEMBER | I've decided that we do want to switch to using I have not renamed Also I haven't renamed |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Consistent use of abbreviations: attrs, dims, coords 38848839 | |
50713976 | https://github.com/pydata/xarray/issues/190#issuecomment-50713976 | https://api.github.com/repos/pydata/xarray/issues/190 | MDEyOklzc3VlQ29tbWVudDUwNzEzOTc2 | shoyer 1217238 | 2014-07-31T05:26:39Z | 2014-07-31T05:26:39Z | MEMBER | There is at least one major advantage to using abbreviations: less typing and shorter lines of code! e.g., compare:
and
h5py does use These are pretty common/obvious abbreviations and they are fundamental enough that I would not worry about imposing them on our users. Right now, I am leaning toward switching to always using |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Consistent use of abbreviations: attrs, dims, coords 38848839 |
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