I am new to Python AI - ML and trying to new dataset from the csv file, could anyone please help on the below question that would be great
Thanks in Advance
I have the below dataset
["Sno", "Department", "Branch", "Semester", "Course", "RegistrationNo", "StudentName", "Date", "Slot group", "Time", "ClassConducted", "ClassAttended"].
need to create the data frame where Date column to need to displayed as seperate columns along with RegistratioNo, Name
[RegistrationNo, Name, Date1, Date2, Date3, …. DateN]