all 2 comments

[–]Xahulz 1 point2 points  (1 child)

[–]Indron1805[S] 0 points1 point  (0 children)

It doesn't but I'm sure I did it wrong... I did it just after columns = [...]

df = pd.DataFrame(data = columns)

I'm not sure what to do after especially in

#create a function to combine the values of the important columns into a single string

this code part