home / github

Menu
  • GraphQL API
  • Search all tables

issues_labels

Table actions
  • GraphQL API for issues_labels

11 rows where labels_id = 4121174840

✎ View and edit SQL

This data as json, CSV (advanced)

Link labels_id issues_id
573031381,4121174840 topic-faq 4121174840 Xarray operations produce read-only array 573031381
928381010,4121174840 topic-faq 4121174840 NetCDF: Attempting netcdf-4 operation on netcdf-3 file 928381010
1115166039,4121174840 topic-faq 4121174840 Wrong list of coordinate when a singleton coordinate exists 1115166039
1232587833,4121174840 topic-faq 4121174840 Xarray ignores the underlying unit of "datetime64" types. 1232587833
1268956107,4121174840 topic-faq 4121174840 When a raster is modified, it cannot be read correctly. 1268956107
1328531407,4121174840 topic-faq 4121174840 min and max methods changing dtype to float64 1328531407
1350803561,4121174840 topic-faq 4121174840 DataArray.resample().apply() fails to apply custom function 1350803561
1396969695,4121174840 topic-faq 4121174840 `rolling().sum()` is numerically unstable 1396969695
1646267547,4121174840 topic-faq 4121174840 open_mfdataset very slow 1646267547
1753401384,4121174840 topic-faq 4121174840 Duck array documentation improvements 1753401384
1986758555,4121174840 topic-faq 4121174840 Rename `to_array` to `to_dataarray` 1986758555

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