home / github

Menu
  • Search all tables
  • GraphQL API

labels_pull_requests

Table actions
  • GraphQL API for labels_pull_requests

8 rows where labels_id = 2616290880

✎ View and edit SQL

This data as json, CSV (advanced)

Link labels_id pull_requests_id
2616290880,150308584 plan to close 2616290880 Add option “engine” 150308584
2616290880,183250577 plan to close 2616290880 recommend xr.Dataset.from_dataframe(df) instead of xr.Dataset(df) for… 183250577
2616290880,197840880 plan to close 2616290880 Add automatic chunking to open_rasterio 197840880
2616290880,201498661 plan to close 2616290880 ENH: Adapt scipy example to imageio 201498661
2616290880,219303594 plan to close 2616290880 Add 'to_iris' and 'from_iris' to methods Dataset 219303594
2616290880,292842989 plan to close 2616290880 Flat iteration over DataArray 292842989
2616290880,439588955 plan to close 2616290880 Fix min_deps_check; revert to support numpy=1.14 and pandas=0.24 439588955
2616290880,581821524 plan to close 2616290880 implemented pad with new-indexes 581821524

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