issue_comments
4 rows where issue = 659129613 and user = 3460034 sorted by updated_at descending
This data as json, CSV (advanced)
Suggested facets: reactions, created_at (date), updated_at (date)
issue 1
- Add ability to change underlying array type · 4 ✖
| id | html_url | issue_url | node_id | user | created_at | updated_at ▲ | author_association | body | reactions | performed_via_github_app | issue |
|---|---|---|---|---|---|---|---|---|---|---|---|
| 660156875 | https://github.com/pydata/xarray/issues/4234#issuecomment-660156875 | https://api.github.com/repos/pydata/xarray/issues/4234 | MDEyOklzc3VlQ29tbWVudDY2MDE1Njg3NQ== | jthielen 3460034 | 2020-07-17T15:03:01Z | 2020-07-17T15:03:01Z | CONTRIBUTOR | The accessors could also be where wrapped xarray methods could go (so in your previous example, it could be |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
Add ability to change underlying array type 659129613 | |
| 660148938 | https://github.com/pydata/xarray/issues/4234#issuecomment-660148938 | https://api.github.com/repos/pydata/xarray/issues/4234 | MDEyOklzc3VlQ29tbWVudDY2MDE0ODkzOA== | jthielen 3460034 | 2020-07-17T14:48:59Z | 2020-07-17T14:48:59Z | CONTRIBUTOR | @jacobtomlinson Makes complete sense! Just wanted to make sure the option was considered as a possibility. |
{
"total_count": 1,
"+1": 1,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
Add ability to change underlying array type 659129613 | |
| 660142143 | https://github.com/pydata/xarray/issues/4234#issuecomment-660142143 | https://api.github.com/repos/pydata/xarray/issues/4234 | MDEyOklzc3VlQ29tbWVudDY2MDE0MjE0Mw== | jthielen 3460034 | 2020-07-17T14:36:40Z | 2020-07-17T14:36:40Z | CONTRIBUTOR | @jacobtomlinson Indeed! A similar Though, to have those accessors be registered with just importing |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
Add ability to change underlying array type 659129613 | |
| 660129151 | https://github.com/pydata/xarray/issues/4234#issuecomment-660129151 | https://api.github.com/repos/pydata/xarray/issues/4234 | MDEyOklzc3VlQ29tbWVudDY2MDEyOTE1MQ== | jthielen 3460034 | 2020-07-17T14:12:23Z | 2020-07-17T14:13:17Z | CONTRIBUTOR | @jacobtomlinson Have you considered implementing an accessor for this and any other CuPy-specific functionality? This is the approach we are taking with Pint integration (pint-xarray), and I wonder if it might also be a good approach for CuPy. |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
Add ability to change underlying array type 659129613 |
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