issue_comments
3 rows where issue = 904153867 and user = 5700886 sorted by updated_at descending
This data as json, CSV (advanced)
Suggested facets: reactions, created_at (date), updated_at (date)
issue 1
- Improvements to lazy behaviour of `xr.cov()` and `xr.corr()` · 3 ✖
id | html_url | issue_url | node_id | user | created_at | updated_at ▲ | author_association | body | reactions | performed_via_github_app | issue |
---|---|---|---|---|---|---|---|---|---|---|---|
850820173 | https://github.com/pydata/xarray/pull/5390#issuecomment-850820173 | https://api.github.com/repos/pydata/xarray/issues/5390 | MDEyOklzc3VlQ29tbWVudDg1MDgyMDE3Mw== | willirath 5700886 | 2021-05-29T11:51:50Z | 2021-05-29T11:51:59Z | CONTRIBUTOR | I think the problem with
is that the |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Improvements to lazy behaviour of `xr.cov()` and `xr.corr()` 904153867 | |
850819741 | https://github.com/pydata/xarray/pull/5390#issuecomment-850819741 | https://api.github.com/repos/pydata/xarray/issues/5390 | MDEyOklzc3VlQ29tbWVudDg1MDgxOTc0MQ== | willirath 5700886 | 2021-05-29T11:48:02Z | 2021-05-29T11:48:02Z | CONTRIBUTOR | Shouldn't the following do?
|
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Improvements to lazy behaviour of `xr.cov()` and `xr.corr()` 904153867 | |
850542572 | https://github.com/pydata/xarray/pull/5390#issuecomment-850542572 | https://api.github.com/repos/pydata/xarray/issues/5390 | MDEyOklzc3VlQ29tbWVudDg1MDU0MjU3Mg== | willirath 5700886 | 2021-05-28T16:45:55Z | 2021-05-28T16:45:55Z | CONTRIBUTOR | @AndrewWilliams3142 @dcherian Looks like I broke the first Gist. :( Your Example above does not quite get there, because the Here's a Gist that explains the idea for the correlations: https://nbviewer.jupyter.org/gist/willirath/c5c5274f31c98e8452548e8571158803 With ```python X = xr.DataArray( darr.random.normal(size=array_size, chunks=chunk_size), dims=("t", "y", "x"), name="X", ) Y = xr.DataArray(
darr.random.normal(size=array_size, chunks=chunk_size),
dims=("t", "y", "x"),
name="Y",
)
Dask won't release any of the tasks defining The "good" / aggregating way of calculting the correlation
|
{ "total_count": 1, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 1 } |
Improvements to lazy behaviour of `xr.cov()` and `xr.corr()` 904153867 |
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