home / github / issue_comments

Menu
  • Search all tables
  • GraphQL API

issue_comments: 709510422

This data as json

html_url issue_url id node_id user created_at updated_at author_association body reactions issue performed_via_github_app
https://github.com/simonw/datasette/issues/894#issuecomment-709510422 https://api.github.com/repos/simonw/datasette/issues/894 709510422 MDEyOklzc3VlQ29tbWVudDcwOTUxMDQyMg== 9599 2020-10-15T18:26:25Z 2020-10-15T18:26:25Z OWNER

There's something interesting about figuring out which sort options should be offered in the column actions menu.

Two options:

  • Try to detect if a text column is all-integers or all-floats, either by scanning the entire table (if it's small enough) or by scanning the first X rows, where X might be the size of the first page or maybe the first 1,000 or similar.
  • Could also let users define this in metadata.yml for the table.
{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
657572753  
Powered by Datasette · Queries took 0.698ms · About: github-to-sqlite