How do I import multiple .csv files with the same columns that are stored in my Databricks workspace and store them in a single table
I have 90 .csv files containing data and they all have the same columns. I would like read all the csv files and store them in a single table. The .csv files are all stored in a map called ‘Data’ in my workspace. When I keep getting the error that the path cannot be found.