home / github

Menu
  • Search all tables
  • GraphQL API

issue_comments

Table actions
  • GraphQL API for issue_comments

2 rows where author_association = "CONTRIBUTOR" and user = 34257249 sorted by updated_at descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: created_at (date), updated_at (date)

issue 2

  • typo in xarray/doc/user-guide/reshaping.rst 1
  • DataArray.transpose with transpose_coords=True does not change coords order 1

user 1

  • templiert · 2 ✖

author_association 1

  • CONTRIBUTOR · 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 transpose_coords=True?

Here my reasoning: - dictionaries maintain insertion order - coords are a "Dictionary-like container" - a coords dict is created when transpose_coords==True - would it not be the right time, during insertion, to create the proper order?

{
    "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

CSV options:

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]);
Powered by Datasette · Queries took 13.864ms · About: xarray-datasette