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
#conda
conda install exploredata
#pypi
pip install exploredata
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
exploredata-0.0.1.tar.gz
(2.8 kB
view details)
File details
Details for the file exploredata-0.0.1.tar.gz.
File metadata
- Download URL: exploredata-0.0.1.tar.gz
- Upload date:
- Size: 2.8 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 |
02f0f22ed7d4ff3ae12d46e644151d5f0ff51d462fabc946ed86e8bb277ed408
|
|
| MD5 |
cffabcca87859ed16e328710e3ccb9c3
|
|
| BLAKE2b-256 |
6e6203e0c0e862a7a17a71edcf986e1fe4f8d3aeb2f8cb650c2f4e9bda356d73
|