home / github

Menu
  • Search all tables
  • GraphQL API

labels_pull_requests

Table actions
  • GraphQL API for labels_pull_requests

15 rows where labels_id = 3652803118

✎ View and edit SQL

This data as json, CSV (advanced)

Link labels_id pull_requests_id
3652803118,776620818 topic-DataTree 3652803118 [Experimental] Refactor Dataset to store variables in a manifest 776620818
3652803118,805582762 topic-DataTree 3652803118 Manifest as variables attribute 805582762
3652803118,806156345 topic-DataTree 3652803118 Type protocol for internal variable mapping 806156345
3652803118,1140703190 topic-DataTree 3652803118 Docs: add example of writing and reading groups to netcdf 1140703190
3652803118,1185417960 topic-DataTree 3652803118 Import datatree in xarray? 1185417960
3652803118,1197041777 topic-DataTree 3652803118 DRAFT: Implement `open_datatree` in BackendEntrypoint for preliminary DataTree support 1197041777
3652803118,1224298678 topic-DataTree 3652803118 Enable datatree * dataset commutativity 1224298678
3652803118,1694018098 topic-DataTree 3652803118 Datatree import 1694018098
3652803118,1709181628 topic-DataTree 3652803118 add open_datatree to xarray 1709181628
3652803118,1728482495 topic-DataTree 3652803118 Migrate treenode module. 1728482495
3652803118,1746613225 topic-DataTree 3652803118 Migrate datatree.py module into xarray.core. 1746613225
3652803118,1792326124 topic-DataTree 3652803118 Migrate iterators.py for datatree. 1792326124
3652803118,1826265432 topic-DataTree 3652803118 Migrate datatree mapping.py 1826265432
3652803118,1837924134 topic-DataTree 3652803118 Migrate datatreee assertions/extensions/formatting 1837924134
3652803118,1843451985 topic-DataTree 3652803118 Migration of datatree/ops.py -> datatree_ops.py 1843451985

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