issue_comments
8 rows where author_association = "MEMBER" and issue = 180638999 sorted by updated_at descending
This data as json, CSV (advanced)
Suggested facets: created_at (date), updated_at (date)
issue 1
- Add `set_index`, `reset_index` and `reorder_levels` methods · 8 ✖
id | html_url | issue_url | node_id | user | created_at | updated_at ▲ | author_association | body | reactions | performed_via_github_app | issue |
---|---|---|---|---|---|---|---|---|---|---|---|
268273685 | https://github.com/pydata/xarray/pull/1028#issuecomment-268273685 | https://api.github.com/repos/pydata/xarray/issues/1028 | MDEyOklzc3VlQ29tbWVudDI2ODI3MzY4NQ== | benbovy 4160723 | 2016-12-20T15:34:34Z | 2016-12-20T15:34:34Z | MEMBER | This should now behave correctly with optional indexes. |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Add `set_index`, `reset_index` and `reorder_levels` methods 180638999 | |
267509336 | https://github.com/pydata/xarray/pull/1028#issuecomment-267509336 | https://api.github.com/repos/pydata/xarray/issues/1028 | MDEyOklzc3VlQ29tbWVudDI2NzUwOTMzNg== | shoyer 1217238 | 2016-12-16T03:33:40Z | 2016-12-16T03:33:40Z | MEMBER | Can we update this for optional indexes? (now on master) |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Add `set_index`, `reset_index` and `reorder_levels` methods 180638999 | |
260796716 | https://github.com/pydata/xarray/pull/1028#issuecomment-260796716 | https://api.github.com/repos/pydata/xarray/issues/1028 | MDEyOklzc3VlQ29tbWVudDI2MDc5NjcxNg== | benbovy 4160723 | 2016-11-15T22:54:18Z | 2016-11-15T22:54:18Z | MEMBER | This is ready for another round of review. I've changed the signature of
Not yet, but as you said we could safely add this later. |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Add `set_index`, `reset_index` and `reorder_levels` methods 180638999 | |
259476665 | https://github.com/pydata/xarray/pull/1028#issuecomment-259476665 | https://api.github.com/repos/pydata/xarray/issues/1028 | MDEyOklzc3VlQ29tbWVudDI1OTQ3NjY2NQ== | shoyer 1217238 | 2016-11-09T17:43:31Z | 2016-11-09T17:43:31Z | MEMBER | I kind of like Option C, given that we have guaranteed level names and variables to have no conflicts. Did you go for allowing |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Add `set_index`, `reset_index` and `reorder_levels` methods 180638999 | |
258887083 | https://github.com/pydata/xarray/pull/1028#issuecomment-258887083 | https://api.github.com/repos/pydata/xarray/issues/1028 | MDEyOklzc3VlQ29tbWVudDI1ODg4NzA4Mw== | benbovy 4160723 | 2016-11-07T16:37:03Z | 2016-11-07T16:37:03Z | MEMBER | Just committed review changes.
Currently |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Add `set_index`, `reset_index` and `reorder_levels` methods 180638999 | |
258497688 | https://github.com/pydata/xarray/pull/1028#issuecomment-258497688 | https://api.github.com/repos/pydata/xarray/issues/1028 | MDEyOklzc3VlQ29tbWVudDI1ODQ5NzY4OA== | benbovy 4160723 | 2016-11-04T17:34:33Z | 2016-11-04T17:34:33Z | MEMBER | Sorry for the delay @shoyer. I've read your comments above and they all seem relevant. I'll find some time next week to get back on this. |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Add `set_index`, `reset_index` and `reorder_levels` methods 180638999 | |
255498340 | https://github.com/pydata/xarray/pull/1028#issuecomment-255498340 | https://api.github.com/repos/pydata/xarray/issues/1028 | MDEyOklzc3VlQ29tbWVudDI1NTQ5ODM0MA== | shoyer 1217238 | 2016-10-22T01:18:40Z | 2016-10-22T01:18:40Z | MEMBER |
For It's not at all obvious to me what
My inclination is yes -- this feels like a common thing to do. But we could also safely add this later.
We definitely need a way to reset indexes to the default, but after #1017, I'm not sure we will need a way to set them to Unfortunately, if One option is to add some sort of prefix or suffix to the index name when it becomes a new variable, e.g., |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Add `set_index`, `reset_index` and `reorder_levels` methods 180638999 | |
255070082 | https://github.com/pydata/xarray/pull/1028#issuecomment-255070082 | https://api.github.com/repos/pydata/xarray/issues/1028 | MDEyOklzc3VlQ29tbWVudDI1NTA3MDA4Mg== | benbovy 4160723 | 2016-10-20T10:32:57Z | 2016-10-20T10:34:21Z | MEMBER | Some API design questions (mostly from @shoyer's review) we need to fix:
- We need to choose whether to use For point 1, my preference goes to |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Add `set_index`, `reset_index` and `reorder_levels` methods 180638999 |
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 2