issue_comments
5 rows where issue = 179052741 and user = 4160723 sorted by updated_at descending
This data as json, CSV (advanced)
Suggested facets: reactions, created_at (date), updated_at (date)
issue 1
- WIP: Optional indexes (no more default coordinates given by range(n)) · 5 ✖
id | html_url | issue_url | node_id | user | created_at | updated_at ▲ | author_association | body | reactions | performed_via_github_app | issue |
---|---|---|---|---|---|---|---|---|---|---|---|
265987531 | https://github.com/pydata/xarray/pull/1017#issuecomment-265987531 | https://api.github.com/repos/pydata/xarray/issues/1017 | MDEyOklzc3VlQ29tbWVudDI2NTk4NzUzMQ== | benbovy 4160723 | 2016-12-09T10:57:06Z | 2016-12-09T10:57:06Z | MEMBER | The only concern I have for the repr changes is using the symbol
or use another symbol like
and/or even remove the coordinate name (because there is no coordinate)
|
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
WIP: Optional indexes (no more default coordinates given by range(n)) 179052741 | |
260789194 | https://github.com/pydata/xarray/pull/1017#issuecomment-260789194 | https://api.github.com/repos/pydata/xarray/issues/1017 | MDEyOklzc3VlQ29tbWVudDI2MDc4OTE5NA== | benbovy 4160723 | 2016-11-15T22:21:58Z | 2016-11-15T22:21:58Z | MEMBER | I also understand (1), but renaming Another suggestion may be to "highlight" in the top list the dimensions which have an index, using the same symbol than in the coordinate list:
|
{ "total_count": 1, "+1": 1, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
WIP: Optional indexes (no more default coordinates given by range(n)) 179052741 | |
255052837 | https://github.com/pydata/xarray/pull/1017#issuecomment-255052837 | https://api.github.com/repos/pydata/xarray/issues/1017 | MDEyOklzc3VlQ29tbWVudDI1NTA1MjgzNw== | benbovy 4160723 | 2016-10-20T09:15:34Z | 2016-10-20T09:15:34Z | MEMBER | +1 for the align error.
Using |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
WIP: Optional indexes (no more default coordinates given by range(n)) 179052741 | |
253791634 | https://github.com/pydata/xarray/pull/1017#issuecomment-253791634 | https://api.github.com/repos/pydata/xarray/issues/1017 | MDEyOklzc3VlQ29tbWVudDI1Mzc5MTYzNA== | benbovy 4160723 | 2016-10-14T12:55:21Z | 2016-10-14T12:56:13Z | MEMBER | Oops, I missed |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
WIP: Optional indexes (no more default coordinates given by range(n)) 179052741 | |
253681755 | https://github.com/pydata/xarray/pull/1017#issuecomment-253681755 | https://api.github.com/repos/pydata/xarray/issues/1017 | MDEyOklzc3VlQ29tbWVudDI1MzY4MTc1NQ== | benbovy 4160723 | 2016-10-14T00:58:46Z | 2016-10-14T01:01:07Z | MEMBER |
I think about some possible use cases where this behavior - if I understand it well - may not be desired. For example, if we want to compute partial derivatives by finite difference, using xarray would not give the expected result (as numpy does): ``` python
However, I guess that this specific kind of problem should rather be addressed using the upcoming logic for applying vectorized functions to xarray objects (#964).
That sounds a bit weird to me (I'm not sure to understand, actually). What are the reasons/benefits of returning a |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
WIP: Optional indexes (no more default coordinates given by range(n)) 179052741 |
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