home / github / issue_comments

Menu
  • GraphQL API
  • Search all tables

issue_comments: 327726641

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/631#issuecomment-327726641 https://api.github.com/repos/pydata/xarray/issues/631 327726641 MDEyOklzc3VlQ29tbWVudDMyNzcyNjY0MQ== 2443309 2017-09-07T08:19:57Z 2017-09-07T08:19:57Z MEMBER

The first example here was fixed in #1539.

The second issue still exists but now requires dims to be specified explicitly.

Python In [9]: Dataset({"a": DataArray(np.zeros(3), dims='a', coords={"a": list("xyz")})}) ...: ...: Out[9]: <xarray.Dataset> Dimensions: (a: 3) Coordinates: * a (a) float64 0.0 0.0 0.0 Data variables: *empty*

Do we agree it is safe to say that no key should be repeated between data and coords?

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