issue_comments
3 rows where issue = 293725143 sorted by updated_at descending
This data as json, CSV (advanced)
Suggested facets: created_at (date), updated_at (date)
issue 1
- dtype kwargs of aggregation methods not passed to numpy function · 3 ✖
| id | html_url | issue_url | node_id | user | created_at | updated_at ▲ | author_association | body | reactions | performed_via_github_app | issue |
|---|---|---|---|---|---|---|---|---|---|---|---|
| 362443377 | https://github.com/pydata/xarray/issues/1878#issuecomment-362443377 | https://api.github.com/repos/pydata/xarray/issues/1878 | MDEyOklzc3VlQ29tbWVudDM2MjQ0MzM3Nw== | loicdtx 5638829 | 2018-02-02T00:06:02Z | 2018-02-02T00:06:02Z | NONE | And I confirm that installing xarray from HEAD of the master branch fixes the issue described. Thanks |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
dtype kwargs of aggregation methods not passed to numpy function 293725143 | |
| 362441776 | https://github.com/pydata/xarray/issues/1878#issuecomment-362441776 | https://api.github.com/repos/pydata/xarray/issues/1878 | MDEyOklzc3VlQ29tbWVudDM2MjQ0MTc3Ng== | loicdtx 5638829 | 2018-02-01T23:58:07Z | 2018-02-01T23:58:07Z | NONE | Thanks @fujiisoup, indeed just saw #1838. Sorry for the duplicate 😬 |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
dtype kwargs of aggregation methods not passed to numpy function 293725143 | |
| 362441413 | https://github.com/pydata/xarray/issues/1878#issuecomment-362441413 | https://api.github.com/repos/pydata/xarray/issues/1878 | MDEyOklzc3VlQ29tbWVudDM2MjQ0MTQxMw== | fujiisoup 6815844 | 2018-02-01T23:56:15Z | 2018-02-01T23:56:15Z | MEMBER | Thanks for the report. This bug was also reported in #1838, and was fixed by #1841. I think the current master handles dtype argument for these aggregation methods. |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
dtype kwargs of aggregation methods not passed to numpy function 293725143 |
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 2