I would like to ask when I receive the following error upon trying to run a code :
Pandas has no attribute read_csv
where could be the problem if it exists in the official documentation ?
Traceback (most recent call last):
File "C:\Users\YoanIvanov\Desktop\SamplePythonProgram\Day24\U.S States\us-states-game-end (original)\main.py", line 10, in <module>
data = pandas.read_csv("50_states.csv")
AttributeError: module 'pandas' has no attribute 'read_csv'