I\'m trying to create histogram (x = duration column; y = count of occurrences) with matplotlib but without success. Here is my code:
import pandas as pd imp