home / github

Menu
  • Search all tables
  • GraphQL API

issue_comments

Table actions
  • GraphQL API for issue_comments

2 rows where author_association = "CONTRIBUTOR", issue = 35564268 and user = 514053 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

  • akleeman · 2 ✖

issue 1

  • Fix decode_cf_variable. · 2 ✖

author_association 1

  • CONTRIBUTOR · 2 ✖
id html_url issue_url node_id user created_at updated_at ▲ author_association body reactions performed_via_github_app issue
45952834 https://github.com/pydata/xarray/pull/153#issuecomment-45952834 https://api.github.com/repos/pydata/xarray/issues/153 MDEyOklzc3VlQ29tbWVudDQ1OTUyODM0 akleeman 514053 2014-06-12T21:51:47Z 2014-06-12T21:51:47Z CONTRIBUTOR

So ... do you want me to remove the tests and only include the .data -> .values fix?

Re: api. I'm working on a better storage scheme for reflectivity data, which involves CF decoding plus remapping some values. I could build my own data store which implements the netcdf store and adds the extra layer there .. but just using decode_cf_variable is far easier. In general, I can imagine a situation where we would want to allow users to provide their own decoding functions, but thats a larger project.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Fix decode_cf_variable. 35564268
45943780 https://github.com/pydata/xarray/pull/153#issuecomment-45943780 https://api.github.com/repos/pydata/xarray/issues/153 MDEyOklzc3VlQ29tbWVudDQ1OTQzNzgw akleeman 514053 2014-06-12T20:29:28Z 2014-06-12T20:29:28Z CONTRIBUTOR

I'm confused, are you saying we shouldn't add tests for internal functions?

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Fix decode_cf_variable. 35564268

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