Dataprep

Features

The package offers the following functions to prepare data:

  • load csv files

  • calculating the mean value

Quickstart

  1. Install the package:

    $ uv add datagrep
    
  2. Import the datagrep modules, for example with:

    from datagrep.loaders import load_csv
    from dataprep.mean import mean
    

Pull requests

If you have differences in your preferred setup, I encourage you to fork this to create your own version. I also accept pull requests on this, if they’re small, atomic, and if they make my own packaging experience better.

Indices and tables