Built-in Functions
Pandas provides a wide variety of built-in functions for data access and manipulation. A few of the more significant ones are listed below.
Built-in Functions
- .read_csv()
- Reads a CSV file into a Pandas DataFrame object.
- .read_excel()
- Reads an Excel file into a Pandas DataFrame object.