DV,Walmart, API Tests

This commit is contained in:
Norm Rasmussen
2022-11-07 10:36:13 -05:00
parent 45f1f32b3b
commit fce96a5ea6
7 changed files with 96 additions and 40 deletions

View File

@ -40,9 +40,11 @@ def copytoDash(latestdownload, currentDash):
regex="Unname"
),axis=1,
inplace=True)
def progressFormat(latestdownload, currentDash, readExport):
df = pd.DataFrame(readExport)
readExport['Progress_replace'] = readExport['Progress'].str.replace('%','')
readExport['Progress_replace'] = pd.to_numeric(readExport['Progress_replace'])
copiedData = readExport.copy()
bringtoExcel(latestdownload, currentDash, copiedData)
#cleanitUp(latestdownload, currentDash, copiedData)