home / github

Menu
  • GraphQL API
  • Search all tables

issue_comments

Table actions
  • GraphQL API for issue_comments

4 rows where issue = 301013548 sorted by updated_at descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: created_at (date), updated_at (date)

user 3

  • jhamman 2
  • shoyer 1
  • serazing 1

author_association 2

  • MEMBER 3
  • NONE 1

issue 1

  • Adding NCL colortables to xarray · 4 ✖
id html_url issue_url node_id user created_at updated_at ▲ author_association body reactions performed_via_github_app issue
369464925 https://github.com/pydata/xarray/issues/1948#issuecomment-369464925 https://api.github.com/repos/pydata/xarray/issues/1948 MDEyOklzc3VlQ29tbWVudDM2OTQ2NDkyNQ== jhamman 2443309 2018-03-01T03:42:56Z 2018-03-01T03:42:56Z MEMBER

Thanks @serazing. I'm going to close this for now but feel free to reopen if there is more to discuss down the road.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Adding NCL colortables to xarray 301013548
369309422 https://github.com/pydata/xarray/issues/1948#issuecomment-369309422 https://api.github.com/repos/pydata/xarray/issues/1948 MDEyOklzc3VlQ29tbWVudDM2OTMwOTQyMg== serazing 19403647 2018-02-28T17:07:23Z 2018-02-28T17:07:23Z NONE

Alright, this might be a better idea. I'll try to suggest this functionality to matplotlib first.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Adding NCL colortables to xarray 301013548
369299958 https://github.com/pydata/xarray/issues/1948#issuecomment-369299958 https://api.github.com/repos/pydata/xarray/issues/1948 MDEyOklzc3VlQ29tbWVudDM2OTI5OTk1OA== jhamman 2443309 2018-02-28T16:39:37Z 2018-02-28T16:39:37Z MEMBER

@serazing - I wonder if pushing this functionality upstream to matplotlib/cartopy/seaborn would be a better fit?

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Adding NCL colortables to xarray 301013548
369296984 https://github.com/pydata/xarray/issues/1948#issuecomment-369296984 https://api.github.com/repos/pydata/xarray/issues/1948 MDEyOklzc3VlQ29tbWVudDM2OTI5Njk4NA== shoyer 1217238 2018-02-28T16:30:57Z 2018-02-28T16:30:57Z MEMBER

Unfortunately, I don't think this is a good fit for xarray. We try to restrict ourselves to functionality that is (1) domain agnostic and (2) based around data processing. Color tables are pretty outside our focus.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Adding NCL colortables to xarray 301013548

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