home / github / issue_comments

Menu
  • Search all tables
  • GraphQL API

issue_comments: 1476967312

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/7652#issuecomment-1476967312 https://api.github.com/repos/pydata/xarray/issues/7652 1476967312 IC_kwDOAMm_X85YCLuQ 6897215 2023-03-20T21:34:30Z 2023-03-20T21:34:30Z NONE

Another fun one where int64 -> int32: ```python import xarray as xr

da = xr.DataArray(data=[1], dims=["x"], coords={"x": [0]}) da.to_netcdf("test.nc", mode="w") da2 = xr.load_dataarray("test.nc") da.dtype, da2.dtype ```

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