home / github

Menu
  • GraphQL API
  • Search all tables

pull_requests

Table actions
  • GraphQL API for pull_requests

4 rows where user = 1562854

✎ 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
574661588 MDExOlB1bGxSZXF1ZXN0NTc0NjYxNTg4 4919 closed 0 Update matplotlib's canonical jklymak 1562854 Please see: https://discourse.matplotlib.org/t/canonical-documentation-have-moved/21863 2021-02-17T05:47:38Z 2021-02-17T15:21:15Z 2021-02-17T08:34:02Z 2021-02-17T08:34:01Z cdf7761b80bf509660bbf0fe3392021aa2b5ea20     0 80cd14b36140ac5afaea675056f92240c994ec0b 2ab0666c1fcc493b1e0ebc7db14500c427f8804e CONTRIBUTOR   xarray 13221727 https://github.com/pydata/xarray/pull/4919  
812580433 PR_kwDOAMm_X84wbv5R 6128 closed 0 TST: check datetime converter is Matplotlibs jklymak 1562854 <!-- Feel free to remove check-list items aren't relevant to your change --> - [x] Tests added Adds a test that says what the locator should be if the xaxis is datetime. 2022-01-01T14:02:11Z 2022-01-03T18:14:53Z 2022-01-03T18:14:53Z 2022-01-03T18:14:53Z bc8d7f9e708dd510672fb52e402d988e4e6ee6d6     0 56b7458b918057fa08178e30bfef1547eeca8967 f75c3be583db377e1efe0fb90ece11e79bb4297e CONTRIBUTOR   xarray 13221727 https://github.com/pydata/xarray/pull/6128  
1064496120 PR_kwDOAMm_X84_cuv4 7070 closed 0 DOC: improve name and intro to groupby jklymak 1562854 This is a very small change to the group-by title and an intro sentence. I think sometimes the user docs assume knowledge of pandas GroupBy, whereas I think a decent chunk of xarray users don't have background with pandas. The rest of the tutorial is a really nice overview, but if you are scanning docs, its nice to have the end goal explained. 2022-09-22T18:09:04Z 2022-09-22T20:12:49Z 2022-09-22T20:12:49Z 2022-09-22T20:12:49Z af36e2478ca189561c6175cc5c26a4981df0411d     0 d0d6b45975b5814a1017e24d8ea6cb5c95c151cb e6791852aa7ec0b126048b0986e205e158ab9601 CONTRIBUTOR   xarray 13221727 https://github.com/pydata/xarray/pull/7070  
1252432750 PR_kwDOAMm_X85Kpptu 7555 closed 0 DOC: cross ref the groupby tutorial jklymak 1562854 There are probably many more of these that could be done, but xarray has great explainers that are not linked in the API reference. Not sure if that is on purpose (obviously they are kind of useless if you aren't looking at the http version), but if not, this at least does them for `groupby`, which is something I always need the explainer for... 2023-02-24T00:19:15Z 2023-02-24T17:30:36Z 2023-02-24T17:29:51Z 2023-02-24T17:29:51Z ec1d328f501de503a5c6b7e8ae5195a2bc0cc045     0 01f3653cda02ac6ed3fb870cf0e3d5871edb88ad 4427eaaf418103eca8786af4d97f3d365cbcba63 CONTRIBUTOR   xarray 13221727 https://github.com/pydata/xarray/pull/7555  

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