home / github

Menu
  • Search all tables
  • GraphQL API

labels_pull_requests

Table actions
  • GraphQL API for labels_pull_requests

34 rows where labels_id = 200079857

✎ View and edit SQL

This data as json, CSV (advanced)

Link labels_id pull_requests_id
200079857,33720458 topic-dask 200079857 Update xray to use updated dask.array and h5netcdf on pypi 33720458
200079857,33735296 topic-dask 200079857 Simplify load_data now that dask bugs have been fixed 33735296
200079857,38719512 topic-dask 200079857 Preprocess argument for open_mfdataset and threading lock 38719512
200079857,42409181 topic-dask 200079857 BUG: .all() and .any() are now lazy on dask arrays 42409181
200079857,43724469 topic-dask 200079857 Use deterministic names for dask arrays from open_dataset 43724469
200079857,132443298 topic-dask 200079857 lazily load dask arrays to dask data frames by calling to_dask_dataframe  132443298
200079857,137274781 topic-dask 200079857 Automatic parallelization for dask arrays in apply_ufunc 137274781
200079857,137819104 topic-dask 200079857 WIP: Zarr backend 137819104
200079857,306273567 topic-dask 200079857 chunk sparse arrays 306273567
200079857,663805042 topic-dask 200079857 fix dask meta and output_dtypes error 663805042
200079857,760167667 topic-dask 200079857 Allow indexing unindexed dimensions using dask arrays 760167667
200079857,772496364 topic-dask 200079857 Reimplement `.polyfit()` with `apply_ufunc` 772496364
200079857,925889142 topic-dask 200079857 New inline_array kwarg for open_dataset 925889142
200079857,1052339012 topic-dask 200079857 Generalize handling of chunked array types 1052339012
200079857,1053794502 topic-dask 200079857 Remove dask_array_type checks 1053794502
200079857,1089738782 topic-dask 200079857 Lazy Imports 1089738782
200079857,1210897214 topic-dask 200079857 bump minimum versions, drop py38 1210897214
200079857,1230953781 topic-dask 200079857 [pre-commit.ci] pre-commit autoupdate 1230953781
200079857,1254838147 topic-dask 200079857 Support first, last with dask arrays 1254838147
200079857,1299340017 topic-dask 200079857 deprecate encoding setters 1299340017
200079857,1335673210 topic-dask 200079857 Generalize delayed 1335673210
200079857,1337758866 topic-dask 200079857 Array API fixes for astype 1337758866
200079857,1437987761 topic-dask 200079857 [pre-commit.ci] pre-commit autoupdate 1437987761
200079857,1448840491 topic-dask 200079857 Generalize cumulative reduction (scan) to non-dask types 1448840491
200079857,1520596184 topic-dask 200079857 Use a bound `TypeVar` for `DataArray` and `Dataset` methods 1520596184
200079857,1521893211 topic-dask 200079857 Bind T_DuckArray to Variable 1521893211
200079857,1522045817 topic-dask 200079857 Use `TypeVar`s rather than specific unions 1522045817
200079857,1533144795 topic-dask 200079857 Use strict type hinting for namedarray 1533144795
200079857,1558999807 topic-dask 200079857 Move parallelcompat and chunkmanagers to NamedArray 1558999807
200079857,1577658012 topic-dask 200079857 Use numbagg for `ffill` by default 1577658012
200079857,1586558819 topic-dask 200079857 Minimize duplication in `map_blocks` task graph 1586558819
200079857,1587405002 topic-dask 200079857 Deprecate certain cftime frequency strings following pandas 1587405002
200079857,1607338048 topic-dask 200079857 Fix `map_blocks` docs' formatting 1607338048
200079857,1649450738 topic-dask 200079857 Adapt map_blocks to use new Coordinates API 1649450738

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

CREATE TABLE [labels_pull_requests] (
   [labels_id] INTEGER REFERENCES [labels]([id]),
   [pull_requests_id] INTEGER REFERENCES [pull_requests]([id]),
   PRIMARY KEY ([labels_id], [pull_requests_id])
);
CREATE INDEX [idx_labels_pull_requests_pull_requests_id]
    ON [labels_pull_requests] ([pull_requests_id]);
CREATE INDEX [idx_labels_pull_requests_labels_id]
    ON [labels_pull_requests] ([labels_id]);
Powered by Datasette · Queries took 6.716ms · About: xarray-datasette