preprocess is a fast cross-platform data analysis preprocessing tool.
Install the preprocess CLI, using the specific instructions for your operating system below:
Use curl to download the script and execute it with sh:
curl -LsSf https://preprocess-cli.netlify.app/install.sh | shIf your system doesn't have curl, you can use wget:
wget -qO- https://preprocess-cli.netlify.app/install.sh | shpowershell -ExecutionPolicy ByPass -c "irm https://preprocess-cli.netlify.app/install.ps1 | iex"The preprocess GitHub repository contains pre-built versions of the preprocess command-line tool for various operating systems, which can be found on the Releases page
At the release section, download the release for your operating system. You may need to set the environment variable to the location where you save the binary so you can call preprocess from any terminal on your computer.