Swap count and value in analyze output

This commit is contained in:
Simon Willison 2020-12-12 21:39:53 -08:00
commit 1491467444
4 changed files with 20 additions and 20 deletions

View file

@ -1944,7 +1944,7 @@ class Table(Queryable):
return self
def analyze_column(
self, column, common_limit=10, value_truncate=80, total_rows=None
self, column, common_limit=10, value_truncate=None, total_rows=None
):
db = self.db
table = self.name