ResidentMario / missingno

Missing data visualization module for Python.
MIT License
3.9k stars 516 forks source link

ImportError: cannot import name 'geoplot' from 'missingno.missingno' #142

Closed zach-navina closed 3 years ago

zach-navina commented 3 years ago

In missingno/init.py line 5 there's the line: from .missingno import geoplot

However geoplot is not in missingno/missingno.py so there's an ImportError

ResidentMario commented 3 years ago

I've fixed the issue and uploaded a new version to PyPi with the fix (0.5.0). For anyone that runs into this issue: pip -U missingno to fix it. Sorry about that!