home / github

Menu
  • Search all tables
  • GraphQL API

issue_comments

Table actions
  • GraphQL API for issue_comments

4 rows where issue = 187889935 sorted by updated_at descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

user 3

  • pwolfram 2
  • mrocklin 1
  • shoyer 1

author_association 2

  • CONTRIBUTOR 2
  • MEMBER 2

issue 1

  • Alternate approach to serializing netcdfs for dask.distributed · 4 ✖
id html_url issue_url node_id user created_at updated_at ▲ author_association body reactions performed_via_github_app issue
261838184 https://github.com/pydata/xarray/pull/1095#issuecomment-261838184 https://api.github.com/repos/pydata/xarray/issues/1095 MDEyOklzc3VlQ29tbWVudDI2MTgzODE4NA== shoyer 1217238 2016-11-21T04:10:21Z 2016-11-21T04:10:21Z MEMBER

Closing in favor of https://github.com/pydata/xarray/pull/1128, which simply makes all datastores pickle-able.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Alternate approach to serializing netcdfs for dask.distributed 187889935
259760202 https://github.com/pydata/xarray/pull/1095#issuecomment-259760202 https://api.github.com/repos/pydata/xarray/issues/1095 MDEyOklzc3VlQ29tbWVudDI1OTc2MDIwMg== pwolfram 4295853 2016-11-10T17:55:04Z 2016-11-10T17:55:04Z CONTRIBUTOR

Note, I did get a memory error for usage via ds.sum().

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Alternate approach to serializing netcdfs for dask.distributed 187889935
259041063 https://github.com/pydata/xarray/pull/1095#issuecomment-259041063 https://api.github.com/repos/pydata/xarray/issues/1095 MDEyOklzc3VlQ29tbWVudDI1OTA0MTA2Mw== pwolfram 4295853 2016-11-08T04:12:21Z 2016-11-08T04:12:51Z CONTRIBUTOR

This seemed to work, see https://github.com/dask/distributed/issues/629 comment.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Alternate approach to serializing netcdfs for dask.distributed 187889935
259034612 https://github.com/pydata/xarray/pull/1095#issuecomment-259034612 https://api.github.com/repos/pydata/xarray/issues/1095 MDEyOklzc3VlQ29tbWVudDI1OTAzNDYxMg== mrocklin 306380 2016-11-08T03:19:49Z 2016-11-08T03:19:49Z MEMBER

Ah, so you've handled the leaf case and everything else follows naturally from there thanks to pickle. Nice.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Alternate approach to serializing netcdfs for dask.distributed 187889935

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