I have a column of strings in my attribute table and I want to create a list out of this column. How can I do this?my attribute column of interest (CompanyNam) looks like this:
Eva
Ela
REW
Scot
Jan....
and I want to end up with a list looking like this: CompanyNam = ['Eva' 'Ela' 'REW' 'Scot' 'Jan'....]
أكثر...
Eva
Ela
REW
Scot
Jan....
and I want to end up with a list looking like this: CompanyNam = ['Eva' 'Ela' 'REW' 'Scot' 'Jan'....]
أكثر...