How to see the Structure (Schema) of the DataFrame
(i)df.view()
(ii)None of the options
(iii)df.printSchema()
(iv)df.schema()
answer is df.printSchema()
https://madanswer.com/2023/structure-schema-dataframe