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 Practice More Questions Data Analysis 2000+ Qs Machine Learning 1000+ Qs 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?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: 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.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…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: 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.Fill in the blank: In Python, a _____ is a function that belongs to a class and typically performs an action or operation.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 ______.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 to the… Created with Fabric.js 4.6.0 Practice More Questions Data Analysis 200+ Qs Machine Learning 100+ Qs