issue_comments
3 rows where issue = 346294369 and user = 1217238 sorted by updated_at descending
This data as json, CSV (advanced)
Suggested facets: reactions, created_at (date), updated_at (date)
issue 1
- Supplying a dataset to the dataset constructor · 3 ✖
| id | html_url | issue_url | node_id | user | created_at | updated_at ▲ | author_association | body | reactions | performed_via_github_app | issue |
|---|---|---|---|---|---|---|---|---|---|---|---|
| 422458598 | https://github.com/pydata/xarray/pull/2330#issuecomment-422458598 | https://api.github.com/repos/pydata/xarray/issues/2330 | MDEyOklzc3VlQ29tbWVudDQyMjQ1ODU5OA== | shoyer 1217238 | 2018-09-18T16:23:00Z | 2018-09-18T16:23:00Z | MEMBER | Sorry for taking so long here. I'm still not entirely comfortable with this change -- it adds some additional complexity to the
If I understand this correctly, you've written something like:
Is there any reason why you couldn't just write:
I don't think it's quite a coincidence here -- we are changing the behavior of |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
Supplying a dataset to the dataset constructor 346294369 | |
| 411258309 | https://github.com/pydata/xarray/pull/2330#issuecomment-411258309 | https://api.github.com/repos/pydata/xarray/issues/2330 | MDEyOklzc3VlQ29tbWVudDQxMTI1ODMwOQ== | shoyer 1217238 | 2018-08-08T01:56:04Z | 2018-08-08T01:56:04Z | MEMBER | Now I'm having second thoughts. It does make me a little nervous to add special cases that distinguish between Maybe my proposed solution above is too complex, and it would be better simply to default the That said, I do think we should try to resist the notion that every class constructor must also work for coercion to that class. This tends to result in a slightly confused interface. A separate |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
Supplying a dataset to the dataset constructor 346294369 | |
| 410046100 | https://github.com/pydata/xarray/pull/2330#issuecomment-410046100 | https://api.github.com/repos/pydata/xarray/issues/2330 | MDEyOklzc3VlQ29tbWVudDQxMDA0NjEwMA== | shoyer 1217238 | 2018-08-02T19:46:57Z | 2018-08-02T19:46:57Z | MEMBER |
I think this would be slightly preferred, and also more consistent with the model of a Dataset as only iterating over To be more precise, I would probably make:
|
{
"total_count": 2,
"+1": 2,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
Supplying a dataset to the dataset constructor 346294369 |
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