I have lists of data, separated by a comma. (which i believe the comma represents a column?) My goal is to get the Zscore. The last 2 of each list are the observed and expected. How do I create a variable for the entire column of the observed and expected. Do I use a for loop?
['Watauga', '1795939.591', '1598928.5', '1 ', '3']
['Perquimans', '3341717.656', '1620490.3', '1 ', '1']
['Chowan', '3294837.306', '1598042.351', '1 ', '2']
['Avery', '1727490.859', '1543770.083', '0 ', '2']
['Yadkin', '2099234.926', '1572903.569', '1 ', '3']
['Guilford', '2359969.468', '1545078.531', '23 ', '33']
['Alamance', '2473976.791', '1533712.688', '13 ', '9']
['Bertie', '3187340.024', '1561962.081', '6 ', '3']
['Orange', '2555562.998', '1540907.756', '4 ', '6']
['Durham', '2627823.195', '1533221.7', '16 ', '16']