An open API service indexing awesome lists of open source software.

https://github.com/somjit101/data_science-eda

A collection of useful implementations to perform EDA on a new dataset in order to understand preliminary patterns in the dataset and gain a high-level grasp of the dataset using plots and visualizations.
https://github.com/somjit101/data_science-eda

boxplots contour-plots distribution eda histogram iris-dataset plots qqplot seaborn-plots statistical-analysis violin-plots

Last synced: 11 months ago
JSON representation

A collection of useful implementations to perform EDA on a new dataset in order to understand preliminary patterns in the dataset and gain a high-level grasp of the dataset using plots and visualizations.

Awesome Lists containing this project

README

          

# Exploratory Data Analysis on Python
A collection of useful implementations to perform EDA on a new dataset in order to understand preliminary patterns in the dataset and gain a high-level grasp of the dataset using plots and visualizations

**Python Version : 3.6.8**
Virtual Environment : Anaconda 4.8.2

## Topics for Reference

- Exploratory Data Analysis
1. QQplot
2. BoxCoxTransform

-