issue_comments
3 rows where issue = 218745734 and user = 1217238 sorted by updated_at descending
This data as json, CSV (advanced)
Suggested facets: created_at (date)
issue 1
- Support for DataArray.expand_dims() · 3 ✖
| id | html_url | issue_url | node_id | user | created_at | updated_at ▲ | author_association | body | reactions | performed_via_github_app | issue |
|---|---|---|---|---|---|---|---|---|---|---|---|
| 292826966 | https://github.com/pydata/xarray/pull/1347#issuecomment-292826966 | https://api.github.com/repos/pydata/xarray/issues/1347 | MDEyOklzc3VlQ29tbWVudDI5MjgyNjk2Ng== | shoyer 1217238 | 2017-04-10T01:02:06Z | 2017-04-10T01:02:18Z | MEMBER | This looks great. Thank you @fujiisoup! |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
Support for DataArray.expand_dims() 218745734 | |
| 291189965 | https://github.com/pydata/xarray/pull/1347#issuecomment-291189965 | https://api.github.com/repos/pydata/xarray/issues/1347 | MDEyOklzc3VlQ29tbWVudDI5MTE4OTk2NQ== | shoyer 1217238 | 2017-04-03T16:06:10Z | 2017-04-03T16:06:10Z | MEMBER |
Yes, that's correct.
Indeed, I would rather not do reshape, because this method does not support arbitrary reshaping (e.g., length 100 vector-> 10x10 matrix). Instead, it assigns dimensions using array broadcasting and transpose, which unlike reshape does not ever copy data. Maybe Actually, |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
Support for DataArray.expand_dims() 218745734 | |
| 291009605 | https://github.com/pydata/xarray/pull/1347#issuecomment-291009605 | https://api.github.com/repos/pydata/xarray/issues/1347 | MDEyOklzc3VlQ29tbWVudDI5MTAwOTYwNQ== | shoyer 1217238 | 2017-04-02T19:39:59Z | 2017-04-02T19:39:59Z | MEMBER |
This looks great, but to avoid confusion, can we rename the existing
Yes, |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
Support for DataArray.expand_dims() 218745734 |
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