issue_comments
2 rows where issue = 445745470 and user = 1217238 sorted by updated_at descending
This data as json, CSV (advanced)
Suggested facets: created_at (date), updated_at (date)
issue 1
- ENH: Preserve monotonic descending index order when merging · 2 ✖
| id | html_url | issue_url | node_id | user | created_at | updated_at ▲ | author_association | body | reactions | performed_via_github_app | issue |
|---|---|---|---|---|---|---|---|---|---|---|---|
| 496052425 | https://github.com/pydata/xarray/pull/2972#issuecomment-496052425 | https://api.github.com/repos/pydata/xarray/issues/2972 | MDEyOklzc3VlQ29tbWVudDQ5NjA1MjQyNQ== | shoyer 1217238 | 2019-05-27T01:52:29Z | 2019-05-27T01:52:29Z | MEMBER | Yes, I do think this deviation from pandas would make sense -- though it would be even better if we could convince pandas to make the same change! We already have low-level tools for controlling how alignment works (construct the index yourself and use |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
ENH: Preserve monotonic descending index order when merging 445745470 | |
| 493782708 | https://github.com/pydata/xarray/pull/2972#issuecomment-493782708 | https://api.github.com/repos/pydata/xarray/issues/2972 | MDEyOklzc3VlQ29tbWVudDQ5Mzc4MjcwOA== | shoyer 1217238 | 2019-05-19T19:04:42Z | 2019-05-19T19:04:42Z | MEMBER | I'm not entirely sure this is a good idea -- a discrepancy in the behavior of an outer join between pandas seems non-ideal. Perhaps somebody else has opinions about whether this would be worthwhile? If we do want to do this, let's put the change inside the def _get_joiner(join): if join == 'outer': return _outer_join ``` Note that |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
ENH: Preserve monotonic descending index order when merging 445745470 |
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