home / github

Menu
  • Search all tables
  • GraphQL API

labels_pull_requests

Table actions
  • GraphQL API for labels_pull_requests

50 rows where labels_id = 508507478

✎ View and edit SQL

This data as json, CSV (advanced)

Link labels_id pull_requests_id
508507478,64922505 needs work 508507478 xarray to and from iris 64922505
508507478,65356161 needs work 508507478 modified: xarray/backends/api.py 65356161
508507478,74610566 needs work 508507478 Add concat_dimensions kwarg to decode_cf 74610566
508507478,77031572 needs work 508507478 Tweaks for opening datasets 77031572
508507478,79321657 needs work 508507478 WIP: progress toward making groupby work with multiple arguments 79321657
508507478,101420792 needs work 508507478 transfer projection to implied subplots when faceting 101420792
508507478,109507343 needs work 508507478 BUG/TST: Retain encoding upon concatenation 109507343
508507478,110886589 needs work 508507478 Docs: don't mention inferring `dims` from `coords` 110886589
508507478,120138848 needs work 508507478 BUG: Allow unsigned integer indexing, fixes #1405 120138848
508507478,121899206 needs work 508507478 Adding arbitrary object serialization 121899206
508507478,122418207 needs work 508507478 scalar_level in MultiIndex 122418207
508507478,123582564 needs work 508507478 Fixing GH1434 xr.concat loses coordinate dtype information with recarrays in 0.9 123582564
508507478,125355129 needs work 508507478 inconsistent time.units fmt in encode_cf_datetime 125355129
508507478,139715643 needs work 508507478 fix unintentional skipped tests 139715643
508507478,149970871 needs work 508507478 Use numpy's normalize_axis_index, if available 149970871
508507478,150308584 needs work 508507478 Add option “engine” 150308584
508507478,150326730 needs work 508507478 Add h5netcdf to the engine import hierarchy 150326730
508507478,150577155 needs work 508507478 Add names for test failures 150577155
508507478,151477771 needs work 508507478 fix empty dataset from_dict 151477771
508507478,152867846 needs work 508507478 1D line plot with data on both axes + errorbar plotting added 152867846
508507478,154062396 needs work 508507478 Colorbar to FacetGrid plots 154062396
508507478,162800541 needs work 508507478 Align DataArrays based on coords in Dataset constructor 162800541
508507478,172568671 needs work 508507478 Fix maybe_promote 172568671
508507478,177077159 needs work 508507478 rolling: periodic 177077159
508507478,186228633 needs work 508507478 ENH: added FacetGrid functionality to line plots 186228633
508507478,189900405 needs work 508507478 Datasets more robust to non-string keys 189900405
508507478,245630951 needs work 508507478 Enable resampling on PeriodIndex 245630951
508507478,252555783 needs work 508507478 ENH - Adding Pseudo-Inverse to computation.py 252555783
508507478,314874029 needs work 508507478 Add hypothesis test for netCDF4 roundtrip 314874029
508507478,320551884 needs work 508507478 Provide better error message when dimension name matches argument 320551884
508507478,351354928 needs work 508507478 Strided rolling 351354928
508507478,568575720 needs work 508507478 Refactor line plotting 568575720
508507478,648135572 needs work 508507478 Add xarray.backends.NoMatchingEngineError 648135572
508507478,657061829 needs work 508507478 Multidimensional histogram 657061829
508507478,671744630 needs work 508507478 Fix issue tuple as dimension 671744630
508507478,673638442 needs work 508507478 Fix bug when querying unnamed dataarray 673638442
508507478,673984643 needs work 508507478 fix dtype complex for rasterio backend 673984643
508507478,678579221 needs work 508507478 Do not transpose 1d arrays during interpolation 678579221
508507478,757916759 needs work 508507478 Optional tolerance feature to isin per issue #5587 757916759
508507478,772496364 needs work 508507478 Reimplement `.polyfit()` with `apply_ufunc` 772496364
508507478,774880893 needs work 508507478 pre-commit: autoupdate hook versions 774880893
508507478,779012357 needs work 508507478 Added ramba to duck type. 779012357
508507478,876255380 needs work 508507478 Del _FillValue from coordinates at cf_encoder 876255380
508507478,919411535 needs work 508507478 Add allow_failures flag to Dataset.curve_fit 919411535
508507478,920028629 needs work 508507478 Move license from readme to LICENSE 920028629
508507478,1001172050 needs work 508507478 Improved CF decoding 1001172050
508507478,1052467823 needs work 508507478 Typing of abstract base classes 1052467823
508507478,1090510499 needs work 508507478 add MultiPandasIndex helper class 1090510499
508507478,1172881488 needs work 508507478 implement `isnull` using `full_like` instead of `zeros_like` 1172881488
508507478,1290471705 needs work 508507478 #6891 issue resolved 1290471705

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