home / github

Menu
  • GraphQL API
  • Search all tables

issue_comments

Table actions
  • GraphQL API for issue_comments

5 rows where author_association = "MEMBER", issue = 398468139 and user = 6815844 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

  • fujiisoup · 5 ✖

issue 1

  • fix datetime_to_numeric and Variable._to_numeric · 5 ✖

author_association 1

  • MEMBER · 5 ✖
id html_url issue_url node_id user created_at updated_at ▲ author_association body reactions performed_via_github_app issue
462268111 https://github.com/pydata/xarray/pull/2668#issuecomment-462268111 https://api.github.com/repos/pydata/xarray/issues/2668 MDEyOklzc3VlQ29tbWVudDQ2MjI2ODExMQ== fujiisoup 6815844 2019-02-11T09:47:24Z 2019-02-11T09:47:24Z MEMBER

Thanks @spencerkclark for reviewing. Merged.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  fix datetime_to_numeric and Variable._to_numeric 398468139
462134112 https://github.com/pydata/xarray/pull/2668#issuecomment-462134112 https://api.github.com/repos/pydata/xarray/issues/2668 MDEyOklzc3VlQ29tbWVudDQ2MjEzNDExMg== fujiisoup 6815844 2019-02-10T13:44:54Z 2019-02-10T13:44:54Z MEMBER

@spencerkclark

Sorry for leaving it for a long time. I was a little stressed these days...

Should we strive to have compatibility in datetime_to_numeric there?

As I'm not a heavy user of datetime arrays, I personally do not mind if we do not have dask compatibility for datetime_to_numeric. Probably it would be OK to leave it for the later development if someone wants this feature.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  fix datetime_to_numeric and Variable._to_numeric 398468139
454017544 https://github.com/pydata/xarray/pull/2668#issuecomment-454017544 https://api.github.com/repos/pydata/xarray/issues/2668 MDEyOklzc3VlQ29tbWVudDQ1NDAxNzU0NA== fujiisoup 6815844 2019-01-14T14:11:28Z 2019-01-14T14:11:28Z MEMBER

Thanks, @spencerkclark, for the PR. It was super helpful.

I will finish it up tonight (hopefully).

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  fix datetime_to_numeric and Variable._to_numeric 398468139
453867656 https://github.com/pydata/xarray/pull/2668#issuecomment-453867656 https://api.github.com/repos/pydata/xarray/issues/2668 MDEyOklzc3VlQ29tbWVudDQ1Mzg2NzY1Ng== fujiisoup 6815844 2019-01-13T21:35:07Z 2019-01-13T21:35:07Z MEMBER

Thanks, @spencerkclark

It looks I need more work for this (probably a week). It is not working for cftime stuffs, but I do not yet understand how it is handled in xarray.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  fix datetime_to_numeric and Variable._to_numeric 398468139
453832982 https://github.com/pydata/xarray/pull/2668#issuecomment-453832982 https://api.github.com/repos/pydata/xarray/issues/2668 MDEyOklzc3VlQ29tbWVudDQ1MzgzMjk4Mg== fujiisoup 6815844 2019-01-13T14:10:32Z 2019-01-13T14:10:32Z MEMBER

I couldn't make datetime_to_numeric compatible both np.ndarray and Variable. I think it would be cleaner if Variable has a (private) method to do this, like Variable._to_numeric(offset=None, datetime_unit=None).

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  fix datetime_to_numeric and Variable._to_numeric 398468139

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