I pulled in a large .csv file with columns such as "paid" and "description"
I am trying to figure out how to only pull the "paid" column when the "description" is Bronchitis or some other illness that is in the column.
This would be like doing a pivot table in Excel and filtering only on a certain Description and receiving all of the individual paid rows.
Paid Description val
$500 Bronchitis 1.5
$3,250 'Complication of Pregnancy/Childbirth' 2.2
$5,400 Burns 3.3
$20.50 Bronchitis 4.4
$24 Ashtma 1.2