Txn_Date Expected out
Acc_No new_Txn_date
121 1/1/2011 (121, 2011-04-01 00:00:00) 2011-04-01
2/1/2011 (121, 2011-04-01 00:00:00) 2011-04-01
4/1/2011 (121, 2011-04-01 00:00:00) 2011-04-01
123 10/1/2011 (123, 2011-10-01 00:00:00) 2011-10-01
20/1/2011 (123, 2011-20-01 00:00:00) 2011-20-01
04/1/2011 (123, 2011-04-01 00:00:00) 2011-04-01
I am expecting only dates in Txn_date?how to do it, I just applied df.index on the data frame but it's showing both indexes combined but I wanted only the date in my txn_date column