issue_comments
15 rows where author_association = "CONTRIBUTOR", issue = 186680248 and user = 5572303 sorted by updated_at descending
This data as json, CSV (advanced)
Suggested facets: created_at (date), updated_at (date)
issue 1
- Allow concat() to drop/replace duplicate index labels? · 15 ✖
id | html_url | issue_url | node_id | user | created_at | updated_at ▲ | author_association | body | reactions | performed_via_github_app | issue |
---|---|---|---|---|---|---|---|---|---|---|---|
271461749 | https://github.com/pydata/xarray/issues/1072#issuecomment-271461749 | https://api.github.com/repos/pydata/xarray/issues/1072 | MDEyOklzc3VlQ29tbWVudDI3MTQ2MTc0OQ== | chunweiyuan 5572303 | 2017-01-10T01:37:22Z | 2017-01-10T01:37:22Z | CONTRIBUTOR | I'm curious, if you put a |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Allow concat() to drop/replace duplicate index labels? 186680248 | |
270810132 | https://github.com/pydata/xarray/issues/1072#issuecomment-270810132 | https://api.github.com/repos/pydata/xarray/issues/1072 | MDEyOklzc3VlQ29tbWVudDI3MDgxMDEzMg== | chunweiyuan 5572303 | 2017-01-06T01:47:20Z | 2017-01-06T01:47:20Z | CONTRIBUTOR | Ok I'll give it a shot. Will touch base when I run into roadblocks. |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Allow concat() to drop/replace duplicate index labels? 186680248 | |
270797694 | https://github.com/pydata/xarray/issues/1072#issuecomment-270797694 | https://api.github.com/repos/pydata/xarray/issues/1072 | MDEyOklzc3VlQ29tbWVudDI3MDc5NzY5NA== | chunweiyuan 5572303 | 2017-01-06T00:25:54Z | 2017-01-06T00:25:54Z | CONTRIBUTOR | So I took at quick look at the commits in #964. It's not entirely clear to me how one can easily add a |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Allow concat() to drop/replace duplicate index labels? 186680248 | |
260716231 | https://github.com/pydata/xarray/issues/1072#issuecomment-260716231 | https://api.github.com/repos/pydata/xarray/issues/1072 | MDEyOklzc3VlQ29tbWVudDI2MDcxNjIzMQ== | chunweiyuan 5572303 | 2016-11-15T17:57:19Z | 2016-11-15T17:57:19Z | CONTRIBUTOR | Checking in on how to move forward from here...I feel it's pretty close to a PR... |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Allow concat() to drop/replace duplicate index labels? 186680248 | |
260431105 | https://github.com/pydata/xarray/issues/1072#issuecomment-260431105 | https://api.github.com/repos/pydata/xarray/issues/1072 | MDEyOklzc3VlQ29tbWVudDI2MDQzMTEwNQ== | chunweiyuan 5572303 | 2016-11-14T19:11:55Z | 2016-11-14T19:11:55Z | CONTRIBUTOR | Currently, Either
1.) my |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Allow concat() to drop/replace duplicate index labels? 186680248 | |
260411626 | https://github.com/pydata/xarray/issues/1072#issuecomment-260411626 | https://api.github.com/repos/pydata/xarray/issues/1072 | MDEyOklzc3VlQ29tbWVudDI2MDQxMTYyNg== | chunweiyuan 5572303 | 2016-11-14T18:02:47Z | 2016-11-14T18:02:47Z | CONTRIBUTOR | I suppose I can save one line by getting rid of the duplicate If the behaviors check out, then this branch might be ready for a PR. |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Allow concat() to drop/replace duplicate index labels? 186680248 | |
260166034 | https://github.com/pydata/xarray/issues/1072#issuecomment-260166034 | https://api.github.com/repos/pydata/xarray/issues/1072 | MDEyOklzc3VlQ29tbWVudDI2MDE2NjAzNA== | chunweiyuan 5572303 | 2016-11-13T04:14:38Z | 2016-11-13T04:14:38Z | CONTRIBUTOR | So these are my ``` f = _func_slash_method_wrapper(fillna) method = cls._binary_op(f, join='left', fillna=True) setattr(cls, '_fillna', method) f = _func_slash_method_wrapper(fillna) method = cls._binary_op(f, join='outer', fillna=True) setattr(cls, '_combine_first', method) ``` Within dataarray.py and dataset.py, Given this construct, I'm not sure how to do the refactor like you mentioned. Perhaps a few more pointers to the right direction? :) |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Allow concat() to drop/replace duplicate index labels? 186680248 | |
260137121 | https://github.com/pydata/xarray/issues/1072#issuecomment-260137121 | https://api.github.com/repos/pydata/xarray/issues/1072 | MDEyOklzc3VlQ29tbWVudDI2MDEzNzEyMQ== | chunweiyuan 5572303 | 2016-11-12T17:48:08Z | 2016-11-12T17:48:08Z | CONTRIBUTOR | hmm, so what would be an expected behavior of If I have ```
I get ```
and changing the order to This is done essentially by adding a |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Allow concat() to drop/replace duplicate index labels? 186680248 | |
259842225 | https://github.com/pydata/xarray/issues/1072#issuecomment-259842225 | https://api.github.com/repos/pydata/xarray/issues/1072 | MDEyOklzc3VlQ29tbWVudDI1OTg0MjIyNQ== | chunweiyuan 5572303 | 2016-11-10T23:49:07Z | 2016-11-10T23:49:07Z | CONTRIBUTOR | Any suggestion on improvement? |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Allow concat() to drop/replace duplicate index labels? 186680248 | |
259272844 | https://github.com/pydata/xarray/issues/1072#issuecomment-259272844 | https://api.github.com/repos/pydata/xarray/issues/1072 | MDEyOklzc3VlQ29tbWVudDI1OTI3Mjg0NA== | chunweiyuan 5572303 | 2016-11-08T21:59:06Z | 2016-11-08T22:10:54Z | CONTRIBUTOR | So I spent some time looking at
And it seems to work. My test cases are ```
and here are the results: ```
I don't like the fact that I have to access |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Allow concat() to drop/replace duplicate index labels? 186680248 | |
258718234 | https://github.com/pydata/xarray/issues/1072#issuecomment-258718234 | https://api.github.com/repos/pydata/xarray/issues/1072 | MDEyOklzc3VlQ29tbWVudDI1ODcxODIzNA== | chunweiyuan 5572303 | 2016-11-06T23:02:01Z | 2016-11-06T23:15:30Z | CONTRIBUTOR | Thanks for the reply. Would it make things easier if ```
|
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Allow concat() to drop/replace duplicate index labels? 186680248 | |
258567735 | https://github.com/pydata/xarray/issues/1072#issuecomment-258567735 | https://api.github.com/repos/pydata/xarray/issues/1072 | MDEyOklzc3VlQ29tbWVudDI1ODU2NzczNQ== | chunweiyuan 5572303 | 2016-11-04T22:58:24Z | 2016-11-04T22:58:24Z | CONTRIBUTOR | Another test: ```
|
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Allow concat() to drop/replace duplicate index labels? 186680248 | |
258294667 | https://github.com/pydata/xarray/issues/1072#issuecomment-258294667 | https://api.github.com/repos/pydata/xarray/issues/1072 | MDEyOklzc3VlQ29tbWVudDI1ODI5NDY2Nw== | chunweiyuan 5572303 | 2016-11-03T22:35:47Z | 2016-11-03T22:35:47Z | CONTRIBUTOR | Here's my somewhat hacky stab at it, not optimized for speed/efficiency:
And the result: ```
Would this be the behavior we want from xarray's |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Allow concat() to drop/replace duplicate index labels? 186680248 | |
258234611 | https://github.com/pydata/xarray/issues/1072#issuecomment-258234611 | https://api.github.com/repos/pydata/xarray/issues/1072 | MDEyOklzc3VlQ29tbWVudDI1ODIzNDYxMQ== | chunweiyuan 5572303 | 2016-11-03T18:35:13Z | 2016-11-03T20:25:12Z | CONTRIBUTOR | So I fooled around with Pandas' ```
and was surprised that the indexes were not "outer-joined". Is this the behavior xarray wants to emulate? As a mockup for |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Allow concat() to drop/replace duplicate index labels? 186680248 | |
258025537 | https://github.com/pydata/xarray/issues/1072#issuecomment-258025537 | https://api.github.com/repos/pydata/xarray/issues/1072 | MDEyOklzc3VlQ29tbWVudDI1ODAyNTUzNw== | chunweiyuan 5572303 | 2016-11-02T23:02:03Z | 2016-11-02T23:02:03Z | CONTRIBUTOR | Is combine_first already implemented? I can't find it in the source code, neither could I find ops.choose. |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Allow concat() to drop/replace duplicate index labels? 186680248 |
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