home / github

Menu
  • GraphQL API
  • Search all tables

issues_labels

Table actions
  • GraphQL API for issues_labels

28 rows where labels_id = 3652803118

✎ View and edit SQL

This data as json, CSV (advanced)

Link labels_id issues_id
628719058,3652803118 topic-DataTree 3652803118 Feature Request: Hierarchical storage and processing in xarray 628719058
792651098,3652803118 topic-DataTree 3652803118 Opening a dataset doesn't display groups. 792651098
1048697792,3652803118 topic-DataTree 3652803118 [Experimental] Refactor Dataset to store variables in a manifest 1048697792
1083507645,3652803118 topic-DataTree 3652803118 Manifest as variables attribute 1083507645
1084220684,3652803118 topic-DataTree 3652803118 Type protocol for internal variable mapping 1084220684
1108138101,3652803118 topic-DataTree 3652803118 [FEATURE]: Read from/write to several NetCDF4 groups with a single file open/close operation 1108138101
1470025851,3652803118 topic-DataTree 3652803118 Docs: add example of writing and reading groups to netcdf 1470025851
1471273638,3652803118 topic-DataTree 3652803118 Zarr groups (grouped) loader and operations 1471273638
1519552711,3652803118 topic-DataTree 3652803118 Import datatree in xarray? 1519552711
1532662115,3652803118 topic-DataTree 3652803118 DRAFT: Implement `open_datatree` in BackendEntrypoint for preliminary DataTree support 1532662115
1565458372,3652803118 topic-DataTree 3652803118 Enable datatree * dataset commutativity 1565458372
2054280736,3652803118 topic-DataTree 3652803118 Track merging datatree into xarray 2054280736
2098617770,3652803118 topic-DataTree 3652803118 Datatree import 2098617770
2115733488,3652803118 topic-DataTree 3652803118 add open_datatree to xarray 2115733488
2134951079,3652803118 topic-DataTree 3652803118 Datatree design discussions - weekly meeting 2134951079
2137443514,3652803118 topic-DataTree 3652803118 Migrate treenode module. 2137443514
2141447815,3652803118 topic-DataTree 3652803118 `xarray/datatree_` missing in 2024.2.0 sdist 2141447815
2157719606,3652803118 topic-DataTree 3652803118 Migrate datatree.py module into xarray.core. 2157719606
2167879988,3652803118 topic-DataTree 3652803118 Collection of breaking changes in Datatree occurring during the migration from xarray-contrib/datatree into pydata/xarray proper 2167879988
2187399013,3652803118 topic-DataTree 3652803118 DataTree should support Hashable names. 2187399013
2195718932,3652803118 topic-DataTree 3652803118 DatasetView class breaks Liskov's rule. 2195718932
2208982027,3652803118 topic-DataTree 3652803118 Migrate iterators.py for datatree. 2208982027
2246986030,3652803118 topic-DataTree 3652803118 Migrate datatree mapping.py 2246986030
2247043809,3652803118 topic-DataTree 3652803118 Mapping DataTree methods over nodes with variables for which the args are invalid 2247043809
2257054431,3652803118 topic-DataTree 3652803118 datatree ops.py migration cleanup 2257054431
2260280862,3652803118 topic-DataTree 3652803118 Migrate datatreee assertions/extensions/formatting 2260280862
2266442492,3652803118 topic-DataTree 3652803118 Migration of datatree/ops.py -> datatree_ops.py 2266442492
2276352251,3652803118 topic-DataTree 3652803118 Improving performance of open_datatree 2276352251

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