data visualisation
Project description
This library is used to plot histograms for all columns at a time. we just have to give one parameter which is our “dataframe” for example, your csv file name is “train.csv” || then your code will be || from getallhistograms import histograms || data=pd.read_csv(“train.csv”) || histograms(data) || we will get all histograms
Change Log
0.0.2 (21/08/2020)
First Release
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.