issue_comments
2 rows where author_association = "MEMBER", issue = 1655569401 and user = 2448579 sorted by updated_at descending
This data as json, CSV (advanced)
Suggested facets: created_at (date), updated_at (date)
issue 1
- default fill_value not masked when read from file · 2 ✖
| id | html_url | issue_url | node_id | user | created_at | updated_at ▲ | author_association | body | reactions | performed_via_github_app | issue |
|---|---|---|---|---|---|---|---|---|---|---|---|
| 1498468954 | https://github.com/pydata/xarray/issues/7723#issuecomment-1498468954 | https://api.github.com/repos/pydata/xarray/issues/7723 | IC_kwDOAMm_X85ZUNJa | dcherian 2448579 | 2023-04-06T04:15:06Z | 2023-04-06T04:15:06Z | MEMBER |
+1
Adding
Generally its worse if we obey some default fill values but not others, because it becomes quite confusing to a user. |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
default fill_value not masked when read from file 1655569401 | |
| 1498403174 | https://github.com/pydata/xarray/issues/7723#issuecomment-1498403174 | https://api.github.com/repos/pydata/xarray/issues/7723 | IC_kwDOAMm_X85ZT9Fm | dcherian 2448579 | 2023-04-06T02:24:34Z | 2023-04-06T02:24:34Z | MEMBER | See https://github.com/pydata/xarray/pull/5680#issuecomment-895508489
|
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
default fill_value not masked when read from file 1655569401 |
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