home / github

Menu
  • GraphQL API
  • Search all tables

issues

Table actions
  • GraphQL API for issues

3 rows where type = "pull" and user = 37740986 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)

state 2

  • closed 2
  • open 1

type 1

  • pull · 3 ✖

repo 1

  • xarray 3
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
922926807 MDExOlB1bGxSZXF1ZXN0NjcxNzQ0NjMw 5477 Fix issue tuple as dimension thomashirtz 37740986 open 0     8 2021-06-16T18:01:47Z 2022-11-22T14:22:33Z   CONTRIBUTOR   0 pydata/xarray/pulls/5477

I edited dataset in core to try to solve the issue 4821. Some tests are still currently missing, also I believe there is still one more issue related to using tuple as dim.

The code xr.Dataset({"a": ([("a", "b")], [1])}) does not error yet.

  • [ ] Closes #4821
  • [ ] Tests added
  • [x] Passes pre-commit run --all-files
  • [ ] User visible changes (including notable bug fixes) are documented in whats-new.rst
{
    "url": "https://api.github.com/repos/pydata/xarray/issues/5477/reactions",
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
    xarray 13221727 pull
908651787 MDExOlB1bGxSZXF1ZXN0NjU5MzEyMjIx 5425 Error concat dataset and dataarray thomashirtz 37740986 closed 0     13 2021-06-01T20:12:24Z 2021-06-08T16:00:53Z 2021-06-04T22:05:30Z CONTRIBUTOR   0 pydata/xarray/pulls/5425

I inadvertently closed the first PR

Pull related to the issue 5051

  • [x] Closes #5051
  • [x] Passes pre-commit run --all-files
{
    "url": "https://api.github.com/repos/pydata/xarray/issues/5425/reactions",
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
    xarray 13221727 pull
905848466 MDExOlB1bGxSZXF1ZXN0NjU2ODk3OTI0 5397 Add type checking when concat thomashirtz 37740986 closed 0     5 2021-05-28T18:19:20Z 2021-06-01T20:06:32Z 2021-06-01T20:06:32Z CONTRIBUTOR   0 pydata/xarray/pulls/5397

Pull related to the issue 5051 (I was not so sure about the Error message, please check if it is acceptable)

  • [ ] Closes #5051
  • [ ] Passes pre-commit run --all-files
{
    "url": "https://api.github.com/repos/pydata/xarray/issues/5397/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.002ms · About: xarray-datasette