The below presumes you already have Python and a code editor installed. If not, start here.
The python package can be installed using pip
pip install wrangles --upgrade
Once installed, import the package into your code.
import wrangles
Create a WrangleWorks account: Register
Some Wrangles use cloud based machine learning models. To use them a WrangleWorks account is required.
There are two ways to provide the credentials:
The credentials can be saved as the environment variables:
WRANGLES_USER
WRANGLES_PASSWORD
Alternatively, the credentials can be provided within the python code using the authenticate method, prior to calling other functions.
wrangles.authenticate('<user>', '<password>')
Successfully installed? Learn how to Wrangle