home / github / issue_comments

Menu
  • Search all tables
  • GraphQL API

issue_comments: 532780068

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/2227#issuecomment-532780068 https://api.github.com/repos/pydata/xarray/issues/2227 532780068 MDEyOklzc3VlQ29tbWVudDUzMjc4MDA2OA== 2448579 2019-09-18T17:14:38Z 2019-09-18T17:14:38Z MEMBER

On master I'm seeing

``` %timeit ds.a.isel(time=time_filter) 3.65 s ± 29.4 ms per loop (mean ± std. dev. of 7 runs, 1 loop each)

%timeit ds.a.isel(time=time_filter.values) 2.99 s ± 15 ms per loop (mean ± std. dev. of 7 runs, 1 loop each)

%timeit ds.a.values[time_filter] 227 ms ± 6.59 ms per loop (mean ± std. dev. of 7 runs, 1 loop each) ```

Can someone else reproduce?

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