issue_comments
2 rows where issue = 185709414 and user = 16919188 sorted by updated_at descending
This data as json, CSV (advanced)
Suggested facets: created_at (date), updated_at (date)
issue 1
- Differences on datetime values appears after writing reindexed variable on netCDF file · 2 ✖
| id | html_url | issue_url | node_id | user | created_at | updated_at ▲ | author_association | body | reactions | performed_via_github_app | issue |
|---|---|---|---|---|---|---|---|---|---|---|---|
| 261004033 | https://github.com/pydata/xarray/issues/1064#issuecomment-261004033 | https://api.github.com/repos/pydata/xarray/issues/1064 | MDEyOklzc3VlQ29tbWVudDI2MTAwNDAzMw== | Scheibs 16919188 | 2016-11-16T16:57:21Z | 2016-11-16T16:57:21Z | NONE | @jhamman Here my example file ftp://ftp.irsn.fr/argon/Example |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
Differences on datetime values appears after writing reindexed variable on netCDF file 185709414 | |
| 260994864 | https://github.com/pydata/xarray/issues/1064#issuecomment-260994864 | https://api.github.com/repos/pydata/xarray/issues/1064 | MDEyOklzc3VlQ29tbWVudDI2MDk5NDg2NA== | Scheibs 16919188 | 2016-11-16T16:29:32Z | 2016-11-16T16:29:32Z | NONE | This is the warning I got when I wrote on my file with "to_necdf()" xarray\conventions.py:1060: RuntimeWarning: saving variable time with floating point data as an integer dtype without any _FillValue to use for NaNs for k, v in iteritems(variables)) @jhamman It's seems than the error appears only with a variable "rain" who commes from a previous created netcdf file, but I will try to provide you an example. tanks |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
Differences on datetime values appears after writing reindexed variable on netCDF file 185709414 |
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