home / github

Menu
  • GraphQL API
  • Search all tables

issue_comments

Table actions
  • GraphQL API for issue_comments

4 rows where author_association = "MEMBER" and issue = 392816513 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

  • shoyer 4

issue 1

  • Why is my export to netcdf command leading to a __truediv__ error? · 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
449658272 https://github.com/pydata/xarray/issues/2623#issuecomment-449658272 https://api.github.com/repos/pydata/xarray/issues/2623 MDEyOklzc3VlQ29tbWVudDQ0OTY1ODI3Mg== shoyer 1217238 2018-12-23T19:21:06Z 2018-12-23T19:21:06Z MEMBER

This is definitely still a bug (we shouldn't randomly fail with older but supported versions of our dependencies), but it will probably be relatively low priority given there's a simple work-around...

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Why is my export to netcdf command leading to a __truediv__ error? 392816513
449214710 https://github.com/pydata/xarray/issues/2623#issuecomment-449214710 https://api.github.com/repos/pydata/xarray/issues/2623 MDEyOklzc3VlQ29tbWVudDQ0OTIxNDcxMA== shoyer 1217238 2018-12-21T02:03:14Z 2018-12-21T02:03:14Z MEMBER

I'm not entirely sure, but it may be that installing newer versions of numpy or pandas would fix this issue.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Why is my export to netcdf command leading to a __truediv__ error? 392816513
449211840 https://github.com/pydata/xarray/issues/2623#issuecomment-449211840 https://api.github.com/repos/pydata/xarray/issues/2623 MDEyOklzc3VlQ29tbWVudDQ0OTIxMTg0MA== shoyer 1217238 2018-12-21T01:54:02Z 2018-12-21T01:54:02Z MEMBER

can you share ds.info() right before you save it?

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Why is my export to netcdf command leading to a __truediv__ error? 392816513
448813609 https://github.com/pydata/xarray/issues/2623#issuecomment-448813609 https://api.github.com/repos/pydata/xarray/issues/2623 MDEyOklzc3VlQ29tbWVudDQ0ODgxMzYwOQ== shoyer 1217238 2018-12-20T00:56:29Z 2018-12-20T00:56:29Z MEMBER

Thanks for the report. Could you please share the full error trace-back?

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Why is my export to netcdf command leading to a __truediv__ error? 392816513

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