Metadata-Version: 2.1
Name: coef_analysis
Version: 0.1
Summary: Biblioteca para análise de coeficientes de correlação
Home-page: https://github.com/leo-areias/coef_analysis.git
Author: Leonardo Areias
Author-email: leorareias@gmail.com
License: MIT
Platform: UNKNOWN
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
License-File: LICENSE

# coef_analysis

Uma biblioteca para calcular coeficientes de correlação e gerar um dataframe com os valores em relação a uma variável alvo.

## Instalação

```bash
pip install coef_analysis


