home / github

Menu
  • Search all tables
  • GraphQL API

issues

Table actions
  • GraphQL API for issues

4 rows where state = "closed", type = "pull" and user = 4666753 sorted by updated_at descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

type 1

  • pull · 4 ✖

state 1

  • closed · 4 ✖

repo 1

  • xarray 4
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
1177669703 PR_kwDOAMm_X84029qU 6402 No chunk warning if empty jaicher 4666753 closed 0     6 2022-03-23T06:43:54Z 2022-04-09T20:27:46Z 2022-04-09T20:27:40Z CONTRIBUTOR   0 pydata/xarray/pulls/6402
  • [x] Closes #6401
  • [x] Tests added
  • [x] User visible changes (including notable bug fixes) are documented in whats-new.rst
{
    "url": "https://api.github.com/repos/pydata/xarray/issues/6402/reactions",
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
    xarray 13221727 pull
1076384122 PR_kwDOAMm_X84vp8Ru 6064 Revert "Single matplotlib import" jaicher 4666753 closed 0     3 2021-12-10T03:24:54Z 2021-12-29T07:56:59Z 2021-12-29T07:56:59Z CONTRIBUTOR   0 pydata/xarray/pulls/6064

Revert pydata/xarray#5794, which causes failure to import when used without display (issue #6062).

  • [ ] Closes #6102
  • [ ] Closes #6062
{
    "url": "https://api.github.com/repos/pydata/xarray/issues/6064/reactions",
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
    xarray 13221727 pull
980605063 MDExOlB1bGxSZXF1ZXN0NzIwODExNjQ4 5742 Fix saving chunked datasets with zero length dimensions jaicher 4666753 closed 0     2 2021-08-26T20:12:08Z 2021-10-10T00:12:34Z 2021-10-10T00:02:42Z CONTRIBUTOR   0 pydata/xarray/pulls/5742

This fixes #5741 by loading to memory all variables with zero length before saving with Dataset.to_zarr()

  • [x] Closes #5741
  • [x] Tests added
  • [x] Passes pre-commit run --all-files
  • [x] User visible changes (including notable bug fixes) are documented in whats-new.rst
{
    "url": "https://api.github.com/repos/pydata/xarray/issues/5742/reactions",
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
    xarray 13221727 pull
559958918 MDExOlB1bGxSZXF1ZXN0MzcxMDM0MDY2 3752 Fix swap_dims() index names (issue #3748) jaicher 4666753 closed 0     5 2020-02-04T20:25:18Z 2020-02-24T23:33:05Z 2020-02-24T22:34:59Z CONTRIBUTOR   0 pydata/xarray/pulls/3752
  • [x] Closes #3748
  • [x] Tests added
  • [x] Passes isort -rc . && black . && mypy . && flake8
  • [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/3752/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 30.769ms · About: xarray-datasette