issue_comments
3 rows where issue = 403326458 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
- xarray.DataArray.expand_dims() can only expand dimension for a point coordinate · 3 ✖
id | html_url | issue_url | node_id | user | created_at | updated_at ▲ | author_association | body | reactions | performed_via_github_app | issue |
---|---|---|---|---|---|---|---|---|---|---|---|
485540381 | https://github.com/pydata/xarray/issues/2710#issuecomment-485540381 | https://api.github.com/repos/pydata/xarray/issues/2710 | MDEyOklzc3VlQ29tbWVudDQ4NTU0MDM4MQ== | shoyer 1217238 | 2019-04-22T20:26:03Z | 2019-04-22T20:27:27Z | MEMBER | @barkls I think Previously, we only used the argument to I don't know what the best resolution would be here, but this seems to be a hazard of duck-typing. I did not anticipate that some users would already be iterating over mappings like |
{ "total_count": 1, "+1": 1, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
xarray.DataArray.expand_dims() can only expand dimension for a point coordinate 403326458 | |
458745457 | https://github.com/pydata/xarray/issues/2710#issuecomment-458745457 | https://api.github.com/repos/pydata/xarray/issues/2710 | MDEyOklzc3VlQ29tbWVudDQ1ODc0NTQ1Nw== | shoyer 1217238 | 2019-01-29T23:13:33Z | 2019-01-29T23:13:33Z | MEMBER |
Yes, that sounds welcome to me! I think much of the underlying logic should already exist on the |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
xarray.DataArray.expand_dims() can only expand dimension for a point coordinate 403326458 | |
457799138 | https://github.com/pydata/xarray/issues/2710#issuecomment-457799138 | https://api.github.com/repos/pydata/xarray/issues/2710 | MDEyOklzc3VlQ29tbWVudDQ1Nzc5OTEzOA== | shoyer 1217238 | 2019-01-26T03:55:39Z | 2019-01-26T03:55:39Z | MEMBER |
Yes, this feels in scope for I think we would want both to be supported -- you should not be required to supply coordinate labels in order to expand to a dimension of size > 1. We can imagine the first being spelled like
This feels a little different from I would probably write this with |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
xarray.DataArray.expand_dims() can only expand dimension for a point coordinate 403326458 |
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