home / github

Menu
  • Search all tables
  • GraphQL API

issue_comments

Table actions
  • GraphQL API for issue_comments

3 rows where issue = 522562906 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 2

  • max-sixty 2
  • shoyer 1

issue 1

  • Deprecation warning in _replace_vars_and_dims · 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
560171094 https://github.com/pydata/xarray/pull/3529#issuecomment-560171094 https://api.github.com/repos/pydata/xarray/issues/3529 MDEyOklzc3VlQ29tbWVudDU2MDE3MTA5NA== shoyer 1217238 2019-12-01T23:02:03Z 2019-12-01T23:02:03Z MEMBER

Looking more carefully at this, I'm remembering now why I called this "deprecated." Eventually, we always want to keep track of indexes explicitly. Currently we don't do that, and in particular _replace_vars_and_dims does not do that.

My main reason for keeping it around was simply as a reminder that the functions that use it still need to be updated. It would be great to do that, but each usage should explicitly set indexes rather than setting indexes=None which we want to eventually stop doing.

Does that make sense?

{
    "total_count": 1,
    "+1": 1,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Deprecation warning in _replace_vars_and_dims 522562906
560063496 https://github.com/pydata/xarray/pull/3529#issuecomment-560063496 https://api.github.com/repos/pydata/xarray/issues/3529 MDEyOklzc3VlQ29tbWVudDU2MDA2MzQ5Ng== max-sixty 5635139 2019-12-01T06:17:51Z 2019-12-01T06:17:51Z MEMBER

(test failure unrelated)

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Deprecation warning in _replace_vars_and_dims 522562906
559907506 https://github.com/pydata/xarray/pull/3529#issuecomment-559907506 https://api.github.com/repos/pydata/xarray/issues/3529 MDEyOklzc3VlQ29tbWVudDU1OTkwNzUwNg== max-sixty 5635139 2019-11-30T03:01:04Z 2019-11-30T03:01:04Z MEMBER

Updated!

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Deprecation warning in _replace_vars_and_dims 522562906

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