issue_comments
2 rows where author_association = "CONTRIBUTOR", issue = 258640421 and user = 1386642 sorted by updated_at descending
This data as json, CSV (advanced)
Suggested facets: created_at (date), updated_at (date)
issue 1
- Potential error in apply_ufunc docstring for input_core_dims · 2 ✖
| id | html_url | issue_url | node_id | user | created_at | updated_at ▲ | author_association | body | reactions | performed_via_github_app | issue |
|---|---|---|---|---|---|---|---|---|---|---|---|
| 330598492 | https://github.com/pydata/xarray/issues/1577#issuecomment-330598492 | https://api.github.com/repos/pydata/xarray/issues/1577 | MDEyOklzc3VlQ29tbWVudDMzMDU5ODQ5Mg== | nbren12 1386642 | 2017-09-19T16:37:46Z | 2017-09-19T16:37:46Z | CONTRIBUTOR | My understanding is that the "core dimensions" are moved to the end of each input, and then singleton axes are inserted to make them broadcastable in a numpy sense. Is that correct? |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
Potential error in apply_ufunc docstring for input_core_dims 258640421 | |
| 330374224 | https://github.com/pydata/xarray/issues/1577#issuecomment-330374224 | https://api.github.com/repos/pydata/xarray/issues/1577 | MDEyOklzc3VlQ29tbWVudDMzMDM3NDIyNA== | nbren12 1386642 | 2017-09-18T22:28:58Z | 2017-09-18T22:29:08Z | CONTRIBUTOR | Also, it could be clarified what is meant by a |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
Potential error in apply_ufunc docstring for input_core_dims 258640421 |
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