Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 1.06 KB

File metadata and controls

27 lines (17 loc) · 1.06 KB

Iterative Query Processor

The Iterative Query Processor is a Python project that provides a framework for performing iterative queries on large datasets using Dask DataFrames. It includes several built-in strategies for performing iterative queries, as well as the ability to define custom strategies.

Installation

Navigate to the project directory and install the required dependencies using pip:

cd iterative-query-processor
pip install -r requirements.txt

Usage

To use the Iterative Query Processor, import the IterativeQueryProcessor class and any desired strategy classes, then instantiate the IterativeQueryProcessor with the desired data and number of partitions.

Contributing

Contributions to the Iterative Query Processor are welcome! To contribute, please fork the repository, make any desired changes, and submit a pull request. Please ensure that any changes are covered by appropriate tests.

License

This project is licensed under the MIT License. See the LICENSE file for details.