We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a18d943 commit 761d7ceCopy full SHA for 761d7ce
scripts/large-table-gen.py
@@ -1,5 +1,4 @@
1
-"""Renter large-table-template.sql
2
-"""
+"""Renter large-table-template.sql"""
3
4
from pathlib import Path
5
from jinja2 import Template
src/sql/column_guesser.py
@@ -7,6 +7,7 @@
7
8
class Column(list):
9
"Store a column of tabular data; record its name and whether it is numeric"
10
+
11
is_quantity = True
12
name = ""
13
0 commit comments