issue_comments
4 rows where issue = 480512400 and user = 6063709 sorted by updated_at descending
This data as json, CSV (advanced)
Suggested facets: created_at (date), updated_at (date)
issue 1
- decode_cf called on mfdataset throws error: 'Array' object has no attribute 'tolist' · 4 ✖
id | html_url | issue_url | node_id | user | created_at | updated_at ▲ | author_association | body | reactions | performed_via_github_app | issue |
---|---|---|---|---|---|---|---|---|---|---|---|
521524233 | https://github.com/pydata/xarray/issues/3215#issuecomment-521524233 | https://api.github.com/repos/pydata/xarray/issues/3215 | MDEyOklzc3VlQ29tbWVudDUyMTUyNDIzMw== | aidanheerdegen 6063709 | 2019-08-15T05:56:18Z | 2019-08-15T05:57:40Z | CONTRIBUTOR | Confirmed that Have submitted a PR with your suggested fix https://github.com/pydata/xarray/pull/3220 Confirmed the submitted code fixes my issue. |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
decode_cf called on mfdataset throws error: 'Array' object has no attribute 'tolist' 480512400 | |
521504317 | https://github.com/pydata/xarray/issues/3215#issuecomment-521504317 | https://api.github.com/repos/pydata/xarray/issues/3215 | MDEyOklzc3VlQ29tbWVudDUyMTUwNDMxNw== | aidanheerdegen 6063709 | 2019-08-15T03:55:00Z | 2019-08-15T03:55:00Z | CONTRIBUTOR | Thanks for the explanation. |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
decode_cf called on mfdataset throws error: 'Array' object has no attribute 'tolist' 480512400 | |
521502195 | https://github.com/pydata/xarray/issues/3215#issuecomment-521502195 | https://api.github.com/repos/pydata/xarray/issues/3215 | MDEyOklzc3VlQ29tbWVudDUyMTUwMjE5NQ== | aidanheerdegen 6063709 | 2019-08-15T03:40:27Z | 2019-08-15T03:40:27Z | CONTRIBUTOR | Thanks @shoyer. I still don't understand the different code paths between |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
decode_cf called on mfdataset throws error: 'Array' object has no attribute 'tolist' 480512400 | |
521456728 | https://github.com/pydata/xarray/issues/3215#issuecomment-521456728 | https://api.github.com/repos/pydata/xarray/issues/3215 | MDEyOklzc3VlQ29tbWVudDUyMTQ1NjcyOA== | aidanheerdegen 6063709 | 2019-08-14T23:28:35Z | 2019-08-14T23:28:35Z | CONTRIBUTOR | Seems that this is by design, from here
So I still don't understand why it fails when |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
decode_cf called on mfdataset throws error: 'Array' object has no attribute 'tolist' 480512400 |
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