Monday, 04 May 2009
Given a CSV file with a header row and at-least one row of data, output a SQL `CREATE TABLE` statement by guessing the data type of the columns.Python source code
© 2003-2011 Pradeep Gowda