formating
This commit is contained in:
@@ -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
|
|
||||||
|
|||||||
@@ -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"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user