Data Visualization Projects - Visualize Data with a Heat Map

Tell us what’s happening:

Hi - I’m working on the D3 heatmap project and I have a question about the dataset. The last key for each object is “variance” - I suspect you meant standard deviation, as the variance is supposed to be its square (and is therefore non-negative). Would also be great if the task itself featured the source (assuming it’s not generated data).

Finally: Thanks for all the work you do in making your courses freely available :slight_smile:

Your code so far

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36

Challenge Information:

Data Visualization Projects - Visualize Data with a Heat Map

1 Like

Hello,

{
“baseTemperature”: 8.66,
“monthlyVariance”: [
{
“year”: 1753,
“month”: 1,
“variance”: -1.366
},
{
“year”: 1753,
“month”: 2,
“variance”: -2.223

the baseTemperature is 8.66 so -1,366 = 7.294

Is this help full for your source question?

Best Regards
Mike