home / github

Menu
  • GraphQL API
  • Search all tables

issue_comments

Table actions
  • GraphQL API for issue_comments

3 rows where issue = 166286097 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

  • shoyer 1
  • max-sixty 1
  • crusaderky 1

issue 1

  • Pickle xarray.ufuncs · 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
236367732 https://github.com/pydata/xarray/issues/901#issuecomment-236367732 https://api.github.com/repos/pydata/xarray/issues/901 MDEyOklzc3VlQ29tbWVudDIzNjM2NzczMg== crusaderky 6213168 2016-07-30T14:20:10Z 2016-07-30T14:20:10Z MEMBER

cloudpickle seems to work. dill doesn't (similar message as pickle).

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Pickle xarray.ufuncs 166286097
233693935 https://github.com/pydata/xarray/issues/901#issuecomment-233693935 https://api.github.com/repos/pydata/xarray/issues/901 MDEyOklzc3VlQ29tbWVudDIzMzY5MzkzNQ== shoyer 1217238 2016-07-19T16:45:21Z 2016-07-19T16:45:21Z MEMBER

Possible cloudpickle or dill (which I know dask has used) can handle pickling them.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Pickle xarray.ufuncs 166286097
233689598 https://github.com/pydata/xarray/issues/901#issuecomment-233689598 https://api.github.com/repos/pydata/xarray/issues/901 MDEyOklzc3VlQ29tbWVudDIzMzY4OTU5OA== max-sixty 5635139 2016-07-19T16:30:22Z 2016-07-19T16:30:22Z MEMBER

There was a similar issue in pandas; may be worth looking at what the solution there was

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Pickle xarray.ufuncs 166286097

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