Skip to content

Installing Panda-Helper

Installing with pip

pip install pandahelper

Installing with conda

If you manage conda environments with a .yaml file you can add pandahelper to the pip section of the .yaml as show here:

name: my_env
channels:
    - defaults
dependencies:
    - python=<version>
    - pandas
    - pip
    - pip:
        - pandahelper
Then rebuild or update your conda environment.