Forum Discussion
Anonymous
5 years agoNot applicable
Power BI - How to use Python script to do a search and replace
Hi, I would like to use a Python script to do an automatic Search and Replace just like we can do with Excel. In the following example, I would like to replace all the X by Y, I used the following...
Anonymous
5 years agoNot applicable
Why on Earth would you want to use Python to do something that's so easy to do in Power Query with the standard tools?
Anonymous
5 years agoNot applicable
Hi Anonymous
My goal with using python is to automate my data cleaning. This is for a report that I run every week and I am basically renaming a bunch of projects. I'd like to automate this part and just run a script to save some time.