home / github

Menu
  • Search all tables
  • GraphQL API

issues_labels

Table actions
  • GraphQL API for issues_labels

17 rows where labels_id = 424724039

✎ View and edit SQL

This data as json, CSV (advanced)

Link labels_id issues_id
234658224,424724039 community 424724039 Package naming "conventions" for xarray extensions 234658224
256557897,424724039 community 424724039 When reporting errors, note what value was invalid and why 256557897
293047671,424724039 community 424724039 added contributing guide 293047671
293414745,424724039 community 424724039 DEP: drop Python 2.7 support 293414745
293913247,424724039 community 424724039 xarray tutorial at SciPy 2018? 293913247
327725925,424724039 community 424724039 HoloViews based plotting API 327725925
606530049,424724039 community 424724039 [community] Bi-weekly community developers meeting 606530049
663968779,424724039 community 424724039 [community] Backends refactor meeting 663968779
731813879,424724039 community 424724039 [Proposal] Migrate general discussions from the xarray gitter room to GitHub Discussions 731813879
915057433,424724039 community 424724039 [community] Flexible indexes meeting 915057433
1108564253,424724039 community 424724039 Xarray versioning to switch to CalVer 1108564253
1607416298,424724039 community 424724039 Consider adding xCDAT to list of Xarray related projects 1607416298
1810167498,424724039 community 424724039 Core team member guide 1810167498
1832117967,424724039 community 424724039 New Xarray accessor for DEMs through xDEM 1832117967
1832124341,424724039 community 424724039 New Xarray accessor for rasters through GeoUtils 1832124341
2134951079,424724039 community 424724039 Datatree design discussions - weekly meeting 2134951079
2266174558,424724039 community 424724039 Xarray sponsorship guidelines 2266174558

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