Home » Data Science » Data Analysis » A data analyst creates a scatter plot in Tableau and notices an outlier. What should they do next? Q: Practice More Questions From: Creating data visualizations with Tableau Created with Fabric.js 4.6.0 Practice More Questions Data Analysis 2000+ Qs Machine Learning 1000+ Qs Created with Fabric.js 4.6.0 Similar Questions Fill in the blank: When a data analyst notices a data point that is very different from the norm in a scatter plot, the best course of action is to _____ the outlier.A data analyst creates a scatterplot with a lot of data points. The analyst wants to make some points on the plot more transparent than others. What aesthetic should the analyst use?A data analyst creates a bar chart with the diamonds dataset. They begin with the following line of code:ggplot(data = diamonds)What symbol should the analyst put at the end of the line of…A data analyst creates a plot with the following code chunk:ggplot(data = penguins) +geom_jitter(mapping = aes(x = flipper_length_mm, y = body_mass_g))What does the geom_jitter() function do…A data analyst is working with a data frame named cars. The analyst notices that all the column names in the data frame are capitalized. What code chunk lets the analyst change all the column…A data analyst creates a dashboard in Tableau to share with stakeholders. They want to save stakeholders time and direct them to the most important data points. To achieve these goals, they…A data analyst is working with the penguins data. The analyst creates a scatterplot with the following code:ggplot(data = penguins) +geom_point(mapping = aes(x = flipper_length_mm, y =…A data analyst notices that their header is much smaller than they wanted it to be. What happened?A data analyst creates a plot using the following code chunk:ggplot(data = penguins) +geom_point(mapping = aes(x = flipper_length_mm, y = body_mass_g))Which of the following represents a…A data analyst creates a plot using the following code chunk:ggplot(data = penguins) +geom_point(mapping = aes(x = flipper_length_mm, y = body_mass_g))Which of the following represents a…A data analyst creates a data frame with data that has more than 50,000 observations in it. When they print their data frame, it slows down their console. To avoid this, they decide to switch…Next, you prepare for the question-and-answer session that will follow your presentation. To predict what questions they may ask, you do a colleague test of your presentation. You should…A data analyst is creating a visualization in Tableau Public. They want to keep it private from other users until it is complete. Which icon should they click?A data analyst is working with a large data frame. It contains so many columns that they don’t all fit on the screen at once. The analyst wants a quick list of all of the column names to get a…Fill in the blank: The _____ creates a scatterplot and then adds a small amount of random noise to each point in the plot to make the points easier to find. Created with Fabric.js 4.6.0 Practice More Questions Data Analysis 200+ Qs Machine Learning 100+ Qs