home / github / issue_comments

Menu
  • Search all tables
  • GraphQL API

issue_comments: 966987656

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/pull/5981#issuecomment-966987656 https://api.github.com/repos/pydata/xarray/issues/5981 966987656 IC_kwDOAMm_X845ow-I 10050469 2021-11-12T10:21:34Z 2021-11-12T11:04:58Z MEMBER

Note that there would be a way to change the behavior to:

python print(da) -> lengthy repr print('{}'.format(da) -> fall back to numpy.__format__

This would break backwards compatibility, but I think it would be my preference - there are some chances that it brakes some code (in documentation pages maybe?), but I don't think that many people rely on '{}'.format(da) to return __repr__ ...

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