I am trying to list the column in a dataframe but i am getting an ambiguous column error.
$df.printSchema()
root
|-- ACTION: string (nullable = true)
$df_new.select(["ACTION"]).show()
AnalysisException: "Reference 'ACTION' is ambiguous, could be: ACTION#22058, ACTION#22334