'How to resolve this "invalid character in identifier" syntax error while trying to load the data of a csv file into the jupyter notebook?

I am getting a syntax error displaying "invalid character in identifier". I do not understand what is the problem, this code works in several videos and GitHub code files. Please do help me fix this. Thank you.

df = pd.read_csv(‘USA_Housing.csv’)

This is the error that occurs while loading the csv file into the notebook on google colab.



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source