Chubb sandbox backup. Still working on Supplier grouping script. Completed the Buildertrend templates work.
This commit is contained in:
@ -14,6 +14,7 @@ def parse_csv():
|
||||
for key,item in groups:
|
||||
print(groups.get_group(key), "\n\n")
|
||||
|
||||
print(f"Total Number of courses: {df['course_name'].nunique()}")
|
||||
print(f"Number of Unique Groups: {unique_groups}")
|
||||
|
||||
if __name__ == "__main__":
|
||||
|
||||
Reference in New Issue
Block a user