A package that performs Exploratory Data Analysis
Project description
Python Package that performs Exploratory Data Analysis
exploredata is built on Pandas and Numpy. It gives an overview of a csv data file.
- It imports csv file and returns the summary of the data in the file using the Pandas Dataframe.info() function.
- It contains method (null_cat and null_num) that returns the number of missing categorical and numerical features respectively
- It also has method that returns the number of numerical and categorical features as well the number of features containing outliers
- It also contains method (num_viz and cat_viz) that plot histogram and boxplot for each numerical variable as well as the count plot for each categorical variables.
Installing
pip install exploredata
Usage
-
import exploredata as ep #imports the exploredata package
-
new_variable = ep.EDA(file path) #calls the EDA module in the package. The module import your csv file and assign it as a pandas dataframe to the variable 'train'. It also returns the summarry of the data
-
new_variable.df #prints the pandas dataframe
-
new_variable.num_var() #returns a tuple containing the number and the list of numerical variables in the dataframe
-
train.null_var() #returns a tuple containing the number and the list of numerical variables containing null values
-
help(ep.EDA) #provide information on all methods defined in the EDA module
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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file exploredata-0.0.2.tar.gz.
File metadata
- Download URL: exploredata-0.0.2.tar.gz
- Upload date:
- Size: 3.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.6.1 requests/2.24.0 requests-toolbelt/0.9.1 tqdm/4.50.2 CPython/3.8.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1abd897be9986e784a42adb2185ed677f75975b8f212d1877da0d7933a79c2c4
|
|
| MD5 |
c46047f6f78c9575390860712a6508a8
|
|
| BLAKE2b-256 |
a92cf145cd633152a2681bf658d3b69e5fadec5c4f55de65320bfd3ae6fcdb09
|
File details
Details for the file exploredata-0.0.2-py3-none-any.whl.
File metadata
- Download URL: exploredata-0.0.2-py3-none-any.whl
- Upload date:
- Size: 3.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.6.1 requests/2.24.0 requests-toolbelt/0.9.1 tqdm/4.50.2 CPython/3.8.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d87230413ef096641dcd2ba7cc07dafd622b15c4f9786968563e586780b4d2b6
|
|
| MD5 |
43164b3d4a3006e2e0ba68b3d2cf735b
|
|
| BLAKE2b-256 |
0c21f843a4c766b1a3395a8f2a52b687dc6e8c4423a1426fa78cf5976c000a37
|