Zenjob Notes, and new Templates
This commit is contained in:
@ -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")
|
||||
|
||||
Reference in New Issue
Block a user