home / github / issue_comments

Menu
  • GraphQL API
  • Search all tables

issue_comments: 624623472

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/4027#issuecomment-624623472 https://api.github.com/repos/pydata/xarray/issues/4027 624623472 MDEyOklzc3VlQ29tbWVudDYyNDYyMzQ3Mg== 408363 2020-05-06T12:36:55Z 2020-05-06T12:36:55Z NONE

Indeed, if I change this line from obj[dim] = (dim, lev) to obj[dim] = (dim, sorted(lev)) then this particular case works: Original Series row column -1 -3 0 -4 1 -2 -3 2 -4 3 dtype: int32 After going to DataArray and back row column -2 -4 3 -3 2 -1 -4 1 -3 0 dtype: int32

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