Coding Challenges on Syntax Errors and Irrelevant Data
Assess your ability to deal with spelling mistakes, typos, leading spaces, trailing spaces, and irrelevant data using Python.
Challenge 1: Handle mistakes and typos
We've already imported the pandas library. Write a code to fix the spelling mistake of 456 Park Avenue
to 520 Park Street
in the ADDRESS
...