home / github

Menu
  • GraphQL API
  • Search all tables

issue_comments

Table actions
  • GraphQL API for issue_comments

3 rows where issue = 186326698 and user = 10050469 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

  • fmaussion · 3 ✖

issue 1

  • Feature/rasterio · 3 ✖

author_association 1

  • MEMBER 3
id html_url issue_url node_id user created_at updated_at ▲ author_association body reactions performed_via_github_app issue
303038405 https://github.com/pydata/xarray/pull/1070#issuecomment-303038405 https://api.github.com/repos/pydata/xarray/issues/1070 MDEyOklzc3VlQ29tbWVudDMwMzAzODQwNQ== fmaussion 10050469 2017-05-22T08:47:40Z 2017-05-22T08:47:40Z MEMBER

Closing this in favor of https://github.com/pydata/xarray/pull/1260

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Feature/rasterio 186326698
278940568 https://github.com/pydata/xarray/pull/1070#issuecomment-278940568 https://api.github.com/repos/pydata/xarray/issues/1070 MDEyOklzc3VlQ29tbWVudDI3ODk0MDU2OA== fmaussion 10050469 2017-02-10T13:22:02Z 2017-02-10T13:22:02Z MEMBER

Hi, unless there are objections I'd like to try to finish this PR. I just forked @NicWayand 's branch and started to look at it, and I hope to get something done during next week or so...

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Feature/rasterio 186326698
257343184 https://github.com/pydata/xarray/pull/1070#issuecomment-257343184 https://api.github.com/repos/pydata/xarray/issues/1070 MDEyOklzc3VlQ29tbWVudDI1NzM0MzE4NA== fmaussion 10050469 2016-10-31T16:27:59Z 2016-10-31T16:29:10Z MEMBER

This is awesome!

For 2: I think you don't have much more to do than make __getitem__ use the indexer to read the data with a window (example here)

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Feature/rasterio 186326698

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