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




