Context:
I have 31 csv files that are huge, ± 147823 rows of data per file.
-
Would it make sense to merge files this big, or will I run into problems when processing them?
-
That is why I thought of creating a separate datatable for each csv file, but have no idea how to generate the datatable with a unique counter or name
I got this far:
Please can you help with stating which option will be more viable?