This is part of a blog post series on the personal python data science toolkit ðŸ›
You can clone this repo or install it via pip with
pip install -e git+https://github.com/alfranz/frnz-sample.git@master#egg=frnz
After the installation, you can start using the package and its functions in your re-curring analytics tasks.
import frnz
df = frnz.data.cities
print(frnz.analytics.count_missing(df))