Metadata-Version: 1.1
Name: ExtractandPlot
Version: 0.0.4
Summary: Download file from google drive and Plot it using scatter plot
Home-page: UNKNOWN
Author: Hardik Choudhary
Author-email: hardikchoudhary2698@gmail.com
License: MIT
Description: This is a simple python library  which defines two function:
        
        
        
        1. returnDataset(file_id,csv_name): this function is used to download csv file from google drive 
        using the sharing-id in google drive and then saving  the csv file in current working directory
        
        
        
        
        
        
        2. plot_data(file_name,col1,col2):  This function accepts the file in the csv format as file_name 
        and then plot the scatter plot with col1 as x-axis and col2 as yaxis and then save the model in the current working directory
        
        
        
        
        
        
        Change Log
        ==========
        
        0.0.4 (12/10/2020)
        -------------------
        - First Release
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
