home / github

Menu
  • GraphQL API
  • Search all tables

issue_comments

Table actions
  • GraphQL API for issue_comments

4 rows where issue = 144602564 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

  • GrumpyNounours 2
  • shoyer 1
  • jhamman 1

author_association 2

  • MEMBER 2
  • NONE 2

issue 1

  • Opening netcdf dataset from OpenDAP server · 4 ✖
id html_url issue_url node_id user created_at updated_at ▲ author_association body reactions performed_via_github_app issue
203539970 https://github.com/pydata/xarray/issues/809#issuecomment-203539970 https://api.github.com/repos/pydata/xarray/issues/809 MDEyOklzc3VlQ29tbWVudDIwMzUzOTk3MA== shoyer 1217238 2016-03-30T17:25:26Z 2016-03-30T17:25:26Z MEMBER

Note that by default, xarray using netCDF4 for opendap. To switch to pydap, add engine='pydap' to the open_dataset call.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Opening netcdf dataset from OpenDAP server 144602564
203496595 https://github.com/pydata/xarray/issues/809#issuecomment-203496595 https://api.github.com/repos/pydata/xarray/issues/809 MDEyOklzc3VlQ29tbWVudDIwMzQ5NjU5NQ== GrumpyNounours 5869186 2016-03-30T15:44:56Z 2016-03-30T15:44:56Z NONE

I updated the packages and it works now.

Thanks

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Opening netcdf dataset from OpenDAP server 144602564
203463114 https://github.com/pydata/xarray/issues/809#issuecomment-203463114 https://api.github.com/repos/pydata/xarray/issues/809 MDEyOklzc3VlQ29tbWVudDIwMzQ2MzExNA== GrumpyNounours 5869186 2016-03-30T14:38:47Z 2016-03-30T14:38:47Z NONE

Here is the info I get with pip show whatever-module | grep Version xarray: Metadata-Version: 2.0 Version: 0.7.2

netCDF4 Metadata-Version: 1.1 Version: 1.0.5

pydap: Metadata-Version: 1.1 Version: 3.1.1

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Opening netcdf dataset from OpenDAP server 144602564
203456688 https://github.com/pydata/xarray/issues/809#issuecomment-203456688 https://api.github.com/repos/pydata/xarray/issues/809 MDEyOklzc3VlQ29tbWVudDIwMzQ1NjY4OA== jhamman 2443309 2016-03-30T14:26:00Z 2016-03-30T14:26:00Z MEMBER

Can you let us know what version of xarray, netCDF4, and pydap you are running? I just ran your example and it loaded without any errors.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Opening netcdf dataset from OpenDAP server 144602564

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 9.797ms · About: xarray-datasette
  • Sort ascending
  • Sort descending
  • Facet by this
  • Hide this column
  • Show all columns
  • Show not-blank rows