Replace Existing Default Index Row Label DataFrame By a List
The code will perform the task listed below
(1) Create 3 List ( name, dr,cpc)
(2) Create a new Dictionary
(3) Assign the List to the Dictionary
(4) Convert Dictionary into Panda Dataframe
(5) Create Row Label List
(6) Replace default Index with newly created row Label list
(7) Print DataFrame to Check