home / github

Menu
  • Search all tables
  • GraphQL API

issue_comments

Table actions
  • GraphQL API for issue_comments

2 rows where issue = 607616849 sorted by updated_at descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: created_at (date), updated_at (date)

user 2

  • johnomotani 1
  • TomNicholas 1

author_association 2

  • CONTRIBUTOR 1
  • MEMBER 1

issue 1

  • Incoherencies between docs in open_mfdataset and combine_by_coords and its behaviour. · 2 ✖
id html_url issue_url node_id user created_at updated_at ▲ author_association body reactions performed_via_github_app issue
621735196 https://github.com/pydata/xarray/issues/4009#issuecomment-621735196 https://api.github.com/repos/pydata/xarray/issues/4009 MDEyOklzc3VlQ29tbWVudDYyMTczNTE5Ng== johnomotani 3958036 2020-04-30T09:58:50Z 2020-04-30T09:58:50Z CONTRIBUTOR

Yes, should be simple to correct. I have a unit test now that reproduces the error.

@pydata/xarray a question: for combine_by_coords should the default be combine_attrs="no_conflicts" (current code) or combine_attrs="drop" (current docs)?

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Incoherencies between docs in open_mfdataset and combine_by_coords and its behaviour. 607616849
620152239 https://github.com/pydata/xarray/issues/4009#issuecomment-620152239 https://api.github.com/repos/pydata/xarray/issues/4009 MDEyOklzc3VlQ29tbWVudDYyMDE1MjIzOQ== TomNicholas 35968931 2020-04-27T18:22:03Z 2020-04-27T18:22:03Z MEMBER

Thanks for pointing this out @aulemahal .

I expect this should be relatively easy to correct @johnomotani ?

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Incoherencies between docs in open_mfdataset and combine_by_coords and its behaviour. 607616849

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