Make exploratory data analysis easier!
Project description
pyeasyeda
Since exploratory data analysis is an imperative part of every analysis, this package aims at providing efficient data scrubbing and visualization tools to perform preliminary EDA on raw data. The package can be leveraged to clean the dataset and visualize relationships between features to generate insightful trends.
Functions
-
clean_up
- This function takes in a pandas dataframe object and performs initial steps of EDA on unstructured data. It returns a clean dataset by removing null values and identifying potential outliers in numeric variables based on a defined threshold. -
birds_eye_view
- This function takes in a pandas dataframe object and visualizes the distributions of variables in the form of histograms and density plots. It also generates a correlation heatmap for numeric variables to study their relationships. -
close_up
- This function accepts a pandas dataframe object creates a scatterplot of the variable(s) most strongly correlated with the dependent variable. The plot also produces a trend line to model the correlation between the variables. -
summary_suggestions
- This function takes in a pandas dataframe object and outputs a table of summary statistics for numeric and categorical variables and a table for percentage of unique values in the categorical variables.
Other packages that offer similar functionality are:
Installation
$ pip install pyeasyeda
Usage
Please refer to the documentation link provided below, under 'Example usage' section, for the detailed demonstration of how to use the package.
Documentation
The official documentation is hosted on Read the Docs: https://pyeasyeda.readthedocs.io/en/latest/
Contributors
This python package was developed by James Kim, Kristin Bunyan, Luming Yang and Sukhleen Kaur. The team is from the Master of Data Science program at the University of the British Columbia.
Contributing
Interested in contributing? Check out the contributing guidelines. Please note that this project is released with a Code of Conduct. By contributing to this project, you agree to abide by its terms.
License
pyeasyeda
was created by James Kim, Kristin Banyan, Luming Yang and Sukhleen Kaur. It is licensed under the terms of the MIT license.
Credits
pyeasyeda
was created with cookiecutter
and the py-pkgs-cookiecutter
template.
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
File details
Details for the file pyeasyeda-0.2.2.tar.gz
.
File metadata
- Download URL: pyeasyeda-0.2.2.tar.gz
- Upload date:
- Size: 6.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.7.1 importlib_metadata/4.10.1 pkginfo/1.8.2 requests/2.27.1 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6252cbf1c3adf3cac3b8dba743f6820db216606b7408cd5e77504b714aa8e6f9 |
|
MD5 | e6fdb80ededd727283a5a9e5ec7c782c |
|
BLAKE2b-256 | 20b6b0be551a0c6d8f7c7829a66199e7c28420fe0fd7b87de482e2a92824bffb |
File details
Details for the file pyeasyeda-0.2.2-py3-none-any.whl
.
File metadata
- Download URL: pyeasyeda-0.2.2-py3-none-any.whl
- Upload date:
- Size: 7.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.7.1 importlib_metadata/4.10.1 pkginfo/1.8.2 requests/2.27.1 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b7e56bb2546b267981bc6943930e7c1bd12a7144f2ef891becf14e5189191a52 |
|
MD5 | bb13b00cca752ee4afb128a8b1ffa853 |
|
BLAKE2b-256 | aa7610a70b374d1243d7c27803788744fa94393adad0a80f78d0db6f741e55c5 |