Skip to main content

data visualisation

Project description

This library is used to plot boxplots for all columns at a time. we have to give two parameters which are our “dataframe” and column name of output variable i.e our target for example, your csv file name is “train.csv” || then your code will be || from getboxplots import boxplots || data=pd.read_csv(“train.csv”) || your output variable column name is “SalePrice”|| boxplots(data,’SalePrice’) || we will get all boxplots.|| I am goint to publish article about this library.check it on “medium link=https://medium.com/@akashsathe79

Change Log

0.0.1 (25/08/2020)

  • First Release

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

getboxplots-0.0.1.tar.gz (2.5 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page