Modified the suggested_name for denominator normalizations to mitigate collisions between column names: numerator_timespan_by_denominator.
This mitigates the problem but doesn't completely solve it because the suggested_name can easily reach the 63 character limitation for the column names.
Modified the
suggested_name
for denominator normalizations to mitigate collisions between column names:numerator_timespan_by_denominator
.This mitigates the problem but doesn't completely solve it because the
suggested_name
can easily reach the 63 character limitation for the column names.Fixes https://github.com/CartoDB/cartoframes/issues/323