home / github

Menu
  • GraphQL API
  • Search all tables

issue_comments

Table actions
  • GraphQL API for issue_comments

3 rows where issue = 575080574 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

  • max-sixty 3

issue 1

  • Accept lambda in methods with one obvious xarray argument · 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
601815106 https://github.com/pydata/xarray/issues/3825#issuecomment-601815106 https://api.github.com/repos/pydata/xarray/issues/3825 MDEyOklzc3VlQ29tbWVudDYwMTgxNTEwNg== max-sixty 5635139 2020-03-20T17:14:20Z 2020-03-20T17:14:20Z MEMBER

Closing; can do others with the benefit of more experience

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Accept lambda in methods with one obvious xarray argument 575080574
596046559 https://github.com/pydata/xarray/issues/3825#issuecomment-596046559 https://api.github.com/repos/pydata/xarray/issues/3825 MDEyOklzc3VlQ29tbWVudDU5NjA0NjU1OQ== max-sixty 5635139 2020-03-07T04:47:52Z 2020-03-07T04:47:52Z MEMBER

where is complete

I think the others that could be worthwhile are the selection methods: - sel & isel - loc - reindex? ...but much of their use case is bool arrays, which is mostly covered by where(..., drop=True).

Interested in what others think. I'm in no rush to implement those; where seemed much clearer to me.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Accept lambda in methods with one obvious xarray argument 575080574
595593668 https://github.com/pydata/xarray/issues/3825#issuecomment-595593668 https://api.github.com/repos/pydata/xarray/issues/3825 MDEyOklzc3VlQ29tbWVudDU5NTU5MzY2OA== max-sixty 5635139 2020-03-06T04:24:11Z 2020-03-06T04:24:11Z MEMBER

assign is already supported! 🤦‍♂

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Accept lambda in methods with one obvious xarray argument 575080574

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 15.409ms · About: xarray-datasette
  • Sort ascending
  • Sort descending
  • Facet by this
  • Hide this column
  • Show all columns
  • Show not-blank rows