home / github

Menu
  • GraphQL API
  • Search all tables

issue_comments

Table actions
  • GraphQL API for issue_comments

3 rows where issue = 500582648 and user = 2448579 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

  • dcherian · 3 ✖

issue 1

  • Rolling minimum dependency versions policy · 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
539780322 https://github.com/pydata/xarray/pull/3358#issuecomment-539780322 https://api.github.com/repos/pydata/xarray/issues/3358 MDEyOklzc3VlQ29tbWVudDUzOTc4MDMyMg== dcherian 2448579 2019-10-09T01:38:58Z 2019-10-09T01:38:58Z MEMBER

Thanks @crusaderky. That was a major lift.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Rolling minimum dependency versions policy 500582648
538016554 https://github.com/pydata/xarray/pull/3358#issuecomment-538016554 https://api.github.com/repos/pydata/xarray/issues/3358 MDEyOklzc3VlQ29tbWVudDUzODAxNjU1NA== dcherian 2448579 2019-10-03T16:17:30Z 2019-10-03T16:17:30Z MEMBER

The only thing I see is the big bump in matplotlib. Should we make that a 12 month policy like scipy and pandas? ( I don't have strong opinions on this)

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Rolling minimum dependency versions policy 500582648
537922285 https://github.com/pydata/xarray/pull/3358#issuecomment-537922285 https://api.github.com/repos/pydata/xarray/issues/3358 MDEyOklzc3VlQ29tbWVudDUzNzkyMjI4NQ== dcherian 2448579 2019-10-03T12:24:53Z 2019-10-03T12:24:53Z MEMBER

Thanks @crusaderky . Can you replace the last line with just loffset=loffset https://github.com/pydata/xarray/blob/dd2b803a28cdf2f36210f5a7a46897cc47584ea6/xarray/core/common.py#L1043-L1049

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Rolling minimum dependency versions policy 500582648

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