home / github / issues

Menu
  • Search all tables
  • GraphQL API

issues: 83530814

This data as json

id node_id number title user state locked assignee milestone comments created_at updated_at closed_at author_association active_lock_reason draft pull_request body reactions performed_via_github_app state_reason repo type
83530814 MDU6SXNzdWU4MzUzMDgxNA== 415 Nearest neighbor lookups 10194086 closed 0     3 2015-06-01T14:34:03Z 2015-06-02T07:29:24Z 2015-06-01T18:27:21Z MEMBER      

Nearest neighbor lookups does not seem to work:

import xray xray.__version__

0.4.1

data = xray.DataArray([1, 2, 3], dims='x') data.sel(x=[1.1, 1.9], method='nearest')

ValueError: not all values found in index 'x'

Example from: http://xray.readthedocs.org/en/latest/indexing.html#nearest-neighbor-lookups

(pandas version 0.16.1)

{
    "url": "https://api.github.com/repos/pydata/xarray/issues/415/reactions",
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  completed 13221727 issue

Links from other tables

  • 0 rows from issues_id in issues_labels
  • 3 rows from issue in issue_comments
Powered by Datasette · Queries took 1.02ms · About: xarray-datasette