issue_comments
4 rows where issue = 1076265104 and user = 10194086 sorted by updated_at descending
This data as json, CSV (advanced)
Suggested facets: reactions, created_at (date)
issue 1
- Weighted quantile · 4 ✖
| id | html_url | issue_url | node_id | user | created_at | updated_at ▲ | author_association | body | reactions | performed_via_github_app | issue |
|---|---|---|---|---|---|---|---|---|---|---|---|
| 1050713711 | https://github.com/pydata/xarray/pull/6059#issuecomment-1050713711 | https://api.github.com/repos/pydata/xarray/issues/6059 | IC_kwDOAMm_X84-oJ5v | mathause 10194086 | 2022-02-25T10:07:01Z | 2022-02-25T10:16:09Z | MEMBER | Turns out Notes
1. The tests should fail because I updated the |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
Weighted quantile 1076265104 | |
| 1047791529 | https://github.com/pydata/xarray/pull/6059#issuecomment-1047791529 | https://api.github.com/repos/pydata/xarray/issues/6059 | IC_kwDOAMm_X84-dAep | mathause 10194086 | 2022-02-22T13:21:52Z | 2022-02-22T13:21:52Z | MEMBER | Thanks, for checking - I didn't anticipate the missing core dim... Seems the |
{
"total_count": 1,
"+1": 1,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
Weighted quantile 1076265104 | |
| 1035104843 | https://github.com/pydata/xarray/pull/6059#issuecomment-1035104843 | https://api.github.com/repos/pydata/xarray/issues/6059 | IC_kwDOAMm_X849snJL | mathause 10194086 | 2022-02-10T16:09:38Z | 2022-02-10T16:09:38Z | MEMBER |
If you are confident they work with the weights... numpy now recommends using median_unbiased or normal_unbiased, so would be nice if we have them. |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
Weighted quantile 1076265104 | |
| 1032839546 | https://github.com/pydata/xarray/pull/6059#issuecomment-1032839546 | https://api.github.com/repos/pydata/xarray/issues/6059 | IC_kwDOAMm_X849j-F6 | mathause 10194086 | 2022-02-08T16:54:05Z | 2022-02-08T16:54:05Z | MEMBER | Good point, yes the keyword should be named Sorry for the slow pace - this PR merits another review. I can probably look at the code but I am not sure about the numerics. I think it's important to align with numpy but their code is not yet merged (AFAIK). Maybe @bzah knows if this would be consistent with numpys approach? |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
Weighted quantile 1076265104 |
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