Skip to content

Aykhan-sh/pandaseda

Repository files navigation

Pandaseda

Functional for exploratory data analysis.

See Example.ipynb for more details

installation:

pip install git+https://github.com/Aykhan-sh/pandaseda@master

Upgrade:

pip install --upgrade git+https://github.com/Aykhan-sh/pandaseda@master

Usage

import pandas as pd
from pandaseda import Describe
titanic = pd.read_csv('train.csv')
desc = Describe(titanic)
desc.display()

About

Working with dataframes

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published