Skip to content

alfranz/frnz-sample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

6 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

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 ๐Ÿงฐ๐Ÿ› ๐Ÿ’ฅ

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages