issue_comments
6 rows where issue = 551344538 and user = 14808389 sorted by updated_at descending
This data as json, CSV (advanced)
Suggested facets: created_at (date), updated_at (date)
issue 1
- Error using reduce(): percentile() got an unexpected keyword argument 'axis' · 6 ✖
id | html_url | issue_url | node_id | user | created_at | updated_at ▲ | author_association | body | reactions | performed_via_github_app | issue |
---|---|---|---|---|---|---|---|---|---|---|---|
575737878 | https://github.com/pydata/xarray/issues/3701#issuecomment-575737878 | https://api.github.com/repos/pydata/xarray/issues/3701 | MDEyOklzc3VlQ29tbWVudDU3NTczNzg3OA== | keewis 14808389 | 2020-01-17T18:17:59Z | 2020-01-17T18:18:08Z | MEMBER | here's the |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Error using reduce(): percentile() got an unexpected keyword argument 'axis' 551344538 | |
575671803 | https://github.com/pydata/xarray/issues/3701#issuecomment-575671803 | https://api.github.com/repos/pydata/xarray/issues/3701 | MDEyOklzc3VlQ29tbWVudDU3NTY3MTgwMw== | keewis 14808389 | 2020-01-17T15:27:39Z | 2020-01-17T15:27:39Z | MEMBER | that would work if we would be working with variables, but
I agree |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Error using reduce(): percentile() got an unexpected keyword argument 'axis' 551344538 | |
575599184 | https://github.com/pydata/xarray/issues/3701#issuecomment-575599184 | https://api.github.com/repos/pydata/xarray/issues/3701 | MDEyOklzc3VlQ29tbWVudDU3NTU5OTE4NA== | keewis 14808389 | 2020-01-17T12:01:18Z | 2020-01-17T12:23:57Z | MEMBER | sorry, my mistake. I've been testing on master which has #3559 merged and thus works with dask arrays. Unless someone has a better idea, I'd suggest copying that approach for now: using |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Error using reduce(): percentile() got an unexpected keyword argument 'axis' 551344538 | |
575605008 | https://github.com/pydata/xarray/issues/3701#issuecomment-575605008 | https://api.github.com/repos/pydata/xarray/issues/3701 | MDEyOklzc3VlQ29tbWVudDU3NTYwNTAwOA== | keewis 14808389 | 2020-01-17T12:21:30Z | 2020-01-17T12:22:25Z | MEMBER | This ```python def quantile(self, q, dim=None, interpolation="linear", keep_attrs=None): from xarray.core.computation import apply_ufunc from xarray.core import utils
xr.Variable.quantile = quantile
|
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Error using reduce(): percentile() got an unexpected keyword argument 'axis' 551344538 | |
575593711 | https://github.com/pydata/xarray/issues/3701#issuecomment-575593711 | https://api.github.com/repos/pydata/xarray/issues/3701 | MDEyOklzc3VlQ29tbWVudDU3NTU5MzcxMQ== | keewis 14808389 | 2020-01-17T11:42:38Z | 2020-01-17T11:49:51Z | MEMBER | you should be able to just use |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Error using reduce(): percentile() got an unexpected keyword argument 'axis' 551344538 | |
575590320 | https://github.com/pydata/xarray/issues/3701#issuecomment-575590320 | https://api.github.com/repos/pydata/xarray/issues/3701 | MDEyOklzc3VlQ29tbWVudDU3NTU5MDMyMA== | keewis 14808389 | 2020-01-17T11:31:27Z | 2020-01-17T11:31:27Z | MEMBER | the reason for this is that the |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Error using reduce(): percentile() got an unexpected keyword argument 'axis' 551344538 |
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