home / github / pull_requests

Menu
  • Search all tables
  • GraphQL API

pull_requests: 48039548

This data as json

id node_id number state locked title user body created_at updated_at closed_at merged_at merge_commit_sha assignee milestone draft head base author_association auto_merge repo url merged_by
48039548 MDExOlB1bGxSZXF1ZXN0NDgwMzk1NDg= 629 closed 0 ENH: add tolerance argument to .sel and .reindex 1217238 `.sel` and `.reindex` now support the `tolerance` argument for controlling nearest-neighbor selection: ``` In [5]: array = xray.DataArray([1, 2, 3], dims='x') In [6]: array.reindex(x=[0.9, 1.5], method='nearest', tolerance=0.2) Out[6]: <xray.DataArray (x: 2)> array([ 2., nan]) Coordinates: * x (x) float64 0.9 1.5 ``` This feature requires pandas v0.17 or newer. 2015-10-19T07:44:25Z 2015-10-21T07:08:00Z 2015-10-21T03:47:45Z 2015-10-21T03:47:45Z 4c7034b5bd6e0bd5cbb2027c3b3e84d555a4fa53   1307323 0 d915588c77603fa5da24f94b008140fbc309d4cd a2fff5601f3c54849ae938e926f4fc7fd884de1d MEMBER   13221727 https://github.com/pydata/xarray/pull/629  

Links from other tables

  • 0 rows from pull_requests_id in labels_pull_requests
Powered by Datasette · Queries took 0.704ms