Left over notes to save
This commit is contained in:
@ -31,14 +31,14 @@ def findlatestExport(currentDash):
|
||||
|
||||
def copytoDash(latestdownload, currentDash):
|
||||
readExport = pd.read_excel(
|
||||
latestdownload,
|
||||
latestdownload,
|
||||
index_col=False,
|
||||
header=0,
|
||||
)
|
||||
readExport.drop(
|
||||
readExport.filter(
|
||||
regex="Unname"
|
||||
),axis=1,
|
||||
),axis=1,
|
||||
inplace=True)
|
||||
|
||||
def progressFormat(latestdownload, currentDash, readExport):
|
||||
|
||||
Reference in New Issue
Block a user