issue_comments
5 rows where issue = 400678252 sorted by updated_at descending
This data as json, CSV (advanced)
Suggested facets: created_at (date), updated_at (date)
issue 1
- [Feature Request] Dataset.loc should accept comparisons with a contained DataArray as key · 5 ✖
id | html_url | issue_url | node_id | user | created_at | updated_at ▲ | author_association | body | reactions | performed_via_github_app | issue |
---|---|---|---|---|---|---|---|---|---|---|---|
456503889 | https://github.com/pydata/xarray/issues/2689#issuecomment-456503889 | https://api.github.com/repos/pydata/xarray/issues/2689 | MDEyOklzc3VlQ29tbWVudDQ1NjUwMzg4OQ== | shoyer 1217238 | 2019-01-22T18:12:00Z | 2019-01-22T18:12:23Z | MEMBER | I'm going to close this in favor of #1887. Not to reject this approach, but just to keep discussion in one place. |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
[Feature Request] Dataset.loc should accept comparisons with a contained DataArray as key 400678252 | |
456201092 | https://github.com/pydata/xarray/issues/2689#issuecomment-456201092 | https://api.github.com/repos/pydata/xarray/issues/2689 | MDEyOklzc3VlQ29tbWVudDQ1NjIwMTA5Mg== | jendrikjoe 9658781 | 2019-01-21T21:17:02Z | 2019-01-21T21:17:02Z | CONTRIBUTOR | Okay will have a look at #1887 first, before going forward with this request :) |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
[Feature Request] Dataset.loc should accept comparisons with a contained DataArray as key 400678252 | |
456153475 | https://github.com/pydata/xarray/issues/2689#issuecomment-456153475 | https://api.github.com/repos/pydata/xarray/issues/2689 | MDEyOklzc3VlQ29tbWVudDQ1NjE1MzQ3NQ== | shoyer 1217238 | 2019-01-21T17:47:17Z | 2019-01-21T17:47:17Z | MEMBER | Oh, OK, that makes sense now. Yes, we are definitely interested in supporting multi-dimensional boolean indexing. See https://github.com/pydata/xarray/issues/1887 for thoughts on what this could look. |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
[Feature Request] Dataset.loc should accept comparisons with a contained DataArray as key 400678252 | |
456128567 | https://github.com/pydata/xarray/issues/2689#issuecomment-456128567 | https://api.github.com/repos/pydata/xarray/issues/2689 | MDEyOklzc3VlQ29tbWVudDQ1NjEyODU2Nw== | jendrikjoe 9658781 | 2019-01-21T16:21:29Z | 2019-01-21T16:21:29Z | CONTRIBUTOR | Hey Shoyer, sure I am happy to propose one. Given the input from the xarray example page (http://xarray.pydata.org/en/stable/examples/weather-data.html), I would imagine something like this:
If the DataArray is one dimensional this is straight forward to achieve by altering the _LocIndexer in the following way: ``` class _LocIndexer(object): def init(self, dataset): self.dataset = dataset
``` This does not work for higher dimensions though as 2-dimensional boolean indexing is not supported. It would as well get rid of all other DataArrarys which do not have shared dimensions with the indexer. Probably, there is a better place to do this, that in the loc function. However, I think it would be great in case people need to filter their data by something else than the array dimensions. Cheers, Jendrik |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
[Feature Request] Dataset.loc should accept comparisons with a contained DataArray as key 400678252 | |
455594043 | https://github.com/pydata/xarray/issues/2689#issuecomment-455594043 | https://api.github.com/repos/pydata/xarray/issues/2689 | MDEyOklzc3VlQ29tbWVudDQ1NTU5NDA0Mw== | shoyer 1217238 | 2019-01-18T15:55:23Z | 2019-01-18T15:55:23Z | MEMBER | Hi Jendrik, thanks for your interest! Could you please give an example of what exactly your proposed syntax would look like, with example inputs/outputs? |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
[Feature Request] Dataset.loc should accept comparisons with a contained DataArray as key 400678252 |
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 2