home / github / issue_comments

Menu
  • Search all tables
  • GraphQL API

issue_comments: 620581409

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/4011#issuecomment-620581409 https://api.github.com/repos/pydata/xarray/issues/4011 620581409 MDEyOklzc3VlQ29tbWVudDYyMDU4MTQwOQ== 9312831 2020-04-28T12:41:43Z 2020-04-28T12:41:43Z NONE

When I use counts = grouped.count(), I can get all the bins and counts in the correct order, and the empty bin just returns nan. But I don't want aggregation operations here. I need the samples in each group to index another array. Maybe this is not the best solution. But my case do need all the groups in the same order as the given bins, including possible empty ones.

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