PANDAS Ganti Substring dalam Nama Kolom

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