I have the following:
df1 =pd.DataFrame([[1,2,3],[4,5,6]], columns=[\'Factuurnummer\',\'B\',\'C\']) print(df1) output: >>> df Factuurnummer B C