home / github

Menu
  • Search all tables
  • GraphQL API

issue_comments

Table actions
  • GraphQL API for issue_comments

3 rows where issue = 763149369 and user = 10194086 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

  • mathause · 3 ✖

issue 1

  • Readd order and subok parameters to astype (GH4644) · 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
746591120 https://github.com/pydata/xarray/pull/4683#issuecomment-746591120 https://api.github.com/repos/pydata/xarray/issues/4683 MDEyOklzc3VlQ29tbWVudDc0NjU5MTEyMA== mathause 10194086 2020-12-16T16:32:54Z 2020-12-16T16:32:54Z MEMBER

Merging... Thanks @rhkleijn & welcome to xarray!

{
    "total_count": 1,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 1,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Readd order and subok parameters to astype (GH4644) 763149369
744731860 https://github.com/pydata/xarray/pull/4683#issuecomment-744731860 https://api.github.com/repos/pydata/xarray/issues/4683 MDEyOklzc3VlQ29tbWVudDc0NDczMTg2MA== mathause 10194086 2020-12-14T21:48:50Z 2020-12-14T21:48:50Z MEMBER

Works :+1:

https://xray--4683.org.readthedocs.build/en/4683/generated/xarray.DataArray.astype.html?highlight=sparse#xarray.DataArray.astype

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Readd order and subok parameters to astype (GH4644) 763149369
744064159 https://github.com/pydata/xarray/pull/4683#issuecomment-744064159 https://api.github.com/repos/pydata/xarray/issues/4683 MDEyOklzc3VlQ29tbWVudDc0NDA2NDE1OQ== mathause 10194086 2020-12-13T20:31:00Z 2020-12-13T20:32:23Z MEMBER

One more point, could you add

python "sparse": ("https://sparse.pydata.org/en/latest/", None), here: https://github.com/pydata/xarray/blob/bdba889aa187b905343c94f3168703801f265e5b/doc/conf.py#L420

so we get the cross-link to sparse (in the docs). Then I'll merge in a few days unless someone else has comments.

{
    "total_count": 1,
    "+1": 1,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Readd order and subok parameters to astype (GH4644) 763149369

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