Forum Discussion
How can I run a python script to an established power query transformation?
I need to apply a Regex transformation to a column, I have python and pip installed.
Is there anyway to do this using pandas?
Thanks !
yes. What have you tried and where are you stuck? Are you sure you need regex?
Using regular expressions in power bi desktop - Microsoft Power BI Community
- Anonymous4 years ago
I'm more or less learning how to apply pandas functions and apply this particular regex expression. But this is my current step.
that error is unrelated to regex. Specify a column type before loading the data into the puthon dataframe.
3 Replies
- lbendlinSuper User
yes. What have you tried and where are you stuck? Are you sure you need regex?
Using regular expressions in power bi desktop - Microsoft Power BI Community
- AnonymousNot applicable
I'm more or less learning how to apply pandas functions and apply this particular regex expression. But this is my current step.
- lbendlinSuper User
that error is unrelated to regex. Specify a column type before loading the data into the puthon dataframe.