Exploratory Analysis using R

This is a good post on making visualisations with pandas data frame in Python. It covers uni-variate plots like histograms, line plots, density plots and multivariate plots like correlation plot matrix and scatter-plot matrix. Before diving into feature engineering and data cleaning, it is a good idea to have a good understanding of the data. … Read more

Starting with R (Windows, Linux, Mac)

Last updated on 20th October, 2019 Article summary Here, we first talk about the R programming language, followed by the installation steps for getting started with R and its IDE – RStudio. What is R? R is an useful language to learn for Data Science. I generally use it while exploring the data and the … Read more