Forum Discussion

Romani's avatar
Romani
Helper II
1 year ago

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')...