Medical Data Visualizer hint

Tell us what’s happening:

well… i don’t know

the error in test_heat_map is: “diff is 2250 char long. Set.maxDiff to None to see it.”

please, give me a hint (and sorry for the messy code, copy-paste from jupyter)

Your code so far
https://repl.it/@NicolSalvato/boilerplate-medical-data-visualizer#medical_data_visualizer.py

Your browser information:

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

Challenge: Medical Data Visualizer

Link to the challenge:

It’s the output format of the numbers for the heatmap. Your code is not rounding to the nearest tenth like in the test and the example. Seaborn will handle it if you tell it to do so.

1 Like