home / github

Menu
  • GraphQL API
  • Search all tables

issues

Table actions
  • GraphQL API for issues

5 rows where user = 32473508 sorted by updated_at descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

type 1

  • pull 5

state 1

  • closed 5

repo 1

  • xarray 5
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
470712573 MDExOlB1bGxSZXF1ZXN0Mjk5NTg5Njg3 3153 BUG fix +test .sel method gives error with float32 values HasanAhmadQ7 32473508 closed 0     9 2019-07-20T20:39:48Z 2019-08-10T22:26:45Z 2019-08-10T22:24:27Z CONTRIBUTOR   0 pydata/xarray/pulls/3153

.sel method gives error when it is used to select float32 values

  • [x] Closes #3137
  • [x] Tests added
{
    "url": "https://api.github.com/repos/pydata/xarray/issues/3153/reactions",
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
    xarray 13221727 pull
476444264 MDExOlB1bGxSZXF1ZXN0MzAzOTk1NTQw 3181 BUG: fix + test open_mfdataset fails on variable attributes with list… HasanAhmadQ7 32473508 closed 0     3 2019-08-03T11:49:24Z 2019-08-04T17:41:33Z 2019-08-04T17:41:32Z CONTRIBUTOR   0 pydata/xarray/pulls/3181

… type

  • [x] Closes #3034
  • [x] Tests added
  • [x] Fully documented, including whats-new.rst for all changes
{
    "url": "https://api.github.com/repos/pydata/xarray/issues/3181/reactions",
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
    xarray 13221727 pull
470770984 MDExOlB1bGxSZXF1ZXN0Mjk5NjI5MDA1 3156 BUG: fix+test groupby on empty DataArray raises StopIteration HasanAhmadQ7 32473508 closed 0     3 2019-07-21T11:27:25Z 2019-07-23T02:04:46Z 2019-07-23T01:04:35Z CONTRIBUTOR   0 pydata/xarray/pulls/3156

Using groupby on an empty DataArray or Dataset raises StopIteration. It should raise a more meaningful error.

  • [x] Closes #3037
  • [x] Tests added
{
    "url": "https://api.github.com/repos/pydata/xarray/issues/3156/reactions",
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
    xarray 13221727 pull
470717433 MDExOlB1bGxSZXF1ZXN0Mjk5NTkyODU5 3155 WIP_BUG : fix CI for py 36 HasanAhmadQ7 32473508 closed 0     1 2019-07-20T21:45:33Z 2019-07-20T22:31:38Z 2019-07-20T22:22:28Z CONTRIBUTOR   0 pydata/xarray/pulls/3155
{
    "url": "https://api.github.com/repos/pydata/xarray/issues/3155/reactions",
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
    xarray 13221727 pull
470707578 MDExOlB1bGxSZXF1ZXN0Mjk5NTg2MjEx 3152 BUG fix +test .sel method gives error with float32 values HasanAhmadQ7 32473508 closed 0     1 2019-07-20T19:37:06Z 2019-07-20T20:34:17Z 2019-07-20T20:34:17Z CONTRIBUTOR   0 pydata/xarray/pulls/3152

.sel method gives error when it is used to select float32 values

  • [x] Closes #3137
  • [x] Tests added
{
    "url": "https://api.github.com/repos/pydata/xarray/issues/3152/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 22.082ms · About: xarray-datasette