issue_comments
10 rows where issue = 379415229 and user = 1217238 sorted by updated_at descending
This data as json, CSV (advanced)
Suggested facets: reactions, created_at (date), updated_at (date)
issue 1
- Feature: N-dimensional auto_combine · 10 ✖
id | html_url | issue_url | node_id | user | created_at | updated_at ▲ | author_association | body | reactions | performed_via_github_app | issue |
---|---|---|---|---|---|---|---|---|---|---|---|
447048979 | https://github.com/pydata/xarray/pull/2553#issuecomment-447048979 | https://api.github.com/repos/pydata/xarray/issues/2553 | MDEyOklzc3VlQ29tbWVudDQ0NzA0ODk3OQ== | shoyer 1217238 | 2018-12-13T17:16:16Z | 2018-12-13T17:16:16Z | MEMBER | thanks @TomNicholas! I'm looking forward to the follow-ups :) |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Feature: N-dimensional auto_combine 379415229 | |
445907024 | https://github.com/pydata/xarray/pull/2553#issuecomment-445907024 | https://api.github.com/repos/pydata/xarray/issues/2553 | MDEyOklzc3VlQ29tbWVudDQ0NTkwNzAyNA== | shoyer 1217238 | 2018-12-10T17:48:21Z | 2018-12-10T17:48:21Z | MEMBER |
Yes, but throwing a warning should probably only be a temporary solution. Long term we should pick a default value (e.g., |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Feature: N-dimensional auto_combine 379415229 | |
445892746 | https://github.com/pydata/xarray/pull/2553#issuecomment-445892746 | https://api.github.com/repos/pydata/xarray/issues/2553 | MDEyOklzc3VlQ29tbWVudDQ0NTg5Mjc0Ng== | shoyer 1217238 | 2018-12-10T17:06:59Z | 2018-12-10T17:06:59Z | MEMBER |
This sounds pretty good to me.
OK, do you want to go ahead and revert the documentation/public API for now? I would even be OK supporting nested lists temporarily in xarray via APIs like |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Feature: N-dimensional auto_combine 379415229 | |
445419876 | https://github.com/pydata/xarray/pull/2553#issuecomment-445419876 | https://api.github.com/repos/pydata/xarray/issues/2553 | MDEyOklzc3VlQ29tbWVudDQ0NTQxOTg3Ng== | shoyer 1217238 | 2018-12-08T01:49:28Z | 2018-12-10T17:00:04Z | MEMBER |
I think multiple levels There are probably some edge cases where the existing
Yes, this is my concern. The way this API handles nested lists makes sense from an implementation perspective, but not really from a user perspective. For users, I think it makes sense to have:
1. The precisely defined The original version of If you like, we could also merge this work (which is excellent progress towards user-facing APIs) but keep the changes internal to xarray for now until we figure out the public APIs. |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Feature: N-dimensional auto_combine 379415229 | |
444713331 | https://github.com/pydata/xarray/pull/2553#issuecomment-444713331 | https://api.github.com/repos/pydata/xarray/issues/2553 | MDEyOklzc3VlQ29tbWVudDQ0NDcxMzMzMQ== | shoyer 1217238 | 2018-12-06T01:22:08Z | 2018-12-06T01:22:17Z | MEMBER | Do you think it would make sense to try to get rid of "both merging and concatenating" in favor of requiring another dimension in the grid? I guess we do sort of need this for this for |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Feature: N-dimensional auto_combine 379415229 | |
444712974 | https://github.com/pydata/xarray/pull/2553#issuecomment-444712974 | https://api.github.com/repos/pydata/xarray/issues/2553 | MDEyOklzc3VlQ29tbWVudDQ0NDcxMjk3NA== | shoyer 1217238 | 2018-12-06T01:20:18Z | 2018-12-06T01:20:18Z | MEMBER |
Yes, this was a typo on my part :). |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Feature: N-dimensional auto_combine 379415229 | |
444712053 | https://github.com/pydata/xarray/pull/2553#issuecomment-444712053 | https://api.github.com/repos/pydata/xarray/issues/2553 | MDEyOklzc3VlQ29tbWVudDQ0NDcxMjA1Mw== | shoyer 1217238 | 2018-12-06T01:15:23Z | 2018-12-06T01:19:54Z | MEMBER |
OK, so the rule is that a grid dimension can correspond to any of:
And to specify case (1) explicitly, you can write |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Feature: N-dimensional auto_combine 379415229 | |
444580848 | https://github.com/pydata/xarray/pull/2553#issuecomment-444580848 | https://api.github.com/repos/pydata/xarray/issues/2553 | MDEyOklzc3VlQ29tbWVudDQ0NDU4MDg0OA== | shoyer 1217238 | 2018-12-05T17:56:26Z | 2018-12-05T17:56:26Z | MEMBER | Generally I like the look of this. What happens if you have a nested list of Dataset objects with different data variables? e.g., a 2D grid of results, with different variables saved in different files. Is this supported at all? I ask because the current version of It might be better to have a separate |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Feature: N-dimensional auto_combine 379415229 | |
443446419 | https://github.com/pydata/xarray/pull/2553#issuecomment-443446419 | https://api.github.com/repos/pydata/xarray/issues/2553 | MDEyOklzc3VlQ29tbWVudDQ0MzQ0NjQxOQ== | shoyer 1217238 | 2018-12-01T18:15:30Z | 2018-12-01T18:15:30Z | MEMBER | Itertoolz is a dask.array dependency that we didn't explicitly declare in xarray (yes, this was sloppy). We should probably just copy the function we use into some utils file inside xarray -- it has a compatible open source license. Or we could rewrite to not need it. On Sat, Dec 1, 2018 at 8:18 AM Tom Nicholas notifications@github.com wrote:
|
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Feature: N-dimensional auto_combine 379415229 | |
437614965 | https://github.com/pydata/xarray/pull/2553#issuecomment-437614965 | https://api.github.com/repos/pydata/xarray/issues/2553 | MDEyOklzc3VlQ29tbWVudDQzNzYxNDk2NQ== | shoyer 1217238 | 2018-11-10T19:47:22Z | 2018-11-10T19:47:22Z | MEMBER | I should have suggested this before, but the internal implementation of |
{ "total_count": 1, "+1": 1, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Feature: N-dimensional auto_combine 379415229 |
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