Installation

Requirements

  • Python 3.8 or higher

  • pip

Install from PyPI

pip install dataprobe

Install from Source

git clone https://github.com/santhoshkrishnan30/dataprobe.git
cd dataprobe
pip install -e .

Development Installation

git clone https://github.com/santhoshkrishnan30/dataprobe.git
cd dataprobe
pip install -e ".[dev]"

Verify Installation

from dataprobe import PipelineDebugger
print("DataProbe installed successfully!")