issue_comments
6 rows where author_association = "MEMBER", issue = 936045730 and user = 35968931 sorted by updated_at descending
This data as json, CSV (advanced)
Suggested facets: reactions, created_at (date), updated_at (date)
issue 1
- Add to_numpy() and as_numpy() methods · 6 ✖
| id | html_url | issue_url | node_id | user | created_at | updated_at ▲ | author_association | body | reactions | performed_via_github_app | issue |
|---|---|---|---|---|---|---|---|---|---|---|---|
| 884503023 | https://github.com/pydata/xarray/pull/5568#issuecomment-884503023 | https://api.github.com/repos/pydata/xarray/issues/5568 | IC_kwDOAMm_X840uHHv | TomNicholas 35968931 | 2021-07-21T21:11:58Z | 2021-07-21T21:11:58Z | MEMBER | Okay thanks @shoyer - I've removed the type check and the attempt to call |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
Add to_numpy() and as_numpy() methods 936045730 | |
| 884323982 | https://github.com/pydata/xarray/pull/5568#issuecomment-884323982 | https://api.github.com/repos/pydata/xarray/issues/5568 | IC_kwDOAMm_X840tbaO | TomNicholas 35968931 | 2021-07-21T16:27:54Z | 2021-07-21T16:27:54Z | MEMBER | The only error is the ffspec error now |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
Add to_numpy() and as_numpy() methods 936045730 | |
| 881585044 | https://github.com/pydata/xarray/pull/5568#issuecomment-881585044 | https://api.github.com/repos/pydata/xarray/issues/5568 | IC_kwDOAMm_X840i-uU | TomNicholas 35968931 | 2021-07-16T16:52:56Z | 2021-07-16T16:52:56Z | MEMBER | @dcherian I think Other than that I like your other suggestions, please commit and merge as you see fit! On Fri, 16 Jul 2021, 10:44 Deepak Cherian, @.***> wrote:
|
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
Add to_numpy() and as_numpy() methods 936045730 | |
| 881144228 | https://github.com/pydata/xarray/pull/5568#issuecomment-881144228 | https://api.github.com/repos/pydata/xarray/issues/5568 | IC_kwDOAMm_X840hTGk | TomNicholas 35968931 | 2021-07-16T03:11:44Z | 2021-07-16T03:11:44Z | MEMBER | The only failure is the same as in https://github.com/pydata/xarray/issues/5600 , so I think this should be ready to merge. |
{
"total_count": 1,
"+1": 1,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
Add to_numpy() and as_numpy() methods 936045730 | |
| 877399596 | https://github.com/pydata/xarray/pull/5568#issuecomment-877399596 | https://api.github.com/repos/pydata/xarray/issues/5568 | MDEyOklzc3VlQ29tbWVudDg3NzM5OTU5Ng== | TomNicholas 35968931 | 2021-07-09T19:08:45Z | 2021-07-09T19:08:45Z | MEMBER | This is actually ready for a review now @shoyer |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
Add to_numpy() and as_numpy() methods 936045730 | |
| 873240344 | https://github.com/pydata/xarray/pull/5568#issuecomment-873240344 | https://api.github.com/repos/pydata/xarray/issues/5568 | MDEyOklzc3VlQ29tbWVudDg3MzI0MDM0NA== | TomNicholas 35968931 | 2021-07-02T20:25:33Z | 2021-07-02T20:25:33Z | MEMBER | Irritating linting error:
|
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
Add to_numpy() and as_numpy() methods 936045730 |
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