From Convert pandas dataframe from wide to long. how can I extend the solutions to work on a database of the form:
a_1 ab_col_1 ac_1 a_2 ab_col_2 ac_2
2 3 4 5 6 7
The issue here is the repeating separator in some columns