I am currently learning python for data science, the problem I am running into is this import pandas as pd help(pd.read()) When I try to run this code it says 'AttributeError: module 'pandas' has no attribute 'read''
I am currently learning python for data science, the problem I am running into is this import pandas as pd help(pd.read()) When I try to run this code it says 'AttributeError: module 'pandas' has no attribute 'read''