issue_comments
3 rows where issue = 275049665 sorted by updated_at descending
This data as json, CSV (advanced)
Suggested facets: reactions, created_at (date), updated_at (date)
issue 1
- Tables in docs make looking up functions unnecessarily hard · 3 ✖
| id | html_url | issue_url | node_id | user | created_at | updated_at ▲ | author_association | body | reactions | performed_via_github_app | issue |
|---|---|---|---|---|---|---|---|---|---|---|---|
| 603885569 | https://github.com/pydata/xarray/issues/1728#issuecomment-603885569 | https://api.github.com/repos/pydata/xarray/issues/1728 | MDEyOklzc3VlQ29tbWVudDYwMzg4NTU2OQ== | dcherian 2448579 | 2020-03-25T14:53:24Z | 2020-03-25T14:53:24Z | MEMBER | now fixed.
|
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
Tables in docs make looking up functions unnecessarily hard 275049665 | |
| 544108930 | https://github.com/pydata/xarray/issues/1728#issuecomment-544108930 | https://api.github.com/repos/pydata/xarray/issues/1728 | MDEyOklzc3VlQ29tbWVudDU0NDEwODkzMA== | stale[bot] 26384082 | 2019-10-19T07:02:12Z | 2019-10-19T07:02:12Z | NONE | In order to maintain a list of currently relevant issues, we mark issues as stale after a period of inactivity If this issue remains relevant, please comment here or remove the |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
Tables in docs make looking up functions unnecessarily hard 275049665 | |
| 345422965 | https://github.com/pydata/xarray/issues/1728#issuecomment-345422965 | https://api.github.com/repos/pydata/xarray/issues/1728 | MDEyOklzc3VlQ29tbWVudDM0NTQyMjk2NQ== | shoyer 1217238 | 2017-11-18T06:48:04Z | 2017-11-18T06:48:04Z | MEMBER | This is indeed the default behavior for I would be slightly reluctant to adopt the two line version you show for The API docs for pandas (http://pandas.pydata.org/pandas-docs/stable/api.html) show a nice alternative: the description in the right column is allowed to span multiple lines if necessary (rather than relying on horizontal scrolling). Apparently this is a common complaint -- I just Googled and turned up a how-to guide for fixing it. I would encourage you to put together a PR. Try using our environment.yml file to setup a conda environment. |
{
"total_count": 1,
"+1": 1,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
Tables in docs make looking up functions unnecessarily hard 275049665 |
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