-
Notifications
You must be signed in to change notification settings - Fork 0
Home
David Ansa edited this page Jan 15, 2024
·
1 revision
dataDisk is a Python package designed to simplify the creation and execution of data processing pipelines. It provides a flexible framework for defining sequential tasks, applying transformations, and validating data. Additionally, it includes a ParallelProcessor for efficient parallel execution.
To use dataDisk in your project, you can install it using pip:
pip install dataDisk