issue_comments
4 rows where author_association = "MEMBER", issue = 294241734 and user = 1217238 sorted by updated_at descending
This data as json, CSV (advanced)
Suggested facets: reactions, created_at (date), updated_at (date)
issue 1
- Boolean indexing with multi-dimensional key arrays · 4 ✖
id | html_url | issue_url | node_id | user | created_at | updated_at ▲ | author_association | body | reactions | performed_via_github_app | issue |
---|---|---|---|---|---|---|---|---|---|---|---|
824461333 | https://github.com/pydata/xarray/issues/1887#issuecomment-824461333 | https://api.github.com/repos/pydata/xarray/issues/1887 | MDEyOklzc3VlQ29tbWVudDgyNDQ2MTMzMw== | shoyer 1217238 | 2021-04-22T01:02:32Z | 2021-04-22T01:02:32Z | MEMBER |
The part about this new proposal that is most annoying is that the |
{ "total_count": 1, "+1": 1, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Boolean indexing with multi-dimensional key arrays 294241734 | |
824460304 | https://github.com/pydata/xarray/issues/1887#issuecomment-824460304 | https://api.github.com/repos/pydata/xarray/issues/1887 | MDEyOklzc3VlQ29tbWVudDgyNDQ2MDMwNA== | shoyer 1217238 | 2021-04-22T00:59:25Z | 2021-04-22T00:59:25Z | MEMBER |
Yes, this looks right to me. |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Boolean indexing with multi-dimensional key arrays 294241734 | |
824329772 | https://github.com/pydata/xarray/issues/1887#issuecomment-824329772 | https://api.github.com/repos/pydata/xarray/issues/1887 | MDEyOklzc3VlQ29tbWVudDgyNDMyOTc3Mg== | shoyer 1217238 | 2021-04-21T20:16:10Z | 2021-04-21T20:16:10Z | MEMBER |
Here are two reasons why I like the
As a side note: one nice feature of using
To match the semantics of NumPy,
I'm not quite sure this is true -- it's the difference between needing to call |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Boolean indexing with multi-dimensional key arrays 294241734 | |
823673654 | https://github.com/pydata/xarray/issues/1887#issuecomment-823673654 | https://api.github.com/repos/pydata/xarray/issues/1887 | MDEyOklzc3VlQ29tbWVudDgyMzY3MzY1NA== | shoyer 1217238 | 2021-04-20T23:50:34Z | 2021-04-20T23:50:34Z | MEMBER | It's worth noting that there is at least one other way boolean indexing could work:
We can't support both with the same syntax, so we have to make a choice here :). See also the discussion about what |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Boolean indexing with multi-dimensional key arrays 294241734 |
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