issue_comments
4 rows where author_association = "MEMBER", issue = 398468139 and user = 1217238 sorted by updated_at descending
This data as json, CSV (advanced)
Suggested facets: reactions, created_at (date), updated_at (date)
issue 1
- fix datetime_to_numeric and Variable._to_numeric · 4 ✖
id | html_url | issue_url | node_id | user | created_at | updated_at ▲ | author_association | body | reactions | performed_via_github_app | issue |
---|---|---|---|---|---|---|---|---|---|---|---|
453843848 | https://github.com/pydata/xarray/pull/2668#issuecomment-453843848 | https://api.github.com/repos/pydata/xarray/issues/2668 | MDEyOklzc3VlQ29tbWVudDQ1Mzg0Mzg0OA== | shoyer 1217238 | 2019-01-13T16:29:44Z | 2019-01-13T16:29:44Z | MEMBER |
Sounds good to me. It's definitely best to handle numpy arrays and xarray.Variable objects separately. |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
fix datetime_to_numeric and Variable._to_numeric 398468139 | |
453680857 | https://github.com/pydata/xarray/pull/2668#issuecomment-453680857 | https://api.github.com/repos/pydata/xarray/issues/2668 | MDEyOklzc3VlQ29tbWVudDQ1MzY4MDg1Nw== | shoyer 1217238 | 2019-01-11T22:44:32Z | 2019-01-11T22:44:32Z | MEMBER | (at least for now, until we can figure out how to handle missing values) On Fri, Jan 11, 2019 at 2:44 PM Stephan Hoyer shoyer@gmail.com wrote:
|
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
fix datetime_to_numeric and Variable._to_numeric 398468139 | |
453680807 | https://github.com/pydata/xarray/pull/2668#issuecomment-453680807 | https://api.github.com/repos/pydata/xarray/issues/2668 | MDEyOklzc3VlQ29tbWVudDQ1MzY4MDgwNw== | shoyer 1217238 | 2019-01-11T22:44:18Z | 2019-01-11T22:44:18Z | MEMBER | OK, in that case let's only worry about NaT for datetime64/timedelta64 arrays. On Fri, Jan 11, 2019 at 2:37 PM Spencer Clark notifications@github.com wrote:
|
{ "total_count": 1, "+1": 1, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
fix datetime_to_numeric and Variable._to_numeric 398468139 | |
453675862 | https://github.com/pydata/xarray/pull/2668#issuecomment-453675862 | https://api.github.com/repos/pydata/xarray/issues/2668 | MDEyOklzc3VlQ29tbWVudDQ1MzY3NTg2Mg== | shoyer 1217238 | 2019-01-11T22:21:45Z | 2019-01-11T22:21:45Z | MEMBER | @spencerkclark what convention do you use for missing values in cftime arrays? |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
fix datetime_to_numeric and Variable._to_numeric 398468139 |
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