issue_comments
7 rows where author_association = "CONTRIBUTOR", issue = 623751213 and user = 56925856 sorted by updated_at descending
This data as json, CSV (advanced)
Suggested facets: reactions, created_at (date), updated_at (date)
issue 1
- xr.cov() and xr.corr() · 7 ✖
id | html_url | issue_url | node_id | user | created_at | updated_at ▲ | author_association | body | reactions | performed_via_github_app | issue |
---|---|---|---|---|---|---|---|---|---|---|---|
634165154 | https://github.com/pydata/xarray/pull/4089#issuecomment-634165154 | https://api.github.com/repos/pydata/xarray/issues/4089 | MDEyOklzc3VlQ29tbWVudDYzNDE2NTE1NA== | AndrewILWilliams 56925856 | 2020-05-26T17:26:34Z | 2020-05-26T17:26:34Z | CONTRIBUTOR | @kefirbandi I didn't want to step on your toes, but I'm happy to put in a PR to fix the typo. :) |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
xr.cov() and xr.corr() 623751213 | |
633592183 | https://github.com/pydata/xarray/pull/4089#issuecomment-633592183 | https://api.github.com/repos/pydata/xarray/issues/4089 | MDEyOklzc3VlQ29tbWVudDYzMzU5MjE4Mw== | AndrewILWilliams 56925856 | 2020-05-25T14:13:46Z | 2020-05-25T14:13:46Z | CONTRIBUTOR |
Sweet! On second thought, I might leave it for now...the sun is too nice today. Can always have it as a future PR or something. :) |
{ "total_count": 1, "+1": 1, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
xr.cov() and xr.corr() 623751213 | |
633582528 | https://github.com/pydata/xarray/pull/4089#issuecomment-633582528 | https://api.github.com/repos/pydata/xarray/issues/4089 | MDEyOklzc3VlQ29tbWVudDYzMzU4MjUyOA== | AndrewILWilliams 56925856 | 2020-05-25T13:50:08Z | 2020-05-25T13:50:08Z | CONTRIBUTOR | One more thing actually, is there an argument for not defining |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
xr.cov() and xr.corr() 623751213 | |
633456698 | https://github.com/pydata/xarray/pull/4089#issuecomment-633456698 | https://api.github.com/repos/pydata/xarray/issues/4089 | MDEyOklzc3VlQ29tbWVudDYzMzQ1NjY5OA== | AndrewILWilliams 56925856 | 2020-05-25T08:44:36Z | 2020-05-25T10:55:29Z | CONTRIBUTOR |
Where do you mean sorry? Isn't this already there in corr()?
|
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
xr.cov() and xr.corr() 623751213 | |
633441816 | https://github.com/pydata/xarray/pull/4089#issuecomment-633441816 | https://api.github.com/repos/pydata/xarray/issues/4089 | MDEyOklzc3VlQ29tbWVudDYzMzQ0MTgxNg== | AndrewILWilliams 56925856 | 2020-05-25T08:11:05Z | 2020-05-25T08:12:48Z | CONTRIBUTOR | Cheers ! I've got a day off today so I'll do another pass through the changes and see if there's any low-hanging fruit I can improve (in addition to |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
xr.cov() and xr.corr() 623751213 | |
633286352 | https://github.com/pydata/xarray/pull/4089#issuecomment-633286352 | https://api.github.com/repos/pydata/xarray/issues/4089 | MDEyOklzc3VlQ29tbWVudDYzMzI4NjM1Mg== | AndrewILWilliams 56925856 | 2020-05-24T19:49:30Z | 2020-05-24T19:56:24Z | CONTRIBUTOR | One problem I came across here is that Current tests implemented are (in pseudocode...):
- [x] @keewis I tried reading the Hypothesis docs and got a bit overwhelmed, so I've stuck with example-based tests for now. |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
xr.cov() and xr.corr() 623751213 | |
633213547 | https://github.com/pydata/xarray/pull/4089#issuecomment-633213547 | https://api.github.com/repos/pydata/xarray/issues/4089 | MDEyOklzc3VlQ29tbWVudDYzMzIxMzU0Nw== | AndrewILWilliams 56925856 | 2020-05-24T10:59:43Z | 2020-05-24T11:00:53Z | CONTRIBUTOR | The current problem is that we can't use Pandas to fully test As such, I think it maybe just makes sense to test a few low-dimensional cases? Eg ```python3
So, while it's easy to check that a few individual points from I think it would also make sense to have some test cases where we don't use Pandas at all, but we specify the output manually? ```python3
Does this seem like a good way forward? |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
xr.cov() and xr.corr() 623751213 |
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