home / github / issue_comments

Menu
  • GraphQL API
  • Search all tables

issue_comments: 342282646

This data as json

html_url issue_url id node_id user created_at updated_at author_association body reactions performed_via_github_app issue
https://github.com/pydata/xarray/issues/1097#issuecomment-342282646 https://api.github.com/repos/pydata/xarray/issues/1097 342282646 MDEyOklzc3VlQ29tbWVudDM0MjI4MjY0Ng== 15930505 2017-11-06T20:52:41Z 2017-11-06T20:52:41Z NONE

Initially, I have tried this:

class Signal(Track): # 1D wave (no coords) and 1D time-value combined (with coords) def __init__(self, data: np.ndarray, coords=None, dims=None, name: str=None, attrs: dict=None): assert data.ndim == 2 assert data.shape[1] == 1 if dims is None: dims = ('time', 'amplitude') if coords is not None: assert 'time' in coords super().__init__(data, coords=coords, dims=dims, name=name, attrs=attrs)

However, I just know discovered the accessors and will have a look.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  188113943
Powered by Datasette · Queries took 2.524ms · About: xarray-datasette