Browsed by
Day: May 31, 2020

How to plot a histogram using matplotlib in python?

How to plot a histogram using matplotlib in python?

According to matplotlib official, Matplotlib is a comprehensive library for creating static, animated, and interactive visualizations in Python. Matplotlib has pyplot as a module that provides a MATLAB-like interface. It is designed to be as applicable as MATLAB, with the ability to use python, and being opensource. There are various plotting techniques in matplotlib pyplot like line plot, histogram, scatter plot, 3D plot, Image plot, Contour plot, Scatter plot, Polar plot, Line plot, 3-D plot and…

Read full Article Read More

What is Exploratory Data Analysis (EDA)?

What is Exploratory Data Analysis (EDA)?

Exploratory Data Analysis ( EDA ) is the process of organizing, plotting and summarizing a data set. EDA was developed by one the greatest statistician of all time John W. Tukey. In his book “Exploratory data analysis” in 1977 where the principal for EDA was laid. He said “Exploratory Data Analysis can never be the whole story, but nothing else can serve as the foundation stone.” “Exploratory Data Analysis can never be the whole story,…

Read full Article Read More