issue_comments
3 rows where author_association = "CONTRIBUTOR" and issue = 1548355645 sorted by updated_at descending
This data as json, CSV (advanced)
Suggested facets: created_at (date), updated_at (date)
issue 1
- xr.DataSet.expand_dims axis option doesn't work · 3 ✖
id | html_url | issue_url | node_id | user | created_at | updated_at ▲ | author_association | body | reactions | performed_via_github_app | issue |
---|---|---|---|---|---|---|---|---|---|---|---|
1397637864 | https://github.com/pydata/xarray/issues/7456#issuecomment-1397637864 | https://api.github.com/repos/pydata/xarray/issues/7456 | IC_kwDOAMm_X85TTkLo | maxrjones 14077947 | 2023-01-19T21:34:09Z | 2023-01-19T21:34:09Z | CONTRIBUTOR |
Can you share your code for this? I would interpret that as meaning you have a variable in your dataset mapped to an integer key, which is allowed as a hashable type but can cause problems with downstream packages. |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
xr.DataSet.expand_dims axis option doesn't work 1548355645 | |
1397627848 | https://github.com/pydata/xarray/issues/7456#issuecomment-1397627848 | https://api.github.com/repos/pydata/xarray/issues/7456 | IC_kwDOAMm_X85TThvI | maxrjones 14077947 | 2023-01-19T21:24:30Z | 2023-01-19T21:24:30Z | CONTRIBUTOR | I'm not an xarray developer, but my guess is that your argument is why positional indexing/slicing is not available for datasets. As for the specific case of using |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
xr.DataSet.expand_dims axis option doesn't work 1548355645 | |
1397567627 | https://github.com/pydata/xarray/issues/7456#issuecomment-1397567627 | https://api.github.com/repos/pydata/xarray/issues/7456 | IC_kwDOAMm_X85TTTCL | maxrjones 14077947 | 2023-01-19T20:34:04Z | 2023-01-19T20:34:04Z | CONTRIBUTOR |
The transpose method should change the dimension order on each array in the dataset. One particularly important component from Kai's comment above is that |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
xr.DataSet.expand_dims axis option doesn't work 1548355645 |
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