Bar Plot and Histogram Made Simple Posted by By The Coding Mango July 2, 2023 Bar plots and histograms both visualize data distribution. Here, we discuss the usage of both of these visualizations
Scatter Plot Made Simple: Basics of Data Visualization Posted by By The Coding Mango June 26, 2023 Scatter plots are more commonly used to visualize the distribution and correlation between two numerical variables.
Box Plot Made Simple: Basics of Data Visualization Posted by By The Coding Mango June 18, 2023 A box plot, also known as a box-and-whisker plot, is a graphical representation of the numeric variables. It is useful for identifying patterns, detecting variations, and understanding the overall shape of the data.
Exploring the Titanic Dataset Using R Posted by By The Coding Mango January 13, 2023 The Titanic dataset is a dataset used for exploring data analysis and machine learning techniques, and predict survival patterns.