issue_comments
6 rows where author_association = "MEMBER", issue = 302077805 and user = 4160723 sorted by updated_at descending
This data as json, CSV (advanced)
Suggested facets: created_at (date), updated_at (date)
issue 1
- Extend xarray with custom "coordinate wrappers" · 6 ✖
id | html_url | issue_url | node_id | user | created_at | updated_at ▲ | author_association | body | reactions | performed_via_github_app | issue |
---|---|---|---|---|---|---|---|---|---|---|---|
1250738238 | https://github.com/pydata/xarray/issues/1961#issuecomment-1250738238 | https://api.github.com/repos/pydata/xarray/issues/1961 | IC_kwDOAMm_X85KjMA- | benbovy 4160723 | 2022-09-19T08:47:44Z | 2022-09-19T08:47:44Z | MEMBER | I think we can close this issue. The flexible index refactor now provides a nice framework for the suggestions made here. |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Extend xarray with custom "coordinate wrappers" 302077805 | |
370274074 | https://github.com/pydata/xarray/issues/1961#issuecomment-370274074 | https://api.github.com/repos/pydata/xarray/issues/1961 | MDEyOklzc3VlQ29tbWVudDM3MDI3NDA3NA== | benbovy 4160723 | 2018-03-04T23:20:55Z | 2018-03-04T23:20:55Z | MEMBER |
That said, as real indexes cover most of the use cases, I'd by fine if we keep calling these |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Extend xarray with custom "coordinate wrappers" 302077805 | |
370273853 | https://github.com/pydata/xarray/issues/1961#issuecomment-370273853 | https://api.github.com/repos/pydata/xarray/issues/1961 | MDEyOklzc3VlQ29tbWVudDM3MDI3Mzg1Mw== | benbovy 4160723 | 2018-03-04T23:17:56Z | 2018-03-04T23:17:56Z | MEMBER |
Yes you're probably right. I can imagine in the example above that It is just that the name "Index" feels a bit wrong to me in this case, and also that |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Extend xarray with custom "coordinate wrappers" 302077805 | |
370272586 | https://github.com/pydata/xarray/issues/1961#issuecomment-370272586 | https://api.github.com/repos/pydata/xarray/issues/1961 | MDEyOklzc3VlQ29tbWVudDM3MDI3MjU4Ng== | benbovy 4160723 | 2018-03-04T23:00:16Z | 2018-03-04T23:00:16Z | MEMBER | Agreed with all your points @shoyer.
Except here where, instead of a flat collection of coordinate wrappers, I was rather thinking about a 1-level nested collection that separates them depending on what they implement. Indexes would represent one of these sub-collections. |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Extend xarray with custom "coordinate wrappers" 302077805 | |
370271642 | https://github.com/pydata/xarray/issues/1961#issuecomment-370271642 | https://api.github.com/repos/pydata/xarray/issues/1961 | MDEyOklzc3VlQ29tbWVudDM3MDI3MTY0Mg== | benbovy 4160723 | 2018-03-04T22:47:54Z | 2018-03-04T22:47:54Z | MEMBER | I don't have a full idea yet of what would be the interface, but taking the
Like Like 3rd-party coordinate wrappers thus make sense only if there is accessors to handle them. If we add an I use More generally, on the xarray side we would need
|
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Extend xarray with custom "coordinate wrappers" 302077805 | |
370221802 | https://github.com/pydata/xarray/issues/1961#issuecomment-370221802 | https://api.github.com/repos/pydata/xarray/issues/1961 | MDEyOklzc3VlQ29tbWVudDM3MDIyMTgwMg== | benbovy 4160723 | 2018-03-04T11:32:23Z | 2018-03-04T14:12:06Z | MEMBER | As an example, in ```python
instead of ```python
The advantage in the first example is that the information on the grid’s physical axes is bound to a @rabernat I don't have much experience with I guess we could just use Dataset attributes and/or private instance attributes in the Dataset accessor class for that, but
|
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Extend xarray with custom "coordinate wrappers" 302077805 |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE [issue_comments] ( [html_url] TEXT, [issue_url] TEXT, [id] INTEGER PRIMARY KEY, [node_id] TEXT, [user] INTEGER REFERENCES [users]([id]), [created_at] TEXT, [updated_at] TEXT, [author_association] TEXT, [body] TEXT, [reactions] TEXT, [performed_via_github_app] TEXT, [issue] INTEGER REFERENCES [issues]([id]) ); CREATE INDEX [idx_issue_comments_issue] ON [issue_comments] ([issue]); CREATE INDEX [idx_issue_comments_user] ON [issue_comments] ([user]);
user 1