home / github / issue_comments

Menu
  • GraphQL API
  • Search all tables

issue_comments: 621317315

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-621317315 https://api.github.com/repos/pydata/xarray/issues/4011 621317315 MDEyOklzc3VlQ29tbWVudDYyMTMxNzMxNQ== 9312831 2020-04-29T16:20:54Z 2020-04-29T16:20:54Z NONE

Thanks @dcherian. I use the get_group function and solve my problem. But a warning arises at the line if name not in self.groups: as: DeprecationWarning: elementwise comparison failed; this will raise an error in the future.

When the group contains nothing, I may assign nan or 0 to the corresponding bin. If it is dropped silently, then I need to find out which bin is missing its group. I like this PR #1027 by Ryan with a kwarg drop_empty_bins but not sure this option is eventually merged into master or not.

{
    "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.919ms · About: xarray-datasette