Metadata-Version: 2.1
Name: drone_troopers
Version: 0.0.1
Summary: A module for drone data processing
Author: Tech Troopers
Author-email: dhruvyadav2905@gmail.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: numpy
Requires-Dist: pandas
Requires-Dist: matplotlib
Requires-Dist: scikit-learn
Requires-Dist: xgboost

# Drone Troopers

`drone_troopers` is a Python module designed to classify CSV and Excel files and generate comprehensive reports. This tool is ideal for data analysts and developers who need to process and analyze tabular data efficiently.

## Features

- **Classify Data**: Automatically classify data in CSV and Excel files based on predefined criteria.
- **Generate Reports**: Produce detailed reports summarizing the classification results.
- **Support for Multiple Formats**: Handle both CSV and Excel file formats seamlessly.

## Installation

You can install the `drone_troopers` module using pip:

```bash
pip install drone_troopers
