issue_comments
3 rows where issue = 275744315 and user = 1956032 sorted by updated_at descending
This data as json, CSV (advanced)
Suggested facets: created_at (date), updated_at (date)
issue 1
- IndexError when printing dataset from an Argo file · 3 ✖
| id | html_url | issue_url | node_id | user | created_at | updated_at ▲ | author_association | body | reactions | performed_via_github_app | issue |
|---|---|---|---|---|---|---|---|---|---|---|---|
| 347108958 | https://github.com/pydata/xarray/issues/1732#issuecomment-347108958 | https://api.github.com/repos/pydata/xarray/issues/1732 | MDEyOklzc3VlQ29tbWVudDM0NzEwODk1OA== | gmaze 1956032 | 2017-11-27T08:21:15Z | 2017-11-27T08:21:15Z | CONTRIBUTOR | The scipy backend has shown to be a good alternative as of now, if not I'll write a work around though. Thanks for your help ! |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
IndexError when printing dataset from an Argo file 275744315 | |
| 346066403 | https://github.com/pydata/xarray/issues/1732#issuecomment-346066403 | https://api.github.com/repos/pydata/xarray/issues/1732 | MDEyOklzc3VlQ29tbWVudDM0NjA2NjQwMw== | gmaze 1956032 | 2017-11-21T15:42:02Z | 2017-11-21T16:01:04Z | CONTRIBUTOR | Sorry guys, just found out that the issue is still going on with some of the variables in the dataset: Works ok for temperature TEMP for instance:
but for the variable "HISTORY_STEP", I get the error:
The new state of the versions: ```python INSTALLED VERSIONS commit: None python: 2.7.12.final.0 python-bits: 64 OS: Darwin OS-release: 16.7.0 machine: x86_64 processor: i386 byteorder: little LC_ALL: None LANG: en_US.UTF-8 LOCALE: None.None xarray: 0.10.0 pandas: 0.21.0 numpy: 1.11.3 scipy: 0.18.1 netCDF4: 1.3.1 h5netcdf: 0.3.1 Nio: None bottleneck: 1.2.0 cyordereddict: 1.0.0 dask: 0.16.0 matplotlib: 1.5.3 cartopy: 0.15.1 seaborn: 0.7.1 setuptools: 36.5.0 pip: 9.0.1 conda: None pytest: None IPython: 5.2.2 sphinx: 1.5.2 ``` |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
IndexError when printing dataset from an Argo file 275744315 | |
| 346058667 | https://github.com/pydata/xarray/issues/1732#issuecomment-346058667 | https://api.github.com/repos/pydata/xarray/issues/1732 | MDEyOklzc3VlQ29tbWVudDM0NjA1ODY2Nw== | gmaze 1956032 | 2017-11-21T15:18:37Z | 2017-11-21T15:18:37Z | CONTRIBUTOR | Ok, upgrading to 0.10.0 solve the issue ! Thanks Should have tried this in the 1st place |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
IndexError when printing dataset from an Argo file 275744315 |
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