From cc868a2d77d69c9655181a9d3cdf63ec5f14fb9b Mon Sep 17 00:00:00 2001 From: Jorge Castanon Date: Tue, 12 Mar 2019 15:58:28 -0700 Subject: [PATCH] added screenshots to the readme step-by-step instructions --- README.md | 28 +++++++++++++++------------- 1 file changed, 15 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index 6d0438d..d4e8edd 100644 --- a/README.md +++ b/README.md @@ -10,31 +10,33 @@ 1. Click `New project` on the top right to create a new project on Watson Studio. -1. Name your project and click `Create` on the bottom right. +1. Name your project and click `Create` on the bottom right. 1. Click the `Assets` tab if you are not already there. -1. Upload the `thermostat_rebates_by_zip_1000.csv`, on the right hand side of the screen drop or browse the file. +1. Upload the `thermostat_rebates_by_zip_1000.csv`, on the right hand side of the screen drop or browse the file. -1. In your project, under `Data assets`, click the data set to see a preview of the data set. +1. In your project, under `Data assets`, click the data set to see a preview of the data set. -1. Click the `Refine` blue box in the top right to open the data set with the Data Refinery tool. +1. Click the `Refine` blue box in the top right to open the data set with the Data Refinery tool. -1. Once the Data Refinery tool is open, navigate to the `Visualizations` tab +1. Once the Data Refinery tool is open, navigate to the `Visualizations` tab. 1. Create the histogram: - 1. Select the `Histogram chart` on the CHART TYPES. - 1. Select the column "value" (thermostat rebates in USD) as the `X-axis`. - 1. Un-select the `Show kde curve` and the `Show distribution curve` and choose `Bin width` to be 4. + 1. Select the `Histogram chart` on the CHART TYPES. + 1. Select the column "value" (thermostat rebates in USD) as the `X-axis`. + 1. Un-select the `Show kde curve` and the `Show distribution curve` and choose `Bin width` equal to 4. 1. Create the map: - 1. Select column "lng" as the Longitude field and column "lat" as the Latitude field. - 1. Select column "value" (thermostat rebates in USD) as the Size map field. - 1. Zoom-in to the interesting areas of the map. + 1. Select the `Map chart` on the CHART TYPES. + 1. Select column "lng" as the Longitude field and column "lat" as the Latitude field. + 1. Select column "value" (thermostat rebates in USD) as the Size map field. + 1. Zoom-in to the interesting areas of the map. 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 "median". 1. Click `Add another column` and select column "mean". 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). + 1. Only strong correlation is between "median" and "mean" which is not surprising (the mean and median household income are similar statistics).