home / github

Menu
  • Search all tables
  • GraphQL API

labels_pull_requests

Table actions
  • GraphQL API for labels_pull_requests

62 rows where labels_id = 135761084

✎ View and edit SQL

This data as json, CSV (advanced)

Link labels_id pull_requests_id
135761084,25802877 topic-indexing 135761084 Support using dictionaries for labeled indexing 25802877
135761084,25958168 topic-indexing 135761084 Allow for pd.TimedeltaIndex and serialize it to netCDF 25958168
135761084,35192074 topic-indexing 135761084 ENH: Add .sel() method to Dataset and DataArray 35192074
135761084,40324635 topic-indexing 135761084 Add pointwise indexing via isel_points method 40324635
135761084,41394276 topic-indexing 135761084 Add sel_points for point-wise indexing by label 41394276
135761084,41528746 topic-indexing 135761084 Clarify rules for copies vs views when indexing 41528746
135761084,120138848 topic-indexing 135761084 BUG: Allow unsigned integer indexing, fixes #1405 120138848
135761084,122418207 topic-indexing 135761084 scalar_level in MultiIndex 122418207
135761084,128471998 topic-indexing 135761084 Argmin indexes 128471998
135761084,129588481 topic-indexing 135761084 WIP: indexing with broadcasting 129588481
135761084,397320781 topic-indexing 135761084 sel along 1D non-index coordinates 397320781
135761084,581821524 topic-indexing 135761084 implemented pad with new-indexes 581821524
135761084,709187466 topic-indexing 135761084 Explicit indexes 709187466
135761084,760167667 topic-indexing 135761084 Allow indexing unindexed dimensions using dask arrays 760167667
135761084,832430411 topic-indexing 135761084 MAINT: pandas 1.4: no longer use get_loc with method 832430411
135761084,998487440 topic-indexing 135761084 display the indexes in the string reprs 998487440
135761084,1009012459 topic-indexing 135761084 Bump minimum numpy version to 1.20 1009012459
135761084,1016457019 topic-indexing 135761084 Avoid calling np.asarray on lazy indexing classes 1016457019
135761084,1042357878 topic-indexing 135761084 Add set_xindex and drop_indexes methods 1042357878
135761084,1043726871 topic-indexing 135761084 Add documentation on custom indexes 1043726871
135761084,1046566934 topic-indexing 135761084 Review (re)set_index 1046566934
135761084,1048613040 topic-indexing 135761084 Misc. fixes for Indexes with pd.Index objects 1048613040
135761084,1048884296 topic-indexing 135761084 Rework PandasMultiIndex.sel internals 1048884296
135761084,1052339012 topic-indexing 135761084 Generalize handling of chunked array types 1052339012
135761084,1052467823 topic-indexing 135761084 Typing of abstract base classes 1052467823
135761084,1067704855 topic-indexing 135761084 Fix deepcopy of Variables and DataArrays 1067704855
135761084,1071450326 topic-indexing 135761084 Fix to_index(): return multiindex level as single index 1071450326
135761084,1080218934 topic-indexing 135761084 Fixes deepcopy of Index 1080218934
135761084,1089738782 topic-indexing 135761084 Lazy Imports 1089738782
135761084,1090510499 topic-indexing 135761084 add MultiPandasIndex helper class 1090510499
135761084,1090532733 topic-indexing 135761084 use `_repr_inline_` for indexes that define it 1090532733
135761084,1098015732 topic-indexing 135761084 Optimize some copying 1098015732
135761084,1098978950 topic-indexing 135761084 Pass indexes directly to the DataArray and Dataset constructors 1098978950
135761084,1100227080 topic-indexing 135761084 join together duplicate entries in the text `repr` 1100227080
135761084,1139511392 topic-indexing 135761084 Enable mypy warn unused ignores 1139511392
135761084,1154470307 topic-indexing 135761084 Expose "Coordinates" as part of Xarray's public API 1154470307
135761084,1166747288 topic-indexing 135761084 Some alignment optimizations 1166747288
135761084,1171669896 topic-indexing 135761084 Preserve original dtype when accessing MultiIndex levels 1171669896
135761084,1210479701 topic-indexing 135761084 Lint with ruff 1210479701
135761084,1210897214 topic-indexing 135761084 bump minimum versions, drop py38 1210897214
135761084,1230953781 topic-indexing 135761084 [pre-commit.ci] pre-commit autoupdate 1230953781
135761084,1263301043 topic-indexing 135761084 Fix lazy negative slice rewriting. 1263301043
135761084,1303345223 topic-indexing 135761084 `pandas=2.0` support 1303345223
135761084,1305479032 topic-indexing 135761084 Avoid recasting a CFTimeIndex 1305479032
135761084,1335673210 topic-indexing 135761084 Generalize delayed 1335673210
135761084,1337758866 topic-indexing 135761084 Array API fixes for astype 1337758866
135761084,1341164035 topic-indexing 135761084 Improve concat performance 1341164035
135761084,1435996321 topic-indexing 135761084 Allow opening datasets with nD dimenson coordinate variables. 1435996321
135761084,1479306486 topic-indexing 135761084 Consistently report all dimensions in error messages if invalid dimensions are given 1479306486
135761084,1487590692 topic-indexing 135761084 Better error message when trying to set an index from a scalar coordinate 1487590692
135761084,1488345780 topic-indexing 135761084 Alignment: allow flexible index coordinate order 1488345780
135761084,1496182200 topic-indexing 135761084 More flexible index variables 1496182200
135761084,1497266410 topic-indexing 135761084 Add Index.load() and Index.chunk() methods 1497266410
135761084,1500283634 topic-indexing 135761084 Deprecate passing pd.MultiIndex implicitly 1500283634
135761084,1501219392 topic-indexing 135761084 Deprecate the multi-index dimension coordinate 1501219392
135761084,1501781892 topic-indexing 135761084 [pre-commit.ci] pre-commit autoupdate 1501781892
135761084,1508705350 topic-indexing 135761084 Fix typos 1508705350
135761084,1522349757 topic-indexing 135761084 Convert `indexes.py` to use `Self` for typing 1522349757
135761084,1557577913 topic-indexing 135761084 Align MemoryCachedArray and PandasIndexingAdapter more 1557577913
135761084,1558999807 topic-indexing 135761084 Move parallelcompat and chunkmanagers to NamedArray 1558999807
135761084,1585357989 topic-indexing 135761084 Generalize explicit_indexing_adapter 1585357989
135761084,1832729498 topic-indexing 135761084 Option to not auto-create index during expand_dims 1832729498

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