home / github / issue_comments

Menu
  • Search all tables
  • GraphQL API

issue_comments: 678920617

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/4233#issuecomment-678920617 https://api.github.com/repos/pydata/xarray/issues/4233 678920617 MDEyOklzc3VlQ29tbWVudDY3ODkyMDYxNw== 10194086 2020-08-24T05:59:47Z 2020-08-24T05:59:47Z MEMBER

Looks good - if you want to go a step further you can probably do something along the lines of (untested):

python if new_x.dtype in "mM" and LooseVersion(np.__version__) < LooseVersion("1.18") and new_x.isnull().any(): raise ValueError("numpy 1.18 or newer required to use interp with datetime/ timedelta array containing missing values") else: imin = ... np.nanmin(...) imax = ...

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