home / github

Menu
  • Search all tables
  • GraphQL API

issue_comments

Table actions
  • GraphQL API for issue_comments

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

  • dcherian 1
  • keewis 1
  • TomNicholas 1

issue 1

  • Zarr groups (grouped) loader and operations · 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
1334011554 https://github.com/pydata/xarray/issues/7341#issuecomment-1334011554 https://api.github.com/repos/pydata/xarray/issues/7341 IC_kwDOAMm_X85Pg2ai dcherian 2448579 2022-12-01T16:13:55Z 2022-12-01T16:13:55Z MEMBER

I like the idea of linking to it in the docstring. Doesn't hurt to have more places where people can find info.

{
    "total_count": 1,
    "+1": 1,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Zarr groups (grouped) loader and operations 1471273638
1333941360 https://github.com/pydata/xarray/issues/7341#issuecomment-1333941360 https://api.github.com/repos/pydata/xarray/issues/7341 IC_kwDOAMm_X85PglRw TomNicholas 35968931 2022-12-01T15:29:47Z 2022-12-01T15:29:47Z MEMBER

@keewis https://github.com/pydata/xarray/pull/7338 mentions datatree, so we could refer people back to there from now on?

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Zarr groups (grouped) loader and operations 1471273638
1333740005 https://github.com/pydata/xarray/issues/7341#issuecomment-1333740005 https://api.github.com/repos/pydata/xarray/issues/7341 IC_kwDOAMm_X85Pf0Hl keewis 14808389 2022-12-01T13:06:56Z 2022-12-01T13:06:56Z MEMBER

you might be interested in datatree, then.

@TomNicholas, as we've recently seen an uptake in issues / questions about this, I wonder if we can somehow increase the visibility of datatree? For example, we could mention it in the description of open_dataset's group parameter.

{
    "total_count": 2,
    "+1": 2,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Zarr groups (grouped) loader and operations 1471273638

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