issue_comments
8 rows where author_association = "MEMBER", issue = 169588316 and user = 4160723 sorted by updated_at descending
This data as json, CSV (advanced)
Suggested facets: created_at (date), updated_at (date)
issue 1
- Multi-index levels as coordinates · 8 ✖
id | html_url | issue_url | node_id | user | created_at | updated_at ▲ | author_association | body | reactions | performed_via_github_app | issue |
---|---|---|---|---|---|---|---|---|---|---|---|
246678848 | https://github.com/pydata/xarray/pull/947#issuecomment-246678848 | https://api.github.com/repos/pydata/xarray/issues/947 | MDEyOklzc3VlQ29tbWVudDI0NjY3ODg0OA== | benbovy 4160723 | 2016-09-13T13:21:53Z | 2016-09-13T13:21:53Z | MEMBER |
Just removed it. |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Multi-index levels as coordinates 169588316 | |
244539699 | https://github.com/pydata/xarray/pull/947#issuecomment-244539699 | https://api.github.com/repos/pydata/xarray/issues/947 | MDEyOklzc3VlQ29tbWVudDI0NDUzOTY5OQ== | benbovy 4160723 | 2016-09-03T10:44:58Z | 2016-09-03T10:44:58Z | MEMBER | I've made changes according to your comments.
I just thought that returning a dict could be a little more convenient (i.e., using a single call) if we need to get either one particular or several or all level(s) as
Happy holidays! (I'll be on holiday next week too). |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Multi-index levels as coordinates 169588316 | |
244514745 | https://github.com/pydata/xarray/pull/947#issuecomment-244514745 | https://api.github.com/repos/pydata/xarray/issues/947 | MDEyOklzc3VlQ29tbWVudDI0NDUxNDc0NQ== | benbovy 4160723 | 2016-09-03T00:21:06Z | 2016-09-03T00:21:06Z | MEMBER |
I agree that |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Multi-index levels as coordinates 169588316 | |
244507224 | https://github.com/pydata/xarray/pull/947#issuecomment-244507224 | https://api.github.com/repos/pydata/xarray/issues/947 | MDEyOklzc3VlQ29tbWVudDI0NDUwNzIyNA== | benbovy 4160723 | 2016-09-02T23:07:14Z | 2016-09-02T23:07:14Z | MEMBER | @shoyer this is ready for another round of review. I don't see any remaining issue, I added some tests and I updated the docs. |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Multi-index levels as coordinates 169588316 | |
244087601 | https://github.com/pydata/xarray/pull/947#issuecomment-244087601 | https://api.github.com/repos/pydata/xarray/issues/947 | MDEyOklzc3VlQ29tbWVudDI0NDA4NzYwMQ== | benbovy 4160723 | 2016-09-01T14:00:02Z | 2016-09-01T14:02:14Z | MEMBER | Not sure how to write the tests for this PR, as there are quite many small changes spread in the API (e.g., repr, data object and coordinate properties, etc.). Should I write new tests specific to multi-index or should I modify existing tests (e.g., |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Multi-index levels as coordinates 169588316 | |
239159377 | https://github.com/pydata/xarray/pull/947#issuecomment-239159377 | https://api.github.com/repos/pydata/xarray/issues/947 | MDEyOklzc3VlQ29tbWVudDIzOTE1OTM3Nw== | benbovy 4160723 | 2016-08-11T13:23:52Z | 2016-08-11T15:33:50Z | MEMBER | I just made some updates.
Done.
Done, although it currently slices an arbitrary number (30) of first elements rather than calculating the number of elements needed for display.
Done.
I tried but it broke some existing tests. It actually triggered data loading for Coordinate objects (via calls to
Right, but in the current implementation this is still used internally.
Done. It should also work with multi-index levels although not tested yet.
I've chosen option 3A for the repr, but I can change it depending on others' opinions.
Done.
They don't appear in there. If we keep Option 3A for the repr, I also think that we can avoid changes here. |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Multi-index levels as coordinates 169588316 | |
238549129 | https://github.com/pydata/xarray/pull/947#issuecomment-238549129 | https://api.github.com/repos/pydata/xarray/issues/947 | MDEyOklzc3VlQ29tbWVudDIzODU0OTEyOQ== | benbovy 4160723 | 2016-08-09T13:16:50Z | 2016-08-09T13:16:50Z | MEMBER |
Agreed. I have always the tendency to want to make things as flexible as possible, but this is definitely not needed here.
I'm also +1 for Option 3A. Maybe one little argument in favor of Options 3E or 3F is that they still show a consistent repr when a scalar is returned from the multi-index (see below), even though I don't like how they would display duplicate information. ```
As a recent xarray user, I indeed remember that I initially found confusing to have Dataset or DataArray "coordinates" that can be either |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Multi-index levels as coordinates 169588316 | |
237997724 | https://github.com/pydata/xarray/pull/947#issuecomment-237997724 | https://api.github.com/repos/pydata/xarray/issues/947 | MDEyOklzc3VlQ29tbWVudDIzNzk5NzcyNA== | benbovy 4160723 | 2016-08-06T01:15:02Z | 2016-08-06T01:15:02Z | MEMBER | In the example above, I wasn't happy with the initial implementation of using levels in |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Multi-index levels as coordinates 169588316 |
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