home / github

Menu
  • GraphQL API
  • Search all tables

pull_requests

Table actions
  • GraphQL API for pull_requests

2 rows where user = 10819524

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: created_at (date), updated_at (date), closed_at (date), merged_at (date)

id ▼ node_id number state locked title user body created_at updated_at closed_at merged_at merge_commit_sha assignee milestone draft head base author_association auto_merge repo url merged_by
278307242 MDExOlB1bGxSZXF1ZXN0Mjc4MzA3MjQy 2957 closed 0 DOC: Added xclim to related projects Zeitsperre 10819524 This PR adds the [xclim](https://github.com/Ouranosinc/xclim) project to the list of related projects. Xclim is a reimplementation of ICCLIM indicators (and others) used in climate science research and leverages xarray, dask and pint to produce CF-Compliant climate indices in NetCDF4 format. For more information, see: https://xclim.readthedocs.io/en/latest/ Cheers, 2019-05-13T14:45:27Z 2019-05-13T17:06:58Z 2019-05-13T17:06:55Z 2019-05-13T17:06:55Z 1e35327d5787f7f5f197a8587cfdae213bea2d1e     0 a9521b6da2034591035f398b83e7a576e415760a 698293e6cdff8be94464af00e8b8f171e8fd1557 CONTRIBUTOR   xarray 13221727 https://github.com/pydata/xarray/pull/2957  
1692688813 PR_kwDOAMm_X85k5GGt 8647 closed 0 use first element of residual in _nonpolyfit_1d Zeitsperre 10819524 <!-- Feel free to remove check-list items aren't relevant to your change --> This is a very small change to silence a `numpy`-related warning. If more information/documentation is needed, I can adjust as needed! 2024-01-23T22:53:44Z 2024-01-24T00:03:14Z 2024-01-23T23:46:26Z 2024-01-23T23:46:26Z 75075c85a01c73fa6d46bf72d1e55e8f0ddc6d4a     0 ae56ef1fdb651122c8107c2590fc41db9368ffa2 15fb1d8abf62f15c96b44ffb235fcd98fbe4fd21 CONTRIBUTOR   xarray 13221727 https://github.com/pydata/xarray/pull/8647  

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

CREATE TABLE [pull_requests] (
   [id] INTEGER PRIMARY KEY,
   [node_id] TEXT,
   [number] INTEGER,
   [state] TEXT,
   [locked] INTEGER,
   [title] TEXT,
   [user] INTEGER REFERENCES [users]([id]),
   [body] TEXT,
   [created_at] TEXT,
   [updated_at] TEXT,
   [closed_at] TEXT,
   [merged_at] TEXT,
   [merge_commit_sha] TEXT,
   [assignee] INTEGER REFERENCES [users]([id]),
   [milestone] INTEGER REFERENCES [milestones]([id]),
   [draft] INTEGER,
   [head] TEXT,
   [base] TEXT,
   [author_association] TEXT,
   [auto_merge] TEXT,
   [repo] INTEGER REFERENCES [repos]([id]),
   [url] TEXT,
   [merged_by] INTEGER REFERENCES [users]([id])
);
CREATE INDEX [idx_pull_requests_merged_by]
    ON [pull_requests] ([merged_by]);
CREATE INDEX [idx_pull_requests_repo]
    ON [pull_requests] ([repo]);
CREATE INDEX [idx_pull_requests_milestone]
    ON [pull_requests] ([milestone]);
CREATE INDEX [idx_pull_requests_assignee]
    ON [pull_requests] ([assignee]);
CREATE INDEX [idx_pull_requests_user]
    ON [pull_requests] ([user]);
Powered by Datasette · Queries took 32.154ms · About: xarray-datasette