home / github

Menu
  • Search all tables
  • GraphQL API

labels_pull_requests

Table actions
  • GraphQL API for labels_pull_requests

10 rows where labels_id = 1962650320

✎ View and edit SQL

This data as json, CSV (advanced)

Link labels_id pull_requests_id
1962650320,222557759 topic-metadata 1962650320 Global option to always keep/discard attrs on operations 222557759
1962650320,338755739 topic-metadata 1962650320 Add option to choose mfdataset attributes source. 338755739
1962650320,392111128 topic-metadata 1962650320 Control attrs of result in `merge()`, `concat()`, `combine_by_coords()` and `combine_nested()` 392111128
1962650320,443769075 topic-metadata 1962650320 Propagate attrs with unary, binary functions 443769075
1962650320,471258175 topic-metadata 1962650320 Preserve attrs with coarsen 471258175
1962650320,503704682 topic-metadata 1962650320 rolling keep_attrs & default True 503704682
1962650320,523486346 topic-metadata 1962650320 rolling_exp: keep_attrs and typing 523486346
1962650320,1114548263 topic-metadata 1962650320 `keep_attrs` for pad 1114548263
1962650320,1409420151 topic-metadata 1962650320 improved docstring of to_netcdf (issue #7127) 1409420151
1962650320,1474103523 topic-metadata 1962650320 Dataset.chunk() and DataArray.chunk() now set encoding attribute 1474103523

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