home / github / issues

Menu
  • GraphQL API
  • Search all tables

issues: 152478806

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
152478806 MDU6SXNzdWUxNTI0Nzg4MDY= 841 Unable to `squeeze` array of lists 2328459 closed 0     4 2016-05-02T04:12:14Z 2016-07-29T03:40:23Z 2016-07-29T03:40:23Z NONE      

Using python 2.7.10, xarray 0.7.2

``` python listarray = numpy.empty((1,), dtype=object) listarray[0] = [1,2,3] # note list type

ds = xarray.Dataset({'v2':(('b',), listarray)}) ds.squeeze() ```

this generates ValueError: dimensions () must have the same length as the number of data dimensions, ndim=1

{
    "url": "https://api.github.com/repos/pydata/xarray/issues/841/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

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