If your problem is the .(dot) in the column name, you could use `(backticks) to enclose the column name.
df.select("`col0.1`")
If your problem is the .(dot) in the column name, you could use `(backticks) to enclose the column name.
df.select("`col0.1`")