Create method that will return a frequency dictionary with the list of unique value in the column `status`. Add to `inventory.py`. Call method ``` def get_status_frequency(df) ```
Create method that will return a frequency dictionary with the list of unique value in the column
status. Add toinventory.py.Call method