home / github

Menu
  • GraphQL API
  • Search all tables

issue_comments

Table actions
  • GraphQL API for issue_comments

3 rows where issue = 342793201 and user = 1217238 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

  • shoyer · 3 ✖

issue 1

  • WIP Add a CFTimeIndex-enabled xr.cftime_range function · 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
422945794 https://github.com/pydata/xarray/pull/2301#issuecomment-422945794 https://api.github.com/repos/pydata/xarray/issues/2301 MDEyOklzc3VlQ29tbWVudDQyMjk0NTc5NA== shoyer 1217238 2018-09-19T20:24:51Z 2018-09-19T20:24:51Z MEMBER

thanks @spencerkclark !

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  WIP Add a CFTimeIndex-enabled xr.cftime_range function 342793201
417717093 https://github.com/pydata/xarray/pull/2301#issuecomment-417717093 https://api.github.com/repos/pydata/xarray/issues/2301 MDEyOklzc3VlQ29tbWVudDQxNzcxNzA5Mw== shoyer 1217238 2018-08-31T16:25:29Z 2018-08-31T16:25:29Z MEMBER

if you merge in master again, the test suite should be passing after https://github.com/pydata/xarray/pull/2393

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  WIP Add a CFTimeIndex-enabled xr.cftime_range function 342793201
407087972 https://github.com/pydata/xarray/pull/2301#issuecomment-407087972 https://api.github.com/repos/pydata/xarray/issues/2301 MDEyOklzc3VlQ29tbWVudDQwNzA4Nzk3Mg== shoyer 1217238 2018-07-23T14:58:22Z 2018-07-23T14:58:22Z MEMBER

I haven't had the chance to look in detail at this yet, but one small point I would suggest is renaming it from xarray.date_time to xarray.cftime_range. This makes it more obvious that the function is really for users of cftime.

{
    "total_count": 1,
    "+1": 1,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  WIP Add a CFTimeIndex-enabled xr.cftime_range function 342793201

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