home / github / issue_comments

Menu
  • GraphQL API
  • Search all tables

issue_comments: 999121582

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/5950#issuecomment-999121582 https://api.github.com/repos/pydata/xarray/issues/5950 999121582 IC_kwDOAMm_X847jWKu 14371165 2021-12-21T22:00:21Z 2021-12-21T22:00:21Z MEMBER

______ [doctest] xarray.core._reductions.DatasetResampleReductions.count _______ 3063 >>> ds 3064 <xarray.Dataset> 3065 Dimensions: (time: 6) 3066 Coordinates: 3067 * time (time) datetime64[ns] 2001-01-31 2001-02-28 ... 2001-06-30 3068 labels (time) <U1 'a' 'b' 'c' 'c' 'b' 'a' 3069 Data variables: 3070 da (time) float64 1.0 2.0 3.0 1.0 2.0 nan 3071 3072 >>> ds.resample(time="3M").count() Differences (unified diff with -expected +actual): @@ -4,3 +4,3 @@ * time (time) datetime64[ns] 2001-01-31 2001-04-30 2001-07-31 Data variables: - da (time) int32 1 3 1 + da (time) int64 1 3 1 I wonder why I don't get the same result?

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