home / github / issue_comments

Menu
  • Search all tables
  • GraphQL API

issue_comments: 596531350

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/3842#issuecomment-596531350 https://api.github.com/repos/pydata/xarray/issues/3842 596531350 MDEyOklzc3VlQ29tbWVudDU5NjUzMTM1MA== 10194086 2020-03-09T13:43:00Z 2020-03-09T13:43:00Z MEMBER

netCDF does not support mixed data types for individual arrays. If you create two arrays, it can be written to disk:

python a = df["Values"].to_xarray() b = df["Strings"].to_xarray() ds = xr.merge([a, b]) ds.to_netcdf('A.nc')

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