diff --git a/csvprocess.py b/csvprocess.py index fdbf588..08a4f33 100755 --- a/csvprocess.py +++ b/csvprocess.py @@ -228,7 +228,7 @@ if __name__ == '__main__': ## Create states capitals states_capitals = states[['CHEFLIEU','REG']] states_capitals.columns = ["CHEFLIEUREG","REG"] - departments = departments[["REG","NCC","LIBELLE"]] + states = states[[ "REG","NCC","LIBELLE"]] logger.debug(states_capitals) ## create statistics dataframes