Forum Discussion
Romani
1 year agoHelper II
Power BI Python Script Issue
# Import the translation library from textblob import TextBlob # Create a function for translation def translation(text): blob = TextBlob(text) return str(blob.translate(from_lang='ar', to='en')...
Anonymous
1 year agoNot applicable
Hi Romani ,
Does the information provided by some_bih help you solve your problem? If it helps, please accept the responses you find helpful as solution.
Best Regards,
Dino Tao