I have an excel sheet filled with English text, so now I wanted to convert each text to other languages (example:- french) and insert in the next column of the excel sheet using python.
So how to approach this?
I'm currently going through pandas of python.