csvstack input folder instead of individual files?
I have 100s of CSVs that total to 150+ GB of data. I want to merge them all into one CSV file, so I can then dump that CSV file into an SQLite database for easier querying.
I have 100s of CSVs that total to 150+ GB of data. I want to merge them all into one CSV file, so I can then dump that CSV file into an SQLite database for easier querying.