Course Content
Data Manipulation using pandas
Data Manipulation using pandas
2. Preprocessing Data: Part II
Challenge
Let's visualize dwellings prices using histogram.
Task
Swipe to begin your solution
- 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'
).
Solution
Switch to desktop for real-world practiceContinue from where you are using one of the options below
Everything was clear?
Thanks for your feedback!
Section 4. Chapter 6
Challenge
Let's visualize dwellings prices using histogram.
Task
Swipe to begin your solution
- 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'
).
Solution
Switch to desktop for real-world practiceContinue from where you are using one of the options below
Everything was clear?
Thanks for your feedback!
Section 4. Chapter 6
Switch to desktop for real-world practiceContinue from where you are using one of the options below