issue_comments
19 rows where issue = 492866552 sorted by updated_at descending
This data as json, CSV (advanced)
Suggested facets: created_at (date), updated_at (date)
issue 1
- interpolate_na: Add max_gap support. · 19 ✖
id | html_url | issue_url | node_id | user | created_at | updated_at ▲ | author_association | body | reactions | performed_via_github_app | issue |
---|---|---|---|---|---|---|---|---|---|---|---|
554503077 | https://github.com/pydata/xarray/pull/3302#issuecomment-554503077 | https://api.github.com/repos/pydata/xarray/issues/3302 | MDEyOklzc3VlQ29tbWVudDU1NDUwMzA3Nw== | max-sixty 5635139 | 2019-11-15T19:49:12Z | 2019-11-15T19:49:12Z | MEMBER | Great, thanks @dcherian ! |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
interpolate_na: Add max_gap support. 492866552 | |
554389294 | https://github.com/pydata/xarray/pull/3302#issuecomment-554389294 | https://api.github.com/repos/pydata/xarray/issues/3302 | MDEyOklzc3VlQ29tbWVudDU1NDM4OTI5NA== | dcherian 2448579 | 2019-11-15T14:53:12Z | 2019-11-15T14:53:12Z | MEMBER | I'm going to merge this. Happy to make any other changes. |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
interpolate_na: Add max_gap support. 492866552 | |
549595749 | https://github.com/pydata/xarray/pull/3302#issuecomment-549595749 | https://api.github.com/repos/pydata/xarray/issues/3302 | MDEyOklzc3VlQ29tbWVudDU0OTU5NTc0OQ== | dnowacki-usgs 13837821 | 2019-11-04T23:34:12Z | 2019-11-04T23:34:12Z | CONTRIBUTOR | Thanks for all your work @dcherian! Did a quick test with some real-world timeseries data I've been wanting to use with |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
interpolate_na: Add max_gap support. 492866552 | |
549561349 | https://github.com/pydata/xarray/pull/3302#issuecomment-549561349 | https://api.github.com/repos/pydata/xarray/issues/3302 | MDEyOklzc3VlQ29tbWVudDU0OTU2MTM0OQ== | dcherian 2448579 | 2019-11-04T21:44:49Z | 2019-11-04T21:44:49Z | MEMBER | This could use another round of testing / review (cc @dnowacki-usgs @stefraynaud @max-sixty ) |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
interpolate_na: Add max_gap support. 492866552 | |
545009960 | https://github.com/pydata/xarray/pull/3302#issuecomment-545009960 | https://api.github.com/repos/pydata/xarray/issues/3302 | MDEyOklzc3VlQ29tbWVudDU0NTAwOTk2MA== | dcherian 2448579 | 2019-10-22T15:10:19Z | 2019-11-04T21:44:07Z | MEMBER | Thanks @dnowacki-usgs that's a nice test. I think the right fix is to make Things left to do (or at least add xfail tests + errors):
- [x] support for cftime indexes and offsets
- [x] what to do when |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
interpolate_na: Add max_gap support. 492866552 | |
546395069 | https://github.com/pydata/xarray/pull/3302#issuecomment-546395069 | https://api.github.com/repos/pydata/xarray/issues/3302 | MDEyOklzc3VlQ29tbWVudDU0NjM5NTA2OQ== | dcherian 2448579 | 2019-10-25T15:14:51Z | 2019-10-25T15:14:51Z | MEMBER | Done for now. Ready for final review / testing. |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
interpolate_na: Add max_gap support. 492866552 | |
543393942 | https://github.com/pydata/xarray/pull/3302#issuecomment-543393942 | https://api.github.com/repos/pydata/xarray/issues/3302 | MDEyOklzc3VlQ29tbWVudDU0MzM5Mzk0Mg== | dnowacki-usgs 13837821 | 2019-10-17T22:48:45Z | 2019-10-17T22:51:36Z | CONTRIBUTOR | Thanks so much for taking this on. Not sure how I missed the notification that you had done so. @dcherian I checked out your branch and did some testing and found that testing this against da = xr.DataArray(arr, dims=["x", "y"], coords={"x": np.arange(arr.shape[0]), "y": np.arange(arr.shape[1])}) actual = da.interpolate_na("y", max_gap=2) # this works as in your test example
actual = da.interpolate_na("x", max_gap=2) # this fails
I fixed it by changing this line
https://github.com/dcherian/xarray/blob/8899f05a13533e10c8972836afda089b5b792ca0/xarray/core/missing.py#L23
to this:
|
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
interpolate_na: Add max_gap support. 492866552 | |
532257718 | https://github.com/pydata/xarray/pull/3302#issuecomment-532257718 | https://api.github.com/repos/pydata/xarray/issues/3302 | MDEyOklzc3VlQ29tbWVudDUzMjI1NzcxOA== | dcherian 2448579 | 2019-09-17T14:53:52Z | 2019-09-17T14:53:52Z | MEMBER | yes, I think you are right. I was thinking that it would be nice to have the number-of-nan-points and gap-length metrics converge for uniformly spaced coordinates but I don't think that's possible in any sensible way. |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
interpolate_na: Add max_gap support. 492866552 | |
531843795 | https://github.com/pydata/xarray/pull/3302#issuecomment-531843795 | https://api.github.com/repos/pydata/xarray/issues/3302 | MDEyOklzc3VlQ29tbWVudDUzMTg0Mzc5NQ== | max-sixty 5635139 | 2019-09-16T16:02:57Z | 2019-09-16T16:02:57Z | MEMBER | IIUC, and please correct me if I'm wrong, the pandas version counts points rather than the distance between locations. Ideally we'd be able to do both, but even if we can only have one working correctly, that would be v good |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
interpolate_na: Add max_gap support. 492866552 | |
531807552 | https://github.com/pydata/xarray/pull/3302#issuecomment-531807552 | https://api.github.com/repos/pydata/xarray/issues/3302 | MDEyOklzc3VlQ29tbWVudDUzMTgwNzU1Mg== | dcherian 2448579 | 2019-09-16T14:39:41Z | 2019-09-16T14:39:41Z | MEMBER | The thing I find weird is that for
the center gap's length =
@stefraynaud I don't have time to work on this now. Please feel free to modify this and open a new PR. You could try to push to this branch but I'm not sure it will work. |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
interpolate_na: Add max_gap support. 492866552 | |
531674432 | https://github.com/pydata/xarray/pull/3302#issuecomment-531674432 | https://api.github.com/repos/pydata/xarray/issues/3302 | MDEyOklzc3VlQ29tbWVudDUzMTY3NDQzMg== | stefraynaud 1941408 | 2019-09-16T07:50:26Z | 2019-09-16T07:50:26Z | CONTRIBUTOR |
@dcherian In your example, as said @max-sixty, the middle gap has a length of I'll have a look the code, maybe for a new PR after this one. |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
interpolate_na: Add max_gap support. 492866552 | |
531294795 | https://github.com/pydata/xarray/pull/3302#issuecomment-531294795 | https://api.github.com/repos/pydata/xarray/issues/3302 | MDEyOklzc3VlQ29tbWVudDUzMTI5NDc5NQ== | dcherian 2448579 | 2019-09-13T16:00:33Z | 2019-09-13T16:00:33Z | MEMBER | OK added test and now raises error for irregularly spaced coordinates. I agree that this should be good for now. |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
interpolate_na: Add max_gap support. 492866552 | |
531286079 | https://github.com/pydata/xarray/pull/3302#issuecomment-531286079 | https://api.github.com/repos/pydata/xarray/issues/3302 | MDEyOklzc3VlQ29tbWVudDUzMTI4NjA3OQ== | max-sixty 5635139 | 2019-09-13T15:36:08Z | 2019-09-13T15:36:08Z | MEMBER | I think using locations rather than counts would be great, but harder and doesn't have to be part of this PR. In the example above, it looks like 1 is aligned with 6 and 4 with 10, so the gap in locations along the y dimension would be 4? |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
interpolate_na: Add max_gap support. 492866552 | |
531283688 | https://github.com/pydata/xarray/pull/3302#issuecomment-531283688 | https://api.github.com/repos/pydata/xarray/issues/3302 | MDEyOklzc3VlQ29tbWVudDUzMTI4MzY4OA== | dcherian 2448579 | 2019-09-13T15:29:34Z | 2019-09-13T15:29:34Z | MEMBER | Thanks @stefraynaud . I'm having trouble figuring out defining the length of a gap in the irregular coordinate case. e.g.
What is the length of these three gaps given that xarray doesn't have any understanding of grids? |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
interpolate_na: Add max_gap support. 492866552 | |
531248632 | https://github.com/pydata/xarray/pull/3302#issuecomment-531248632 | https://api.github.com/repos/pydata/xarray/issues/3302 | MDEyOklzc3VlQ29tbWVudDUzMTI0ODYzMg== | stefraynaud 1941408 | 2019-09-13T14:00:30Z | 2019-09-13T14:00:30Z | CONTRIBUTOR | Nice feature. How about adding the support max gaps expressed in physical units, since coordinates may be irregular? |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
interpolate_na: Add max_gap support. 492866552 | |
531080613 | https://github.com/pydata/xarray/pull/3302#issuecomment-531080613 | https://api.github.com/repos/pydata/xarray/issues/3302 | MDEyOklzc3VlQ29tbWVudDUzMTA4MDYxMw== | dcherian 2448579 | 2019-09-13T03:00:42Z | 2019-09-13T03:00:42Z | MEMBER | :+1: |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
interpolate_na: Add max_gap support. 492866552 | |
531036675 | https://github.com/pydata/xarray/pull/3302#issuecomment-531036675 | https://api.github.com/repos/pydata/xarray/issues/3302 | MDEyOklzc3VlQ29tbWVudDUzMTAzNjY3NQ== | max-sixty 5635139 | 2019-09-12T22:52:24Z | 2019-09-12T22:52:24Z | MEMBER | As per the pandas issue, sounds like |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
interpolate_na: Add max_gap support. 492866552 | |
530899448 | https://github.com/pydata/xarray/pull/3302#issuecomment-530899448 | https://api.github.com/repos/pydata/xarray/issues/3302 | MDEyOklzc3VlQ29tbWVudDUzMDg5OTQ0OA== | max-sixty 5635139 | 2019-09-12T16:17:46Z | 2019-09-12T16:17:46Z | MEMBER |
Ah, agree we should align. I'm really not keen on that name but yes on balance; unless they're open to changing |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
interpolate_na: Add max_gap support. 492866552 | |
530890655 | https://github.com/pydata/xarray/pull/3302#issuecomment-530890655 | https://api.github.com/repos/pydata/xarray/issues/3302 | MDEyOklzc3VlQ29tbWVudDUzMDg5MDY1NQ== | dcherian 2448579 | 2019-09-12T15:55:49Z | 2019-09-12T15:55:49Z | MEMBER | Thanks @max-sixty I've updated the tests.
I pulled |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
interpolate_na: Add max_gap support. 492866552 |
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 4