home / github

Menu
  • GraphQL API
  • Search all tables

issue_comments

Table actions
  • GraphQL API for issue_comments

3 rows where issue = 276185101 sorted by updated_at descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

user 2

  • shoyer 2
  • dcherian 1

issue 1

  • WIP: 1d+2d coord plotting · 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
347837449 https://github.com/pydata/xarray/pull/1737#issuecomment-347837449 https://api.github.com/repos/pydata/xarray/issues/1737 MDEyOklzc3VlQ29tbWVudDM0NzgzNzQ0OQ== shoyer 1217238 2017-11-29T11:50:22Z 2017-11-29T11:50:22Z MEMBER

Thanks @dcherian !

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  WIP: 1d+2d coord plotting 276185101
346461846 https://github.com/pydata/xarray/pull/1737#issuecomment-346461846 https://api.github.com/repos/pydata/xarray/issues/1737 MDEyOklzc3VlQ29tbWVudDM0NjQ2MTg0Ng== dcherian 2448579 2017-11-22T20:15:20Z 2017-11-22T20:15:20Z MEMBER

The second call would error out without this PR.

The practical application here is that I have instruments that are moving up and down in the water so the depth of measurement is a function of time.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  WIP: 1d+2d coord plotting 276185101
346455739 https://github.com/pydata/xarray/pull/1737#issuecomment-346455739 https://api.github.com/repos/pydata/xarray/issues/1737 MDEyOklzc3VlQ29tbWVudDM0NjQ1NTczOQ== shoyer 1217238 2017-11-22T19:48:15Z 2017-11-22T19:48:15Z MEMBER

@dcherian this sounds great -- can you please comment with an example the plots you can make with this?

I've added a test, but am not sure how to work in an assert statement.

For plotting, we are often OK with just verifying that a plot of some kind is made and there are no errors.

How do I test that I haven't messed up the syntax in whats-new.rst

I'll look over it, but don't worry about this very much -- we check the output manually before releases.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  WIP: 1d+2d coord plotting 276185101

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