mirror of
https://github.com/simonw/sqlite-utils.git
synced 2026-07-27 03:14:33 +02:00
Finished adding docstrings and type hints to db
This commit is contained in:
parent
f51b712479
commit
43bc064817
3 changed files with 212 additions and 66 deletions
|
|
@ -962,7 +962,7 @@ The ``table.analyze_column(column, common_limit=10, value_truncate=None)`` metho
|
|||
The name of the column
|
||||
|
||||
``total_rows``
|
||||
The total number of rows in the table`
|
||||
The total number of rows in the table
|
||||
|
||||
``num_null``
|
||||
The number of rows for which this column is null
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue