issue_comments
4 rows where issue = 575939446 sorted by updated_at descending
This data as json, CSV (advanced)
Suggested facets: created_at (date), updated_at (date)
issue 1
- Documentation request: add examples for carrying out "ncecat" in xarray · 4 ✖
id | html_url | issue_url | node_id | user | created_at | updated_at ▲ | author_association | body | reactions | performed_via_github_app | issue |
---|---|---|---|---|---|---|---|---|---|---|---|
595893098 | https://github.com/pydata/xarray/issues/3830#issuecomment-595893098 | https://api.github.com/repos/pydata/xarray/issues/3830 | MDEyOklzc3VlQ29tbWVudDU5NTg5MzA5OA== | lukelbd 19657652 | 2020-03-06T18:12:24Z | 2023-04-13T20:06:20Z | NONE | @TomNicholas Sounds good to me. Sure I'd be happy to contribute -- will submit a PR sometime. |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Documentation request: add examples for carrying out "ncecat" in xarray 575939446 | |
1101062816 | https://github.com/pydata/xarray/issues/3830#issuecomment-1101062816 | https://api.github.com/repos/pydata/xarray/issues/3830 | IC_kwDOAMm_X85BoOKg | stale[bot] 26384082 | 2022-04-18T03:43:45Z | 2022-04-18T03:43:45Z | NONE | In order to maintain a list of currently relevant issues, we mark issues as stale after a period of inactivity If this issue remains relevant, please comment here or remove the |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Documentation request: add examples for carrying out "ncecat" in xarray 575939446 | |
596056046 | https://github.com/pydata/xarray/issues/3830#issuecomment-596056046 | https://api.github.com/repos/pydata/xarray/issues/3830 | MDEyOklzc3VlQ29tbWVudDU5NjA1NjA0Ng== | TomNicholas 35968931 | 2020-03-07T07:14:36Z | 2020-03-07T07:14:36Z | MEMBER | @lukelbd great! Tag me when you do and I'll review :) |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Documentation request: add examples for carrying out "ncecat" in xarray 575939446 | |
595150750 | https://github.com/pydata/xarray/issues/3830#issuecomment-595150750 | https://api.github.com/repos/pydata/xarray/issues/3830 | MDEyOklzc3VlQ29tbWVudDU5NTE1MDc1MA== | TomNicholas 35968931 | 2020-03-05T10:24:07Z | 2020-03-05T10:24:07Z | MEMBER | Thanks @lukelbd for pointing this, this is certainly a common operation, and there should be a clear example in the docs. The method you suggest ( We have a section in the docs on combining data, but it seems to go straight to the multi-dimensional "nested" case before showing the simpler case you're asking about. (FWIW the "nested" name was motivated by these more complex use cases, but I agree it's not the most intuitive name when in 1D.) That page also doesn't go into much detail about how everything I suggest there should be another section "combining data from files" at the end of that page, which has a few examples but on files instead of dataset objects. Then we link to that from the It would also be nice if at some point one of the examples demonstrated this. @lukelbd would you be interested in submitting a PR for this? |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Documentation request: add examples for carrying out "ncecat" in xarray 575939446 |
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 3