reading DOSES_SHIPPED column correctoy using thousands = '.'

This commit is contained in:
frankknoll
2023-06-24 23:48:42 +02:00
parent 4fdbc5152b
commit e75c8305dc

View File

@@ -243,7 +243,7 @@
"vaccineDistributionByZipcode = pd.read_excel(\n",
" io = 'data/Amended-22-01962-Pfizer-2022-0426-pulled-2022-0823.xlsx',\n",
" usecols = ['PROVIDER_NAME', 'ZIPCODE_SHP', 'LOT_NUMBER', 'DOSES_SHIPPED'],\n",
" dtype = {'DOSES_SHIPPED': 'int'})\n",
" thousands = '.')\n",
"vaccineDistributionByZipcode"
]
},