issue_comments
2 rows where author_association = "MEMBER", issue = 231308952 and user = 1217238 sorted by updated_at descending
This data as json, CSV (advanced)
Suggested facets: created_at (date), updated_at (date)
issue 1
- scalar_level in MultiIndex · 2 ✖
id | html_url | issue_url | node_id | user | created_at | updated_at ▲ | author_association | body | reactions | performed_via_github_app | issue |
---|---|---|---|---|---|---|---|---|---|---|---|
305058643 | https://github.com/pydata/xarray/pull/1426#issuecomment-305058643 | https://api.github.com/repos/pydata/xarray/issues/1426 | MDEyOklzc3VlQ29tbWVudDMwNTA1ODY0Mw== | shoyer 1217238 | 2017-05-31T01:46:35Z | 2017-05-31T01:46:35Z | MEMBER |
I was only thinking about @benbovy although a Right now, our user facing API in xarray exposes three related concepts:
- Eliminating any of these concepts would be an improvement. To this end, I have two (vague) proposals:
1. Eliminate |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
scalar_level in MultiIndex 231308952 | |
304778433 | https://github.com/pydata/xarray/pull/1426#issuecomment-304778433 | https://api.github.com/repos/pydata/xarray/issues/1426 | MDEyOklzc3VlQ29tbWVudDMwNDc3ODQzMw== | shoyer 1217238 | 2017-05-30T05:29:11Z | 2017-05-30T05:29:11Z | MEMBER | Sorry for the delay getting back to you here -- I'm still thinking through the implications of this change. This does make the handling of However, taking a step back, I wonder if this is the right approach. In many ways, structured dtypes are similar to xarray's existing data structures, so supporting them fully means a lot of duplicated functionality. MultiIndexes (especially with scalars) should work similarly to separate variables, but they are implemented very differently under the hood (all the data lives in one variable). (See https://github.com/pandas-dev/pandas/issues/3443 for related discussion about pandas and why it doesn't support structured dtypes.) It occurs to me that if we had full support for indexing on coordinate levels, we might not need a notion of a "MultiIndex" in the public API at all. To make this more concrete, what if this was the Pandas has CC @benbovy |
{ "total_count": 2, "+1": 2, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
scalar_level in MultiIndex 231308952 |
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