home / github

Menu
  • Search all tables
  • GraphQL API

issue_comments

Table actions
  • GraphQL API for issue_comments

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

  • shoyer 1
  • max-sixty 1
  • keewis 1

issue 1

  • Improving documentation on `apply_ufunc` · 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
1111433331 https://github.com/pydata/xarray/issues/2808#issuecomment-1111433331 https://api.github.com/repos/pydata/xarray/issues/2808 IC_kwDOAMm_X85CPyBz max-sixty 5635139 2022-04-27T20:09:06Z 2022-04-27T20:09:06Z MEMBER

I think we can close this given we have the examples; even though there's still more to do on the docs.

Documentation contributions are really valued, if anyone has thoughts on how we can make them better.

{
    "total_count": 1,
    "+1": 1,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Improving documentation on `apply_ufunc` 420584430
896306901 https://github.com/pydata/xarray/issues/2808#issuecomment-896306901 https://api.github.com/repos/pydata/xarray/issues/2808 IC_kwDOAMm_X841bI7V keewis 14808389 2021-08-10T20:49:01Z 2021-08-10T20:49:01Z MEMBER

we do have a tutorial now: https://xarray.pydata.org/en/stable/examples/apply_ufunc_vectorize_1d.html

Not sure if that covers everything mentioned here, though. cc @dcherian

{
    "total_count": 3,
    "+1": 3,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Improving documentation on `apply_ufunc` 420584430
472553694 https://github.com/pydata/xarray/issues/2808#issuecomment-472553694 https://api.github.com/repos/pydata/xarray/issues/2808 MDEyOklzc3VlQ29tbWVudDQ3MjU1MzY5NA== shoyer 1217238 2019-03-13T18:40:47Z 2019-03-13T18:40:47Z MEMBER

I agree, this is a powerful but complex function. Probably the best approach is a longer tutorial (e.g., on a dedicated docs page), including even more examples.

Contributions would be very welcome here!

{
    "total_count": 9,
    "+1": 9,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Improving documentation on `apply_ufunc` 420584430

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