标签: python arrays numpy
我需要将numpy数组值转换为字符串值列表。 例如:
convert(array(['Country Name',2008.0, 2009.0])) ['Country Name','2008.0', '2009.0']