home / github

Menu
  • GraphQL API
  • Search all tables

labels_pull_requests

Table actions
  • GraphQL API for labels_pull_requests

10 rows where labels_id = 275600929

✎ View and edit SQL

This data as json, CSV (advanced)

Link labels_id pull_requests_id
275600929,50224540 topic-error reporting 275600929 Better error message for variables with same name as a dimension 50224540
275600929,145761497 topic-error reporting 275600929 Improved netcdf4 error message when opening non existent file 145761497
275600929,320551884 topic-error reporting 275600929 Provide better error message when dimension name matches argument 320551884
275600929,648135572 topic-error reporting 275600929 Add xarray.backends.NoMatchingEngineError 648135572
275600929,671744630 topic-error reporting 275600929 Fix issue tuple as dimension 671744630
275600929,919411535 topic-error reporting 275600929 Add allow_failures flag to Dataset.curve_fit 919411535
275600929,1129235498 topic-error reporting 275600929 Add mypy version to xr.show_versions 1129235498
275600929,1377660249 topic-error reporting 275600929 Add errors option to curvefit 1377660249
275600929,1421643298 topic-error reporting 275600929 Suggest installing dask when not discovered by ChunkManager 1421643298
275600929,1479306486 topic-error reporting 275600929 Consistently report all dimensions in error messages if invalid dimensions are given 1479306486

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