home / github / issue_comments

Menu
  • Search all tables
  • GraphQL API

issue_comments: 1197439408

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/6837#issuecomment-1197439408 https://api.github.com/repos/pydata/xarray/issues/6837 1197439408 IC_kwDOAMm_X85HX3mw 14808389 2022-07-27T22:30:22Z 2022-07-27T22:30:22Z MEMBER

note that the implementation of compute is currently: python def compute(self, **kwargs): new = self.copy(deep=False) return new.load(**kwargs) which means that the inplace vs. "pure function" is literally the only difference (though I don't know whether doing a shallow copy has other implications).

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