diff --git a/src/GoogleAnalytics/Helper.py b/src/GoogleAnalytics/Helper.py index 23be3c633cc..078be1e5cfc 100644 --- a/src/GoogleAnalytics/Helper.py +++ b/src/GoogleAnalytics/Helper.py @@ -29,4 +29,3 @@ def _persistCityCountsByClickedBatchcodeTable(dataDir, batch, count, cityCountsB (cityCountsByClickedBatchcodeTable .reset_index() .to_excel(f'{str(dataDir)}/{count}_{batch}.xlsx')) - # import generated xlsx files into https://www.google.com/mymaps diff --git a/src/HowBadIsMyBatch.ipynb b/src/HowBadIsMyBatch.ipynb index 3aff8ec2eb5..4c09064f351 100644 --- a/src/HowBadIsMyBatch.ipynb +++ b/src/HowBadIsMyBatch.ipynb @@ -280,7 +280,8 @@ "persistCityCountsByClickedBatchcodeTables(\n", " dataDir = Path('tmp/cityCountsByClickedBatchcodeTables'),\n", " n = 10,\n", - " cityCountsByClickedBatchcodeTable = cityCountsByClickedBatchcodeTable)" + " cityCountsByClickedBatchcodeTable = cityCountsByClickedBatchcodeTable)\n", + "# import generated xlsx files in dataDir into https://www.google.com/mymaps" ] }, {