issue_comments
5 rows where issue = 877016428 and user = 1217238 sorted by updated_at descending
This data as json, CSV (advanced)
issue 1
- Numpy string coding · 5 ✖
| id | html_url | issue_url | node_id | user | created_at | updated_at ▲ | author_association | body | reactions | performed_via_github_app | issue |
|---|---|---|---|---|---|---|---|---|---|---|---|
| 879529471 | https://github.com/pydata/xarray/pull/5264#issuecomment-879529471 | https://api.github.com/repos/pydata/xarray/issues/5264 | MDEyOklzc3VlQ29tbWVudDg3OTUyOTQ3MQ== | shoyer 1217238 | 2021-07-14T02:08:23Z | 2021-07-14T02:08:23Z | MEMBER | To add a bit more clarification: the vlen dtype should correspond to an HDF5/netCDF4 compatible data-type, like a variable length string or bytes. |
{
"total_count": 1,
"+1": 1,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
Numpy string coding 877016428 | |
| 879528577 | https://github.com/pydata/xarray/pull/5264#issuecomment-879528577 | https://api.github.com/repos/pydata/xarray/issues/5264 | MDEyOklzc3VlQ29tbWVudDg3OTUyODU3Nw== | shoyer 1217238 | 2021-07-14T02:06:26Z | 2021-07-14T02:06:26Z | MEMBER | My suggestion is that either |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
Numpy string coding 877016428 | |
| 848946770 | https://github.com/pydata/xarray/pull/5264#issuecomment-848946770 | https://api.github.com/repos/pydata/xarray/issues/5264 | MDEyOklzc3VlQ29tbWVudDg0ODk0Njc3MA== | shoyer 1217238 | 2021-05-26T16:58:29Z | 2021-05-26T16:58:29Z | MEMBER | I think the issue must be somewhere around this line, where xarray attempts to infer a dtype for object arrays: https://github.com/pydata/xarray/blob/f9a535c130615fe81379d785dffcc6c814fc1126/xarray/conventions.py#L215 |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
Numpy string coding 877016428 | |
| 848522696 | https://github.com/pydata/xarray/pull/5264#issuecomment-848522696 | https://api.github.com/repos/pydata/xarray/issues/5264 | MDEyOklzc3VlQ29tbWVudDg0ODUyMjY5Ng== | shoyer 1217238 | 2021-05-26T07:05:38Z | 2021-05-26T07:05:38Z | MEMBER | I agree, this should totally work. It's not obvious to me how to best fix it, though. |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
Numpy string coding 877016428 | |
| 833208350 | https://github.com/pydata/xarray/pull/5264#issuecomment-833208350 | https://api.github.com/repos/pydata/xarray/issues/5264 | MDEyOklzc3VlQ29tbWVudDgzMzIwODM1MA== | shoyer 1217238 | 2021-05-06T04:06:04Z | 2021-05-06T04:06:04Z | MEMBER |
What problem are you trying to solve here? This vlen string stuff is an internal API that isn't really intended for use outside Xarray. |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
Numpy string coding 877016428 |
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