CREATE TABLE USING¶
Using this SQL technique, you define the table schema, and create the table directly from the CSV file without switching to PySpark for initial data loading and df creation etc.
Using this SQL technique, you define the table schema, and create the table directly from the CSV file without switching to PySpark for initial data loading and df creation etc.