formating

This commit is contained in:
frankknoll
2023-10-05 10:56:08 +02:00
parent 4ae1c7f2c8
commit c0c8ec23b6
2 changed files with 2 additions and 2 deletions

View File

@@ -29,4 +29,3 @@ def _persistCityCountsByClickedBatchcodeTable(dataDir, batch, count, cityCountsB
(cityCountsByClickedBatchcodeTable (cityCountsByClickedBatchcodeTable
.reset_index() .reset_index()
.to_excel(f'{str(dataDir)}/{count}_{batch}.xlsx')) .to_excel(f'{str(dataDir)}/{count}_{batch}.xlsx'))
# import generated xlsx files into https://www.google.com/mymaps

View File

@@ -280,7 +280,8 @@
"persistCityCountsByClickedBatchcodeTables(\n", "persistCityCountsByClickedBatchcodeTables(\n",
" dataDir = Path('tmp/cityCountsByClickedBatchcodeTables'),\n", " dataDir = Path('tmp/cityCountsByClickedBatchcodeTables'),\n",
" n = 10,\n", " n = 10,\n",
" cityCountsByClickedBatchcodeTable = cityCountsByClickedBatchcodeTable)" " cityCountsByClickedBatchcodeTable = cityCountsByClickedBatchcodeTable)\n",
"# import generated xlsx files in dataDir into https://www.google.com/mymaps"
] ]
}, },
{ {