issue_comments
3 rows where issue = 755626157 and user = 2448579 sorted by updated_at descending
This data as json, CSV (advanced)
Suggested facets: created_at (date), updated_at (date)
issue 1
- DOC: add examples to concat · 3 ✖
id | html_url | issue_url | node_id | user | created_at | updated_at ▲ | author_association | body | reactions | performed_via_github_app | issue |
---|---|---|---|---|---|---|---|---|---|---|---|
745344959 | https://github.com/pydata/xarray/pull/4645#issuecomment-745344959 | https://api.github.com/repos/pydata/xarray/issues/4645 | MDEyOklzc3VlQ29tbWVudDc0NTM0NDk1OQ== | dcherian 2448579 | 2020-12-15T14:54:57Z | 2020-12-15T14:54:57Z | MEMBER | I think you replace all |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
DOC: add examples to concat 755626157 | |
742916022 | https://github.com/pydata/xarray/pull/4645#issuecomment-742916022 | https://api.github.com/repos/pydata/xarray/issues/4645 | MDEyOklzc3VlQ29tbWVudDc0MjkxNjAyMg== | dcherian 2448579 | 2020-12-11T02:02:44Z | 2020-12-11T02:02:44Z | MEMBER | Oops one more ```
NameError Traceback (most recent call last) <ipython-input-25-4cb6d79e0bd5> in <module> ----> 1 arr.equals(arr.copy()) NameError: name 'arr' is not defined <<<------------------------------------------------------------------------- ``` |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
DOC: add examples to concat 755626157 | |
739970397 | https://github.com/pydata/xarray/pull/4645#issuecomment-739970397 | https://api.github.com/repos/pydata/xarray/issues/4645 | MDEyOklzc3VlQ29tbWVudDczOTk3MDM5Nw== | dcherian 2448579 | 2020-12-07T14:57:46Z | 2020-12-07T14:57:46Z | MEMBER | Thanks @raybellwaves. Can you address this error? ```
NameError Traceback (most recent call last) <ipython-input-16-6d6353d21b81> in <module> ----> 1 xr.Dataset({"a": arr[:-1], "b": arr[1:]}) NameError: name 'arr' is not defined <<<------------------------------------------------------------------------- ``` |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
DOC: add examples to concat 755626157 |
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