I am trying to make a general funtion to create crossfilter.js dimensions and groups. Up to now, I created an specific one depending on the key names (names of the columns) of the data this way (Example with 'Weekday' column):I am trying to make a general funtion to create