I am trying to create a dataframe using python pandas without column names for 3 columns (user, week_date and count) as shown in the below picture from a csv file having 3 columns user, week_date and count.
enter image description here enter image description here
Please try to let me know how can i transpose and get the similar output from csv?