Metadata-Version: 1.1
Name: getscatterplots
Version: 0.0.1
Summary: data visualisation
Home-page: UNKNOWN
Author: Akash Sathe
Author-email: akashsathe79@gmail.com
License: MIT
Description: This library is used to plot scatterlots 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 getscatterplots import scatterplots ||
        data=pd.read_csv("train.csv") ||
        your output variable column name is "SalePrice"||
        scatterplots(data,'SalePrice') ||
        we will get all scatterplots.||
        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
Keywords: scatterplots
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Education
Classifier: Operating System :: Microsoft :: Windows :: Windows 10
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
