home / github / issue_comments

Menu
  • Search all tables
  • GraphQL API

issue_comments: 1556225788

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/sqlite-utils/issues/544#issuecomment-1556225788 https://api.github.com/repos/simonw/sqlite-utils/issues/544 1556225788 IC_kwDOCGYnMM5cwh78 9599 2023-05-21T17:02:05Z 2023-05-21T17:02:05Z OWNER

New docs:

  • https://sqlite-utils.datasette.io/en/latest/cli.html#cli-analyze-tables
  • https://sqlite-utils.datasette.io/en/latest/cli-reference.html#analyze-tables
  • https://sqlite-utils.datasette.io/en/latest/python-api.html#analyzing-a-column
  • https://sqlite-utils.datasette.io/en/latest/reference.html#sqlite_utils.db.Table.analyze_column

New help output:

``` % sqlite-utils analyze-tables --help Usage: sqlite-utils analyze-tables [OPTIONS] PATH [TABLES]...

Analyze the columns in one or more tables

Example:

  sqlite-utils analyze-tables data.db trees

Options: -c, --column TEXT Specific columns to analyze --save Save results to _analyze_tables table --common-limit INTEGER How many common values --no-most Skip most common values --no-least Skip least common values --load-extension TEXT Path to SQLite extension, with optional :entrypoint -h, --help Show this message and exit. ```

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
1718515590  
Powered by Datasette · Queries took 1.224ms · About: github-to-sqlite