home / github

Menu
  • GraphQL API
  • Search all tables

issues

Table actions
  • GraphQL API for issues

6 rows where state = "closed", type = "pull" and user = 4711805 sorted by updated_at descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: title, comments, body, created_at (date), updated_at (date), closed_at (date)

type 1

  • pull · 6 ✖

state 1

  • closed · 6 ✖

repo 1

  • xarray 6
id node_id number title user state locked assignee milestone comments created_at updated_at ▲ closed_at author_association active_lock_reason draft pull_request body reactions performed_via_github_app state_reason repo type
736092268 MDExOlB1bGxSZXF1ZXN0NTE1MzY2NzA3 4564 Add xtrude project to documentation davidbrochart 4711805 closed 0     1 2020-11-04T12:54:20Z 2020-11-04T16:00:34Z 2020-11-04T15:57:11Z CONTRIBUTOR   0 pydata/xarray/pulls/4564
{
    "url": "https://api.github.com/repos/pydata/xarray/issues/4564/reactions",
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
    xarray 13221727 pull
649683292 MDExOlB1bGxSZXF1ZXN0NDQzMzEzNDMz 4192 Fix typo davidbrochart 4711805 closed 0     1 2020-07-02T06:51:56Z 2020-07-02T12:15:07Z 2020-07-02T12:09:38Z CONTRIBUTOR   0 pydata/xarray/pulls/4192
{
    "url": "https://api.github.com/repos/pydata/xarray/issues/4192/reactions",
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
    xarray 13221727 pull
615837634 MDExOlB1bGxSZXF1ZXN0NDE2MDY2MTEz 4051 Add xarray-leaflet to the visualization projects davidbrochart 4711805 closed 0     3 2020-05-11T12:13:53Z 2020-05-11T20:01:30Z 2020-05-11T14:54:28Z CONTRIBUTOR   0 pydata/xarray/pulls/4051
{
    "url": "https://api.github.com/repos/pydata/xarray/issues/4051/reactions",
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
    xarray 13221727 pull
467805570 MDExOlB1bGxSZXF1ZXN0Mjk3Mzc0NDIw 3123 to_zarr(append_dim='dim0') doesn't need mode='a' davidbrochart 4711805 closed 0     4 2019-07-14T07:36:11Z 2019-07-29T18:49:12Z 2019-07-29T15:54:45Z CONTRIBUTOR   0 pydata/xarray/pulls/3123
  • [x] Closes #3100
  • [x] Tests updated
  • [x] Fully documented, including whats-new.rst for all changes and api.rst for new API
{
    "url": "https://api.github.com/repos/pydata/xarray/issues/3123/reactions",
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
    xarray 13221727 pull
385155383 MDExOlB1bGxSZXF1ZXN0MjM0MTg4NTUx 2578 Fix typo davidbrochart 4711805 closed 0     1 2018-11-28T08:34:40Z 2019-07-14T07:25:01Z 2018-11-28T19:26:55Z CONTRIBUTOR   0 pydata/xarray/pulls/2578
{
    "url": "https://api.github.com/repos/pydata/xarray/issues/2578/reactions",
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
    xarray 13221727 pull
463430234 MDExOlB1bGxSZXF1ZXN0MjkzOTExNDgw 3076 Fix error message davidbrochart 4711805 closed 0     1 2019-07-02T20:52:11Z 2019-07-14T07:24:50Z 2019-07-02T21:27:41Z CONTRIBUTOR   0 pydata/xarray/pulls/3076

rechunk is not a methode of DataArray or Dataset, chunk does rechunk.

{
    "url": "https://api.github.com/repos/pydata/xarray/issues/3076/reactions",
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
    xarray 13221727 pull

Advanced export

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

CSV options:

CREATE TABLE [issues] (
   [id] INTEGER PRIMARY KEY,
   [node_id] TEXT,
   [number] INTEGER,
   [title] TEXT,
   [user] INTEGER REFERENCES [users]([id]),
   [state] TEXT,
   [locked] INTEGER,
   [assignee] INTEGER REFERENCES [users]([id]),
   [milestone] INTEGER REFERENCES [milestones]([id]),
   [comments] INTEGER,
   [created_at] TEXT,
   [updated_at] TEXT,
   [closed_at] TEXT,
   [author_association] TEXT,
   [active_lock_reason] TEXT,
   [draft] INTEGER,
   [pull_request] TEXT,
   [body] TEXT,
   [reactions] TEXT,
   [performed_via_github_app] TEXT,
   [state_reason] TEXT,
   [repo] INTEGER REFERENCES [repos]([id]),
   [type] TEXT
);
CREATE INDEX [idx_issues_repo]
    ON [issues] ([repo]);
CREATE INDEX [idx_issues_milestone]
    ON [issues] ([milestone]);
CREATE INDEX [idx_issues_assignee]
    ON [issues] ([assignee]);
CREATE INDEX [idx_issues_user]
    ON [issues] ([user]);
Powered by Datasette · Queries took 24.764ms · About: xarray-datasette