issues
3 rows where "created_at" is on date 2024-02-22, state = "closed" and user = 2448579 sorted by updated_at descending
This data as json, CSV (advanced)
Suggested facets: created_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 |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
2148245262 | PR_kwDOAMm_X85nmmqX | 8777 | Return a dataclass from Grouper.factorize | dcherian 2448579 | closed | 0 | 0 | 2024-02-22T05:41:29Z | 2024-04-03T21:08:25Z | 2024-03-15T04:47:30Z | MEMBER | 0 | pydata/xarray/pulls/8777 | Toward #8510, builds on #8776 |
{ "url": "https://api.github.com/repos/pydata/xarray/issues/8777/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
xarray 13221727 | pull | |||||
2148164557 | PR_kwDOAMm_X85nmU5w | 8775 | [skip-ci] NamedArray: Add lazy indexing array refactoring plan | dcherian 2448579 | closed | 0 | 0 | 2024-02-22T04:25:49Z | 2024-04-03T21:08:21Z | 2024-02-23T22:20:09Z | MEMBER | 0 | pydata/xarray/pulls/8775 | This adds a proposal for decoupling the lazy indexing array machinery, indexing adapter machinery, and Variable's setitem and getitem methods, so that the latter can be migrated to NamedArray. cc @andersy005 |
{ "url": "https://api.github.com/repos/pydata/xarray/issues/8775/reactions", "total_count": 2, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 2, "eyes": 0 } |
xarray 13221727 | pull | |||||
2148242023 | PR_kwDOAMm_X85nml9d | 8776 | Refactor Grouper objects | dcherian 2448579 | closed | 0 | 0 | 2024-02-22T05:38:09Z | 2024-03-07T21:50:07Z | 2024-03-07T21:50:04Z | MEMBER | 0 | pydata/xarray/pulls/8776 | Some refactoring towards the Grouper refactor described in #8510
|
{ "url": "https://api.github.com/repos/pydata/xarray/issues/8776/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]);