issue_comments
3 rows where issue = 1419972576 sorted by updated_at descending
This data as json, CSV (advanced)
Suggested facets: created_at (date), updated_at (date)
issue 1
- Emit a warning when converting datetime or timedelta values to nanosecond precision · 3 ✖
id | html_url | issue_url | node_id | user | created_at | updated_at ▲ | author_association | body | reactions | performed_via_github_app | issue |
---|---|---|---|---|---|---|---|---|---|---|---|
1291296935 | https://github.com/pydata/xarray/pull/7201#issuecomment-1291296935 | https://api.github.com/repos/pydata/xarray/issues/7201 | IC_kwDOAMm_X85M96Cn | spencerkclark 6628425 | 2022-10-26T00:59:01Z | 2022-10-26T00:59:01Z | MEMBER |
...which turned up a case that was not valid under the existing pandas version, so I added another separate test. |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Emit a warning when converting datetime or timedelta values to nanosecond precision 1419972576 | |
1291275729 | https://github.com/pydata/xarray/pull/7201#issuecomment-1291275729 | https://api.github.com/repos/pydata/xarray/issues/7201 | IC_kwDOAMm_X85M903R | spencerkclark 6628425 | 2022-10-26T00:22:20Z | 2022-10-26T00:22:20Z | MEMBER | Thanks @dcherian -- I did my best to try and cover our bases. For good measure I also added some assertions that the dtypes after conversion were all of nanosecond precision. |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Emit a warning when converting datetime or timedelta values to nanosecond precision 1419972576 | |
1291029764 | https://github.com/pydata/xarray/pull/7201#issuecomment-1291029764 | https://api.github.com/repos/pydata/xarray/issues/7201 | IC_kwDOAMm_X85M840E | dcherian 2448579 | 2022-10-25T19:21:44Z | 2022-10-25T19:21:44Z | MEMBER | Thanks @spencerkclark I didn't look at the tests too closely but they seem very thorough! |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Emit a warning when converting datetime or timedelta values to nanosecond precision 1419972576 |
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 2