home / github

Menu
  • Search all tables
  • GraphQL API

issue_comments

Table actions
  • GraphQL API for issue_comments

3 rows where issue = 59467251 and user = 6063709 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

  • aidanheerdegen · 3 ✖

issue 1

  • Query about concat · 3 ✖

author_association 1

  • CONTRIBUTOR 3
id html_url issue_url node_id user created_at updated_at ▲ author_association body reactions performed_via_github_app issue
91437792 https://github.com/pydata/xarray/issues/349#issuecomment-91437792 https://api.github.com/repos/pydata/xarray/issues/349 MDEyOklzc3VlQ29tbWVudDkxNDM3Nzky aidanheerdegen 6063709 2015-04-10T05:49:17Z 2015-04-10T05:49:17Z CONTRIBUTOR

Great to see open_mfdataset implemented! Awesome. The links on the documentation pages seem borked though:

https://github.com/xray/xray/blob/0cd100effc3866ed083c366723da0b502afa5a96/doc/io.rst

e.g. ":py:func:~xray.auto_combine" https://github.com/xray/xray/blob/0cd100effc3866ed083c366723da0b502afa5a96/doc/io.rst#id30

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Query about concat 59467251
81422044 https://github.com/pydata/xarray/issues/349#issuecomment-81422044 https://api.github.com/repos/pydata/xarray/issues/349 MDEyOklzc3VlQ29tbWVudDgxNDIyMDQ0 aidanheerdegen 6063709 2015-03-16T05:16:08Z 2015-03-16T05:16:08Z CONTRIBUTOR

Sorry, I thought I had read the docs (which are very good BTW). Thanks.

I have some large files and only want to pick out a single variable from each, and was hoping for some lazy-loading goodness.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Query about concat 59467251
81399209 https://github.com/pydata/xarray/issues/349#issuecomment-81399209 https://api.github.com/repos/pydata/xarray/issues/349 MDEyOklzc3VlQ29tbWVudDgxMzk5MjA5 aidanheerdegen 6063709 2015-03-16T04:11:37Z 2015-03-16T04:11:37Z CONTRIBUTOR

Is there support for an MFDataset-like multiple file open in xray?

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Query about concat 59467251

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