home / github / issue_comments

Menu
  • Search all tables
  • GraphQL API

issue_comments: 359972620

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/1850#issuecomment-359972620 https://api.github.com/repos/pydata/xarray/issues/1850 359972620 MDEyOklzc3VlQ29tbWVudDM1OTk3MjYyMA== 4160723 2018-01-23T23:54:33Z 2018-01-23T23:55:02Z MEMBER

To make methods even more discoverable, we might also add the x prefix to DataArray or Dataset accessors. This would work quite well with auto-completion, even though x alone is very often used as coordinate. Like suggested in #1447, we could have something like

$ conda install xarray-scipy -c conda-forge`

```python

import xarray as xr import xscipy ```

```python

da = xr.DataArray(...) da.xscipy.method() ```

But maybe that's too much x...

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