for n, x in enumerate([*cross_tab.index.values]): print(f'n: {n}, x: {x}')