home / github

Menu
  • Search all tables
  • GraphQL API

issue_comments

Table actions
  • GraphQL API for issue_comments

3 rows where issue = 387123860 and user = 3924836 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

  • scottyhq · 3 ✖

issue 1

  • added some logic to deal with rasterio objects in addition to filepaths · 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
448685064 https://github.com/pydata/xarray/pull/2589#issuecomment-448685064 https://api.github.com/repos/pydata/xarray/issues/2589 MDEyOklzc3VlQ29tbWVudDQ0ODY4NTA2NA== scottyhq 3924836 2018-12-19T17:49:19Z 2018-12-19T17:49:19Z MEMBER

I think the minimum rasterio version should be increased to 1.0. For whatever reason the conda defaults channel hasn't been updated since 0.36 (Jun 14, 2016!). There are many important changes in 1.0 and beyond, and those releases are available via both pip and conda-forge.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  added some logic to deal with rasterio objects in addition to filepaths 387123860
448416895 https://github.com/pydata/xarray/pull/2589#issuecomment-448416895 https://api.github.com/repos/pydata/xarray/issues/2589 MDEyOklzc3VlQ29tbWVudDQ0ODQxNjg5NQ== scottyhq 3924836 2018-12-18T23:57:08Z 2018-12-18T23:57:08Z MEMBER

thanks for the feedback @fmaussion, I think I've addressed your suggestions, let me know if anything else needs adjusting

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  added some logic to deal with rasterio objects in addition to filepaths 387123860
443974465 https://github.com/pydata/xarray/pull/2589#issuecomment-443974465 https://api.github.com/repos/pydata/xarray/issues/2589 MDEyOklzc3VlQ29tbWVudDQ0Mzk3NDQ2NQ== scottyhq 3924836 2018-12-04T05:14:26Z 2018-12-04T05:14:26Z MEMBER

Following up on https://github.com/dask/dask/issues/3255 @mrocklin, @shoyer, @jhamman

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  added some logic to deal with rasterio objects in addition to filepaths 387123860

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