Data Science with Python — Easy
Key points
- pd.load_csv() is not a valid method in pandas for reading CSV files
- pd.open_csv() and pd.import_csv() are not standard functions in pandas for reading CSV files
- pd.read_csv() is the standard method used to read CSV files into a pandas DataFrame
Ready to go further?
Related questions
