home / github

Menu
  • GraphQL API
  • Search all tables

issue_comments

Table actions
  • GraphQL API for issue_comments

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

  • dcherian 2
  • keewis 2

issue 1

  • DOC: cross ref the groupby tutorial · 4 ✖

author_association 1

  • MEMBER · 4 ✖
id html_url issue_url node_id user created_at updated_at ▲ author_association body reactions performed_via_github_app issue
1444090073 https://github.com/pydata/xarray/pull/7555#issuecomment-1444090073 https://api.github.com/repos/pydata/xarray/issues/7555 IC_kwDOAMm_X85WExDZ dcherian 2448579 2023-02-24T17:29:44Z 2023-02-24T17:29:44Z MEMBER

Yes that looks great! Thank you!

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  DOC: cross ref the groupby tutorial 1597701713
1443966493 https://github.com/pydata/xarray/pull/7555#issuecomment-1443966493 https://api.github.com/repos/pydata/xarray/issues/7555 IC_kwDOAMm_X85WES4d keewis 14808389 2023-02-24T16:32:02Z 2023-02-24T16:32:02Z MEMBER

don't worry about the commit history, we always squash merge

{
    "total_count": 1,
    "+1": 1,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  DOC: cross ref the groupby tutorial 1597701713
1443380118 https://github.com/pydata/xarray/pull/7555#issuecomment-1443380118 https://api.github.com/repos/pydata/xarray/issues/7555 IC_kwDOAMm_X85WCDuW keewis 14808389 2023-02-24T09:54:22Z 2023-02-24T09:54:22Z MEMBER

here's a example of how we solved this before: https://github.com/pydata/xarray/blob/4427eaaf418103eca8786af4d97f3d365cbcba63/xarray/core/dataset.py#L2093-L2094

This is technically the same, except when reading this you don't have to parse the rst link syntax.

{
    "total_count": 2,
    "+1": 2,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  DOC: cross ref the groupby tutorial 1597701713
1442728985 https://github.com/pydata/xarray/pull/7555#issuecomment-1442728985 https://api.github.com/repos/pydata/xarray/issues/7555 IC_kwDOAMm_X85V_kwZ dcherian 2448579 2023-02-24T02:58:49Z 2023-02-24T02:58:49Z MEMBER

Thanks @jklymak Can you put that in the See Also section please? I think that's what numpydoc encourages.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  DOC: cross ref the groupby tutorial 1597701713

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