cancel
Showing results for 
Search instead for 
Did you mean: 
Enthusiastic_Da
New Contributor II
since ‎05-17-2023
‎12-27-2023

User Stats

  • 2 Posts
  • 0 Solutions
  • 0 Kudos given
  • 0 Kudos received

User Activity

I have a table called MetaData and what columns are needed in the select are stored in MetaData.columnsI would like to read columns dynamically from MetaData.columns and create a view based on that.csv_values = "col1, col2, col3, col4"df = spark.crea...