microsoft / python-in-excel

Python in Microsoft Excel
MIT License
490 stars 31 forks source link

Add Python.Execute() function to Excel #33

Open cbaragao opened 10 months ago

cbaragao commented 10 months ago

I would love to see Python.Execute() in Power Query for Excel. It would be a great way extend transformation and data cleaning capabilities in Power Query for Excel.

keyur32 commented 10 months ago

Thanks for this request. To help me understand, can you outline what you're looking for with the Python.Execute() method? Are you asking if you can run a python formula directly as part of a pq transformation?

ncalm commented 10 months ago

I guess bring parity between Power Query in PBI and Power Query in Excel. https://learn.microsoft.com/en-us/power-bi/connect-data/desktop-python-in-query-editor

cbaragao commented 9 months ago

Yeah, basically to be able to call Python from PowerQuery in Excel like you can with Power BI. Power Query in Power BI has the Python.Execute() function, Power Query in Excel does not.