home / github

Menu
  • GraphQL API
  • Search all tables

issue_comments

Table actions
  • GraphQL API for issue_comments

2 rows where issue = 154924822 and user = 6420873 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

  • Yefee · 2 ✖

issue 1

  • Decode time error in CESM POP output · 2 ✖

author_association 1

  • NONE 2
id html_url issue_url node_id user created_at updated_at ▲ author_association body reactions performed_via_github_app issue
219347003 https://github.com/pydata/xarray/issues/848#issuecomment-219347003 https://api.github.com/repos/pydata/xarray/issues/848 MDEyOklzc3VlQ29tbWVudDIxOTM0NzAwMw== Yefee 6420873 2016-05-16T04:34:45Z 2016-05-16T04:34:45Z NONE

Thanks for your comment. @rabernat The time decoding problem is solved to some extent for me. However,I have another question now. That is how to deal with the coordinates in pop output. Most of the variables have coordinates like (time, nlat, nlon), but they are not the real coordinates in space. If I combine xarray and cartopy to plot something, (i.e. temperature) the nlat and nlon coordinates is annoying. Do you have any good ideas?

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Decode time error in CESM POP output 154924822
219310127 https://github.com/pydata/xarray/issues/848#issuecomment-219310127 https://api.github.com/repos/pydata/xarray/issues/848 MDEyOklzc3VlQ29tbWVudDIxOTMxMDEyNw== Yefee 6420873 2016-05-15T20:57:48Z 2016-05-15T20:57:48Z NONE

A similar issue is found here: #521 sloutions: https://github.com/pydata/xarray/issues/521

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Decode time error in CESM POP output 154924822

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