issue_comments
3 rows where author_association = "NONE" and issue = 614275938 sorted by updated_at descending
This data as json, CSV (advanced)
Suggested facets: created_at (date), updated_at (date)
issue 1
- Millisecond precision is lost on datetime64 during IO roundtrip · 3 ✖
id | html_url | issue_url | node_id | user | created_at | updated_at ▲ | author_association | body | reactions | performed_via_github_app | issue |
---|---|---|---|---|---|---|---|---|---|---|---|
735851973 | https://github.com/pydata/xarray/issues/4045#issuecomment-735851973 | https://api.github.com/repos/pydata/xarray/issues/4045 | MDEyOklzc3VlQ29tbWVudDczNTg1MTk3Mw== | aldanor 2418513 | 2020-11-30T15:22:09Z | 2020-11-30T15:22:09Z | NONE |
I think a lot of logic needs to be reshuffled, because as of right now it will complain "you can't store a float64 in int64" or something along those lines, when trying to do it with a nanosecond timestamp. |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Millisecond precision is lost on datetime64 during IO roundtrip 614275938 | |
735849936 | https://github.com/pydata/xarray/issues/4045#issuecomment-735849936 | https://api.github.com/repos/pydata/xarray/issues/4045 | MDEyOklzc3VlQ29tbWVudDczNTg0OTkzNg== | aldanor 2418513 | 2020-11-30T15:18:55Z | 2020-11-30T15:21:02Z | NONE |
I don't mind contributing but not knowing the netcdf stuff inside out I'm not sure I have a good vision on what's the proper way to do it. My use case is very simple - I have an in-memory xr.Dataset that I want to save() and then load() without losses. Should it just be an Maybe this is not the proper way to do it - ideas welcome (there's also an open PR - #4400 - mind checking that out?) |
{ "total_count": 1, "+1": 1, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Millisecond precision is lost on datetime64 during IO roundtrip 614275938 | |
734951187 | https://github.com/pydata/xarray/issues/4045#issuecomment-734951187 | https://api.github.com/repos/pydata/xarray/issues/4045 | MDEyOklzc3VlQ29tbWVudDczNDk1MTE4Nw== | aldanor 2418513 | 2020-11-27T18:47:26Z | 2020-11-27T18:51:00Z | NONE | Just stumbled upon this as well. Internally, Simply telling it to Is there a way out of this, other than not using This is a huge issue, as anyone using nanosecond-precision timestamps with xarray would unknowingly and silently read wrong data after deserializing. |
{ "total_count": 2, "+1": 2, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Millisecond precision is lost on datetime64 during IO roundtrip 614275938 |
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