home / github

Menu
  • GraphQL API
  • Search all tables

issue_comments

Table actions
  • GraphQL API for issue_comments

3 rows where issue = 841476745 and user = 10194086 sorted by updated_at descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: created_at (date)

user 1

  • mathause · 3 ✖

issue 1

  • ⚠️ Nightly upstream-dev CI failed ⚠️ · 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
811074709 https://github.com/pydata/xarray/issues/5077#issuecomment-811074709 https://api.github.com/repos/pydata/xarray/issues/5077 MDEyOklzc3VlQ29tbWVudDgxMTA3NDcwOQ== mathause 10194086 2021-03-31T13:37:21Z 2021-03-31T13:37:21Z MEMBER

The other issues have to be fixed in cftime, right?

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  ⚠️ Nightly upstream-dev CI failed ⚠️ 841476745
808404576 https://github.com/pydata/xarray/issues/5077#issuecomment-808404576 https://api.github.com/repos/pydata/xarray/issues/5077 MDEyOklzc3VlQ29tbWVudDgwODQwNDU3Ng== mathause 10194086 2021-03-26T17:43:28Z 2021-03-30T07:32:59Z MEMBER

Minimal example:

```python import pandas as pd import cftime

time_1 = cftime.DatetimeGregorian(2000, 1, 1) time_2 = cftime.DatetimeProlepticGregorian(2001, 1, 1)

s = pd.Series([time_1, time_2])

s.rank(method="dense", numeric_only=False) ```

https://github.com/pydata/xarray/blob/643e89ee7201e8bc730dcde19c3dc1c34fbd1ed5/xarray/core/combine.py#L96 https://github.com/pydata/xarray/blob/643e89ee7201e8bc730dcde19c3dc1c34fbd1ed5/xarray/tests/test_combine.py#L856


Edit: To clarify - the example is supposed to raise a TypeError. For cftime master it raises a ValueError which pandas ignores.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  ⚠️ Nightly upstream-dev CI failed ⚠️ 841476745
808403420 https://github.com/pydata/xarray/issues/5077#issuecomment-808403420 https://api.github.com/repos/pydata/xarray/issues/5077 MDEyOklzc3VlQ29tbWVudDgwODQwMzQyMA== mathause 10194086 2021-03-26T17:41:30Z 2021-03-26T17:41:30Z MEMBER

See Unidata/cftime#236

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  ⚠️ Nightly upstream-dev CI failed ⚠️ 841476745

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 5915.969ms · About: xarray-datasette