alfranz / frnz-sample

A sample package structure for the personal Data Science toolkit πŸ§°πŸ› πŸ’₯

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A sample package structure for the personal Data Science toolkit πŸ§°πŸ› πŸ’₯

License:MIT License


Languages

Language:Python 100.0%