reading DOSES_SHIPPED column correctoy using thousands = '.'
This commit is contained in:
@@ -243,7 +243,7 @@
|
|||||||
"vaccineDistributionByZipcode = pd.read_excel(\n",
|
"vaccineDistributionByZipcode = pd.read_excel(\n",
|
||||||
" io = 'data/Amended-22-01962-Pfizer-2022-0426-pulled-2022-0823.xlsx',\n",
|
" io = 'data/Amended-22-01962-Pfizer-2022-0426-pulled-2022-0823.xlsx',\n",
|
||||||
" usecols = ['PROVIDER_NAME', 'ZIPCODE_SHP', 'LOT_NUMBER', 'DOSES_SHIPPED'],\n",
|
" usecols = ['PROVIDER_NAME', 'ZIPCODE_SHP', 'LOT_NUMBER', 'DOSES_SHIPPED'],\n",
|
||||||
" dtype = {'DOSES_SHIPPED': 'int'})\n",
|
" thousands = '.')\n",
|
||||||
"vaccineDistributionByZipcode"
|
"vaccineDistributionByZipcode"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user