home / github / issue_comments

Menu
  • Search all tables
  • GraphQL API

issue_comments: 611348892

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/3957#issuecomment-611348892 https://api.github.com/repos/pydata/xarray/issues/3957 611348892 MDEyOklzc3VlQ29tbWVudDYxMTM0ODg5Mg== 30388627 2020-04-09T06:13:07Z 2020-04-09T06:13:07Z NONE

@JavierRuano When the dataframe is converted back to dataset, the values aren't changed because of the unchanged Multiindex in dataframe ... I have tried this: df = ds.to_dataframe() new_df = df.sort_values(by=['x', 'y', 'cld']) new_df.index.set_levels(list(np.arange(ds['cld'].sizes['z'])), level='z', inplace=True) But, it doesn't work. Still trying ...

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