sqlite-utils/sqlite_utils
Simon Willison d4b8d9e7a5 Improvements to most/least common values
* Record total_rows for each column
* Record (value, count) if there is just a single distinct value
* Do not calculate most/least common if all values are distinct
* Calculate table count once per table, not once per column
2020-12-11 21:41:07 -08:00
..
__init__.py Docs for suggest_column_types, closes #81 2020-02-01 13:55:13 -08:00
cli.py Improvements to most/least common values 2020-12-11 21:41:07 -08:00
db.py Improvements to most/least common values 2020-12-11 21:41:07 -08:00
utils.py Progress bar for sqlite-utils insert command, closes #173 2020-10-27 11:16:02 -07:00