issue_comments
5 rows where issue = 787692043 sorted by updated_at descending
This data as json, CSV (advanced)
Suggested facets: created_at (date), updated_at (date)
issue 1
- Add drop_isel · 5 ✖
| id | html_url | issue_url | node_id | user | created_at | updated_at ▲ | author_association | body | reactions | performed_via_github_app | issue |
|---|---|---|---|---|---|---|---|---|---|---|---|
| 762816011 | https://github.com/pydata/xarray/pull/4819#issuecomment-762816011 | https://api.github.com/repos/pydata/xarray/issues/4819 | MDEyOklzc3VlQ29tbWVudDc2MjgxNjAxMQ== | keewis 14808389 | 2021-01-19T12:40:03Z | 2021-01-19T12:40:03Z | MEMBER | I agree it's important to be consistent with Also, neither |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
Add drop_isel 787692043 | |
| 762714399 | https://github.com/pydata/xarray/pull/4819#issuecomment-762714399 | https://api.github.com/repos/pydata/xarray/issues/4819 | MDEyOklzc3VlQ29tbWVudDc2MjcxNDM5OQ== | mathause 10194086 | 2021-01-19T09:24:14Z | 2021-01-19T09:24:14Z | MEMBER | I suggested using |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
Add drop_isel 787692043 | |
| 762630904 | https://github.com/pydata/xarray/pull/4819#issuecomment-762630904 | https://api.github.com/repos/pydata/xarray/issues/4819 | MDEyOklzc3VlQ29tbWVudDc2MjYzMDkwNA== | max-sixty 5635139 | 2021-01-19T06:28:36Z | 2021-01-19T06:28:36Z | MEMBER | Thanks for spotting these @keewis, sorry I missed them. On the
I tend to agree, but |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
Add drop_isel 787692043 | |
| 762471970 | https://github.com/pydata/xarray/pull/4819#issuecomment-762471970 | https://api.github.com/repos/pydata/xarray/issues/4819 | MDEyOklzc3VlQ29tbWVudDc2MjQ3MTk3MA== | mesejo 8579156 | 2021-01-18T21:11:03Z | 2021-01-18T21:11:03Z | CONTRIBUTOR |
Thanks for the feedback. I've addressed the issues. |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
Add drop_isel 787692043 | |
| 761887054 | https://github.com/pydata/xarray/pull/4819#issuecomment-761887054 | https://api.github.com/repos/pydata/xarray/issues/4819 | MDEyOklzc3VlQ29tbWVudDc2MTg4NzA1NA== | mathause 10194086 | 2021-01-17T21:56:28Z | 2021-01-17T21:56:28Z | MEMBER | LGTM!
Just to add on to this - the wrapper can be written as: ```python class DataArray: ...
``` |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
Add drop_isel 787692043 |
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 4