Home » Data Science » Data Analysis » 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. Q: Practice More Questions From: Crafting data stories Created with Fabric.js 4.6.0 Similar Questions A data analyst creates a scatter plot in Tableau and notices an outlier. What should they do next?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.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 names to…Fill in the blank: In Tableau, a _____ palette displays two value ranges. Color shows the range where a data point is from, and color intensity shows its magnitude.Fill in the blank: In Tableau, a diverging palette displays two value ranges. It uses a color to show the range where a data point is from and _____ to show its magnitude.Fill in the blank: After reviewing your pie chart, you realize that it could be improved. You resize the _____ so they visually show the different values.Now let’s say you have a very large dataset (~1 million images). Which training strategies will make the most sense?A data analyst notices that their header is much smaller than they wanted it to be. What happened?A data analyst is working with a data frame named retail. It has separate columns for dollars (price_dollars) and cents (price_cents). The analyst wants to combine the two columns into a single column…Fill in the blank: In Tableau, a diverging palette displays two value ranges. It uses a color to show the range where a data point is from and color intensity to show its ______.What function 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?You are working with the penguins dataset. You create a scatterplot with the following code:ggplot(data = penguins) +geom_point(mapping = aes(x = flipper_length_mm, y = body_mass_g))You want to…You are working with the penguins dataset. You create a scatterplot with the following code:ggplot(data = penguins) +geom_point(mapping = aes(x = flipper_length_mm, y = body_mass_g))You want to…Fill in the blank: You can use the _____ function to put a text label on your plot to call out specific data points.Fill in the blank: An effective slideshow guides your audience through your main communication points, but it does not repeat every word you say. A best practice is to keep text to fewer than five… Created with Fabric.js 4.6.0 Practice More Questions Data Analysis 200+ Qs Machine Learning 100+ Qs