home / github / issue_comments

Menu
  • Search all tables
  • GraphQL API

issue_comments: 872459805

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/5545#issuecomment-872459805 https://api.github.com/repos/pydata/xarray/issues/5545 872459805 MDEyOklzc3VlQ29tbWVudDg3MjQ1OTgwNQ== 4160723 2021-07-01T18:27:04Z 2021-07-01T18:27:04Z MEMBER

From what I see in the examples by @Illviljan , setting display_max_rows affects everything equally, coords, data_vars, and attrs. So there would be no need to treat them separately. Or I misunderstood your comment.

My suggestion is to ignore display_max_rows for the repr of the Dataset.coords and Dataset.data_vars properties, but not for the "coordinates" and "data variables" sections of the Dataset text-based repr. This way we could do print(ds.data_vars) to check that all variables made it into the data set correctly while keeping concise the output of print(ds).

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