Show times when verbose mode is activated
This commit is contained in:
parent
5a2ec81689
commit
2fdcd831b2
1 changed files with 2 additions and 2 deletions
|
@ -307,7 +307,6 @@ if __name__ == '__main__':
|
||||||
t.stop()
|
t.stop()
|
||||||
|
|
||||||
t.start('Process_town')
|
t.start('Process_town')
|
||||||
print(statistics[['SUPERF','CODGEO']])
|
|
||||||
towns = pd.merge(towns,
|
towns = pd.merge(towns,
|
||||||
statistics[['CODGEO', 'SUPERF']],
|
statistics[['CODGEO', 'SUPERF']],
|
||||||
left_on=['COM'],
|
left_on=['COM'],
|
||||||
|
@ -327,7 +326,8 @@ if __name__ == '__main__':
|
||||||
export_csv(indicators, args.export + '/indicateur.csv')
|
export_csv(indicators, args.export + '/indicateur.csv')
|
||||||
export_csv(consolidated_stats, args.export + '/statistiques.csv')
|
export_csv(consolidated_stats, args.export + '/statistiques.csv')
|
||||||
t.stop()
|
t.stop()
|
||||||
|
|
||||||
|
t.get_times_by_tag()
|
||||||
t.get_total_time()
|
t.get_total_time()
|
||||||
|
|
||||||
sys.exit()
|
sys.exit()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue