home / github

Menu
  • GraphQL API
  • Search all tables

issue_comments

Table actions
  • GraphQL API for issue_comments

2 rows where issue = 431584027 and user = 14314623 sorted by updated_at descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

user 1

  • jbusecke · 2 ✖

issue 1

  • drop all but specified data_variables/coordinates as a convenience function · 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
483357765 https://github.com/pydata/xarray/issues/2884#issuecomment-483357765 https://api.github.com/repos/pydata/xarray/issues/2884 MDEyOklzc3VlQ29tbWVudDQ4MzM1Nzc2NQ== jbusecke 14314623 2019-04-15T18:04:34Z 2019-04-15T18:04:34Z CONTRIBUTOR

Ok I have submitted a PR for the xarray.Dataset.get function.

@dcherian, I was not able to find that issue you mentioned. I would certainly be interested to have a look in the future.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  drop all but specified data_variables/coordinates as a convenience function 431584027
481771119 https://github.com/pydata/xarray/issues/2884#issuecomment-481771119 https://api.github.com/repos/pydata/xarray/issues/2884 MDEyOklzc3VlQ29tbWVudDQ4MTc3MTExOQ== jbusecke 14314623 2019-04-10T16:48:39Z 2019-04-10T16:48:39Z CONTRIBUTOR

Wow. Thats awesome. Had no clue about it. I will put in a PR for the docs for sure. Might take a bit though. Ill also take a look at the keep_vars option.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  drop all but specified data_variables/coordinates as a convenience function 431584027

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 23.232ms · About: xarray-datasette