home / github

Menu
  • GraphQL API
  • Search all tables

issue_comments

Table actions
  • GraphQL API for issue_comments

1 row where issue = 232623945 and user = 2448579 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

  • dcherian · 1 ✖

issue 1

  • xarray.plot.imshow with datetime coordinates results in blank plot · 1 ✖

author_association 1

  • MEMBER 1
id html_url issue_url node_id user created_at updated_at ▲ author_association body reactions performed_via_github_app issue
1115543900 https://github.com/pydata/xarray/issues/1435#issuecomment-1115543900 https://api.github.com/repos/pydata/xarray/issues/1435 IC_kwDOAMm_X85Cfdlc dcherian 2448579 2022-05-03T01:56:36Z 2022-05-03T01:56:36Z MEMBER

This now raises TypeError. Upstream issue is https://github.com/matplotlib/matplotlib/issues/22105 `` File ~/mambaforge/envs/dcpy/lib/python3.8/site-packages/matplotlib/axes/_base.py:2476, in _AxesBase.update_datalim(self, xys, updatex, updatey) 2458 """ 2459 Extend the~.Axes.dataLim` Bbox to include the given points. 2460 (...) 2473 Whether to update the x/y limits. 2474 """ 2475 xys = np.asarray(xys) -> 2476 if not np.any(np.isfinite(xys)): 2477 return 2478 self.dataLim.update_from_data_xy(xys, self.ignore_existing_data_limits, 2479 updatex=updatex, updatey=updatey)

TypeError: ufunc 'isfinite' not supported for the input types, and the inputs could not be safely coerced to any supported types according to the casting rule ''safe'' ```

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  xarray.plot.imshow with datetime coordinates results in blank plot 232623945

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