Create Parquet Table from CSV File in Databricks
Requirement In the last post, we have imported the CSV file and created a table using the UI interface in Databricks. In this post, we are going to create a delta table from a CSV file using Spark in databricks. Solution Let’s use the same sample data: empno ename designationRead More →