Os pandas substituem a substring em nomes de colunas

df.columns = df.columns.astype(str).str.replace("[()]", "_")
rudythealchemist