issue_comments
4 rows where author_association = "MEMBER", issue = 115933483 and user = 10194086 sorted by updated_at descending
This data as json, CSV (advanced)
Suggested facets: created_at (date), updated_at (date)
issue 1
- Feature/average · 4 ✖
id | html_url | issue_url | node_id | user | created_at | updated_at ▲ | author_association | body | reactions | performed_via_github_app | issue |
---|---|---|---|---|---|---|---|---|---|---|---|
218304910 | https://github.com/pydata/xarray/pull/650#issuecomment-218304910 | https://api.github.com/repos/pydata/xarray/issues/650 | MDEyOklzc3VlQ29tbWVudDIxODMwNDkxMA== | mathause 10194086 | 2016-05-10T22:00:35Z | 2016-05-10T22:00:35Z | MEMBER | I could imagine to continue working on this - however, there are some open design questions:
- Do we include |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Feature/average 115933483 | |
218302130 | https://github.com/pydata/xarray/pull/650#issuecomment-218302130 | https://api.github.com/repos/pydata/xarray/issues/650 | MDEyOklzc3VlQ29tbWVudDIxODMwMjEzMA== | mathause 10194086 | 2016-05-10T21:48:02Z | 2016-05-10T21:48:02Z | MEMBER | It seems incorporating this to Anyway, I have tried to put together some corner cases whre there are NaN in the data or the weights. Unfortunately there is no https://gist.github.com/mathause/720cbca2d97597a99534581b8ca296a5 The above implementation works fine, however there are currently two cases where I expect another answer: ``` data = [1, np.nan]; weights = [0, 1.]
I think this should return NaN. ``` data = [1, 1.]; weights = [np.nan, np.nan]
I think these should also return NaN. |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Feature/average 115933483 | |
186214729 | https://github.com/pydata/xarray/pull/650#issuecomment-186214729 | https://api.github.com/repos/pydata/xarray/issues/650 | MDEyOklzc3VlQ29tbWVudDE4NjIxNDcyOQ== | mathause 10194086 | 2016-02-19T13:34:33Z | 2016-02-19T13:34:33Z | MEMBER | I am fine having it as extra method. I think it is an important feature to have - I use this function every day. |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Feature/average 115933483 | |
156154844 | https://github.com/pydata/xarray/pull/650#issuecomment-156154844 | https://api.github.com/repos/pydata/xarray/issues/650 | MDEyOklzc3VlQ29tbWVudDE1NjE1NDg0NA== | mathause 10194086 | 2015-11-12T16:24:02Z | 2015-11-12T16:24:02Z | MEMBER | Didn't realize you were working on this. Pulling it into mean is fine for me (if you need the weights it is a one-liner). @jhamman you showed this in a lecture? cool :) |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Feature/average 115933483 |
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