issue_comments
4 rows where author_association = "MEMBER", issue = 375126758 and user = 1197350 sorted by updated_at descending
This data as json, CSV (advanced)
Suggested facets: created_at (date), updated_at (date)
issue 1
- Multi-dimensional binning/resampling/coarsening · 4 ✖
| id | html_url | issue_url | node_id | user | created_at | updated_at ▲ | author_association | body | reactions | performed_via_github_app | issue |
|---|---|---|---|---|---|---|---|---|---|---|---|
| 439766587 | https://github.com/pydata/xarray/issues/2525#issuecomment-439766587 | https://api.github.com/repos/pydata/xarray/issues/2525 | MDEyOklzc3VlQ29tbWVudDQzOTc2NjU4Nw== | rabernat 1197350 | 2018-11-19T04:13:37Z | 2018-11-19T04:13:37Z | MEMBER |
If I think about my applications, I would probably always want to apply |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
Multi-dimensional binning/resampling/coarsening 375126758 | |
| 434480457 | https://github.com/pydata/xarray/issues/2525#issuecomment-434480457 | https://api.github.com/repos/pydata/xarray/issues/2525 | MDEyOklzc3VlQ29tbWVudDQzNDQ4MDQ1Nw== | rabernat 1197350 | 2018-10-30T21:41:17Z | 2018-10-30T21:41:25Z | MEMBER |
I feel that this could become too complex in the case of irregularly spaced coordinates. I slightly favor the index-based approach (as in my function above), which one calls like
If we do that, we can just use scikit-image's |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
Multi-dimensional binning/resampling/coarsening 375126758 | |
| 434294356 | https://github.com/pydata/xarray/issues/2525#issuecomment-434294356 | https://api.github.com/repos/pydata/xarray/issues/2525 | MDEyOklzc3VlQ29tbWVudDQzNDI5NDM1Ng== | rabernat 1197350 | 2018-10-30T13:10:16Z | 2018-10-30T13:10:39Z | MEMBER | FYI, I do this often in my work with this sort of function:
|
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
Multi-dimensional binning/resampling/coarsening 375126758 | |
| 434294114 | https://github.com/pydata/xarray/issues/2525#issuecomment-434294114 | https://api.github.com/repos/pydata/xarray/issues/2525 | MDEyOklzc3VlQ29tbWVudDQzNDI5NDExNA== | rabernat 1197350 | 2018-10-30T13:09:25Z | 2018-10-30T13:09:25Z | MEMBER | This is being discussed in #1192 under a different name. Yes, we need this feature. |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
Multi-dimensional binning/resampling/coarsening 375126758 |
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