home / github

Menu
  • Search all tables
  • GraphQL API

issues_labels

Table actions
  • GraphQL API for issues_labels

9 rows where labels_id = 58766098

✎ View and edit SQL

This data as json, CSV (advanced)

Link labels_id issues_id
757660307,58766098 duplicate 58766098 Ability to Pass Dask Arrays as `data` in DataArray Creation 757660307
866530388,58766098 duplicate 58766098 When try to assign a pd.MultiIndex to the coords, the behavior is different between "Dimension coordinate" and "Non-dimension coordinate" 866530388
924559401,58766098 duplicate 58766098 Misleading error when opening file that does not exist 924559401
1233594189,58766098 duplicate 58766098 xr.where() failed when xr.set_options(keep_attrs=True) 1233594189
1352445128,58766098 duplicate 58766098 import xarray fails with numpy 1.20.x 1352445128
1627475180,58766098 duplicate 58766098 faceted plot uses wrong vmin and vmax #7605  1627475180
1962261587,58766098 duplicate 58766098 Type annotations for Dataset.where and DataArray.where are wrong when subclassed 1962261587
2064544219,58766098 duplicate 58766098 Unexpected Dataset aggregation behavior when weighting 2064544219
2197290853,58766098 duplicate 58766098 impossible to save in netcdf because of the time dimension 2197290853

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