How can I solve this attribute error from pandas in python?

Viewed 19

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''

0 Answers
Related