issue_comments
5 rows where author_association = "MEMBER", issue = 837243943 and user = 1217238 sorted by updated_at descending
This data as json, CSV (advanced)
Suggested facets: created_at (date), updated_at (date)
issue 1
- Zarr chunking fixes · 5 ✖
id | html_url | issue_url | node_id | user | created_at | updated_at ▲ | author_association | body | reactions | performed_via_github_app | issue |
---|---|---|---|---|---|---|---|---|---|---|---|
811481334 | https://github.com/pydata/xarray/pull/5065#issuecomment-811481334 | https://api.github.com/repos/pydata/xarray/issues/5065 | MDEyOklzc3VlQ29tbWVudDgxMTQ4MTMzNA== | shoyer 1217238 | 2021-03-31T21:35:11Z | 2021-03-31T21:35:11Z | MEMBER |
This happens specifically on this line: https://github.com/pydata/xarray/blob/ddc352faa6de91f266a1749773d08ae8d6f09683/xarray/core/dataset.py#L438 So perhaps it would make sense to copy |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Zarr chunking fixes 837243943 | |
811458761 | https://github.com/pydata/xarray/pull/5065#issuecomment-811458761 | https://api.github.com/repos/pydata/xarray/issues/5065 | MDEyOklzc3VlQ29tbWVudDgxMTQ1ODc2MQ== | shoyer 1217238 | 2021-03-31T20:54:46Z | 2021-03-31T20:54:46Z | MEMBER | Hmm. I would also be happy with explicitly deleting In the long term, the whole handling of encoding should be revisited, e.g., see https://github.com/pydata/xarray/issues/5082 |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Zarr chunking fixes 837243943 | |
807140762 | https://github.com/pydata/xarray/pull/5065#issuecomment-807140762 | https://api.github.com/repos/pydata/xarray/issues/5065 | MDEyOklzc3VlQ29tbWVudDgwNzE0MDc2Mg== | shoyer 1217238 | 2021-03-25T17:26:46Z | 2021-03-25T17:26:46Z | MEMBER |
We already drop all of |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Zarr chunking fixes 837243943 | |
807111762 | https://github.com/pydata/xarray/pull/5065#issuecomment-807111762 | https://api.github.com/repos/pydata/xarray/issues/5065 | MDEyOklzc3VlQ29tbWVudDgwNzExMTc2Mg== | shoyer 1217238 | 2021-03-25T17:08:09Z | 2021-03-25T17:08:09Z | MEMBER |
To be honest, the existing convention is quite adhoc, just based on what seemed most appropriate at the time. https://github.com/pydata/xarray/issues/1614 is most comprehensive description of the current state of things. We were considering saying that |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Zarr chunking fixes 837243943 | |
806154872 | https://github.com/pydata/xarray/pull/5065#issuecomment-806154872 | https://api.github.com/repos/pydata/xarray/issues/5065 | MDEyOklzc3VlQ29tbWVudDgwNjE1NDg3Mg== | shoyer 1217238 | 2021-03-24T20:10:19Z | 2021-03-24T20:10:19Z | MEMBER | I'm a little conflicted about dealing with
Maybe this isn't such a big deal in this particular case, especially if we don't think we would need to add such encoding specific logic to any other methods. But are we really sure about that -- what about cases like indexing? I guess the other alternative to make |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Zarr chunking fixes 837243943 |
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