This is more about data wrangling but what would be a smart way of going down each row (observation) with respect to a specific column (some variable) in a csv. I basically have a reddit thread in a CSV and I want to create a new column akin to "freqOfNaughtyWords"
I'm implementing this via a sequence right now