Deals Of The Week - hours only!Up to 80% off on all courses and bundles.-Close
Creating data frames
Feature engineering
Summary

Instruction

Awesome! The new column was created and populated with the correct values. The default value of "0" no longer exists in this column and has been overwritten by "low", "medium", and "high".

Exercise

Explore the newly created price_category column. Use the table() function to display a frequency table for category values. How many categories do you see?