import numpy as np import csv filename = "a.csv" def convert(s): s = s.strip().replace(\',\', \'.\') return str(s) salary_data = np.genfromtxt(f