From 0159ed7c874c81f62b9ec2542b98a5d18866ce32 Mon Sep 17 00:00:00 2001 From: Walid Date: Tue, 17 Mar 2020 22:44:35 +0300 Subject: [PATCH] fix the scatterplot column names fixed the scatterplot column names. --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d4e8edd..1bc5611 100644 --- a/README.md +++ b/README.md @@ -35,8 +35,8 @@ 1. Create the scatterplot woth correlations: 1. Select the `Scatterplot chart` on the CHART TYPES. - 1. Select column "value". - 1. Click `Add another column` and select column "median". - 1. Click `Add another column` and select column "mean". + 1. Select column "rebates in USD". + 1. Click `Add another column` and select column "median-household-income". + 1. Click `Add another column` and select column "mean-household-income". 1. Click `Add another column` and select column "population". 1. Only strong correlation is between "median" and "mean" which is not surprising (the mean and median household income are similar statistics).