home / github / issue_comments

Menu
  • Search all tables
  • GraphQL API

issue_comments: 1299492524

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/7245#issuecomment-1299492524 https://api.github.com/repos/pydata/xarray/issues/7245 1299492524 IC_kwDOAMm_X85NdK6s 90008 2022-11-02T02:49:58Z 2022-11-02T02:57:37Z CONTRIBUTOR

And if you want to have a clean encoding dictionary, you may want to do the following:

python names = set(names) for _, variable in obj._variables.items(): if 'coordinates' in variable.encoding: coords_in_encoding = set(variable.encoding.get('coordinates').split(' ')) remaining_coords = coords_in_encoding - names if len(remaining_coords) == 0: del variable.encoding['coordinates'] else: variable.encoding['coordinates'] = ' '.join(remaining_coords)

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