I have a CSV file three columns values
1st Column 2nd Column 3rd Column
ram karthi bruce
RAM KATHI BRUCE
ram karthi bruce
I want to capitalize the 2nd row like ram,karthi and bruce in Pyspark or Pandas... I am not able to do. Please help. Solution in PySpark will be more helpful..