Wymień przestrzeń na _ w pandach

data.columns = data.columns.str.replace(' ','_')
M.U