home / github / issue_comments

Menu
  • Search all tables
  • GraphQL API

issue_comments: 36462034

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/32#issuecomment-36462034 https://api.github.com/repos/pydata/xarray/issues/32 36462034 MDEyOklzc3VlQ29tbWVudDM2NDYyMDM0 1217238 2014-03-02T18:37:38Z 2014-03-02T18:37:38Z MEMBER

I removed Dataset.squeeze because I've never actually had a use-case for np.squeeze. But it would be very easy to bring it back if you find it genuinely useful. The equivalent in the current version of xray would be fcst.indexed_by(height_above_ground=0), which would select out (a view) of the 0th element along the forecast dimension.

__delitem__ is intended to remove a variable from a dataset but I have not tested it very carefully. Since every dimension is a variable, I think the right behavior would be to delete every variable that uses the dimension. So the later behavior you found is definitely not right! I'll see if I can put in a fix for that.

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