issue_comments
2 rows where issue = 1013881639 sorted by updated_at descending
This data as json, CSV (advanced)
Suggested facets: created_at (date), updated_at (date)
issue 1
- to_zarr returns <xarray.backends.zarr.ZarrStore at ...> · 2 ✖
| id | html_url | issue_url | node_id | user | created_at | updated_at ▲ | author_association | body | reactions | performed_via_github_app | issue |
|---|---|---|---|---|---|---|---|---|---|---|---|
| 1465235251 | https://github.com/pydata/xarray/issues/5836#issuecomment-1465235251 | https://api.github.com/repos/pydata/xarray/issues/5836 | IC_kwDOAMm_X85XVbcz | headtr1ck 43316012 | 2023-03-12T15:59:13Z | 2023-03-12T15:59:13Z | COLLABORATOR | This is indeed intentional (Now with type hints even more obvious). I agree that in a jupyter notebook that automatically displays the last return value, this might look confusing. |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
to_zarr returns <xarray.backends.zarr.ZarrStore at ...> 1013881639 | |
| 932662235 | https://github.com/pydata/xarray/issues/5836#issuecomment-932662235 | https://api.github.com/repos/pydata/xarray/issues/5836 | IC_kwDOAMm_X843l0vb | raybellwaves 17162724 | 2021-10-02T02:01:01Z | 2021-10-02T02:03:30Z | CONTRIBUTOR | I see this is probably intentional
|
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
to_zarr returns <xarray.backends.zarr.ZarrStore at ...> 1013881639 |
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