home / github

Menu
  • GraphQL API
  • Search all tables

labels_pull_requests

Table actions
  • GraphQL API for labels_pull_requests

26 rows where labels_id = 114009979

✎ View and edit SQL

This data as json, CSV (advanced)

Link labels_id pull_requests_id
114009979,18385180 topic-pandas-like 114009979 WIP: Automatic label alignment for mathematical operations 18385180
114009979,18879796 topic-pandas-like 114009979 Implementation of Dataset.apply method 18879796
114009979,19133368 topic-pandas-like 114009979 .loc and .sel support indexing with boolean arrays 19133368
114009979,22404937 topic-pandas-like 114009979 add count() method for missing values to Dataset and DataArray 22404937
114009979,22827874 topic-pandas-like 114009979 Add dropna method to Dataset and DataArray 22827874
114009979,25958168 topic-pandas-like 114009979 Allow for pd.TimedeltaIndex and serialize it to netCDF 25958168
114009979,26349640 topic-pandas-like 114009979 Coerce arrays of datetime.datetime objects into datetime64 26349640
114009979,26546974 topic-pandas-like 114009979 Add attribute style access for variables and attributes 26546974
114009979,26786572 topic-pandas-like 114009979 Switch to use nan-skipping aggregation functions by default and add .median() method 26786572
114009979,27010288 topic-pandas-like 114009979 Skip NA in groupby groups 27010288
114009979,29250720 topic-pandas-like 114009979 Automatic label-based alignment for math and Dataset constructor 29250720
114009979,29863225 topic-pandas-like 114009979 Unify netCDF4 and scipy backends in the public API 29863225
114009979,29964211 topic-pandas-like 114009979 Add Dataset.drop and DataArray.drop 29964211
114009979,30491293 topic-pandas-like 114009979 Add resample, first and last 30491293
114009979,31399492 topic-pandas-like 114009979 ENH: fillna method for Dataset, DataArray and GroupBy objects 31399492
114009979,31706895 topic-pandas-like 114009979 ENH: Add Dataset.assign and .assign_coords 31706895
114009979,37376969 topic-pandas-like 114009979 Add pipe method copied from pandas 37376969
114009979,66897722 topic-pandas-like 114009979 WIP for transitioning from Panel docs 66897722
114009979,104726723 topic-pandas-like 114009979 CFTimeIndex 104726723
114009979,106592251 topic-pandas-like 114009979 Groupby-like API for resampling 106592251
114009979,112493348 topic-pandas-like 114009979 Add how=count option to resample 112493348
114009979,130619619 topic-pandas-like 114009979 Fix test suite failure in TestDataset.test_sel 130619619
114009979,132443298 topic-pandas-like 114009979 lazily load dask arrays to dask data frames by calling to_dask_dataframe  132443298
114009979,1120402737 topic-pandas-like 114009979 Enable `origin` and `offset` arguments in `resample` 1120402737
114009979,1580738343 topic-pandas-like 114009979 Port fix from pandas-dev/pandas#55283 to cftime resample 1580738343
114009979,1686714592 topic-pandas-like 114009979 rename "Y" freq string to "YE" (pandas parity) 1686714592

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