Hi folks - I'm struggling with this indentation error but i've done everything to ensure the indentation is correct and I am still getting an error. Any help would be kindly appreciated.
File "<stdin>", line 1
for i in df.columns.tolist():
^
IndentationError: expected an indented block after 'for' statement on line 1
(14 lines skipped)
File "<stdin>", line 1
for i in df.columns.tolist():
^
IndentationError: expected an indented block after 'for' statement on line 1
(14 lines skipped)
Comment