Challenge
Let's visualize dwellings prices using histogram.
Opgave
Swipe to start coding
- Select the
'valueh'
column of thedf
dataframe. - Build a histogram based on selected data.
- Set number of intervals to 50 (
bins
) and color to green (color
,'g'
).
Løsning
Var alt klart?
Tak for dine kommentarer!
Sektion 4. Kapitel 6