issue_comments
3 rows where author_association = "MEMBER", issue = 547012915 and user = 1312546 sorted by updated_at descending
This data as json, CSV (advanced)
Suggested facets: reactions, created_at (date), updated_at (date)
issue 1
- Test failures with pandas master · 3 ✖
id | html_url | issue_url | node_id | user | created_at | updated_at ▲ | author_association | body | reactions | performed_via_github_app | issue |
---|---|---|---|---|---|---|---|---|---|---|---|
579517151 | https://github.com/pydata/xarray/issues/3673#issuecomment-579517151 | https://api.github.com/repos/pydata/xarray/issues/3673 | MDEyOklzc3VlQ29tbWVudDU3OTUxNzE1MQ== | TomAugspurger 1312546 | 2020-01-28T23:12:47Z | 2020-01-28T23:12:47Z | MEMBER | FYI, we had some failures in our nightly wheel builds so they weren't updated in a while. https://github.com/MacPython/pandas-wheels/pull/70 fixed that, so you'll hopefully get a new wheel tonight. On Tue, Jan 28, 2020 at 5:09 PM Deepak Cherian notifications@github.com wrote:
|
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Test failures with pandas master 547012915 | |
575688251 | https://github.com/pydata/xarray/issues/3673#issuecomment-575688251 | https://api.github.com/repos/pydata/xarray/issues/3673 | MDEyOklzc3VlQ29tbWVudDU3NTY4ODI1MQ== | TomAugspurger 1312546 | 2020-01-17T16:06:23Z | 2020-01-17T16:06:23Z | MEMBER | { "total_count": 1, "+1": 1, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Test failures with pandas master 547012915 | ||
574256856 | https://github.com/pydata/xarray/issues/3673#issuecomment-574256856 | https://api.github.com/repos/pydata/xarray/issues/3673 | MDEyOklzc3VlQ29tbWVudDU3NDI1Njg1Ng== | TomAugspurger 1312546 | 2020-01-14T16:25:50Z | 2020-01-14T16:25:50Z | MEMBER | @jbrockmendel likely knows more about the index arithmetic issue. ```python In [22]: import xarray as xr In [23]: import pandas as pd In [24]: idx = pd.timedelta_range("1D", periods=5, freq="D") In [25]: a = xr.cftime_range("2000", periods=5) In [26]: idx + a /Users/taugspurger/sandbox/pandas/pandas/core/arrays/datetimelike.py:1204: PerformanceWarning: Adding/subtracting array of DateOffsets to TimedeltaArray not vectorized PerformanceWarning, Out[26]: Index([2000-01-02 00:00:00, 2000-01-04 00:00:00, 2000-01-06 00:00:00, 2000-01-08 00:00:00, 2000-01-10 00:00:00], dtype='object') In [27]: a + idx Out[27]: CFTimeIndex([2000-01-02 00:00:00, 2000-01-04 00:00:00, 2000-01-06 00:00:00, 2000-01-08 00:00:00, 2000-01-10 00:00:00], dtype='object') ``` |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Test failures with pandas master 547012915 |
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