home / github

Menu
  • GraphQL API
  • Search all tables

issue_comments

Table actions
  • GraphQL API for issue_comments

3 rows where author_association = "MEMBER", issue = 644693116 and user = 2448579 sorted by updated_at descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

user 1

  • dcherian · 3 ✖

issue 1

  • Bump minimum versions for 0.16 release · 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
653309272 https://github.com/pydata/xarray/pull/4175#issuecomment-653309272 https://api.github.com/repos/pydata/xarray/issues/4175 MDEyOklzc3VlQ29tbWVudDY1MzMwOTI3Mg== dcherian 2448579 2020-07-03T02:51:28Z 2020-07-03T02:51:28Z MEMBER

Thanks!

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Bump minimum versions for 0.16 release 644693116
650785317 https://github.com/pydata/xarray/pull/4175#issuecomment-650785317 https://api.github.com/repos/pydata/xarray/issues/4175 MDEyOklzc3VlQ29tbWVudDY1MDc4NTMxNw== dcherian 2448579 2020-06-28T15:55:49Z 2020-06-28T15:55:49Z MEMBER

I removed the scipy bump. Now it's just dask, distributed and numba.

{
    "total_count": 2,
    "+1": 2,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Bump minimum versions for 0.16 release 644693116
648989771 https://github.com/pydata/xarray/pull/4175#issuecomment-648989771 https://api.github.com/repos/pydata/xarray/issues/4175 MDEyOklzc3VlQ29tbWVudDY0ODk4OTc3MQ== dcherian 2448579 2020-06-24T18:26:27Z 2020-06-24T18:26:27Z MEMBER

Here's the output from our min_deps script for a double check ``` Package Required Policy Status


python 3.6 (2016-12-23) 3.7 (2018-06-27) < boto3 1.9 (2018-09-10) 1.11 (2020-01-10) < bottleneck 1.2 (2017-09-18) 1.2 (2017-09-18) = cartopy 0.17 (2018-11-17) 0.18 (2020-05-04) < cdms2 3.1 (2018-11-02) 3.1 (2018-11-02) = cfgrib 0.9 (2019-02-25) 0.9 (2019-02-25) = cftime 1.0 (2018-04-27) 1.1 (2020-03-15) < dask 2.5 (2019-09-27) 2.10 (2020-01-28) < distributed 2.5 (2019-09-27) 2.10 (2020-01-28) < h5netcdf 0.7 (2019-02-27) 0.8 (2020-02-05) < h5py 2.9 (2018-12-20) 2.9 (2018-12-20) = hdf5 1.10 (2017-09-18) 1.10 (2017-09-18) = iris 2.2 (2018-10-12) 2.4 (2020-02-21) < lxml 4.4 (2019-07-27) 4.5 (2020-01-29) < matplotlib 3.1 (2019-05-18) 3.2 (2020-03-04) < msgpack-python 0.6 (2018-11-30) 1.0 (2020-02-18) < nc-time-axis 1.2 (2019-01-25) 1.2 (2019-01-25) = netcdf4 1.4 (2018-05-08) 1.4 (2018-05-08) = numba 0.44 (2019-06-18) 0.47 (2020-01-09) < numpy 1.15 (2018-07-27) 1.15 (2018-07-27) = pandas 0.25 (2019-07-18) 0.25 (2019-07-18) = pseudonetcdf 3.0 (2019-07-18) 3.0 (2019-07-18) = pydap 3.2 (2018-10-16) 3.2 (2018-10-16) = pynio 1.5 (2017-12-01) 1.5 (2017-12-01) = rasterio 1.0 (2018-12-21) 1.0 (2018-12-21) = scipy 1.3 (2019-05-28) 1.4 (2019-12-19) < seaborn 0.9 (2018-07-17) 0.10 (2020-01-31) < setuptools 41.2 (2019-08-21) 44.0 (2020-01-02) < toolz 0.10 (2019-07-12) 0.10 (2019-07-12) = zarr 2.3 (2019-03-25) 2.4 (2020-01-11) < ```

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Bump minimum versions for 0.16 release 644693116

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