Ultimate access to all questions.
In the context of Exploratory Data Analysis (EDA), a data scientist is tasked with analyzing a dataset containing sales data over the past year to identify trends and relationships. The dataset includes continuous variables such as 'Sales Amount' and 'Number of Items Sold'. Which of the following visualizations would be most effective for the data scientist to use to explore the relationship between these two continuous variables, and why? (Choose one correct option)
Explanation:
Correct Option: B. A scatter plot to visualize the relationship between 'Sales Amount' and 'Number of Items Sold'
Explanation: Scatter plots are the most effective tool for visualizing the relationship between two continuous variables. They allow the data scientist to see how 'Sales Amount' varies with 'Number of Items Sold', identifying potential correlations, outliers, or patterns. This is crucial for understanding the underlying trends in the sales data.
Why other options are incorrect: