home / github

Menu
  • Search all tables
  • GraphQL API

issue_comments

Table actions
  • GraphQL API for issue_comments

1 row where issue = 638080883 and user = 17162724 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

  • raybellwaves · 1 ✖

issue 1

  • doc: reading via cfgrib · 1 ✖

author_association 1

  • CONTRIBUTOR 1
id html_url issue_url node_id user created_at updated_at ▲ author_association body reactions performed_via_github_app issue
643557200 https://github.com/pydata/xarray/issues/4151#issuecomment-643557200 https://api.github.com/repos/pydata/xarray/issues/4151 MDEyOklzc3VlQ29tbWVudDY0MzU1NzIwMA== raybellwaves 17162724 2020-06-13T02:41:35Z 2020-06-13T02:41:35Z CONTRIBUTOR

Looks as though it does

``` ray@ray-MS-7B43:~$ conda install -c conda-forge cfgrib Collecting package metadata (current_repodata.json): done Solving environment: done

Package Plan

environment location: /home/ray/local/bin/anaconda3/envs/rcclwx-dev

added / updated specs: - cfgrib

The following packages will be downloaded:

package                    |            build
---------------------------|-----------------
cffi-1.14.0                |   py38he30daa8_1         225 KB
cfgrib-0.9.8.2             |             py_0          42 KB  conda-forge
eccodes-2.17.0             |       hf05d9b7_2         3.9 MB  conda-forge
------------------------------------------------------------
                                       Total:         4.2 MB

The following NEW packages will be INSTALLED:

attrs conda-forge/noarch::attrs-19.3.0-py_0 cffi pkgs/main/linux-64::cffi-1.14.0-py38he30daa8_1 cfgrib conda-forge/noarch::cfgrib-0.9.8.2-py_0 eccodes conda-forge/linux-64::eccodes-2.17.0-hf05d9b7_2 jasper conda-forge/linux-64::jasper-1.900.1-h07fcdf6_1006 libaec conda-forge/linux-64::libaec-1.0.4-he1b5a44_1 pycparser conda-forge/noarch::pycparser-2.20-py_0 ```

May be able to drop the suggestion of installing eccodes from the docs.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  doc: reading via cfgrib 638080883

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