/frnz-sample

A sample package structure for the personal Data Science toolkit 🧰🛠💥

Primary LanguagePythonMIT LicenseMIT

The Personal Python Data Science Toolkit

License: MIT

This is part of a blog post series on the personal python data science toolkit 🛠

Usage

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))