home / github / issue_comments

Menu
  • GraphQL API
  • Search all tables

issue_comments: 456205288

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/2690#issuecomment-456205288 https://api.github.com/repos/pydata/xarray/issues/2690 456205288 MDEyOklzc3VlQ29tbWVudDQ1NjIwNTI4OA== 1217238 2019-01-21T21:38:05Z 2019-01-21T21:38:05Z MEMBER

Maybe having a simple example available under just xarray.testing.dummy_dataset() is a good idea after all. If we do ever want to change it for xarray's own testing purposes, that would be quite easy.

That said... if we're going to emesh this in our API lets at least think a little bit to make sure we cover most of the special cases we care about. I think we cover most of the dtypes we care about, but let's also add at least: - Some global attributes - A scalar data variable (it's easy to forget about these)

Anything else?

We might also consider tweaking the names -- dim1, dim2 and dim3 is not very descriptive. Even x, y and z would be better.

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