I have a table like this.
topic pageviews
modelA/a.html 10
modelA/b.html 10
modelB/a.html 10
modelB/b.html 20
And I want to add a directory column like this. It has a mapping from topic to directory.
topic pageviews directory
modelA/a.html 10 modelA
modelA/b.html 10 modelA
modelB/b/a.html 10 b
modelB/c/b.html 20 c