issue_comments
4 rows where author_association = "MEMBER" and 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 · 4 ✖
id | html_url | issue_url | node_id | user | created_at | updated_at ▲ | author_association | body | reactions | performed_via_github_app | issue |
---|---|---|---|---|---|---|---|---|---|---|---|
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 | |
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 | |
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 1