home / github / issue_comments

Menu
  • GraphQL API
  • Search all tables

issue_comments: 345411827

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/1727#issuecomment-345411827 https://api.github.com/repos/pydata/xarray/issues/1727 345411827 MDEyOklzc3VlQ29tbWVudDM0NTQxMTgyNw== 4160723 2017-11-18T02:26:15Z 2017-11-18T02:26:15Z MEMBER

I've been investigating a bit, and actually in the example above the data may be loaded + duplicated!

in Dataset._item_sources (this line), the item {d: self[d] for d in self.dims} computes the DataArray, ds['x'], which has the same (huge) size than myvar.

Still don't know exactly why the data of myvar is loaded (maybe something indeed related to the use in IPython 6.x of a more advanced completion system based on jedi).

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