home / github / issue_comments

Menu
  • Search all tables
  • GraphQL API

issue_comments: 263944098

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/pull/964#issuecomment-263944098 https://api.github.com/repos/pydata/xarray/issues/964 263944098 MDEyOklzc3VlQ29tbWVudDI2Mzk0NDA5OA== 1217238 2016-11-30T17:51:33Z 2016-11-30T17:51:33Z MEMBER

I'm thinking through how difficult it would be to add back-fill method to DataArray (that could be an argument to fillna or a bfill method - that's a separate discussion).

Would this PR help? I'm trying to wrap my head around the options. Thanks

Yes, quite likely. In the current state, it would depend on if you want to back-fill all variables or just data variables (only the later is currently supported).

Either way, the first step is probably to write a function backfill(values, axis) that acts on NumPy arrays.

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