home / github / issue_comments

Menu
  • GraphQL API
  • Search all tables

issue_comments: 1246115189

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/7032#issuecomment-1246115189 https://api.github.com/repos/pydata/xarray/issues/7032 1246115189 IC_kwDOAMm_X85KRjV1 13188417 2022-09-14T01:22:42Z 2022-09-14T01:22:42Z NONE

Got it. For anyone who faces the same issue, here's a workaround: downgrade your xarray, read the data and then convert it to dict using .to_dict.

Netcdf didn't work because each item in my DataArray is a tuple of lists, and all lists have different lengths. I had the setting an array element ith a sequence error.

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