issues
7 rows where type = "pull" and user = 8699967 sorted by updated_at descending
This data as json, CSV (advanced)
Suggested facets: comments, 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 |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
894780870 | MDExOlB1bGxSZXF1ZXN0NjQ3MDk0NjA5 | 5335 | ENH: Preserve attrs in to_dataframe() | snowman2 8699967 | open | 0 | 1 | 2021-05-18T21:00:20Z | 2022-06-09T14:50:16Z | CONTRIBUTOR | 0 | pydata/xarray/pulls/5335 |
|
{ "url": "https://api.github.com/repos/pydata/xarray/issues/5335/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
xarray 13221727 | pull | ||||||
1062681040 | PR_kwDOAMm_X84u-muV | 6024 | REF: Make mypy manual stage with pre-commit | snowman2 8699967 | closed | 0 | 11 | 2021-11-24T17:15:41Z | 2022-02-09T15:07:07Z | 2022-02-09T04:28:55Z | CONTRIBUTOR | 0 | pydata/xarray/pulls/6024 | With this setup, the https://pre-commit.com/#confining-hooks-to-run-at-certain-stages |
{ "url": "https://api.github.com/repos/pydata/xarray/issues/6024/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
xarray 13221727 | pull | |||||
1003587347 | PR_kwDOAMm_X84sGYQv | 5808 | DEP: Deprecate rasterio backend | snowman2 8699967 | closed | 0 | 8 | 2021-09-22T00:59:15Z | 2021-10-04T07:36:22Z | 2021-10-02T20:38:36Z | CONTRIBUTOR | 0 | pydata/xarray/pulls/5808 |
|
{ "url": "https://api.github.com/repos/pydata/xarray/issues/5808/reactions", "total_count": 3, "+1": 2, "-1": 0, "laugh": 0, "hooray": 1, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
xarray 13221727 | pull | |||||
1003294855 | PR_kwDOAMm_X84sFXBe | 5805 | DOC: Use pyproj to generate 2D latlon & fix cartopy UTM CRS | snowman2 8699967 | closed | 0 | 2 | 2021-09-21T21:14:12Z | 2021-09-23T19:41:05Z | 2021-09-23T18:30:55Z | CONTRIBUTOR | 0 | pydata/xarray/pulls/5805 |
Using pyproj should be more efficient & simpler to use. With latest |
{ "url": "https://api.github.com/repos/pydata/xarray/issues/5805/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
xarray 13221727 | pull | |||||
561132832 | MDExOlB1bGxSZXF1ZXN0MzcxOTk5MTQx | 3757 | DOC: Add rioxarray and other external examples | snowman2 8699967 | closed | 0 | 4 | 2020-02-06T16:39:43Z | 2020-03-05T13:36:25Z | 2020-03-05T12:56:12Z | CONTRIBUTOR | 0 | pydata/xarray/pulls/3757 |
|
{ "url": "https://api.github.com/repos/pydata/xarray/issues/3757/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
xarray 13221727 | pull | |||||
504043555 | MDExOlB1bGxSZXF1ZXN0MzI1NzcxMzcw | 3383 | added geocube and rioxarray to related projects | snowman2 8699967 | closed | 0 | 1 | 2019-10-08T13:26:52Z | 2019-10-08T14:36:53Z | 2019-10-08T14:36:53Z | CONTRIBUTOR | 0 | pydata/xarray/pulls/3383 |
|
{ "url": "https://api.github.com/repos/pydata/xarray/issues/3383/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
xarray 13221727 | pull | |||||
276246800 | MDExOlB1bGxSZXF1ZXN0MTU0Mjg2MDkx | 1740 | rasterio backend: added nodatavals attribute | snowman2 8699967 | closed | 0 | 3 | 2017-11-23T01:36:07Z | 2018-01-19T08:54:58Z | 2018-01-19T08:54:58Z | CONTRIBUTOR | 0 | pydata/xarray/pulls/1740 | Connected with issue #1736
|
{ "url": "https://api.github.com/repos/pydata/xarray/issues/1740/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]);