Azure – how to convert an string representation of an array into an actual array type in pyspark
I have a column with data coming in as an string representation of an array I tried to type cast it to an array type but the data is getting modified. I tried to use regex as well to remove…