home / github

Menu
  • Search all tables
  • GraphQL API

issue_comments

Table actions
  • GraphQL API for issue_comments

6 rows where issue = 1597701713 and user = 1562854 sorted by updated_at descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

user 1

  • jklymak · 6 ✖

issue 1

  • DOC: cross ref the groupby tutorial · 6 ✖

author_association 1

  • CONTRIBUTOR 6
id html_url issue_url node_id user created_at updated_at ▲ author_association body reactions performed_via_github_app issue
1443962840 https://github.com/pydata/xarray/pull/7555#issuecomment-1443962840 https://api.github.com/repos/pydata/xarray/issues/7555 IC_kwDOAMm_X85WER_Y jklymak 1562854 2023-02-24T16:30:02Z 2023-02-24T16:30:02Z CONTRIBUTOR

(BTW if this gets merged feel free to squash my commits, I'm just keeping the history in case someone wants a previous version)

{
    "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
1443909457 https://github.com/pydata/xarray/pull/7555#issuecomment-1443909457 https://api.github.com/repos/pydata/xarray/issues/7555 IC_kwDOAMm_X85WEE9R jklymak 1562854 2023-02-24T16:05:36Z 2023-02-24T16:05:36Z CONTRIBUTOR

Changed to :ref:`groupby` Users guide explanation of how to group and bin data.

{
    "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
1443898487 https://github.com/pydata/xarray/pull/7555#issuecomment-1443898487 https://api.github.com/repos/pydata/xarray/issues/7555 IC_kwDOAMm_X85WECR3 jklymak 1562854 2023-02-24T16:00:12Z 2023-02-24T16:00:12Z CONTRIBUTOR

@keewis That comes out as

which is fine. I may change the description to be less repetitive with the title of the user-guide page if that is the preferred format for this.

{
    "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
1442842228 https://github.com/pydata/xarray/pull/7555#issuecomment-1442842228 https://api.github.com/repos/pydata/xarray/issues/7555 IC_kwDOAMm_X85WAAZ0 jklymak 1562854 2023-02-24T05:47:03Z 2023-02-24T05:47:03Z CONTRIBUTOR

That renders OK

However, I find it kind of hard to tell that is leading to the user docs. Trying

rst :ref:`Users guide: group and bin data <groupby>`

{
    "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
1442775155 https://github.com/pydata/xarray/pull/7555#issuecomment-1442775155 https://api.github.com/repos/pydata/xarray/issues/7555 IC_kwDOAMm_X85V_wBz jklymak 1562854 2023-02-24T04:00:09Z 2023-02-24T04:00:09Z CONTRIBUTOR

I can. Honestly I wasn't sure :ref: would work there? But I can try it.

{
    "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
1442689138 https://github.com/pydata/xarray/pull/7555#issuecomment-1442689138 https://api.github.com/repos/pydata/xarray/issues/7555 IC_kwDOAMm_X85V_bBy jklymak 1562854 2023-02-24T02:01:52Z 2023-02-24T02:01:52Z CONTRIBUTOR

Rendered docs: https://xray--7555.org.readthedocs.build/en/7555/generated/xarray.Dataset.groupby.html

{
    "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 14.033ms · About: xarray-datasette