home / github

Menu
  • Search all tables
  • GraphQL API

issues_labels

Table actions
  • GraphQL API for issues_labels

16 rows where labels_id = 5462525052

✎ View and edit SQL

This data as json, CSV (advanced)

Link labels_id issues_id
1692904446,5462525052 topic-chunked-arrays 5462525052 Generalize dask.delayed calls to go through ChunkManager 1692904446
1692909704,5462525052 topic-chunked-arrays 5462525052 Generalize delayed 1692909704
1694956396,5462525052 topic-chunked-arrays 5462525052 Task naming for general chunkmanagers 1694956396
1716228662,5462525052 topic-chunked-arrays 5462525052 Compatibility with the Array API standard  1716228662
1773373878,5462525052 topic-chunked-arrays 5462525052 Allow cubed arrays to be passed to flox groupby 1773373878
1779880070,5462525052 topic-chunked-arrays 5462525052 Chunked array docs 1779880070
1789989152,5462525052 topic-chunked-arrays 5462525052 Better chunk manager error 1789989152
1790161818,5462525052 topic-chunked-arrays 5462525052 Suggest installing dask when not discovered by ChunkManager 1790161818
1820788594,5462525052 topic-chunked-arrays 5462525052 Generalize cumulative reduction (scan) to non-dask types 1820788594
1945654275,5462525052 topic-chunked-arrays 5462525052 Move parallelcompat and chunkmanagers to NamedArray 1945654275
1977661256,5462525052 topic-chunked-arrays 5462525052 Is there any way of having `.map_blocks` be even more opaque to dask? 1977661256
2038153739,5462525052 topic-chunked-arrays 5462525052 map_blocks should dispatch to ChunkManager 2038153739
2062132750,5462525052 topic-chunked-arrays 5462525052 Allow `.chunk` for datasets with duplicated dimension names, e.g. Sentinel-3 OLCI files 2062132750
2128501296,5462525052 topic-chunked-arrays 5462525052 A basic default ChunkManager for arrays that report their own chunks 2128501296
2129180716,5462525052 topic-chunked-arrays 5462525052 Make list_chunkmanagers more resilient to broken entrypoints 2129180716
2163675672,5462525052 topic-chunked-arrays 5462525052 missing chunkmanager: update error message 2163675672

Advanced export

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

CSV options:

CREATE TABLE [issues_labels] (
   [labels_id] INTEGER REFERENCES [labels]([id]),
   [issues_id] INTEGER REFERENCES [issues]([id]),
   PRIMARY KEY ([issues_id], [labels_id])
);
CREATE INDEX [idx_issues_labels_issues_id]
    ON [issues_labels] ([issues_id]);
CREATE INDEX [idx_issues_labels_labels_id]
    ON [issues_labels] ([labels_id]);
Powered by Datasette · Queries took 6.378ms · About: xarray-datasette