home / github

Menu
  • GraphQL API
  • Search all tables

labels_pull_requests

Table actions
  • GraphQL API for labels_pull_requests

21 rows where labels_id = 3061601155

✎ View and edit SQL

This data as json, CSV (advanced)

Link labels_id pull_requests_id
3061601155,65356161 needs discussion 3061601155 modified: xarray/backends/api.py 65356161
3061601155,619901306 needs discussion 3061601155 Fix lag in Jupyter caused by CSS in `_repr_html_` 619901306
3061601155,648135572 needs discussion 3061601155 Add xarray.backends.NoMatchingEngineError 648135572
3061601155,655326238 needs discussion 3061601155 Improvements to lazy behaviour of `xr.cov()` and `xr.corr()` 655326238
3061601155,657061829 needs discussion 3061601155 Multidimensional histogram 657061829
3061601155,678507430 needs discussion 3061601155 Cache some properties 678507430
3061601155,690585828 needs discussion 3061601155 Add option to pass callable assertion failure message generator 690585828
3061601155,710005768 needs discussion 3061601155 Ask PRs to annotate tests 710005768
3061601155,712223776 needs discussion 3061601155 Allow in-memory arrays with open_mfdataset 712223776
3061601155,729993114 needs discussion 3061601155 Add encodings to save_mfdataset  729993114
3061601155,830156720 needs discussion 3061601155 to_netcdf: docstrings for compute parameter 830156720
3061601155,1044196334 needs discussion 3061601155 fix passing of curvefit kwargs 1044196334
3061601155,1069866431 needs discussion 3061601155 Don't cast NaN to integer 1069866431
3061601155,1118192654 needs discussion 3061601155 Require to explicitly defining optional dimensions such as hue and markersize 1118192654
3061601155,1134146387 needs discussion 3061601155 Use plt.rc_context for default styles 1134146387
3061601155,1210897214 needs discussion 3061601155 bump minimum versions, drop py38 1210897214
3061601155,1223601380 needs discussion 3061601155 deprecate open_zarr 1223601380
3061601155,1244439811 needs discussion 3061601155 added 'storage_transformers' to valid_encodings 1244439811
3061601155,1283970254 needs discussion 3061601155 cf-coding 1283970254
3061601155,1295123787 needs discussion 3061601155 Use read1 instead of read to get magic number 1295123787
3061601155,1626323819 needs discussion 3061601155 Add option to define custom format of units in plots 1626323819

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