Export right columns for states
This commit is contained in:
parent
9e5a1608c6
commit
4efc272a59
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue