home / github

Menu
  • GraphQL API
  • Search all tables

issue_comments

Table actions
  • GraphQL API for issue_comments

5 rows where issue = 594674417 and user = 10194086 sorted by updated_at descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

user 1

  • mathause · 5 ✖

issue 1

  • allow multiindex levels in plots · 5 ✖

author_association 1

  • MEMBER 5
id html_url issue_url node_id user created_at updated_at ▲ author_association body reactions performed_via_github_app issue
633468091 https://github.com/pydata/xarray/pull/3938#issuecomment-633468091 https://api.github.com/repos/pydata/xarray/issues/3938 MDEyOklzc3VlQ29tbWVudDYzMzQ2ODA5MQ== mathause 10194086 2020-05-25T09:09:19Z 2020-05-25T09:09:19Z MEMBER

@dcherian do you think you could merge for me?

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  allow multiindex levels in plots 594674417
626535624 https://github.com/pydata/xarray/pull/3938#issuecomment-626535624 https://api.github.com/repos/pydata/xarray/issues/3938 MDEyOklzc3VlQ29tbWVudDYyNjUzNTYyNA== mathause 10194086 2020-05-11T07:52:42Z 2020-05-11T12:55:39Z MEMBER

No problem. Thanks for the helpful feedback and your dedication to xarray!

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  allow multiindex levels in plots 594674417
623078278 https://github.com/pydata/xarray/pull/3938#issuecomment-623078278 https://api.github.com/repos/pydata/xarray/issues/3938 MDEyOklzc3VlQ29tbWVudDYyMzA3ODI3OA== mathause 10194086 2020-05-03T09:02:22Z 2020-05-03T09:02:22Z MEMBER

This would be ready for review ;)

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  allow multiindex levels in plots 594674417
615482314 https://github.com/pydata/xarray/pull/3938#issuecomment-615482314 https://api.github.com/repos/pydata/xarray/issues/3938 MDEyOklzc3VlQ29tbWVudDYxNTQ4MjMxNA== mathause 10194086 2020-04-17T21:58:00Z 2020-04-17T21:58:00Z MEMBER

This should of course not lead to confusion, however, there are operations that work with levels, e.g. da["level"] returns a mutltiindex level as virtual coordinate* and da.sel(level=5) works.

In my case I had Coordinates that looked something like this Coordinates: * time (time) datetime64[ns] ... * ens (ens) MultiIndex - model (ens) "CESM", "MIROC", ... - number (ens) 0, 1, ... and I wanted to do da.plot(x="time", y="number"), but this does currently not work. What I could do is ds.reset_index("ens") and use the resulting "non-dimension coordinate" for plotting.

(Both "non-dimension coordinate" and "MultiIndex" have some issues, so depending on what I want to do I need one ore the other.)

*which is why I only needed to change the valitity check for x and y and not the plotting itself

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  allow multiindex levels in plots 594674417
614263687 https://github.com/pydata/xarray/pull/3938#issuecomment-614263687 https://api.github.com/repos/pydata/xarray/issues/3938 MDEyOklzc3VlQ29tbWVudDYxNDI2MzY4Nw== mathause 10194086 2020-04-15T20:29:07Z 2020-04-15T20:29:07Z MEMBER

I think this is ready for review. I simplified the error messages for the 1D case - let me know if this ok. @max-sixty @dcherian

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  allow multiindex levels in plots 594674417

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