How to Read Excel Files with Python (Pandas Tutorial)

preview_player
Показать описание
In this video, I will show you how to read Excel files with Python and the Pandas library in particular. I will first quickly show the basics and then cover some more advanced tips.

Timestamps
- 00:00 Introduction & Overview
- 00:33 Requirements
- 01:48 Additional information and tips
- 02:08 Dataset
- 02:58 Read single Excel file
- 05:23 Practical Tips
- 12:25 Reading multiple Excel Files

Link to project

Requirements
- Pandas — pip install pandas
- Openpyxl — pip install openpyxl

Installing packages with pip

How to Set up VS Code for Data Science

The Best Way to Organize Your Data Science Projects

Let's Connect
Рекомендации по теме
Комментарии
Автор

amazing video, this was like an introduction to data analysis in a very short video, cheers

Claudio-gvlz
Автор

Good video Dave. Let's keep it up :)

SorianoTech
Автор

Yes, in my experience, XLSX files do not play perfectly nice with Pandas, whereas CSV files never posed a problem.

binry_dstructr
Автор

How Dave is seeing individual variable values.. ex he selects 'data' and we can see the values at right side pane.

AarJay
Автор

hello
sorry for my dumb question but I would like to know how did you managed that in your right panel in your VSCode the actual python code is running?

tiborszekeres
Автор

How are you inserting the comment blocks?
#
#
#

matthewdaunis