Python Beginner Tutorial - 15. Read Excel (Using Pandas)

Опубликовано: 03 Октябрь 2024
на канале: The Wizard Studios
25
1

In this video from the Python Beginner Tutorial Series, it shows how to use the pandas module to easily read data from an excel file (.xlsx).

Modules to Install
1. pandas (pip install pandas)
2. openpyxl (pip install openpyxl)

#thewizardstudios #python #pandas