home / github

Menu
  • Search all tables
  • GraphQL API

issue_comments

Table actions
  • GraphQL API for issue_comments

5 rows where author_association = "MEMBER", issue = 659232211 and user = 2448579 sorted by updated_at descending

✎ View and edit SQL

This data as json, CSV (advanced)

These facets timed out: author_association, issue

user 1

  • dcherian · 5 ✖
id html_url issue_url node_id user created_at updated_at ▲ author_association body reactions performed_via_github_app issue
679392235 https://github.com/pydata/xarray/pull/4237#issuecomment-679392235 https://api.github.com/repos/pydata/xarray/issues/4237 MDEyOklzc3VlQ29tbWVudDY3OTM5MjIzNQ== dcherian 2448579 2020-08-24T22:10:41Z 2020-08-24T22:10:41Z MEMBER

oops this is missing a whats-new entry.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  per-variable fill values 659232211
679389389 https://github.com/pydata/xarray/pull/4237#issuecomment-679389389 https://api.github.com/repos/pydata/xarray/issues/4237 MDEyOklzc3VlQ29tbWVudDY3OTM4OTM4OQ== dcherian 2448579 2020-08-24T22:03:09Z 2020-08-24T22:03:09Z MEMBER

Thanks @keewis

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  per-variable fill values 659232211
679215227 https://github.com/pydata/xarray/pull/4237#issuecomment-679215227 https://api.github.com/repos/pydata/xarray/issues/4237 MDEyOklzc3VlQ29tbWVudDY3OTIxNTIyNw== dcherian 2448579 2020-08-24T15:59:40Z 2020-08-24T15:59:40Z MEMBER

shall we merge and leave the rest to future PRs?

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  per-variable fill values 659232211
677832593 https://github.com/pydata/xarray/pull/4237#issuecomment-677832593 https://api.github.com/repos/pydata/xarray/issues/4237 MDEyOklzc3VlQ29tbWVudDY3NzgzMjU5Mw== dcherian 2448579 2020-08-20T18:40:33Z 2020-08-20T18:40:33Z MEMBER

Ya I can't think of a better way than looping through the variables.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  per-variable fill values 659232211
663064403 https://github.com/pydata/xarray/pull/4237#issuecomment-663064403 https://api.github.com/repos/pydata/xarray/issues/4237 MDEyOklzc3VlQ29tbWVudDY2MzA2NDQwMw== dcherian 2448579 2020-07-23T15:13:11Z 2020-07-23T15:13:11Z MEMBER
  1. I am unsure about apply_ufunc
  2. I think we can safely avoid interp and rolling.construct . It is easy to add a .fillna call
  3. Does shift not shift non-dimensional coordinates? If not, then I agree it doesn't make sense.
{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  per-variable fill values 659232211

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