home / github

Menu
  • GraphQL API
  • Search all tables

issue_comments

Table actions
  • GraphQL API for issue_comments

4 rows where issue = 115556712 and user = 5356122 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

  • clarkfitzg · 4 ✖

issue 1

  • Plot example broken in 0.6.1 · 4 ✖

author_association 1

  • MEMBER 4
id html_url issue_url node_id user created_at updated_at ▲ author_association body reactions performed_via_github_app issue
156179070 https://github.com/pydata/xarray/issues/647#issuecomment-156179070 https://api.github.com/repos/pydata/xarray/issues/647 MDEyOklzc3VlQ29tbWVudDE1NjE3OTA3MA== clarkfitzg 5356122 2015-11-12T17:39:54Z 2015-11-12T17:39:54Z MEMBER

Yes, thanks.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Plot example broken in 0.6.1 115556712
155520635 https://github.com/pydata/xarray/issues/647#issuecomment-155520635 https://api.github.com/repos/pydata/xarray/issues/647 MDEyOklzc3VlQ29tbWVudDE1NTUyMDYzNQ== clarkfitzg 5356122 2015-11-10T18:17:58Z 2015-11-10T18:17:58Z MEMBER

But the docs on master are good? @shoyer or did you mean something about old vs new behavior?

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Plot example broken in 0.6.1 115556712
154839554 https://github.com/pydata/xarray/issues/647#issuecomment-154839554 https://api.github.com/repos/pydata/xarray/issues/647 MDEyOklzc3VlQ29tbWVudDE1NDgzOTU1NA== clarkfitzg 5356122 2015-11-08T16:30:22Z 2015-11-08T16:30:22Z MEMBER

Some changes have been made to the plot functions. This one works for me:

atlantic.plot(ax=ax, transform=ccrs.PlateCarree())

The latest version of the docs has a better plot that actually uses real data: http://xray.readthedocs.org/en/latest/plotting.html#maps

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Plot example broken in 0.6.1 115556712
154624273 https://github.com/pydata/xarray/issues/647#issuecomment-154624273 https://api.github.com/repos/pydata/xarray/issues/647 MDEyOklzc3VlQ29tbWVudDE1NDYyNDI3Mw== clarkfitzg 5356122 2015-11-07T05:23:26Z 2015-11-07T05:23:26Z MEMBER

@fmaussion Can you post the contents of test_xray.py? I tried running a Cartopy script with

last conda install (xray 0.6.1, linux, python 3.4, mpl 1.4.3)

and everything looks good locally.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Plot example broken in 0.6.1 115556712

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