firs3 is a data frame that had work done to it, and now I want to return the STNAME column as a list of strings containing the STNAMES only, how can I do that?
print(first3.loc['STNAME'])
firs3 is a data frame that had work done to it, and now I want to return the STNAME column as a list of strings containing the STNAMES only, how can I do that?
print(first3.loc['STNAME'])