home / github / issue_comments

Menu
  • Search all tables
  • GraphQL API

issue_comments: 1183298330

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/6781#issuecomment-1183298330 https://api.github.com/repos/pydata/xarray/issues/6781 1183298330 IC_kwDOAMm_X85Gh7Ma 2448579 2022-07-13T14:29:06Z 2022-07-13T14:29:06Z MEMBER

I guess we could take a PR to change python if "units" in attrs and attrs["units"] in TIME_UNITS: to python if "units" in attrs and isinstance(attrs["units"], str) and attrs["units"] in TIME_UNITS:

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