Question
How to embed Python script in Tableau Prep Builder and run it on a local machine without using Tableau Server (without configuring TabPy server on Tableau Server).
How to embed Python script in Tableau Prep Builder and run it on a local machine without using Tableau Server (without configuring TabPy server on Tableau Server).
pip install tabpy
pip3 install pandas"
. You must use a pandas data frame in your scripts to integrate with Tableau Prep Builder