home / github

Menu
  • GraphQL API
  • Search all tables

issue_comments

Table actions
  • GraphQL API for issue_comments

3 rows where issue = 538092307 and user = 14808389 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

  • keewis · 3 ✖

issue 1

  • Documentation for injected methods · 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
618328518 https://github.com/pydata/xarray/issues/3625#issuecomment-618328518 https://api.github.com/repos/pydata/xarray/issues/3625 MDEyOklzc3VlQ29tbWVudDYxODMyODUxOA== keewis 14808389 2020-04-23T10:43:45Z 2020-04-23T19:22:49Z MEMBER

thanks, @benbovy, this really is useful. While we can generate documentation pages without the templates, the name on that page doesn't match the link.

I think we should add this to the docs (or make a helper module that others can import, or both) so this is a bit easier to find. Let's continue this discussion in #3361.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Documentation for injected methods 538092307
616872964 https://github.com/pydata/xarray/issues/3625#issuecomment-616872964 https://api.github.com/repos/pydata/xarray/issues/3625 MDEyOklzc3VlQ29tbWVudDYxNjg3Mjk2NA== keewis 14808389 2020-04-21T00:04:10Z 2020-04-21T00:04:10Z MEMBER

actually, we don't even need the templates. The issue is that property refuses to work correctly when called using the class (so ds.plot.scatter works but Dataset.plot.scatter raises an AttributeError). This means that as soon as we use a custom descriptor, documenting methods like Dataset.plot.scatter or Dataset.str.endswith should just work.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Documentation for injected methods 538092307
616098910 https://github.com/pydata/xarray/issues/3625#issuecomment-616098910 https://api.github.com/repos/pydata/xarray/issues/3625 MDEyOklzc3VlQ29tbWVudDYxNjA5ODkxMA== keewis 14808389 2020-04-19T10:34:52Z 2020-04-19T10:35:19Z MEMBER

this kind of looks like it is related to or a duplicate of #3361.

I think pandas uses a system of autosummary templates for this. Maybe we can use something similar?

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Documentation for injected methods 538092307

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