issue_comments
3 rows where issue = 696047530 sorted by updated_at descending
This data as json, CSV (advanced)
Suggested facets: created_at (date), updated_at (date)
issue 1
- Dataset.encode_cf function · 3 ✖
| id | html_url | issue_url | node_id | user | created_at | updated_at ▲ | author_association | body | reactions | performed_via_github_app | issue |
|---|---|---|---|---|---|---|---|---|---|---|---|
| 1542465745 | https://github.com/pydata/xarray/issues/4412#issuecomment-1542465745 | https://api.github.com/repos/pydata/xarray/issues/4412 | IC_kwDOAMm_X85b8CjR | dcherian 2448579 | 2023-05-10T16:06:26Z | 2023-05-10T16:06:54Z | MEMBER | Related request for This came up in the discussion today. cc @tom-white @kmuehlbauer |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
Dataset.encode_cf function 696047530 | |
| 689046158 | https://github.com/pydata/xarray/issues/4412#issuecomment-689046158 | https://api.github.com/repos/pydata/xarray/issues/4412 | MDEyOklzc3VlQ29tbWVudDY4OTA0NjE1OA== | eric-czech 6130352 | 2020-09-08T18:06:23Z | 2020-09-08T18:06:23Z | NONE | Ok thanks @dcherian! I'll try that (feel free to close this). |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
Dataset.encode_cf function 696047530 | |
| 689034023 | https://github.com/pydata/xarray/issues/4412#issuecomment-689034023 | https://api.github.com/repos/pydata/xarray/issues/4412 | MDEyOklzc3VlQ29tbWVudDY4OTAzNDAyMw== | dcherian 2448579 | 2020-09-08T17:42:41Z | 2020-09-08T17:42:41Z | MEMBER | Not at the moment. I think we should add an It'll also need to wrap this logic: https://github.com/pydata/xarray/blob/66259d1853b85590bfbf6640fdfb868843812312/xarray/backends/api.py#L1113-L1127 For simple use cases, you could write a small wrapper for |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
Dataset.encode_cf function 696047530 |
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