issue_comments
7 rows where issue = 28376794 and user = 1794715 sorted by updated_at descending
This data as json, CSV (advanced)
Suggested facets: created_at (date), updated_at (date)
issue 1
- Consistent rules for handling merges between variables with different attributes · 7 ✖
id | html_url | issue_url | node_id | user | created_at | updated_at ▲ | author_association | body | reactions | performed_via_github_app | issue |
---|---|---|---|---|---|---|---|---|---|---|---|
36196139 | https://github.com/pydata/xarray/issues/25#issuecomment-36196139 | https://api.github.com/repos/pydata/xarray/issues/25 | MDEyOklzc3VlQ29tbWVudDM2MTk2MTM5 | ebrevdo 1794715 | 2014-02-27T00:28:13Z | 2014-02-27T00:28:13Z | CONTRIBUTOR | Agreed. I would avoid that kind of thing too. Maybe a stern warning for all conflicting attributes, and saying that they will be dropped from the new variable. For units specifically, Python has a variety of unit libraries that wrap numpy arrays and can probably do some magic. Not sure if we really want to do that, though. On Wed, Feb 26, 2014 at 4:07 PM, Stephan Hoyer notifications@github.comwrote:
|
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Consistent rules for handling merges between variables with different attributes 28376794 | |
36193148 | https://github.com/pydata/xarray/issues/25#issuecomment-36193148 | https://api.github.com/repos/pydata/xarray/issues/25 | MDEyOklzc3VlQ29tbWVudDM2MTkzMTQ4 | ebrevdo 1794715 | 2014-02-26T23:45:57Z | 2014-02-26T23:45:57Z | CONTRIBUTOR | err, which attributes conflict. On Wed, Feb 26, 2014 at 3:45 PM, Eugene Brevdo ebrevdo@gmail.com wrote:
|
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Consistent rules for handling merges between variables with different attributes 28376794 | |
36193126 | https://github.com/pydata/xarray/issues/25#issuecomment-36193126 | https://api.github.com/repos/pydata/xarray/issues/25 | MDEyOklzc3VlQ29tbWVudDM2MTkzMTI2 | ebrevdo 1794715 | 2014-02-26T23:45:42Z | 2014-02-26T23:45:42Z | CONTRIBUTOR | I don't think that example has your intended affect. I don't know why anyone would add something of units kelvin with those of celsius. I understand what you're saying, so maybe we should just throw a stern warning listing which units conflict and how, every single time. On Wed, Feb 26, 2014 at 3:42 PM, Stephan Hoyer notifications@github.comwrote:
|
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Consistent rules for handling merges between variables with different attributes 28376794 | |
36190935 | https://github.com/pydata/xarray/issues/25#issuecomment-36190935 | https://api.github.com/repos/pydata/xarray/issues/25 | MDEyOklzc3VlQ29tbWVudDM2MTkwOTM1 | ebrevdo 1794715 | 2014-02-26T23:23:39Z | 2014-02-26T23:23:39Z | CONTRIBUTOR | Also, there are plenty of other bits where you don't want conflicts. Imagine that you have variables indexed on different basemap projections. Creating exceptions to the rule seems like a bit of a rabbit hole. On Wed, Feb 26, 2014 at 3:13 PM, Eugene Brevdo ebrevdo@gmail.com wrote:
|
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Consistent rules for handling merges between variables with different attributes 28376794 | |
36190079 | https://github.com/pydata/xarray/issues/25#issuecomment-36190079 | https://api.github.com/repos/pydata/xarray/issues/25 | MDEyOklzc3VlQ29tbWVudDM2MTkwMDc5 | ebrevdo 1794715 | 2014-02-26T23:13:42Z | 2014-02-26T23:13:42Z | CONTRIBUTOR | This is an option, but these lists will break if we try to express other data formats using these conventions. For example, grib likely has other conventions. We would have to overload attribute or variable depending on what the underlying datastore is. On Wed, Feb 26, 2014 at 3:03 PM, Stephan Hoyer notifications@github.comwrote:
|
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Consistent rules for handling merges between variables with different attributes 28376794 | |
36188397 | https://github.com/pydata/xarray/issues/25#issuecomment-36188397 | https://api.github.com/repos/pydata/xarray/issues/25 | MDEyOklzc3VlQ29tbWVudDM2MTg4Mzk3 | ebrevdo 1794715 | 2014-02-26T22:55:10Z | 2014-02-26T22:55:10Z | CONTRIBUTOR | It depends on whether x+y does attribute checking before performing the merge. Again, if units don't match then maybe you shouldn't add. I always favor the strictest approach so you don't get strange surprises. On Wed, Feb 26, 2014 at 2:47 PM, Stephan Hoyer notifications@github.comwrote:
|
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Consistent rules for handling merges between variables with different attributes 28376794 | |
36186918 | https://github.com/pydata/xarray/issues/25#issuecomment-36186918 | https://api.github.com/repos/pydata/xarray/issues/25 | MDEyOklzc3VlQ29tbWVudDM2MTg2OTE4 | ebrevdo 1794715 | 2014-02-26T22:39:30Z | 2014-02-26T22:39:30Z | CONTRIBUTOR | I would default to 3, and in the exception suggest using a different merge option. Imagine merging two datasets with different _FillValue, unit, or compression attributes. |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Consistent rules for handling merges between variables with different attributes 28376794 |
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