issue_comments
8 rows where issue = 944714417 and user = 223250 sorted by updated_at descending
This data as json, CSV (advanced)
Suggested facets: reactions, created_at (date), updated_at (date)
issue 1
- Allow no padding for rolling windows · 8 ✖
id | html_url | issue_url | node_id | user | created_at | updated_at ▲ | author_association | body | reactions | performed_via_github_app | issue |
---|---|---|---|---|---|---|---|---|---|---|---|
885080322 | https://github.com/pydata/xarray/pull/5603#issuecomment-885080322 | https://api.github.com/repos/pydata/xarray/issues/5603 | IC_kwDOAMm_X840wUEC | kmsquire 223250 | 2021-07-22T17:18:58Z | 2021-07-22T17:18:58Z | CONTRIBUTOR |
FWIW, I think 1 would be more efficient (but perhaps harder to implement). With this one, the If 2 were implemented, what should the return value of the |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Allow no padding for rolling windows 944714417 | |
883763039 | https://github.com/pydata/xarray/pull/5603#issuecomment-883763039 | https://api.github.com/repos/pydata/xarray/issues/5603 | IC_kwDOAMm_X840rSdf | kmsquire 223250 | 2021-07-20T23:08:26Z | 2021-07-20T23:08:26Z | CONTRIBUTOR | Mentioned in one of the comments above, but I think I've reached about the amount of time that I can spend on this right now. If there are other minor changes, please do let me know. I can also back out the breaking change if desired (although that will probably take some commit surgery). |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Allow no padding for rolling windows 944714417 | |
883754891 | https://github.com/pydata/xarray/pull/5603#issuecomment-883754891 | https://api.github.com/repos/pydata/xarray/issues/5603 | IC_kwDOAMm_X840rQeL | kmsquire 223250 | 2021-07-20T22:48:21Z | 2021-07-20T22:48:21Z | CONTRIBUTOR |
Fixed and added a test for this. The example at the bottom now works. |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Allow no padding for rolling windows 944714417 | |
882856489 | https://github.com/pydata/xarray/pull/5603#issuecomment-882856489 | https://api.github.com/repos/pydata/xarray/issues/5603 | IC_kwDOAMm_X840n1Ip | kmsquire 223250 | 2021-07-19T21:02:27Z | 2021-07-19T21:02:27Z | CONTRIBUTOR | @dcherian Thank you for reviewing. I've started working through your comments. |
{ "total_count": 1, "+1": 1, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Allow no padding for rolling windows 944714417 | |
881781419 | https://github.com/pydata/xarray/pull/5603#issuecomment-881781419 | https://api.github.com/repos/pydata/xarray/issues/5603 | IC_kwDOAMm_X840juqr | kmsquire 223250 | 2021-07-17T00:16:18Z | 2021-07-17T00:16:18Z | CONTRIBUTOR | Also, FWIW, the test failure was caused by a problem in zarr/fsspec (https://github.com/intake/filesystem_spec/issues/707), which is fixed in master on fsspec (https://github.com/intake/filesystem_spec/pull/710). So it should be fixed here whenever fsspec makes a release. |
{ "total_count": 1, "+1": 1, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Allow no padding for rolling windows 944714417 | |
881773236 | https://github.com/pydata/xarray/pull/5603#issuecomment-881773236 | https://api.github.com/repos/pydata/xarray/issues/5603 | IC_kwDOAMm_X840jsq0 | kmsquire 223250 | 2021-07-16T23:41:55Z | 2021-07-16T23:41:55Z | CONTRIBUTOR | @dcherian Okay, I think this is in good shape. I added some more tests, and fixed a few more bugs. Most of the fixes have been squashed back down to the original commit. I left the second commit separate for now because it's breaking. Previously, iterating over a rolling window returned only returned blocks present in the original array, and ignored the chunk of Here, instead, the iterator was changed so that each returned view matches the corresponding slice of the output of the Other than the fact that it's breaking, the main drawback (and difference with After writing this, I'm wondering if it might be useful to simply drop the coordinates along the rolling axis, so that the behavior matches the behavior of I'm open to thoughts/comments/criticisms/suggestions/questions/whatever. |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Allow no padding for rolling windows 944714417 | |
881698914 | https://github.com/pydata/xarray/pull/5603#issuecomment-881698914 | https://api.github.com/repos/pydata/xarray/issues/5603 | IC_kwDOAMm_X840jahi | kmsquire 223250 | 2021-07-16T20:25:36Z | 2021-07-16T20:25:36Z | CONTRIBUTOR | @dcherian Thanks. I thought I was done, but I'm finding things that aren't working as expected. I'm working on adding more tests for expected behavior, so marking as WIP. Will ping back here when I'm finished (maybe today, maybe early next week). |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Allow no padding for rolling windows 944714417 | |
880222929 | https://github.com/pydata/xarray/pull/5603#issuecomment-880222929 | https://api.github.com/repos/pydata/xarray/issues/5603 | MDEyOklzc3VlQ29tbWVudDg4MDIyMjkyOQ== | kmsquire 223250 | 2021-07-14T21:29:10Z | 2021-07-14T21:29:10Z | CONTRIBUTOR | FWIW, the test failures are all the same error, which should be fixed, but should have nothing to do with this PR. |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Allow no padding for rolling windows 944714417 |
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