issue_comments
2 rows where issue = 331981984 and user = 1217238 sorted by updated_at descending
This data as json, CSV (advanced)
These facets timed out: author_association, issue
id | html_url | issue_url | node_id | user | created_at | updated_at ▲ | author_association | body | reactions | performed_via_github_app | issue |
---|---|---|---|---|---|---|---|---|---|---|---|
397092870 | https://github.com/pydata/xarray/issues/2230#issuecomment-397092870 | https://api.github.com/repos/pydata/xarray/issues/2230 | MDEyOklzc3VlQ29tbWVudDM5NzA5Mjg3MA== | shoyer 1217238 | 2018-06-13T21:27:33Z | 2018-06-13T21:27:33Z | MEMBER | OK, I see you already saw the pandas issues :).
Yes, I would be very open to adding a We could probably copy the implementation of In xarray this would go into |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Inconsistency between Sum of NA's and Mean of NA's: resampling gives 0 or 'NA' 331981984 | |
397090519 | https://github.com/pydata/xarray/issues/2230#issuecomment-397090519 | https://api.github.com/repos/pydata/xarray/issues/2230 | MDEyOklzc3VlQ29tbWVudDM5NzA5MDUxOQ== | shoyer 1217238 | 2018-06-13T21:19:55Z | 2018-06-13T21:19:55Z | MEMBER | The difference between
The reason why a "NA skipping mean" is different in the case of all NaN inputs is that the mean simply isn't well defined on an empty set. The mean would literally be a sum of zero divided by a count of zero, which is not a valid number: the literal meaning of NaN as "not a number". There was a long discussion/debate about this recently in pandas. See https://github.com/pandas-dev/pandas/issues/18678 and links there-in. There are certainly use-cases where it is nicer for the sum of all NaN outputs to be NaN (exactly as you mention here), but ultimately pandas decided that the answer for this operation should be zero. The decisive considerations were simplicity and consistency with other tools (including NumPy and R). What pandas added to solve this use-case is an optional |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Inconsistency between Sum of NA's and Mean of NA's: resampling gives 0 or 'NA' 331981984 |
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