issue_comments
1 row where user = 3473068 sorted by updated_at descending
This data as json, CSV (advanced)
Suggested facets: created_at (date), updated_at (date)
| id | html_url | issue_url | node_id | user | created_at | updated_at ▲ | author_association | body | reactions | performed_via_github_app | issue |
|---|---|---|---|---|---|---|---|---|---|---|---|
| 456766782 | https://github.com/pydata/xarray/pull/2449#issuecomment-456766782 | https://api.github.com/repos/pydata/xarray/issues/2449 | MDEyOklzc3VlQ29tbWVudDQ1Njc2Njc4Mg== | DPeterK 3473068 | 2019-01-23T11:24:49Z | 2019-01-23T11:24:49Z | NONE | Apologies about adding my thoughts after a bit of a gap on here...
I like the
Does this logic include handling multiple cubes of the same name in a single CubeList? Iris will quite happily handle this, but I guess the name:DataArray mapping in Xarray requires unique names. For example: ```python
The differences between these cubes is one or more of: * one cube describes the phenomenon at the surface, and * another cube the phenomenon on height or pressure levels, or * another cube describes the phenomenon after statistical processing, and so on. If such a case isn't currently handled, it could be handled by using this differing metadata to modify the name used for the key; for example |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
Add 'to_iris' and 'from_iris' to methods Dataset 365367839 |
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