issue_comments
5 rows where user = 14077947 sorted by updated_at descending
This data as json, CSV (advanced)
Suggested facets: issue_url, reactions, created_at (date), updated_at (date)
user 1
- maxrjones · 5 ✖
 
| 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 | |
| 1189473091 | https://github.com/pydata/xarray/pull/6797#issuecomment-1189473091 | https://api.github.com/repos/pydata/xarray/issues/6797 | IC_kwDOAMm_X85G5etD | maxrjones 14077947 | 2022-07-19T19:31:31Z | 2022-07-19T19:31:31Z | CONTRIBUTOR | 
 If it's alright I will wait for https://github.com/pydata/xarray/pull/6804 to be merged first because that will greatly simplify testing the changes. After that PR, the following could be added to  
  | 
                
                    {
    "total_count": 1,
    "+1": 1,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
} | 
                
                    Pull xarray's nbytes from nbytes attribute on arrays 1306903264 | |
| 1186293138 | https://github.com/pydata/xarray/pull/6797#issuecomment-1186293138 | https://api.github.com/repos/pydata/xarray/issues/6797 | IC_kwDOAMm_X85GtWWS | maxrjones 14077947 | 2022-07-16T21:08:11Z | 2022-07-16T21:08:11Z | CONTRIBUTOR | Please let me know if I should add a docstring as suggested in https://github.com/pydata/xarray/issues/6565#issuecomment-1115545322. I didn't yet because most of the properties do not have docstrings.  | 
                
                    {
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
} | 
                
                    Pull xarray's nbytes from nbytes attribute on arrays 1306903264 | 
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]);
issue 2