mirror of
https://github.com/simonw/sqlite-utils.git
synced 2026-07-23 09:24:31 +02:00
Structure of most_common and least_common columns
This commit is contained in:
parent
287cdcae89
commit
fe1562e8a6
1 changed files with 15 additions and 0 deletions
15
docs/cli.rst
15
docs/cli.rst
|
|
@ -450,6 +450,21 @@ The ``_analyze_tables_`` table has the following schema::
|
|||
PRIMARY KEY ([table], [column])
|
||||
);
|
||||
|
||||
The ``most_common`` and ``least_common`` columns will contain nested JSON arrays of the most commond and least common values that look like this::
|
||||
|
||||
[
|
||||
["Del Libertador, Av", 5068],
|
||||
["Alberdi Juan Bautista Av.", 4612],
|
||||
["Directorio Av.", 4552],
|
||||
["Rivadavia, Av", 4532],
|
||||
["Yerbal", 4512],
|
||||
["Cosquín", 4472],
|
||||
["Estado Plurinacional de Bolivia", 4440],
|
||||
["Gordillo Timoteo", 4424],
|
||||
["Montiel", 4360],
|
||||
["Condarco", 4288]
|
||||
]
|
||||
|
||||
.. _cli_inserting_data:
|
||||
|
||||
Inserting JSON data
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue