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
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.
Source Distribution
File details
Details for the file getboxplots-0.0.1.tar.gz.
File metadata
- Download URL: getboxplots-0.0.1.tar.gz
- Upload date:
- Size: 2.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/47.3.1.post20200622 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.7.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a9fc32133060c44c7e90c44e7492c2192f8435abdb731407e754f389aa6f9841
|
|
| MD5 |
b57bdc468d9460d192de630f0d9097cc
|
|
| BLAKE2b-256 |
3036b498ac5714ae15dfd95ca51744f9e7bad1f95ec233e617b78cd65c9ef8e5
|