I have Following as adtaset in dataframe format , i need to remove the square brackets From the data. How can we proceed can anyone help
   From             TO
   [wrestle]        engage in a wrestling match
   [write]          communicate or express by writing
   [write]          publish
   [spell]          write
   [compose]        write music
Expected output is:
   From             TO
   wrestle      engage in a wrestling match
   write       communicate or express by writing
   write       publish
   spell       write
 
     
     
    