home / github

Menu
  • GraphQL API
  • Search all tables

labels_pull_requests

Table actions
  • GraphQL API for labels_pull_requests

36 rows where labels_id = 156998660

✎ View and edit SQL

This data as json, CSV (advanced)

Link labels_id pull_requests_id
156998660,26410800 topic-CF conventions 156998660 BUG: fix string <-> char conversion for non-contiguous arrays 26410800
156998660,26443413 topic-CF conventions 156998660 Better decoding of netCDF times 26443413
156998660,27392995 topic-CF conventions 156998660 More robust CF datetime unit parsing 27392995
156998660,28617914 topic-CF conventions 156998660 Fix decoding missing coordinates 28617914
156998660,29783867 topic-CF conventions 156998660 Improved error handling for datetime decoding errors 29783867
156998660,34482215 topic-CF conventions 156998660 Support reading and writing milliseconds/microseconds 34482215
156998660,42315878 topic-CF conventions 156998660 Issue #526 F8 values are incorrectly coerced to F4 when writing NETCD… 42315878
156998660,70302527 topic-CF conventions 156998660 roundtrip boolean datatype 70302527
156998660,74610566 topic-CF conventions 156998660 Add concat_dimensions kwarg to decode_cf 74610566
156998660,104726723 topic-CF conventions 156998660 CFTimeIndex 104726723
156998660,125355129 topic-CF conventions 156998660 inconsistent time.units fmt in encode_cf_datetime 125355129
156998660,125510157 topic-CF conventions 156998660 Automate interpretation of _Unsigned attribute 125510157
156998660,219752917 topic-CF conventions 156998660 WIP: sketch of resample support for CFTimeIndex 219752917
156998660,541231674 topic-CF conventions 156998660 Raise an informative error message when object array has mixed types 541231674
156998660,1052339012 topic-CF conventions 156998660 Generalize handling of chunked array types 1052339012
156998660,1064276477 topic-CF conventions 156998660 More Array API changes 1064276477
156998660,1067602992 topic-CF conventions 156998660 solve a bug when the units attribute is not a string  1067602992
156998660,1081069771 topic-CF conventions 156998660 Include variable name in message if `decode_cf_variable` raises an error 1081069771
156998660,1159259492 topic-CF conventions 156998660 Improve performance for backend datetime handling 1159259492
156998660,1210479701 topic-CF conventions 156998660 Lint with ruff 1210479701
156998660,1210897214 topic-CF conventions 156998660 bump minimum versions, drop py38 1210897214
156998660,1215855274 topic-CF conventions 156998660 Update error message when saving multiindex 1215855274
156998660,1283970254 topic-CF conventions 156998660 cf-coding 1283970254
156998660,1289984095 topic-CF conventions 156998660 Updated documentation 1289984095
156998660,1299340017 topic-CF conventions 156998660 deprecate encoding setters 1299340017
156998660,1302641942 topic-CF conventions 156998660 Implement more Variable Coders 1302641942
156998660,1302651428 topic-CF conventions 156998660 preserve boolean dtype in encoding 1302651428
156998660,1359566001 topic-CF conventions 156998660 CF encoding should preserve vlen dtype for empty arrays 1359566001
156998660,1361893722 topic-CF conventions 156998660 preserve vlen string dtypes, allow vlen string fill_values 1361893722
156998660,1457018637 topic-CF conventions 156998660 sort when encoding coordinates for deterministic outputs 1457018637
156998660,1501781892 topic-CF conventions 156998660 [pre-commit.ci] pre-commit autoupdate 1501781892
156998660,1503215624 topic-CF conventions 156998660 Add support for netCDF4.EnumType 1503215624
156998660,1518276705 topic-CF conventions 156998660 decode variable with mismatched coordinate attribute 1518276705
156998660,1535669496 topic-CF conventions 156998660 Omit coordinates using False instead of None 1535669496
156998660,1558999807 topic-CF conventions 156998660 Move parallelcompat and chunkmanagers to NamedArray 1558999807
156998660,1600906396 topic-CF conventions 156998660 Add keep_variables keyword to open_dataset() 1600906396

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