From c0c8ec23b67c5f6f7880eb96cdb8adc27c6056ce Mon Sep 17 00:00:00 2001 From: frankknoll Date: Thu, 5 Oct 2023 10:56:08 +0200 Subject: [PATCH] formating --- src/GoogleAnalytics/Helper.py | 1 - src/HowBadIsMyBatch.ipynb | 3 ++- 2 files changed, 2 insertions(+), 2 deletions(-) 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" ] }, {