issue_comments
3 rows where author_association = "MEMBER", issue = 411755105 and user = 1217238 sorted by updated_at descending
This data as json, CSV (advanced)
Suggested facets: created_at (date), updated_at (date)
issue 1
- Improved default behavior when concatenating DataArrays · 3 ✖
id | html_url | issue_url | node_id | user | created_at | updated_at ▲ | author_association | body | reactions | performed_via_github_app | issue |
---|---|---|---|---|---|---|---|---|---|---|---|
469056156 | https://github.com/pydata/xarray/pull/2777#issuecomment-469056156 | https://api.github.com/repos/pydata/xarray/issues/2777 | MDEyOklzc3VlQ29tbWVudDQ2OTA1NjE1Ng== | shoyer 1217238 | 2019-03-03T19:39:05Z | 2019-03-03T19:39:05Z | MEMBER | I guess we should probably roll back the "name to scalar coordinates" part of this change. @Zac-HD do you want to do that here or should we go with @TomNicholas's PR? |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Improved default behavior when concatenating DataArrays 411755105 | |
467648344 | https://github.com/pydata/xarray/pull/2777#issuecomment-467648344 | https://api.github.com/repos/pydata/xarray/issues/2777 | MDEyOklzc3VlQ29tbWVudDQ2NzY0ODM0NA== | shoyer 1217238 | 2019-02-26T22:52:28Z | 2019-02-26T22:52:28Z | MEMBER | @pep8speaks seems to have gone hay-wire -- maybe you have a syntax error? Thinking about this a little more, one hazard of converting names into index labels is that we lose the invariant that you get the same result regardless of order in which you call concat, e.g., something like these expressions could now give different results:
I'm not entirely sure this is a deal-breaker but it makes me a little nervous reluctant. In particular, it might break some the invariants we're relying upon for the next version of |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Improved default behavior when concatenating DataArrays 411755105 | |
466434007 | https://github.com/pydata/xarray/pull/2777#issuecomment-466434007 | https://api.github.com/repos/pydata/xarray/issues/2777 | MDEyOklzc3VlQ29tbWVudDQ2NjQzNDAwNw== | shoyer 1217238 | 2019-02-22T15:23:06Z | 2019-02-22T15:23:06Z | MEMBER | I'll check on the doc build failure, but I would rather not remove load_dataset yet -- we didn't deprecate it that long ago. On Fri, Feb 22, 2019 at 5:28 AM Zac Hatfield-Dodds notifications@github.com wrote:
|
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Improved default behavior when concatenating DataArrays 411755105 |
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