Zenjob Notes, and new Templates

This commit is contained in:
Norm Rasmussen
2022-11-11 21:54:43 -05:00
parent 22704920d8
commit c599b8b792
1222 changed files with 2246 additions and 43 deletions

View File

@ -13,26 +13,17 @@ def mainFunc(basecsv):
try:
readData.loc[
readData['Course Name'].isin(['G2 Profile Anatomy'])]
try:
readData.loc[
readData['Course Name'].isin('Profile Performance & Lead Management')]
except:
print("Profile Course Failed")
try:
readData.loc[
readData['Course Name'].isin('Review Tracking & Brand Building')]
except:
print("Review Course Failed")
try:
readData.loc[
readData['Course Name'].isin('The Review Rundown')]
extractedList = readData.loc[
readData['Attempt Start'].isnull(),
'Learner Name'].tolist()
print(extractedList)
except:
print("Review Rundown failed")
# newList = [*set(extractedList)]
# newList = [*set(extractedList)]
#findUuids(newList, readData)
except:
print("Not Working")