home / github / issues

Menu
  • Search all tables
  • GraphQL API

issues: 1072473598

This data as json

id node_id number title user state locked assignee milestone comments created_at updated_at closed_at author_association active_lock_reason draft pull_request body reactions performed_via_github_app state_reason repo type
1072473598 I_kwDOAMm_X84_7KX- 6051 Check for just ... in stack etc, and raise with a useful error message 2448579 closed 0     4 2021-12-06T18:35:27Z 2022-01-03T23:05:23Z 2022-01-03T23:05:23Z MEMBER      

Is your feature request related to a problem? Please describe.

The following doesn't work ``` python import xarray as xr

da = xr.DataArray([[1,2],[1,2]], dims=("x", "y")) da.stack(flat=...) ```

Describe the solution you'd like This could be equivalent to python da.stack(flat=da.dims)

I think using ds.dims it should be fine for datasets too.

{
    "url": "https://api.github.com/repos/pydata/xarray/issues/6051/reactions",
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  completed 13221727 issue

Links from other tables

  • 2 rows from issues_id in issues_labels
  • 4 rows from issue in issue_comments
Powered by Datasette · Queries took 236.483ms · About: xarray-datasette