daniel_sahal
Databricks MVP

@vk217 Simply just use select function, ex.

df = spark.read.table(table_name).select("col1", "col2", "col3")

View solution in original post