home / github

Menu
  • GraphQL API
  • Search all tables

issue_comments

Table actions
  • GraphQL API for issue_comments

1 row where author_association = "MEMBER", issue = 1503621596 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

  • Support complex arrays in xr.corr · 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
1383218813 https://github.com/pydata/xarray/pull/7392#issuecomment-1383218813 https://api.github.com/repos/pydata/xarray/issues/7392 IC_kwDOAMm_X85Scj59 dcherian 2448579 2023-01-15T18:24:54Z 2023-01-15T18:24:54Z MEMBER

IT supports .conj so we now have a different error: ``` /home/runner/work/xarray/xarray/xarray/tests/test_computation.py:1597:


/home/runner/work/xarray/xarray/xarray/core/computation.py:1300: in cov return _cov_corr(da_a, da_b, dim=dim, ddof=ddof, method="cov") /home/runner/work/xarray/xarray/xarray/core/computation.py:1402: in _cov_corr valid_count = valid_values.sum(dim) - ddof /home/runner/work/xarray/xarray/xarray/core/_aggregations.py:1855: in sum return self.reduce( /home/runner/work/xarray/xarray/xarray/core/dataarray.py:3667: in reduce var = self.variable.reduce(func, dim, axis, keep_attrs, keepdims, **kwargs) /home/runner/work/xarray/xarray/xarray/core/variable.py:1944: in reduce axis = self.get_axis_num(dim) /home/runner/work/xarray/xarray/xarray/core/common.py:215: in get_axis_num return tuple(self._get_axis_num(d) for d in dim) /home/runner/work/xarray/xarray/xarray/core/common.py:215: in <genexpr> return tuple(self._get_axis_num(d) for d in dim)


self = <xarray.Variable (x: 2, time: 2)> array([[ True, True], [ True, True]]) dim = ['time', 'x']

def _get_axis_num(self: Any, dim: Hashable) -> int:
    try:
        return self.dims.index(dim)
    except ValueError:
      raise ValueError(f"{dim!r} not found in array dimensions {self.dims!r}")

E ValueError: ['time', 'x'] not found in array dimensions ('x', 'time')

```

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Support complex arrays in xr.corr 1503621596

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