issue_comments
3 rows where issue = 124573556 and user = 1217238 sorted by updated_at descending
This data as json, CSV (advanced)
issue 1
- TST: add test for converting 0-len Series · 3 ✖
| id | html_url | issue_url | node_id | user | created_at | updated_at ▲ | author_association | body | reactions | performed_via_github_app | issue |
|---|---|---|---|---|---|---|---|---|---|---|---|
| 178665973 | https://github.com/pydata/xarray/issues/697#issuecomment-178665973 | https://api.github.com/repos/pydata/xarray/issues/697 | MDEyOklzc3VlQ29tbWVudDE3ODY2NTk3Mw== | shoyer 1217238 | 2016-02-02T16:19:28Z | 2016-02-02T16:19:28Z | MEMBER | @MaximilianR Just updated the title of this issue to match |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
TST: add test for converting 0-len Series 124573556 | |
| 168526843 | https://github.com/pydata/xarray/issues/697#issuecomment-168526843 | https://api.github.com/repos/pydata/xarray/issues/697 | MDEyOklzc3VlQ29tbWVudDE2ODUyNjg0Mw== | shoyer 1217238 | 2016-01-03T18:22:33Z | 2016-01-03T18:22:33Z | MEMBER | @jreback's first case uses the from_series constructor. |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
TST: add test for converting 0-len Series 124573556 | |
| 168506834 | https://github.com/pydata/xarray/issues/697#issuecomment-168506834 | https://api.github.com/repos/pydata/xarray/issues/697 | MDEyOklzc3VlQ29tbWVudDE2ODUwNjgzNA== | shoyer 1217238 | 2016-01-03T15:44:29Z | 2016-01-03T15:44:29Z | MEMBER | These definitely should work. @MaximilianR did your fix handle Series -> DataArray? Let's leave this open if not... |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
TST: add test for converting 0-len Series 124573556 |
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