issue_comments
6 rows where issue = 849315490 and user = 4160723 sorted by updated_at descending
This data as json, CSV (advanced)
Suggested facets: created_at (date), updated_at (date)
issue 1
- Flexible indexes: add Index base class and xindexes properties · 6 ✖
| id | html_url | issue_url | node_id | user | created_at | updated_at ▲ | author_association | body | reactions | performed_via_github_app | issue |
|---|---|---|---|---|---|---|---|---|---|---|---|
| 838055686 | https://github.com/pydata/xarray/pull/5102#issuecomment-838055686 | https://api.github.com/repos/pydata/xarray/issues/5102 | MDEyOklzc3VlQ29tbWVudDgzODA1NTY4Ng== | benbovy 4160723 | 2021-05-11T08:21:03Z | 2021-05-11T08:21:03Z | MEMBER | All right let's merge this! Thanks everyone for your review comments. |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
Flexible indexes: add Index base class and xindexes properties 849315490 | |
| 836278394 | https://github.com/pydata/xarray/pull/5102#issuecomment-836278394 | https://api.github.com/repos/pydata/xarray/issues/5102 | MDEyOklzc3VlQ29tbWVudDgzNjI3ODM5NA== | benbovy 4160723 | 2021-05-10T07:12:36Z | 2021-05-10T07:12:36Z | MEMBER | Should we merge this? In follow-up PRs, I plan to:
|
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
Flexible indexes: add Index base class and xindexes properties 849315490 | |
| 831789860 | https://github.com/pydata/xarray/pull/5102#issuecomment-831789860 | https://api.github.com/repos/pydata/xarray/issues/5102 | MDEyOklzc3VlQ29tbWVudDgzMTc4OTg2MA== | benbovy 4160723 | 2021-05-04T09:01:10Z | 2021-05-04T09:01:10Z | MEMBER | Thanks for the review @shoyer, I addressed your comments. |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
Flexible indexes: add Index base class and xindexes properties 849315490 | |
| 830150205 | https://github.com/pydata/xarray/pull/5102#issuecomment-830150205 | https://api.github.com/repos/pydata/xarray/issues/5102 | MDEyOklzc3VlQ29tbWVudDgzMDE1MDIwNQ== | benbovy 4160723 | 2021-04-30T14:53:12Z | 2021-04-30T14:53:12Z | MEMBER | This is ready for review! I implemented @shoyer's suggestions and finished updating the (many) places where Xarray directly uses pandas indexes. I also added a There might still be some quick fixes that we could clean up now, but I think that most things will have to be cleaned up later in the refactoring once additional features/classes/etc. are implemented. I haven't wrote tests for the |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
Flexible indexes: add Index base class and xindexes properties 849315490 | |
| 814034661 | https://github.com/pydata/xarray/pull/5102#issuecomment-814034661 | https://api.github.com/repos/pydata/xarray/issues/5102 | MDEyOklzc3VlQ29tbWVudDgxNDAzNDY2MQ== | benbovy 4160723 | 2021-04-06T11:09:38Z | 2021-04-06T11:09:38Z | MEMBER | Agreed for adding another property along with a couple of depreciation cycles for smooth transition on what is returned by
|
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
Flexible indexes: add Index base class and xindexes properties 849315490 | |
| 812836043 | https://github.com/pydata/xarray/pull/5102#issuecomment-812836043 | https://api.github.com/repos/pydata/xarray/issues/5102 | MDEyOklzc3VlQ29tbWVudDgxMjgzNjA0Mw== | benbovy 4160723 | 2021-04-03T08:46:23Z | 2021-04-03T08:46:23Z | MEMBER |
Yes we could make a special case for pandas indexes. This would also make the refactoring easier now since For example, it would be nice to move the logic implemented in |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
Flexible indexes: add Index base class and xindexes properties 849315490 |
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