home / github

Menu
  • Search all tables
  • GraphQL API

pull_requests

Table actions
  • GraphQL API for pull_requests

4 rows where user = 8881170

✎ 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
304767119 MDExOlB1bGxSZXF1ZXN0MzA0NzY3MTE5 3188 closed 0 Add climpred to related projects bradyrx 8881170 This adds [`climpred`](https://climpred.readthedocs.io) to the `xarray` related projects page. 2019-08-06T15:16:44Z 2019-08-06T16:04:30Z 2019-08-06T16:02:20Z 2019-08-06T16:02:20Z 55593a8bcaf2edb79034507990eac9c55b41a07d     0 a99e6b0ccf93a002931d7038abc422cde0e1d8cd c34685a34dcd74b18f29ba24fd469ff310016400 CONTRIBUTOR   xarray 13221727 https://github.com/pydata/xarray/pull/3188  
360126098 MDExOlB1bGxSZXF1ZXN0MzYwMTI2MDk4 3667 closed 0 Add map_blocks example to docs bradyrx 8881170 This PR adds an example to the `xr.map_blocks()` docs. It is modeled off of @rabernat's example here: https://nbviewer.jupyter.org/gist/rabernat/30e7b747f0e3583b5b776e4093266114 and was encouraged to be opened via the gitter. It might be slightly large for an example, but I think it shows an applied case to use this in and clears up some common pitfalls (e.g. how to pass args/kwargs). 2020-01-07T18:57:57Z 2020-01-15T00:24:03Z 2020-01-08T17:50:04Z 2020-01-08T17:50:04Z 8fc9ecedc87b5d878363b233e260c87fd632fa0f     0 73df2f5225010c8f7658ebf6d878f2fd1672aee6 db36c5c0cdee2f5313a81fdeca8a8ae5491d1c8f CONTRIBUTOR   xarray 13221727 https://github.com/pydata/xarray/pull/3667  
361528608 MDExOlB1bGxSZXF1ZXN0MzYxNTI4NjA4 3682 closed 0 Add map_blocks example to whats-new bradyrx 8881170 This simply adds the `map_blocks` example from https://github.com/pydata/xarray/pull/3667 to the changelog. 2020-01-10T16:32:16Z 2020-01-10T16:48:36Z 2020-01-10T16:48:32Z 2020-01-10T16:48:31Z e8dbe6ee8cf3d94af0a35e92f7d77b08dc4b95df     0 0b94264e601316e7ae4b8f021ac667a07f49f94e 24f9292114894621d8eb7a4eade6347538ce0d23 CONTRIBUTOR   xarray 13221727 https://github.com/pydata/xarray/pull/3682  
1007727150 PR_kwDOAMm_X848ELIu 6825 closed 0 Add docstring example for xr.open_mfdataset bradyrx 8881170 This adds a short docstring example to `xr.open_mfdataset` to showcase how to pass arguments into `preprocess` for `xr.open_mfdataset`. It wasn't very clear before how to do this, and this hopefully will show an easy and minimal pathway to doing so. - [X] Closes https://github.com/pydata/xarray/discussions/6820 2022-07-25T20:17:31Z 2022-07-25T21:28:25Z 2022-07-25T21:28:25Z 2022-07-25T21:28:25Z 491fb16073ba72e5774387d0e94a3077459249f2     0 2e6ee8910248deae538b4cc57bc83f17dc92431b cbd1d4069e1afc5471deb4b427d0f68f0f038469 CONTRIBUTOR
{
    "enabled_by": {
        "login": "dcherian",
        "id": 2448579,
        "node_id": "MDQ6VXNlcjI0NDg1Nzk=",
        "avatar_url": "https://avatars.githubusercontent.com/u/2448579?v=4",
        "gravatar_id": "",
        "url": "https://api.github.com/users/dcherian",
        "html_url": "https://github.com/dcherian",
        "followers_url": "https://api.github.com/users/dcherian/followers",
        "following_url": "https://api.github.com/users/dcherian/following{/other_user}",
        "gists_url": "https://api.github.com/users/dcherian/gists{/gist_id}",
        "starred_url": "https://api.github.com/users/dcherian/starred{/owner}{/repo}",
        "subscriptions_url": "https://api.github.com/users/dcherian/subscriptions",
        "organizations_url": "https://api.github.com/users/dcherian/orgs",
        "repos_url": "https://api.github.com/users/dcherian/repos",
        "events_url": "https://api.github.com/users/dcherian/events{/privacy}",
        "received_events_url": "https://api.github.com/users/dcherian/received_events",
        "type": "User",
        "site_admin": false
    },
    "merge_method": "squash",
    "commit_title": "Add docstring example for xr.open_mfdataset (#6825)",
    "commit_message": "Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>\r\nCo-authored-by: Deepak Cherian <dcherian@users.noreply.github.com>"
}
xarray 13221727 https://github.com/pydata/xarray/pull/6825  

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