home / github

Menu
  • GraphQL API
  • Search all tables

issue_comments

Table actions
  • GraphQL API for issue_comments

4 rows where issue = 1307501602 sorted by updated_at descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

user 3

  • ThorstenGroh 2
  • dcherian 1
  • benbovy 1

author_association 2

  • MEMBER 2
  • NONE 2

issue 1

  • Indexing via `sel`/`loc` fails on multiindex float coordinate · 4 ✖
id html_url issue_url node_id user created_at updated_at ▲ author_association body reactions performed_via_github_app issue
1187707702 https://github.com/pydata/xarray/issues/6802#issuecomment-1187707702 https://api.github.com/repos/pydata/xarray/issues/6802 IC_kwDOAMm_X85Gyvs2 ThorstenGroh 57488425 2022-07-18T16:25:34Z 2022-07-18T16:25:34Z NONE

Hi @ThorstenGroh, there has been several issues regarding indexes and float values which have been fixed in #5692. Your example runs fine with the last release candidate v2022.06.0rc0. I think we're close to a stable release.

Thanks. I missed that.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Indexing via `sel`/`loc` fails on multiindex float coordinate 1307501602
1187669264 https://github.com/pydata/xarray/issues/6802#issuecomment-1187669264 https://api.github.com/repos/pydata/xarray/issues/6802 IC_kwDOAMm_X85GymUQ dcherian 2448579 2022-07-18T15:51:47Z 2022-07-18T15:51:47Z MEMBER

Closing since this seems to be fixed on main.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Indexing via `sel`/`loc` fails on multiindex float coordinate 1307501602
1187110012 https://github.com/pydata/xarray/issues/6802#issuecomment-1187110012 https://api.github.com/repos/pydata/xarray/issues/6802 IC_kwDOAMm_X85Gwdx8 benbovy 4160723 2022-07-18T11:15:39Z 2022-07-18T11:15:39Z MEMBER

Hi @ThorstenGroh, there has been several issues regarding indexes and float values which have been fixed in #5692. Your example runs fine with the last release candidate v2022.06.0rc0. I think we're close to a stable release.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Indexing via `sel`/`loc` fails on multiindex float coordinate 1307501602
1186858260 https://github.com/pydata/xarray/issues/6802#issuecomment-1186858260 https://api.github.com/repos/pydata/xarray/issues/6802 IC_kwDOAMm_X85GvgUU ThorstenGroh 57488425 2022-07-18T07:29:05Z 2022-07-18T07:29:05Z NONE

The same holds for indexing via loc. python ds2.loc[{"y": 1.2}] returns the same InvalidIndexError error message, while ds2.loc[{"x": 3}] works.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Indexing via `sel`/`loc` fails on multiindex float coordinate 1307501602

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