home / github / issue_comments

Menu
  • Search all tables
  • GraphQL API

issue_comments: 663023181

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/4237#issuecomment-663023181 https://api.github.com/repos/pydata/xarray/issues/4237 663023181 MDEyOklzc3VlQ29tbWVudDY2MzAyMzE4MQ== 14808389 2020-07-23T13:58:43Z 2020-08-05T09:37:21Z MEMBER

Here's the list of functions I'm considering to extend: * [x] concat / merge / align / combine_* (but aligning DataArray objects and combine_by_coords have no tests for different fill values) * [ ] apply_ufunc (?) * [x] full_like (for Dataset args) * [x] Dataset.reindex / Dataset.reindex_like * [x] DataArray.reindex / DataArray.reindex_like (for non-dimension coordinates) * [x] Dataset.unstack * [x] DataArray.unstack (works since it delegates to Dataset.unstack, but doesn't have tests) * [x] Dataset.merge * [x] Dataset.shift * [ ] ~DataArray.shift (probably doesn't make sense, though)~ * [ ] Dataset.pad (already works) * [ ] DataArray.pad (already works) * [ ] Dataset.idxmin / Dataset.idxmax: uses Dataset.map and is quite difficult to extend * [ ] ~DataArray.idxmin / DataArray.idxmax~: doesn't make much sense, I think * [ ] Dataset.fillna (already works for data variables, but difficult to extend to coordinates) * [ ] DataArray.fillna * [ ] ~Dataset.rolling.construct (not sure if that makes sense)~ * [ ] ~Dataset.interp / DataArray.interp (for extrapolation, using the kwargs parameter): we probably shouldn't support this, but instead recommend ds.interp(...).fillna({"a": ..., "b": ...}).~

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