UBC-MDS/eaziReda: A Quick And Easy Way To Do EDA And Preprocessing

Almost every data analysis project involves the process of doing some exploratory data analysis(EDA) and data preprocessing. Usually they serve as a very crucial and inevitable step in a data analysis workflow. There are some very common tasks in EDA, which can include checking missing values, detecting outliers, ploting correlation plots between features and ploting histograms/bar plots for each individual features. Typically these steps are followed by some preprocesing like imputation and dealing with outliers. All of those steps together may require lots of coding effort and can be repeated for several projects. To solve this issue, we designed this R package eaziReda that wraps all of those lines of code into four convenient functions that will allow you to quickly and easily carry out EDA along with some simple preprocessing using just four lines of code!

Getting started

Package details

Maintainer
LicenseMIT + file LICENSE
Version0.0.0.9000
URL https://ubc-mds.github.io/eaziReda https://github.com/UBC-MDS/eaziReda
Package repositoryView on GitHub
Installation Install the latest version of this package by entering the following in R:
install.packages("remotes")
remotes::install_github("UBC-MDS/eaziReda")
UBC-MDS/eaziReda documentation built on March 24, 2021, 2:22 a.m.