diff --git a/src/HistogramFactoryAndPersister.py b/src/HistogramFactoryAndPersister.py index eb8db2d12c6..eaf3f9c7d36 100644 --- a/src/HistogramFactoryAndPersister.py +++ b/src/HistogramFactoryAndPersister.py @@ -16,5 +16,5 @@ def createAndSaveHistogramsForCountries(symptomByBatchcodeTable): explodedTable = MultiIndexExploder.explodeMultiIndexOfTable(dictByBatchcodeTable) histogramDescriptionTable = HistogramDescriptionTableFactory.createHistogramDescriptionTable(explodedTable) for country, histogramDescriptionTableForCountry in histogramDescriptionTable.groupby('COUNTRY'): - print(country, ':') + print(country) saveHistograms(histogramDescriptionTableForCountry, country) \ No newline at end of file