Metadata-Version: 2.1
Name: demin
Version: 0.0.1
Summary: Useful Data Science functions for Geometallurgical Analysis.
Project-URL: Homepage, https://github.com/gstvortiz/demin
Project-URL: Issues, https://github.com/gstvortiz/demin/issues
Author-email: Gustavo Ortiz <gstvortiz@hotmail.com>
License-File: LICENSE
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.10.12
Description-Content-Type: text/markdown

# Demin
Demin presents helpful functions for data analysis in the field of Mining Engineering. It leverages the resources of widely recognized data science libraries, such as NumPy, Pandas, Matplotlib, Seaborn, and Scikit-Learn.

## Instalation (Google Colaboratory):
To integrate Demin into your Google Colaboratory environment, use the following pip command:
```
!pip install demin
```

To ensure you have the latest version:
```
!pip install --upgrade demin
```

## How to import (Google Colaboratory):
Once installed, importing Demin is straightforward. Use the following Python code in your Google Colaboratory notebook:
```
import demin as pg
```

## History
Demin emerged from an idea during my internship in Data Science at the Department of Mining Engineering (DEMIN) at the Federal University of Minas Gerais (UFMG). As data science is still a resource little explored in the field, demin proposes to bring functions that are simple to understand and that can help with common tasks for geometallurgical data analysis. In this early stage of development, many functions are yet to be added and tested. Consequently, comprehensive documentation is not available until version 1.0.0. 

## About the Developer
For feedback, questions, or collaboration, feel free to reach out:

- **LinkedIn:** [Gustavo Ortiz](https://www.linkedin.com/in/gstvortiz/)