home / github

Menu
  • Search all tables
  • GraphQL API

issue_comments

Table actions
  • GraphQL API for issue_comments

2 rows where author_association = "MEMBER", issue = 228821088 and user = 10050469 sorted by updated_at descending

✎ View and edit SQL

This data as json, CSV (advanced)

These facets timed out: author_association, issue

user 1

  • fmaussion · 2 ✖
id html_url issue_url node_id user created_at updated_at ▲ author_association body reactions performed_via_github_app issue
302925631 https://github.com/pydata/xarray/issues/1409#issuecomment-302925631 https://api.github.com/repos/pydata/xarray/issues/1409 MDEyOklzc3VlQ29tbWVudDMwMjkyNTYzMQ== fmaussion 10050469 2017-05-21T09:31:49Z 2017-05-21T09:31:49Z MEMBER

Thanks @shoyer , sorry for my late answer. Both are installed via pip on linux, and both are manylinux wheels: - netCDF4-1.2.7-cp35-cp35m-manylinux1_x86_64.whl - h5py-2.7.0-cp35-cp35m-manylinux1_x86_64.whl

I don't use h5py often enough to bother looking deeper into this. I'll close this now as irrelevant for xarray.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Importing h5py corrupts xarray's IO 228821088
301581143 https://github.com/pydata/xarray/issues/1409#issuecomment-301581143 https://api.github.com/repos/pydata/xarray/issues/1409 MDEyOklzc3VlQ29tbWVudDMwMTU4MTE0Mw== fmaussion 10050469 2017-05-15T19:38:08Z 2017-05-15T19:38:08Z MEMBER

This is likely not an xarray issue actually. Just checking if you guys can reproduce, and I'll fill an IR on h5py's repo.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Importing h5py corrupts xarray's IO 228821088

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