issue_comments
7 rows where issue = 626215981 sorted by updated_at descending
This data as json, CSV (advanced)
Suggested facets: reactions, created_at (date), updated_at (date)
issue 1
- keep attrs in reset_index · 7 ✖
id | html_url | issue_url | node_id | user | created_at | updated_at ▲ | author_association | body | reactions | performed_via_github_app | issue |
---|---|---|---|---|---|---|---|---|---|---|---|
639752786 | https://github.com/pydata/xarray/pull/4103#issuecomment-639752786 | https://api.github.com/repos/pydata/xarray/issues/4103 | MDEyOklzc3VlQ29tbWVudDYzOTc1Mjc4Ng== | OriolAbril 23738400 | 2020-06-05T19:42:54Z | 2020-06-05T19:42:54Z | CONTRIBUTOR | Yep, I hope I'll have time for more to come :) |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
keep attrs in reset_index 626215981 | |
639750328 | https://github.com/pydata/xarray/pull/4103#issuecomment-639750328 | https://api.github.com/repos/pydata/xarray/issues/4103 | MDEyOklzc3VlQ29tbWVudDYzOTc1MDMyOA== | dcherian 2448579 | 2020-06-05T19:39:14Z | 2020-06-05T19:39:14Z | MEMBER | Thanks @OriolAbril . I see this is your first PR. Thanks! |
{ "total_count": 1, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 1, "eyes": 0 } |
keep attrs in reset_index 626215981 | |
636076408 | https://github.com/pydata/xarray/pull/4103#issuecomment-636076408 | https://api.github.com/repos/pydata/xarray/issues/4103 | MDEyOklzc3VlQ29tbWVudDYzNjA3NjQwOA== | dcherian 2448579 | 2020-05-29T16:52:47Z | 2020-05-29T16:52:47Z | MEMBER | Thanks @OriolAbril . This looks good to me. Can you add a note under enhancements in |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
keep attrs in reset_index 626215981 | |
636020479 | https://github.com/pydata/xarray/pull/4103#issuecomment-636020479 | https://api.github.com/repos/pydata/xarray/issues/4103 | MDEyOklzc3VlQ29tbWVudDYzNjAyMDQ3OQ== | OriolAbril 23738400 | 2020-05-29T14:58:14Z | 2020-05-29T14:58:14Z | CONTRIBUTOR | Fixed tests. Now single index coordinates will keep their attributes when converted to non indexing coordinates. I think changes in code would also make multi index keep their attributes, but I don't think multiindex can have attributes so it does not make any difference. I was wondering is this would be enough to close the original issue or if there is extra work to be done with multiindex. |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
keep attrs in reset_index 626215981 | |
635410791 | https://github.com/pydata/xarray/pull/4103#issuecomment-635410791 | https://api.github.com/repos/pydata/xarray/issues/4103 | MDEyOklzc3VlQ29tbWVudDYzNTQxMDc5MQ== | dcherian 2448579 | 2020-05-28T15:10:15Z | 2020-05-28T15:10:15Z | MEMBER | Modified test sounds good to me. I'll open another issue. |
{ "total_count": 1, "+1": 1, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
keep attrs in reset_index 626215981 | |
635407227 | https://github.com/pydata/xarray/pull/4103#issuecomment-635407227 | https://api.github.com/repos/pydata/xarray/issues/4103 | MDEyOklzc3VlQ29tbWVudDYzNTQwNzIyNw== | OriolAbril 23738400 | 2020-05-28T15:03:53Z | 2020-05-28T15:03:53Z | CONTRIBUTOR | Thanks @dcherian! If there is anything I can do to help please say so. I don't really know where to start searching for this new error but I can run some tests or look into it if given some pointers. Whatever means less work for you. Regarding current test, I can modify it so it does not trigger the bug and open an issue for this second bug. Is this ok or do yo prefer to tackle both in this PR? |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
keep attrs in reset_index 626215981 | |
635398749 | https://github.com/pydata/xarray/pull/4103#issuecomment-635398749 | https://api.github.com/repos/pydata/xarray/issues/4103 | MDEyOklzc3VlQ29tbWVudDYzNTM5ODc0OQ== | dcherian 2448579 | 2020-05-28T14:49:52Z | 2020-05-28T14:49:52Z | MEMBER | Nice job @OriolAbril! you seem to have found a bug where renaming doesn't create an ``` ___ TestDataArray.testreset_index_keep_attrs _____ self = <xarray.tests.test_dataarray.TestDataArray object at 0x7f266d36c4d0>
xarray/tests/test_dataarray.py:1837: xarray/testing.py:267: in _assert_internal_invariants _assert_dataarray_invariants(xarray_obj) da = <xarray.DataArray (coord_1: 2)> array([1, 0]) Coordinates: * coord_1 (coord_1) int64 1 2
``` |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
keep attrs in reset_index 626215981 |
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 2