Metadata-Version: 2.1
Name: explore-data
Version: 0.0.1
Summary: A package that performs Exploratory Data Analysis
Home-page: https://github.com/Sumta4real/ExploratoryDataAnalysis
Author: Sumayyah Taiwo
Author-email: sumty4deen@gmail.com
License: MIT
Description: # ExploratoryDataAnalysis
        
        Python Package that performs Exploratory Data Analysis
        
        It imports csv file, returns the summary of the data in the file using the Pandas Dataframe.info() function.
        Contains functions that returns the number of missing features, number of numerical and categorical features as well the number of features containing outliers
        It also contain function that returns the histogram plot of each numerical variable as well as the bar plot of each categorical variables.
        
        This package is still under construction.
        
Platform: UNKNOWN
Description-Content-Type: text/markdown
