home / github

Menu
  • Search all tables
  • GraphQL API

issue_comments

Table actions
  • GraphQL API for issue_comments

4 rows where issue = 1227144046 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 4

  • dcherian 1
  • snowman2 1
  • JessicaS11 1
  • TomNicholas 1

author_association 2

  • MEMBER 3
  • CONTRIBUTOR 1

issue 1

  • ENH: list_engines function · 4 ✖
id html_url issue_url node_id user created_at updated_at ▲ author_association body reactions performed_via_github_app issue
1382170026 https://github.com/pydata/xarray/issues/6577#issuecomment-1382170026 https://api.github.com/repos/pydata/xarray/issues/6577 IC_kwDOAMm_X85SYj2q TomNicholas 35968931 2023-01-13T17:30:08Z 2023-01-13T17:30:08Z MEMBER

(I'm looking for issues to tag as beginner-friendly)

Shall we also add a top-level import: xr.show_backends like xr.show_versions. This would be a lot more discoverable.

This is easy right? You could just add an xr.show_backends that points to the same function as xr.backends.list_engines? And point out in the docstring that they are actually the same function?

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  ENH: list_engines function 1227144046
1281069061 https://github.com/pydata/xarray/issues/6577#issuecomment-1281069061 https://api.github.com/repos/pydata/xarray/issues/6577 IC_kwDOAMm_X85MW5AF dcherian 2448579 2022-10-17T15:35:27Z 2022-10-17T15:35:27Z MEMBER

@pydata/xarray in #7000 we update the docstrings and output for xr.backends.list_engines to be more user-friendly.

Shall we also add a top-level import: xr.show_backends like xr.show_versions. This would be a lot more discoverable.

{
    "total_count": 3,
    "+1": 3,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  ENH: list_engines function 1227144046
1234746473 https://github.com/pydata/xarray/issues/6577#issuecomment-1234746473 https://api.github.com/repos/pydata/xarray/issues/6577 IC_kwDOAMm_X85JmLxp JessicaS11 11756442 2022-09-01T20:28:22Z 2022-09-01T20:28:22Z MEMBER

I'm happy to work on this!

{
    "total_count": 3,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 3,
    "eyes": 0
}
  ENH: list_engines function 1227144046
1234745070 https://github.com/pydata/xarray/issues/6577#issuecomment-1234745070 https://api.github.com/repos/pydata/xarray/issues/6577 IC_kwDOAMm_X85JmLbu snowman2 8699967 2022-09-01T20:26:37Z 2022-09-01T20:26:37Z CONTRIBUTOR

Looks like something already exists: python from xarray.backends.plugins import list_engines It would be nice to add the description & documentation properties to xarray.backends.common.BackendEntrypoint that can be implemented by external libraries (and internally) and a more official list_engines function with the above metadata could be added.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  ENH: list_engines function 1227144046

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