issue_comments
4 rows where author_association = "NONE", issue = 266320445 and user = 806256 sorted by updated_at descending
This data as json, CSV (advanced)
Suggested facets: created_at (date), updated_at (date)
issue 1
- Unicode strings unexpectedly transformed to byte strings upon `open_dataset` · 4 ✖
| id | html_url | issue_url | node_id | user | created_at | updated_at ▲ | author_association | body | reactions | performed_via_github_app | issue |
|---|---|---|---|---|---|---|---|---|---|---|---|
| 341220444 | https://github.com/pydata/xarray/issues/1638#issuecomment-341220444 | https://api.github.com/repos/pydata/xarray/issues/1638 | MDEyOklzc3VlQ29tbWVudDM0MTIyMDQ0NA== | olgabot 806256 | 2017-11-01T19:51:55Z | 2017-11-01T19:51:55Z | NONE | Posted the lost coordinate issue here: https://github.com/pydata/xarray/issues/1680 |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
Unicode strings unexpectedly transformed to byte strings upon `open_dataset` 266320445 | |
| 341198220 | https://github.com/pydata/xarray/issues/1638#issuecomment-341198220 | https://api.github.com/repos/pydata/xarray/issues/1638 | MDEyOklzc3VlQ29tbWVudDM0MTE5ODIyMA== | olgabot 806256 | 2017-11-01T18:33:24Z | 2017-11-01T18:33:24Z | NONE | Using v0.9.6 with
Using #1648:
|
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
Unicode strings unexpectedly transformed to byte strings upon `open_dataset` 266320445 | |
| 339162189 | https://github.com/pydata/xarray/issues/1638#issuecomment-339162189 | https://api.github.com/repos/pydata/xarray/issues/1638 | MDEyOklzc3VlQ29tbWVudDMzOTE2MjE4OQ== | olgabot 806256 | 2017-10-24T23:02:34Z | 2017-10-24T23:03:18Z | NONE | Thank you for looking into this! I used the default engine to save, which looks like it was
Not sure if it matters, but one detail is that I created ~250 individual datasets (each sized at ~300 samples x 20,000 features) and then used |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
Unicode strings unexpectedly transformed to byte strings upon `open_dataset` 266320445 | |
| 337418537 | https://github.com/pydata/xarray/issues/1638#issuecomment-337418537 | https://api.github.com/repos/pydata/xarray/issues/1638 | MDEyOklzc3VlQ29tbWVudDMzNzQxODUzNw== | olgabot 806256 | 2017-10-18T00:17:25Z | 2017-10-18T00:17:25Z | NONE | Also, how did all the |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
Unicode strings unexpectedly transformed to byte strings upon `open_dataset` 266320445 |
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