issue_comments
2 rows where issue = 1075765204 and user = 3383837 sorted by updated_at descending
This data as json, CSV (advanced)
Suggested facets: created_at (date), updated_at (date)
issue 1
- Unexpected type conversion in variables with _FillValue · 2 ✖
id | html_url | issue_url | node_id | user | created_at | updated_at ▲ | author_association | body | reactions | performed_via_github_app | issue |
---|---|---|---|---|---|---|---|---|---|---|---|
1019306532 | https://github.com/pydata/xarray/issues/6055#issuecomment-1019306532 | https://api.github.com/repos/pydata/xarray/issues/6055 | IC_kwDOAMm_X848wWIk | itcarroll 3383837 | 2022-01-22T16:45:52Z | 2022-01-22T16:45:52Z | CONTRIBUTOR | For future searchers: @jp-dark just added a feature to the upcoming release of the tiledb backend introducing an argument |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Unexpected type conversion in variables with _FillValue 1075765204 | |
991042526 | https://github.com/pydata/xarray/issues/6055#issuecomment-991042526 | https://api.github.com/repos/pydata/xarray/issues/6055 | IC_kwDOAMm_X847Ehve | itcarroll 3383837 | 2021-12-10T14:59:29Z | 2021-12-10T15:25:11Z | CONTRIBUTOR | @dcherian Chiming in as the author of TileDB-Inc/TileDB-CF-py#117. To help ensure the tiledb backend matches the behavior of ``` import netCDF4 import xarray as xr import numpy as np filename = 'temp_file.nc' with netCDF4.Dataset(filename, mode="w") as group: group.createDimension("index", 4) var = group.createVariable("var", np.int16, ("index",)) var[0:3] = np.array([5, 6, 7], dtype=np.int16) dataset = xr.open_dataset(filename) dataset["var"].dtype ``` Note that Update Okay, I think I understand why. In |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Unexpected type conversion in variables with _FillValue 1075765204 |
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