issue_comments
7 rows where issue = 514164837 sorted by updated_at descending
This data as json, CSV (advanced)
Suggested facets: created_at (date), updated_at (date)
issue 1
- fix test suite warnings re `drop` · 7 ✖
| id | html_url | issue_url | node_id | user | created_at | updated_at ▲ | author_association | body | reactions | performed_via_github_app | issue |
|---|---|---|---|---|---|---|---|---|---|---|---|
| 548213907 | https://github.com/pydata/xarray/pull/3460#issuecomment-548213907 | https://api.github.com/repos/pydata/xarray/issues/3460 | MDEyOklzc3VlQ29tbWVudDU0ODIxMzkwNw== | shoyer 1217238 | 2019-10-31T04:39:11Z | 2019-10-31T04:39:11Z | MEMBER | Yeah, that was my thought On Wed, Oct 30, 2019 at 6:43 PM Maximilian Roos notifications@github.com wrote:
|
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
fix test suite warnings re `drop` 514164837 | |
| 548181808 | https://github.com/pydata/xarray/pull/3460#issuecomment-548181808 | https://api.github.com/repos/pydata/xarray/issues/3460 | MDEyOklzc3VlQ29tbWVudDU0ODE4MTgwOA== | max-sixty 5635139 | 2019-10-31T01:43:48Z | 2019-10-31T01:43:48Z | MEMBER |
Yeah, agree it's messy. I think we could have |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
fix test suite warnings re `drop` 514164837 | |
| 548181213 | https://github.com/pydata/xarray/pull/3460#issuecomment-548181213 | https://api.github.com/repos/pydata/xarray/issues/3460 | MDEyOklzc3VlQ29tbWVudDU0ODE4MTIxMw== | shoyer 1217238 | 2019-10-31T01:40:14Z | 2019-10-31T01:40:14Z | MEMBER | I think the idea is just to provide a more explicit option for dropping variables instead of labels. It's a little messy all in one API. On Wed, Oct 30, 2019 at 6:30 PM Maximilian Roos notifications@github.com wrote:
|
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
fix test suite warnings re `drop` 514164837 | |
| 548179393 | https://github.com/pydata/xarray/pull/3460#issuecomment-548179393 | https://api.github.com/repos/pydata/xarray/issues/3460 | MDEyOklzc3VlQ29tbWVudDU0ODE3OTM5Mw== | max-sixty 5635139 | 2019-10-31T01:30:40Z | 2019-10-31T01:30:40Z | MEMBER |
How would this work differently from |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
fix test suite warnings re `drop` 514164837 | |
| 548172110 | https://github.com/pydata/xarray/pull/3460#issuecomment-548172110 | https://api.github.com/repos/pydata/xarray/issues/3460 | MDEyOklzc3VlQ29tbWVudDU0ODE3MjExMA== | shoyer 1217238 | 2019-10-31T00:52:48Z | 2019-10-31T00:52:48Z | MEMBER |
Yes, this was a suggestion for a new method |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
fix test suite warnings re `drop` 514164837 | |
| 548170568 | https://github.com/pydata/xarray/pull/3460#issuecomment-548170568 | https://api.github.com/repos/pydata/xarray/issues/3460 | MDEyOklzc3VlQ29tbWVudDU0ODE3MDU2OA== | max-sixty 5635139 | 2019-10-31T00:44:42Z | 2019-10-31T00:44:42Z | MEMBER | One other issue: it suggests using |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
fix test suite warnings re `drop` 514164837 | |
| 547593366 | https://github.com/pydata/xarray/pull/3460#issuecomment-547593366 | https://api.github.com/repos/pydata/xarray/issues/3460 | MDEyOklzc3VlQ29tbWVudDU0NzU5MzM2Ng== | max-sixty 5635139 | 2019-10-29T19:34:19Z | 2019-10-29T19:34:19Z | MEMBER | ref https://github.com/pydata/xarray/issues/3266. This was causing about a quarter of the total, because of the test's parameterization. |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
fix test suite warnings re `drop` 514164837 |
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