home / github

Menu
  • Search all tables
  • GraphQL API

issues_labels

Table actions
  • GraphQL API for issues_labels

50 rows where labels_id = 508507478

✎ View and edit SQL

This data as json, CSV (advanced)

Link labels_id issues_id
145140657,508507478 needs work 508507478 xarray to and from iris 145140657
146079798,508507478 needs work 508507478 modified: xarray/backends/api.py 146079798
161435547,508507478 needs work 508507478 Add concat_dimensions kwarg to decode_cf 161435547
164948082,508507478 needs work 508507478 Tweaks for opening datasets 164948082
168272291,508507478 needs work 508507478 WIP: progress toward making groupby work with multiple arguments 168272291
200593854,508507478 needs work 508507478 transfer projection to implied subplots when faceting 200593854
212471682,508507478 needs work 508507478 BUG/TST: Retain encoding upon concatenation 212471682
214448749,508507478 needs work 508507478 Docs: don't mention inferring `dims` from `coords` 214448749
228036180,508507478 needs work 508507478 BUG: Allow unsigned integer indexing, fixes #1405 228036180
230566456,508507478 needs work 508507478 Adding arbitrary object serialization 230566456
231308952,508507478 needs work 508507478 scalar_level in MultiIndex 231308952
232995032,508507478 needs work 508507478 Fixing GH1434 xr.concat loses coordinate dtype information with recarrays in 0.9 232995032
235542564,508507478 needs work 508507478 inconsistent time.units fmt in encode_cf_datetime 235542564
255813811,508507478 needs work 508507478 fix unintentional skipped tests 255813811
270209165,508507478 needs work 508507478 Use numpy's normalize_axis_index, if available 270209165
270677100,508507478 needs work 508507478 Add option “engine” 270677100
270701183,508507478 needs work 508507478 Add h5netcdf to the engine import hierarchy 270701183
271045071,508507478 needs work 508507478 Add names for test failures 271045071
272325640,508507478 needs work 508507478 fix empty dataset from_dict 272325640
274281232,508507478 needs work 508507478 1D line plot with data on both axes + errorbar plotting added 274281232
275943854,508507478 needs work 508507478 Colorbar to FacetGrid plots 275943854
288365213,508507478 needs work 508507478 Align DataArrays based on coords in Dataset constructor 288365213
301856320,508507478 needs work 508507478 Fix maybe_promote 301856320
308039063,508507478 needs work 508507478 rolling: periodic 308039063
320632674,508507478 needs work 508507478 ENH: added FacetGrid functionality to line plots 320632674
325609580,508507478 needs work 508507478 Datasets more robust to non-string keys 325609580
400444797,508507478 needs work 508507478 Enable resampling on PeriodIndex 400444797
409618015,508507478 needs work 508507478 ENH - Adding Pseudo-Inverse to computation.py 409618015
490228661,508507478 needs work 508507478 Add hypothesis test for netCDF4 roundtrip 490228661
497416198,508507478 needs work 508507478 Provide better error message when dimension name matches argument 497416198
535686852,508507478 needs work 508507478 Strided rolling 535686852
802431534,508507478 needs work 508507478 Refactor line plotting 802431534
895983112,508507478 needs work 508507478 Add xarray.backends.NoMatchingEngineError 895983112
906023492,508507478 needs work 508507478 Multidimensional histogram 906023492
922926807,508507478 needs work 508507478 Fix issue tuple as dimension 922926807
925098557,508507478 needs work 508507478 Fix bug when querying unnamed dataarray 925098557
925533850,508507478 needs work 508507478 fix dtype complex for rasterio backend 925533850
931016490,508507478 needs work 508507478 Do not transpose 1d arrays during interpolation 931016490
1025873622,508507478 needs work 508507478 Optional tolerance feature to isin per issue #5587 1025873622
1043746973,508507478 needs work 508507478 Reimplement `.polyfit()` with `apply_ufunc` 1043746973
1046625905,508507478 needs work 508507478 pre-commit: autoupdate hook versions 1046625905
1051491070,508507478 needs work 508507478 Added ramba to duck type. 1051491070
1165049509,508507478 needs work 508507478 Del _FillValue from coordinates at cf_encoder 1165049509
1215946244,508507478 needs work 508507478 Add allow_failures flag to Dataset.curve_fit 1215946244
1216647336,508507478 needs work 508507478 Move license from readme to LICENSE 1216647336
1309966595,508507478 needs work 508507478 Improved CF decoding 1309966595
1368900431,508507478 needs work 508507478 Typing of abstract base classes 1368900431
1412901282,508507478 needs work 508507478 add MultiPandasIndex helper class 1412901282
1505375386,508507478 needs work 508507478 implement `isnull` using `full_like` instead of `zeros_like` 1505375386
1641066944,508507478 needs work 508507478 #6891 issue resolved 1641066944

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