home / github / issue_comments

Menu
  • Search all tables
  • GraphQL API

issue_comments: 480475645

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/2871#issuecomment-480475645 https://api.github.com/repos/pydata/xarray/issues/2871 480475645 MDEyOklzc3VlQ29tbWVudDQ4MDQ3NTY0NQ== 40218891 2019-04-06T05:24:52Z 2019-04-06T05:24:52Z NONE

Indeed it works. Thanks. My quick fix: $ diff variables.py variables.py.orig 152,155d151 < elif encoding.get('missing_value') is not None: < fill_value = pop_to(encoding, attrs, 'missing_value', name=name) < if not pd.isnull(fill_value): < data = duck_array_ops.fillna(data, fill_value) I also figured out how to write back floating point values: encoding=None means use existing values, so specifying encoding={'tmpk': {}} in to_netcdf() did the trick. Should there be an option for this? What you see on the screen is not what you get in the file.

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