home / github

Menu
  • Search all tables
  • GraphQL API

labels_pull_requests

Table actions
  • GraphQL API for labels_pull_requests

20 rows where labels_id = 119035353

✎ View and edit SQL

This data as json, CSV (advanced)

Link labels_id pull_requests_id
119035353,17582684 topic-internals 119035353 Modular encoding 17582684
119035353,19885101 topic-internals 119035353 Internal code reorganization; creates xray.core module 19885101
119035353,20090057 topic-internals 119035353 Fix concat str truncation 20090057
119035353,20790270 topic-internals 119035353 Cleanup storage of Dataset internal state 20790270
119035353,22158517 topic-internals 119035353 Modular encodings (rebased) 22158517
119035353,22629238 topic-internals 119035353 Encoding improvements 22629238
119035353,23137765 topic-internals 119035353 Improved broadcasting and new broadcast_arrays function 23137765
119035353,25630036 topic-internals 119035353 Add optional dependency on cyordereddict 25630036
119035353,25798861 topic-internals 119035353 Faster path for Dataset/DataArray indexing 25798861
119035353,26657336 topic-internals 119035353 Variables no longer conflict if they are broadcast equal and rather are promoted to use common dimensions 26657336
119035353,31900191 topic-internals 119035353 WIP: support dask.array in xray objects 31900191
119035353,33735296 topic-internals 119035353 Simplify load_data now that dask bugs have been fixed 33735296
119035353,39983076 topic-internals 119035353 Rewrite of xray.concat 39983076
119035353,424583260 topic-internals 119035353 Convert Variable to IndexVariable or vice versa when renamed 424583260
119035353,523486346 topic-internals 119035353 rolling_exp: keep_attrs and typing 523486346
119035353,697307477 topic-internals 119035353 Refactor index vs. coordinate variable(s) 697307477
119035353,709187466 topic-internals 119035353 Explicit indexes 709187466
119035353,776620818 topic-internals 119035353 [Experimental] Refactor Dataset to store variables in a manifest 776620818
119035353,832430411 topic-internals 119035353 MAINT: pandas 1.4: no longer use get_loc with method 832430411
119035353,1059570251 topic-internals 119035353 Add parse_dims func 1059570251

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 5.931ms · About: xarray-datasette