This repository contains a collection of utilities for processing and analyzing medium-sized datasets.
To set up the environment, you can use the following command:
python -m venv .venv
source .venv/bin/activate
pip install -e .You can use the utilities provided in this repository to process and analyze datasets. The main functionalities are encapsulated in the medium_data module.
python -m medium_data.utils.csv_to_parquet -c "/home/alebg/Descargas/test.csv" -p "data/test.parquet"