Skip to content

Commit e3ab740

Browse files
committed
🔖 V1.1.1
1 parent c729d20 commit e3ab740

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,10 @@ This package was inspired by the [naniar](https://naniar.njtierney.com/) package
8989
- [Handling Missing Data in Pandas](https://towardsdatascience.com/handling-missing-data-in-pandas-ba0b2ee0f4e4)
9090
- [Working with Missing Data in Pandas](https://pandas.pydata.org/pandas-docs/stable/user_guide/missing_data.html)
9191

92+
## Metrics
93+
94+
You can find the metrics of this package in the following link: [Metrics](https://lookerstudio.google.com/s/m-3EH05N9W8)
95+
9296
## Contact
9397

9498
If you have any questions or need further assistance, please contact the package maintainer: gobeamariano@gmail.com

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setup(
77
name='missing_mga',
8-
version='1.1.0',
8+
version='1.1.1',
99
packages=find_packages(),
1010
install_requires=['pandas', 'numpy', 'matplotlib', 'seaborn', 'upsetplot', 'scikit-learn'],
1111
author='Mariano Gobea Alcoba',

0 commit comments

Comments
 (0)