home / github / issue_comments

Menu
  • Search all tables
  • GraphQL API

issue_comments: 233692572

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/902#issuecomment-233692572 https://api.github.com/repos/pydata/xarray/issues/902 233692572 MDEyOklzc3VlQ29tbWVudDIzMzY5MjU3Mg== 1217238 2016-07-19T16:40:39Z 2016-07-19T16:40:39Z MEMBER

I agree about loading data into memory automatically -- this behavior made sense before we used dask in xarray, but now it doesn't really.

We actually already have a .load() method for explicitly loading data into memory, though it might make sense to add .compute() as an alias, possibly without modifying the original dataset inplace.

I'm a little less certain about how to handle pickling data, because anytime you open a file from disk using open_dataset it's not going to pickle. But on the other hand, it's also not hard to explicitly write .load() or .compute() before using pickle or invoking multiprocessing.

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