issues
6 rows where type = "pull" and user = 46687291 sorted by updated_at descending
This data as json, CSV (advanced)
Suggested facets: body, created_at (date), updated_at (date), closed_at (date)
| 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 916710879 | MDExOlB1bGxSZXF1ZXN0NjY2MzQ2NzMy | 5457 | add xarray tutorial | jukent 46687291 | closed | 0 | 4 | 2021-06-09T22:10:44Z | 2021-06-15T14:59:28Z | 2021-06-15T14:33:27Z | CONTRIBUTOR | 0 | pydata/xarray/pulls/5457 | Added today's seminar by @andersy005 to the tutorials and videos page per conversation with @dcherian. |
{
"url": "https://api.github.com/repos/pydata/xarray/issues/5457/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
xarray 13221727 | pull | |||||
| 683115879 | MDExOlB1bGxSZXF1ZXN0NDcxMjU4MTc1 | 4360 | Preserve attrs with coarsen | jukent 46687291 | closed | 0 | 6 | 2020-08-20T21:47:02Z | 2020-09-09T19:18:42Z | 2020-09-09T18:56:36Z | CONTRIBUTOR | 0 | pydata/xarray/pulls/4360 |
|
{
"url": "https://api.github.com/repos/pydata/xarray/issues/4360/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
xarray 13221727 | pull | |||||
| 460680578 | MDExOlB1bGxSZXF1ZXN0MjkxNzU5NzY2 | 3045 | Add rename_vars and rename_dims | jukent 46687291 | closed | 0 | 17 | 2019-06-25T22:50:33Z | 2019-07-03T09:53:55Z | 2019-07-02T20:24:55Z | CONTRIBUTOR | 0 | pydata/xarray/pulls/3045 |
|
{
"url": "https://api.github.com/repos/pydata/xarray/issues/3045/reactions",
"total_count": 1,
"+1": 1,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
xarray 13221727 | pull | |||||
| 461112505 | MDExOlB1bGxSZXF1ZXN0MjkyMTAzMTM2 | 3049 | Update whats-new.rst with rename_vars and rename_dims | jukent 46687291 | closed | 0 | 1 | 2019-06-26T18:13:52Z | 2019-06-27T18:33:26Z | 2019-06-27T18:29:04Z | CONTRIBUTOR | 0 | pydata/xarray/pulls/3049 |
|
{
"url": "https://api.github.com/repos/pydata/xarray/issues/3049/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
xarray 13221727 | pull | |||||
| 461110256 | MDExOlB1bGxSZXF1ZXN0MjkyMTAxMjk5 | 3048 | Added rename_vars and rename_dims | jukent 46687291 | closed | 0 | 0 | 2019-06-26T18:08:27Z | 2019-06-27T18:29:49Z | 2019-06-27T18:29:37Z | CONTRIBUTOR | 0 | pydata/xarray/pulls/3048 | {
"url": "https://api.github.com/repos/pydata/xarray/issues/3048/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
xarray 13221727 | pull | ||||||
| 460562436 | MDExOlB1bGxSZXF1ZXN0MjkxNjY5MTI5 | 3042 | Added rename_coords and rename_dims | jukent 46687291 | closed | 0 | 11 | 2019-06-25T17:59:21Z | 2019-06-25T22:22:59Z | 2019-06-25T22:14:36Z | CONTRIBUTOR | 0 | pydata/xarray/pulls/3042 |
|
{
"url": "https://api.github.com/repos/pydata/xarray/issues/3042/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
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]);