Course Content
Data Manipulation using pandas
Data Manipulation using pandas
Challenge
Let's visualize dwellings prices using histogram.
Swipe to show code editor
- 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'
).
Thanks for your feedback!
Challenge
Let's visualize dwellings prices using histogram.
Swipe to show code editor
- 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'
).
Thanks for your feedback!
Challenge
Let's visualize dwellings prices using histogram.
Swipe to show code editor
- 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'
).
Thanks for your feedback!
Let's visualize dwellings prices using histogram.
Swipe to show code editor
- 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'
).