catherinedevlin / ddl-generator

Guesses table DDL based on data
MIT License
274 stars 35 forks source link

move units from value to column name #9

Open catherinedevlin opened 10 years ago

catherinedevlin commented 10 years ago

so a "cost" column with ["$6", "$3.22"] should become a "cost_$" column with [Decimal('6'), Decimal('3.22')]

likewise physical units like lb, km2, etc