# Creating values to be used as datasets
"student_id": np.random.choice([1,2,3,4,5,6,7,8,9,10], size=100),
"student_grade": np.random.choice(["A","B","C","D","E","F"], size=100),
"professors": np.random.choice(["Mark Levinson","Angela Marge","Bonnie James","Klaus Michealson"], size=100),