Панды заменить подстроение в названиях столбцов
df.columns = df.columns.astype(str).str.replace("[()]", "_")
rudythealchemist
df.columns = df.columns.astype(str).str.replace("[()]", "_")