I'm working with a .csv cars dataset (that I got from 
>>> HTML(grouped_df.sample(5).to_html(escape=False))
For example, if the user click on "Download the details (.csv)" of the second row, he should get a .csv of all rows in df where the column car equals to "Ford Torino 500".


