issue_comments
6 rows where author_association = "CONTRIBUTOR", issue = 484622545 and user = 1386642 sorted by updated_at descending
This data as json, CSV (advanced)
Suggested facets: created_at (date), updated_at (date)
issue 1
- interp and reindex should work for 1d -> nd indexing · 6 ✖
| id | html_url | issue_url | node_id | user | created_at | updated_at ▲ | author_association | body | reactions | performed_via_github_app | issue |
|---|---|---|---|---|---|---|---|---|---|---|---|
| 524579537 | https://github.com/pydata/xarray/issues/3252#issuecomment-524579537 | https://api.github.com/repos/pydata/xarray/issues/3252 | MDEyOklzc3VlQ29tbWVudDUyNDU3OTUzNw== | nbren12 1386642 | 2019-08-24T20:54:02Z | 2019-08-24T20:54:02Z | CONTRIBUTOR | Ok. I realized this problem occurs only because |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
interp and reindex should work for 1d -> nd indexing 484622545 | |
| 524578659 | https://github.com/pydata/xarray/issues/3252#issuecomment-524578659 | https://api.github.com/repos/pydata/xarray/issues/3252 | MDEyOklzc3VlQ29tbWVudDUyNDU3ODY1OQ== | nbren12 1386642 | 2019-08-24T20:35:45Z | 2019-08-24T20:36:30Z | CONTRIBUTOR | Ok. I started playing around with this, but I am getting errors when indexing arrays with ND variables.
|
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
interp and reindex should work for 1d -> nd indexing 484622545 | |
| 524570552 | https://github.com/pydata/xarray/issues/3252#issuecomment-524570552 | https://api.github.com/repos/pydata/xarray/issues/3252 | MDEyOklzc3VlQ29tbWVudDUyNDU3MDU1Mg== | nbren12 1386642 | 2019-08-24T18:13:10Z | 2019-08-24T18:13:10Z | CONTRIBUTOR | So when would |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
interp and reindex should work for 1d -> nd indexing 484622545 | |
| 524515190 | https://github.com/pydata/xarray/issues/3252#issuecomment-524515190 | https://api.github.com/repos/pydata/xarray/issues/3252 | MDEyOklzc3VlQ29tbWVudDUyNDUxNTE5MA== | nbren12 1386642 | 2019-08-24T03:40:32Z | 2019-08-24T03:40:32Z | CONTRIBUTOR | After reading the |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
interp and reindex should work for 1d -> nd indexing 484622545 | |
| 524448135 | https://github.com/pydata/xarray/issues/3252#issuecomment-524448135 | https://api.github.com/repos/pydata/xarray/issues/3252 | MDEyOklzc3VlQ29tbWVudDUyNDQ0ODEzNQ== | nbren12 1386642 | 2019-08-23T20:17:06Z | 2019-08-23T20:17:06Z | CONTRIBUTOR | In my experience, computing |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
interp and reindex should work for 1d -> nd indexing 484622545 | |
| 524424788 | https://github.com/pydata/xarray/issues/3252#issuecomment-524424788 | https://api.github.com/repos/pydata/xarray/issues/3252 | MDEyOklzc3VlQ29tbWVudDUyNDQyNDc4OA== | nbren12 1386642 | 2019-08-23T18:53:26Z | 2019-08-23T18:53:26Z | CONTRIBUTOR | I have some numba code which does this for linear interpolation. Does |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
interp and reindex should work for 1d -> nd indexing 484622545 |
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