With the implementation of #48 , we now use the DataFrame class to import part of the data to infer the data types. Not sure, if this class can handle all the scenarios that CsvHelper can and so we need an investigation. Currently we check 10 rows of CSV data to figure out data types, but reimport all the CSV data in CsvHelper.
With the implementation of #48 , we now use the DataFrame class to import part of the data to infer the data types. Not sure, if this class can handle all the scenarios that CsvHelper can and so we need an investigation. Currently we check 10 rows of CSV data to figure out data types, but reimport all the CSV data in CsvHelper.