home / github

Menu
  • GraphQL API
  • Search all tables

issue_comments

Table actions
  • GraphQL API for issue_comments

2 rows where issue = 332762756 and user = 1197350 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

  • rabernat · 2 ✖

issue 1

  • fillna error with distributed · 2 ✖

author_association 1

  • MEMBER 2
id html_url issue_url node_id user created_at updated_at ▲ author_association body reactions performed_via_github_app issue
397615984 https://github.com/pydata/xarray/issues/2234#issuecomment-397615984 https://api.github.com/repos/pydata/xarray/issues/2234 MDEyOklzc3VlQ29tbWVudDM5NzYxNTk4NA== rabernat 1197350 2018-06-15T13:13:54Z 2018-06-15T13:13:54Z MEMBER

Good catch Matt.

Closing as this is not an xarray issue.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  fillna error with distributed 332762756
397612641 https://github.com/pydata/xarray/issues/2234#issuecomment-397612641 https://api.github.com/repos/pydata/xarray/issues/2234 MDEyOklzc3VlQ29tbWVudDM5NzYxMjY0MQ== rabernat 1197350 2018-06-15T12:59:46Z 2018-06-15T12:59:46Z MEMBER

Update, this does work on my laptop with the following versions installed

``` INSTALLED VERSIONS ------------------ commit: 66be9c5db7d86ea385c3a4cd4295bfce67e3f25b python: 3.6.2.final.0 python-bits: 64 OS: Darwin OS-release: 16.7.0 machine: x86_64 processor: i386 byteorder: little LC_ALL: None LANG: en_US.UTF-8 LOCALE: en_US.UTF-8 xarray: 0.10.7+2.g66be9c5d pandas: 0.20.3 numpy: 1.13.1 scipy: 0.19.1 netCDF4: 1.3.1 h5netcdf: 0.4.1 h5py: 2.7.1 Nio: None zarr: 2.2.0 bottleneck: 1.2.1 cyordereddict: None dask: 0.17.2 distributed: 1.21.6 matplotlib: 2.1.0 cartopy: 0.15.1 seaborn: 0.8.1 setuptools: 39.0.1 pip: 9.0.1 conda: None pytest: 3.5.0 IPython: 6.1.0 sphinx: 1.6.5 ```
{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  fillna error with distributed 332762756

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