
In this blog, we will discuss about visualizing the most important attributes of data through graphical exploratory data analysis with R. We will also learn about the suitability of visualization in different scenarios. We recommend users to go through our previous blogs on Exploratory Data Analysis to have better...

In this blog, we will discuss about implementing your first Spark application by executing the wordcount program and then create a histogram showing the count for various words using Matplotlib package in Python. We recommend readers to refer our previous blogs on Spark installation and RDD operations. Link 1:...

In this blog, we will discuss about the advanced features of Scala like Pattern Matching, Exception Handling, Option[T], Closure, File Operations. Before going through this blog, we recommend you to got through our previous blogs on Scala which will be helpful to get the concepts discussed ahead. Basics of...

In simple terms, statements are used to tell Python what your programs should do. In this blog, we will discuss about Python statements. Before we proceed further, we should understand what expressions are and how to evaluate them. An expression is a combination of values, variables, and operators. If...

There have been huge disasters throughout the history of mankind, but the magnitude of the Titanic’s disaster ranks as one of the highest. So much so that the subsequent disasters have always been described as “Titanic in proportion,” implying huge losses. Anyone who has ever read about the Titanic...