labels_pull_requests
8 rows where labels_id = 5462525052
This data as json, CSV (advanced)
Link | labels_id | pull_requests_id |
---|---|---|
5462525052,1335673210 | topic-chunked-arrays 5462525052 | Generalize delayed 1335673210 |
5462525052,1406746614 | topic-chunked-arrays 5462525052 | Allow cubed arrays to be passed to flox groupby 1406746614 |
5462525052,1412510011 | topic-chunked-arrays 5462525052 | Chunked array docs 1412510011 |
5462525052,1421643298 | topic-chunked-arrays 5462525052 | Suggest installing dask when not discovered by ChunkManager 1421643298 |
5462525052,1448840491 | topic-chunked-arrays 5462525052 | Generalize cumulative reduction (scan) to non-dask types 1448840491 |
5462525052,1558999807 | topic-chunked-arrays 5462525052 | Move parallelcompat and chunkmanagers to NamedArray 1558999807 |
5462525052,1721098007 | topic-chunked-arrays 5462525052 | Make list_chunkmanagers more resilient to broken entrypoints 1721098007 |
5462525052,1751945212 | topic-chunked-arrays 5462525052 | missing chunkmanager: update error message 1751945212 |
Advanced export
JSON shape: default, array, newline-delimited, object
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]);