https://github.com/agailloty/preprocess
preprocess is a fast data analysis preprocessing tool.
https://github.com/agailloty/preprocess
cli data-analysis preprocessing-data
Last synced: 30 days ago
JSON representation
preprocess is a fast data analysis preprocessing tool.
- Host: GitHub
- URL: https://github.com/agailloty/preprocess
- Owner: agailloty
- Created: 2025-04-09T15:19:17.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-06-19T19:00:24.000Z (12 months ago)
- Last Synced: 2025-06-20T11:16:33.679Z (12 months ago)
- Topics: cli, data-analysis, preprocessing-data
- Language: Go
- Homepage: https://preprocess-cli.netlify.app/
- Size: 423 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
preprocess is a fast cross-platform data analysis preprocessing tool.
## Installation
Install the [preprocess CLI](https://github.com/agailloty/preprocess/releases/latest), using the specific instructions for your operating system below:
### Linux and MacOs"
Use `curl` to download the script and execute it with sh:
```sh
curl -LsSf https://preprocess-cli.netlify.app/install.sh | sh
```
If your system doesn't have `curl`, you can use wget:
```sh
wget -qO- https://preprocess-cli.netlify.app/install.sh | sh
```
### Windows"
```sh
powershell -ExecutionPolicy ByPass -c "irm https://preprocess-cli.netlify.app/install.ps1 | iex"
```
### Manual Installation
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](https://github.com/agailloty/preprocess/releases/latest)
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.