home / github / issue_comments

Menu
  • Search all tables
  • GraphQL API

issue_comments: 613465783

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/3969#issuecomment-613465783 https://api.github.com/repos/pydata/xarray/issues/3969 613465783 MDEyOklzc3VlQ29tbWVudDYxMzQ2NTc4Mw== 5821660 2020-04-14T14:09:57Z 2020-04-14T14:09:57Z MEMBER

@clausmichele According to the docs on combining xr.concat should be used for this example.

python xr.concat([dataArray1,dataArray2], dim='time')

<xarray.Dataset> Dimensions: (time: 2, x: 10, y: 10) Coordinates: * y (y) int64 0 1 2 3 4 5 6 7 8 9 * x (x) int64 0 1 2 3 4 5 6 7 8 9 * time (time) int64 0 1 Data variables: data (time, y, x) bool False False False False ... False False False

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