Joshua Zierhut
Joshua Zierhut
BREAKING CHANGE: zipDirectory must now be called from within an async function and awaited. See issue: https://github.com/brendan-duncan/archive/issues/292
Fixes #7141 Currently when you use `LoadCsv` or `LoadCsvFromString` without supplying data types for each column, the code will try to guess the data types based on the data in...
**Is your feature request related to a problem? Please describe.** Currently when you use `LoadCsv` or `LoadCsvFromString` without supplying data types for each column, the code will try to guess...