home / github

Menu
  • Search all tables
  • GraphQL API

issue_comments

Table actions
  • GraphQL API for issue_comments

3 rows where author_association = "MEMBER", issue = 547012915 and user = 1312546 sorted by updated_at descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: reactions, created_at (date), updated_at (date)

user 1

  • TomAugspurger · 3 ✖

issue 1

  • Test failures with pandas master · 3 ✖

author_association 1

  • MEMBER · 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:

should be closed by pandas-dev/pandas#31136 https://github.com/pandas-dev/pandas/pull/31136 . I think the tests will turn green once the wheels update

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/pydata/xarray/issues/3673?email_source=notifications&email_token=AAKAOISQMX62U3JJPLTYVEDRAC3JRA5CNFSM4KEMIFRKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEKFLHSQ#issuecomment-579515338, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAKAOIT7GKDFDJV4LFZA4YDRAC3JRANCNFSM4KEMIFRA .

{
    "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

Opened https://github.com/pandas-dev/pandas/issues/31109.

{
    "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

CSV options:

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]);
Powered by Datasette · Queries took 18.101ms · About: xarray-datasette