I have the following code
df = pd.DataFrame() cols = [\'Column1\', \'Column2\', \'Column3\', \'Column4\'] df = df[cols]
And I\'m getting the foll