home / github

Menu
  • GraphQL API
  • Search all tables

issue_comments

Table actions
  • GraphQL API for issue_comments

3 rows where issue = 1223227817 sorted by updated_at descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

user 2

  • zmoon 2
  • dcherian 1

author_association 2

  • CONTRIBUTOR 2
  • MEMBER 1

issue 1

  • `DataArray.nbytes` listed twice in API doc block · 3 ✖
id html_url issue_url node_id user created_at updated_at ▲ author_association body reactions performed_via_github_app issue
1146190475 https://github.com/pydata/xarray/issues/6565#issuecomment-1146190475 https://api.github.com/repos/pydata/xarray/issues/6565 IC_kwDOAMm_X85EUXqL zmoon 15079414 2022-06-03T17:13:20Z 2022-06-03T17:13:32Z CONTRIBUTOR

Some references: * not listed in array API attributes * documented in numpy * slightly documented in dask * slightly more documented in cupy

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  `DataArray.nbytes` listed twice in API doc block 1223227817
1115546819 https://github.com/pydata/xarray/issues/6565#issuecomment-1115546819 https://api.github.com/repos/pydata/xarray/issues/6565 IC_kwDOAMm_X85CfeTD dcherian 2448579 2022-05-03T02:06:20Z 2022-05-03T02:06:20Z MEMBER

See also #4842 . This would be a nice and fairly simple PR if you're up for it :)

{
    "total_count": 1,
    "+1": 1,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  `DataArray.nbytes` listed twice in API doc block 1223227817
1115545322 https://github.com/pydata/xarray/issues/6565#issuecomment-1115545322 https://api.github.com/repos/pydata/xarray/issues/6565 IC_kwDOAMm_X85Cfd7q zmoon 15079414 2022-05-03T02:01:57Z 2022-05-03T02:01:57Z CONTRIBUTOR

Also, I guess it is pretty self-explanatory, but perhaps some documentation could be added, maybe at least a reference to numpy.ndarray.nbytes.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  `DataArray.nbytes` listed twice in API doc block 1223227817

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