home / github

Menu
  • GraphQL API
  • Search all tables

issue_comments

Table actions
  • GraphQL API for issue_comments

5 rows where author_association = "MEMBER" and issue = 186326698 sorted by updated_at descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

user 2

  • fmaussion 3
  • shoyer 2

issue 1

  • Feature/rasterio · 5 ✖

author_association 1

  • MEMBER · 5 ✖
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
257402325 https://github.com/pydata/xarray/pull/1070#issuecomment-257402325 https://api.github.com/repos/pydata/xarray/issues/1070 MDEyOklzc3VlQ29tbWVudDI1NzQwMjMyNQ== shoyer 1217238 2016-10-31T19:55:54Z 2016-10-31T19:55:54Z MEMBER

I would start by adding -v to our invocation of py.test in .travis.yml: https://github.com/pydata/xarray/blob/a247d9314d6a8df34df887106e234bbffebe1e48/.travis.yml#L72

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Feature/rasterio 186326698
257386904 https://github.com/pydata/xarray/pull/1070#issuecomment-257386904 https://api.github.com/repos/pydata/xarray/issues/1070 MDEyOklzc3VlQ29tbWVudDI1NzM4NjkwNA== shoyer 1217238 2016-10-31T18:56:57Z 2016-10-31T18:56:57Z MEMBER

Add conda-forge it to the channels section of conda requirements yml files: https://github.com/pydata/xarray/blob/f40d323c76f6cab9615567e4ba7afde7860f7775/ci/requirements-py27-cdat%2Bpynio.yml#L3

{
    "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 400.364ms · About: xarray-datasette