issue_comments
6 rows where issue = 771382653 sorted by updated_at descending
This data as json, CSV (advanced)
Suggested facets: created_at (date), updated_at (date)
issue 1
- Allow sel's method and tolerance to vary per-dimension · 6 ✖
id | html_url | issue_url | node_id | user | created_at | updated_at ▲ | author_association | body | reactions | performed_via_github_app | issue |
---|---|---|---|---|---|---|---|---|---|---|---|
748498256 | https://github.com/pydata/xarray/issues/4714#issuecomment-748498256 | https://api.github.com/repos/pydata/xarray/issues/4714 | MDEyOklzc3VlQ29tbWVudDc0ODQ5ODI1Ng== | keewis 14808389 | 2020-12-19T16:58:20Z | 2020-12-19T16:58:20Z | MEMBER |
that's true, I only tried the special case where the data that would be used to do the forward fill is included in the result.
yeah,
if I understand correctly, you would like to index with arbitrary values for |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Allow sel's method and tolerance to vary per-dimension 771382653 | |
748486801 | https://github.com/pydata/xarray/issues/4714#issuecomment-748486801 | https://api.github.com/repos/pydata/xarray/issues/4714 | MDEyOklzc3VlQ29tbWVudDc0ODQ4NjgwMQ== | batterseapower 18488 | 2020-12-19T15:13:36Z | 2020-12-19T15:14:59Z | NONE | Thanks for the response. I think
Is not equivalent to this code:
So if I understand your
I guess this works but it's a bit cumbersome and unlikely to be fast. I think there must be something I'm not understanding here - I'm not familiar with all the nuances of the Your idea of In general |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Allow sel's method and tolerance to vary per-dimension 771382653 | |
748483357 | https://github.com/pydata/xarray/issues/4714#issuecomment-748483357 | https://api.github.com/repos/pydata/xarray/issues/4714 | MDEyOklzc3VlQ29tbWVudDc0ODQ4MzM1Nw== | keewis 14808389 | 2020-12-19T14:41:47Z | 2020-12-19T14:41:47Z | MEMBER |
This really depends on how you intend to use the result of the indexing. For example, if you don't really need the big matrix, you could just convert the If all of that is not an option, I guess we might be able add a |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Allow sel's method and tolerance to vary per-dimension 771382653 | |
748479287 | https://github.com/pydata/xarray/issues/4714#issuecomment-748479287 | https://api.github.com/repos/pydata/xarray/issues/4714 | MDEyOklzc3VlQ29tbWVudDc0ODQ3OTI4Nw== | batterseapower 18488 | 2020-12-19T14:06:36Z | 2020-12-19T14:06:36Z | NONE | Thanks for the suggestion. One issue with this alternative is it creates a potentially large intermediate object. If you have T times and S sensors, and want to sample them at N (time, sensor) pairs, then the intermediate object with your approach has size |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Allow sel's method and tolerance to vary per-dimension 771382653 | |
748478029 | https://github.com/pydata/xarray/issues/4714#issuecomment-748478029 | https://api.github.com/repos/pydata/xarray/issues/4714 | MDEyOklzc3VlQ29tbWVudDc0ODQ3ODAyOQ== | mathause 10194086 | 2020-12-19T13:55:07Z | 2020-12-19T13:55:07Z | MEMBER | Could you split it in two calls or does this not do what you want?
|
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Allow sel's method and tolerance to vary per-dimension 771382653 | |
748477889 | https://github.com/pydata/xarray/issues/4714#issuecomment-748477889 | https://api.github.com/repos/pydata/xarray/issues/4714 | MDEyOklzc3VlQ29tbWVudDc0ODQ3Nzg4OQ== | batterseapower 18488 | 2020-12-19T13:53:53Z | 2020-12-19T13:53:53Z | NONE | I guess it would also make sense to have this in |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Allow sel's method and tolerance to vary per-dimension 771382653 |
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 3