home / github / issues

Menu
  • GraphQL API
  • Search all tables

issues: 252543868

This data as json

id node_id number title user state locked assignee milestone comments created_at updated_at closed_at author_association active_lock_reason draft pull_request body reactions performed_via_github_app state_reason repo type
252543868 MDU6SXNzdWUyNTI1NDM4Njg= 1522 Dataset.__repr__ computes dask variables 6213168 closed 0     8 2017-08-24T09:37:12Z 2017-09-21T20:55:43Z 2017-09-21T20:55:43Z MEMBER      

DataArray.__repr__ and Variable.__repr__ print a placeholder if the data uses the dask backend. Not so Dataset.__repr__, which tries computing the data before printing a tiny preview of it. This issue is extremely annoying when working in Jupyter, and particularly acute if the chunks are very big or are at the end of a very long chain of computation.

For data variables, the expected behaviour is to print a placeholder just like DataArray does. For coords, we could either - print a placeholders (same treatment as data variables) - automatically invoke load() when the coord is added to the dataset - see #1521 for discussion.

{
    "url": "https://api.github.com/repos/pydata/xarray/issues/1522/reactions",
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  completed 13221727 issue

Links from other tables

  • 1 row from issues_id in issues_labels
  • 8 rows from issue in issue_comments
Powered by Datasette · Queries took 0.594ms · About: xarray-datasette