issues
3 rows where repo = 13221727, state = "closed" and user = 13254278 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 |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
976156994 | MDExOlB1bGxSZXF1ZXN0NzE3MTY1Mjgx | 5725 | Add xarray-dataclasses to ecosystem in docs | astropenguin 13254278 | closed | 0 | 3 | 2021-08-21T15:07:08Z | 2021-08-21T15:52:13Z | 2021-08-21T15:28:31Z | CONTRIBUTOR | 0 | pydata/xarray/pulls/5725 | We have released xarray-dataclasses, an xarray extension for typed DataArray and Dataset creation.
This PR added the project to the "Extend xarray capabilities" section in |
{ "url": "https://api.github.com/repos/pydata/xarray/issues/5725/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
xarray 13221727 | pull | |||||
687035568 | MDExOlB1bGxSZXF1ZXN0NDc0NTI2OTc2 | 4382 | Add xarray-compare to related projects | astropenguin 13254278 | closed | 0 | 2 | 2020-08-27T08:05:42Z | 2020-09-04T20:08:11Z | 2020-09-04T20:08:10Z | CONTRIBUTOR | 0 | pydata/xarray/pulls/4382 | We have released xarray-compare, a Python package which provides extra data-comparison features (e.g., We have a concern: This package directly adds some methods to So it would be appreciated if you could merge it, but if you feel that it does not fit the docs, please reject the PR. Thank you! |
{ "url": "https://api.github.com/repos/pydata/xarray/issues/4382/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
xarray 13221727 | pull | |||||
627258236 | MDExOlB1bGxSZXF1ZXN0NDI1MDk0NzAx | 4109 | Add xarray-custom to related projects | astropenguin 13254278 | closed | 0 | 2 | 2020-05-29T13:11:35Z | 2020-05-29T17:26:37Z | 2020-05-29T16:50:59Z | CONTRIBUTOR | 0 | pydata/xarray/pulls/4109 | We have released xarray-custom, a Python package which helps to create custom DataArray in the same manner as the Python's native dataclass. This PR adds the project to the "Extend xarray capabilities" section in |
{ "url": "https://api.github.com/repos/pydata/xarray/issues/4109/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]);