issue_comments
2 rows where author_association = "CONTRIBUTOR" and user = 34257249 sorted by updated_at descending
This data as json, CSV (advanced)
Suggested facets: created_at (date), updated_at (date)
user 1
- templiert · 2 ✖
id | html_url | issue_url | node_id | user | created_at | updated_at ▲ | author_association | body | reactions | performed_via_github_app | issue |
---|---|---|---|---|---|---|---|---|---|---|---|
1317593352 | https://github.com/pydata/xarray/issues/7294#issuecomment-1317593352 | https://api.github.com/repos/pydata/xarray/issues/7294 | IC_kwDOAMm_X85OiOEI | templiert 34257249 | 2022-11-16T19:57:40Z | 2022-11-16T19:57:40Z | CONTRIBUTOR | Thanks.
On one hand I see your point: a mapping does not ensure order.
On the other hand, is it not counter-intuitive that the order of the dictionary-like container coords is not changed when using Here my reasoning:
- dictionaries maintain insertion order
- coords are a "Dictionary-like container"
- a coords dict is created when |
{ "total_count": 1, "+1": 1, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
DataArray.transpose with transpose_coords=True does not change coords order 1452123685 | |
1315299560 | https://github.com/pydata/xarray/issues/7289#issuecomment-1315299560 | https://api.github.com/repos/pydata/xarray/issues/7289 | IC_kwDOAMm_X85OZeDo | templiert 34257249 | 2022-11-15T13:17:09Z | 2022-11-15T13:17:09Z | CONTRIBUTOR | Sure, here it is #7291 |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
typo in xarray/doc/user-guide/reshaping.rst 1449069429 |
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]);
issue 2