home / github

Menu
  • Search all tables
  • GraphQL API

labels_pull_requests

Table actions
  • GraphQL API for labels_pull_requests

45 rows where labels_id = 178900142

✎ View and edit SQL

This data as json, CSV (advanced)

Link labels_id pull_requests_id
178900142,29671328 topic-groupby 178900142 Cleanly apply generic ndarrays to DataArray.groupby 29671328
178900142,30491293 topic-groupby 178900142 Add resample, first and last 30491293
178900142,79321657 topic-groupby 178900142 WIP: progress toward making groupby work with multiple arguments 79321657
178900142,106592251 topic-groupby 178900142 Groupby-like API for resampling 106592251
178900142,672129768 topic-groupby 178900142 Implement weighted groupby 672129768
178900142,887039314 topic-groupby 178900142 make more args kw only (except 'dim') 887039314
178900142,965064324 topic-groupby 178900142 Refactor GroupBy init to avoid factorization 965064324
178900142,1009012459 topic-groupby 178900142 Bump minimum numpy version to 1.20 1009012459
178900142,1053725822 topic-groupby 178900142 Preserve all attrs with GroupBy by default. 1053725822
178900142,1059101427 topic-groupby 178900142 Add Ellipsis typehint to reductions 1059101427
178900142,1059570251 topic-groupby 178900142 Add parse_dims func 1059570251
178900142,1071450326 topic-groupby 178900142 Fix to_index(): return multiindex level as single index 1071450326
178900142,1082423634 topic-groupby 178900142 Cumulative examples 1082423634
178900142,1097656224 topic-groupby 178900142 Fix binning when labels are provided. 1097656224
178900142,1097681533 topic-groupby 178900142 Save groupby codes after factorizing, pass to flox 1097681533
178900142,1139511392 topic-groupby 178900142 Enable mypy warn unused ignores 1139511392
178900142,1188760843 topic-groupby 178900142 Change .groupby fastpath to work for monotonic increasing and decreasing 1188760843
178900142,1199410428 topic-groupby 178900142 Preserve `base` and `loffset` arguments in `resample` 1199410428
178900142,1210897214 topic-groupby 178900142 bump minimum versions, drop py38 1210897214
178900142,1230953781 topic-groupby 178900142 [pre-commit.ci] pre-commit autoupdate 1230953781
178900142,1254760277 topic-groupby 178900142 Introduce Grouper objects internally 1254760277
178900142,1281078388 topic-groupby 178900142 Set copy=False when calling pd.Series 1281078388
178900142,1291547134 topic-groupby 178900142 Automatically chunk `other` in GroupBy binary ops. 1291547134
178900142,1308410835 topic-groupby 178900142 Fix typo 1308410835
178900142,1317021211 topic-groupby 178900142 Fix binning by unsorted array 1317021211
178900142,1320055632 topic-groupby 178900142 Fix groupby_bins when labels are specified 1320055632
178900142,1332601775 topic-groupby 178900142 Speed up .dt accessor by preserving Index objects. 1332601775
178900142,1332926799 topic-groupby 178900142 Fix groupby binary ops when grouped array is subset relative to other 1332926799
178900142,1335411634 topic-groupby 178900142 Fix `min_count` behaviour with flox. 1335411634
178900142,1342559704 topic-groupby 178900142 GroupBy: Fix reducing by subset of grouper dims 1342559704
178900142,1342910517 topic-groupby 178900142 Fix .groupby(multi index level) 1342910517
178900142,1393236284 topic-groupby 178900142 Fix regression with grouper object on an IndexVariable 1393236284
178900142,1450661702 topic-groupby 178900142 (chore) min versions bump 1450661702
178900142,1478281568 topic-groupby 178900142 initial refactor for NamedArray 1478281568
178900142,1520536479 topic-groupby 178900142 flox: Set fill_value=np.nan always. 1520536479
178900142,1520596184 topic-groupby 178900142 Use a bound `TypeVar` for `DataArray` and `Dataset` methods 1520596184
178900142,1558999807 topic-groupby 178900142 Move parallelcompat and chunkmanagers to NamedArray 1558999807
178900142,1573797440 topic-groupby 178900142 Fix typos found by codespell 1573797440
178900142,1575704238 topic-groupby 178900142 [namedarray] split `.set_dims()` into `.expand_dims()` and `broadcast_to()` 1575704238
178900142,1595428729 topic-groupby 178900142 Rename `to_array` to `to_dataarray` 1595428729
178900142,1626146371 topic-groupby 178900142 Deprecate ds.dims returning dict 1626146371
178900142,1626474964 topic-groupby 178900142 Deprecate `squeeze` in GroupBy. 1626474964
178900142,1626481481 topic-groupby 178900142 Deprecate `squeeze` in GroupBy. 1626481481
178900142,1626560539 topic-groupby 178900142 Proof of concept - public Grouper objects 1626560539
178900142,1797940667 topic-groupby 178900142 Add typing to test_groupby.py 1797940667

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