issue_comments
3 rows where issue = 29879804 sorted by updated_at descending
This data as json, CSV (advanced)
Suggested facets: created_at (date), updated_at (date)
issue 1
- ENH: Dataset.reindex_like and DatasetArray.reindex_like · 3 ✖
id | html_url | issue_url | node_id | user | created_at | updated_at ▲ | author_association | body | reactions | performed_via_github_app | issue |
---|---|---|---|---|---|---|---|---|---|---|---|
39924540 | https://github.com/pydata/xarray/pull/77#issuecomment-39924540 | https://api.github.com/repos/pydata/xarray/issues/77 | MDEyOklzc3VlQ29tbWVudDM5OTI0NTQw | shoyer 1217238 | 2014-04-09T03:05:40Z | 2014-04-09T03:05:40Z | MEMBER | @akleeman I'm merging this. We can revisit/refactor at some later point if you have time to get into the details. |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
ENH: Dataset.reindex_like and DatasetArray.reindex_like 29879804 | |
39058846 | https://github.com/pydata/xarray/pull/77#issuecomment-39058846 | https://api.github.com/repos/pydata/xarray/issues/77 | MDEyOklzc3VlQ29tbWVudDM5MDU4ODQ2 | shoyer 1217238 | 2014-03-31T07:04:36Z | 2014-03-31T07:04:36Z | MEMBER | Rebased against master. |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
ENH: Dataset.reindex_like and DatasetArray.reindex_like 29879804 | |
38412095 | https://github.com/pydata/xarray/pull/77#issuecomment-38412095 | https://api.github.com/repos/pydata/xarray/issues/77 | MDEyOklzc3VlQ29tbWVudDM4NDEyMDk1 | shoyer 1217238 | 2014-03-24T04:45:41Z | 2014-03-24T04:45:41Z | MEMBER | New in my latest commit: Refactored Dataset.reindex and generalized xray.align The new xray.align can handle an arbitrary number of arguments, as well as
four different join options copied from This gives us most of what we need to flip a switch and start automatically aligning dataset arrays when they are used in mathematical operations. We'll need to decide if we want to default to outer joins (like pandas) or inner joins (which are less likely to blow up due to lack of memory or CPU). |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
ENH: Dataset.reindex_like and DatasetArray.reindex_like 29879804 |
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