DV,Walmart, API Tests
This commit is contained in:
@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user