issue_comments
7 rows where issue = 1639361476 sorted by updated_at descending
This data as json, CSV (advanced)
Suggested facets: created_at (date), updated_at (date)
issue 1
- Docstrings examples for string methods · 7 ✖
id | html_url | issue_url | node_id | user | created_at | updated_at ▲ | author_association | body | reactions | performed_via_github_app | issue |
---|---|---|---|---|---|---|---|---|---|---|---|
1514043756 | https://github.com/pydata/xarray/pull/7669#issuecomment-1514043756 | https://api.github.com/repos/pydata/xarray/issues/7669 | IC_kwDOAMm_X85aPnls | dcherian 2448579 | 2023-04-19T02:26:30Z | 2023-04-19T02:26:30Z | MEMBER | Thanks @remigathoni great PR! |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Docstrings examples for string methods 1639361476 | |
1498639992 | https://github.com/pydata/xarray/pull/7669#issuecomment-1498639992 | https://api.github.com/repos/pydata/xarray/issues/7669 | IC_kwDOAMm_X85ZU254 | remigathoni 51911758 | 2023-04-06T07:53:56Z | 2023-04-06T07:53:56Z | CONTRIBUTOR |
I'll fix it! |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Docstrings examples for string methods 1639361476 | |
1498447641 | https://github.com/pydata/xarray/pull/7669#issuecomment-1498447641 | https://api.github.com/repos/pydata/xarray/issues/7669 | IC_kwDOAMm_X85ZUH8Z | dcherian 2448579 | 2023-04-06T03:40:24Z | 2023-04-06T03:40:24Z | MEMBER | The docs build failure is real, from some rst formatting error
|
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Docstrings examples for string methods 1639361476 | |
1491367287 | https://github.com/pydata/xarray/pull/7669#issuecomment-1491367287 | https://api.github.com/repos/pydata/xarray/issues/7669 | IC_kwDOAMm_X85Y5HV3 | headtr1ck 43316012 | 2023-03-31T06:23:18Z | 2023-03-31T06:23:38Z | COLLABORATOR |
Just saw this comment. I have opened #7703 for this |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Docstrings examples for string methods 1639361476 | |
1483139824 | https://github.com/pydata/xarray/pull/7669#issuecomment-1483139824 | https://api.github.com/repos/pydata/xarray/issues/7669 | IC_kwDOAMm_X85YZurw | remigathoni 51911758 | 2023-03-24T17:09:33Z | 2023-03-24T17:09:33Z | CONTRIBUTOR |
Thank you! |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Docstrings examples for string methods 1639361476 | |
1483086324 | https://github.com/pydata/xarray/pull/7669#issuecomment-1483086324 | https://api.github.com/repos/pydata/xarray/issues/7669 | IC_kwDOAMm_X85YZhn0 | dcherian 2448579 | 2023-03-24T16:30:16Z | 2023-03-24T16:30:16Z | MEMBER | In a future PR this would be a nice addition to the contributing guide |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Docstrings examples for string methods 1639361476 | |
1483084097 | https://github.com/pydata/xarray/pull/7669#issuecomment-1483084097 | https://api.github.com/repos/pydata/xarray/issues/7669 | IC_kwDOAMm_X85YZhFB | dcherian 2448579 | 2023-03-24T16:28:26Z | 2023-03-24T16:28:26Z | MEMBER | Looks like the outputs are missing part of the DataArray repr and only show the underlying array values. The common way to construct the right doctest is to type the command in a Python repl and copy-paste the output. Here, I recommend installing
|
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Docstrings examples for string methods 1639361476 |
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 3