From the correlation matrix, Pricing and customer rating are highly correlated. When prices rise, so does consumer satisfaction. This might be because rating is determined more by laptop quality than by reduced price. Higher the price lower the sales. The sales increases with customer rating. ----> We may conclude from 1 and 3 that high-quality computers, even if they are pricely, are more likely to sell as customer ratings climb. However, price alone is negatively correlated with sales. Thus, to obtain a large number of consumers quickly, it is preferable to focus on a fantastic product design and hence increasing the customer rating and sales altogether
D3 (Data-Driven Documents) is a powerful JavaScript library used for creating interactive and dynamic data visualizations on the web. It provides a range of tools and functions for manipulating data and generating various types of charts, including bar charts, line charts, scatter plots, and geographic maps. D3 allows users to bind data to HTML, SVG, and CSS elements and apply data-driven transformations to those elements, creating dynamic visualizations that change based on the data being visualized. D3 is a popular choice for creating data visualizations because it is flexible, customizable, and can be integrated with other JavaScript libraries and frameworks for more complex web applications.