home / github

Menu
  • GraphQL API
  • Search all tables

issue_comments

Table actions
  • GraphQL API for issue_comments

4 rows where author_association = "MEMBER", issue = 218942553 and user = 1197350 sorted by updated_at descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

user 1

  • rabernat · 4 ✖

issue 1

  • Add persist method to DataSet · 4 ✖

author_association 1

  • MEMBER · 4 ✖
id html_url issue_url node_id user created_at updated_at ▲ author_association body reactions performed_via_github_app issue
291552880 https://github.com/pydata/xarray/pull/1349#issuecomment-291552880 https://api.github.com/repos/pydata/xarray/issues/1349 MDEyOklzc3VlQ29tbWVudDI5MTU1Mjg4MA== rabernat 1197350 2017-04-04T16:19:20Z 2017-04-04T16:19:20Z MEMBER

I'm glad to see your first commit on the xarray side :).

Hopefully the first of many!

{
    "total_count": 1,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 1,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Add persist method to DataSet 218942553
291549965 https://github.com/pydata/xarray/pull/1349#issuecomment-291549965 https://api.github.com/repos/pydata/xarray/issues/1349 MDEyOklzc3VlQ29tbWVudDI5MTU0OTk2NQ== rabernat 1197350 2017-04-04T16:10:09Z 2017-04-04T16:10:09Z MEMBER

This looks good to go from my point of view!

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Add persist method to DataSet 218942553
291517534 https://github.com/pydata/xarray/pull/1349#issuecomment-291517534 https://api.github.com/repos/pydata/xarray/issues/1349 MDEyOklzc3VlQ29tbWVudDI5MTUxNzUzNA== rabernat 1197350 2017-04-04T14:29:08Z 2017-04-04T14:29:08Z MEMBER

Would also probably be good to document this a bit in the section on dask: https://github.com/pydata/xarray/blob/master/doc/dask.rst

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Add persist method to DataSet 218942553
291382124 https://github.com/pydata/xarray/pull/1349#issuecomment-291382124 https://api.github.com/repos/pydata/xarray/issues/1349 MDEyOklzc3VlQ29tbWVudDI5MTM4MjEyNA== rabernat 1197350 2017-04-04T03:13:16Z 2017-04-04T03:13:16Z MEMBER

Would it make sense to have persist for DataArrays as well? My opinion is: yes.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Add persist method to DataSet 218942553

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