home / github

Menu
  • GraphQL API
  • Search all tables

issue_comments

Table actions
  • GraphQL API for issue_comments

3 rows where author_association = "MEMBER" and issue = 347962055 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

  • rabernat 2
  • andersy005 1

issue 1

  • Serialization of just coordinates · 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
1008226098 https://github.com/pydata/xarray/issues/2347#issuecomment-1008226098 https://api.github.com/repos/pydata/xarray/issues/2347 IC_kwDOAMm_X848GE8y andersy005 13301940 2022-01-09T04:09:49Z 2022-01-09T04:09:49Z MEMBER

If I'm not mistaken, this appears to have been addressed by https://github.com/pydata/xarray/pull/2659. Should we close this issue?

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Serialization of just coordinates 347962055
451766985 https://github.com/pydata/xarray/issues/2347#issuecomment-451766985 https://api.github.com/repos/pydata/xarray/issues/2347 MDEyOklzc3VlQ29tbWVudDQ1MTc2Njk4NQ== rabernat 1197350 2019-01-06T19:20:24Z 2019-01-06T19:20:24Z MEMBER

I don't know if you have a good way to solvle this problem.

This came up in https://github.com/zarr-developers/zarr/issues/156#issuecomment-450067197, where @jewfro-cuban suggested using json-tricks to encode numpy arrays.

My preferred solution would be to use a different serialization format, like netcdf or zarr.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Serialization of just coordinates 347962055
451764451 https://github.com/pydata/xarray/issues/2347#issuecomment-451764451 https://api.github.com/repos/pydata/xarray/issues/2347 MDEyOklzc3VlQ29tbWVudDQ1MTc2NDQ1MQ== rabernat 1197350 2019-01-06T18:46:31Z 2019-01-06T18:46:31Z MEMBER

@hmaarrfk - sorry no one replied to your issue. I would personally be fine with adding this to the Coordinates API.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Serialization of just coordinates 347962055

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