Python Pandas - Load/read an Excel file using read_excel

preview_player
Показать описание
In today's video, we will look at how to load excel files of xlsx/xlsm extensions in python pandas using read_excel. We will also look at some of the most used parameters available for read_excel.
Рекомендации по теме
Комментарии
Автор

Hi, glad to see a pandas video here, thanks for a very good video, the Timestamps are really appreciated.
Do you can help me please, I have excel files with Timestamp, but sometimes there are some errors like
05/12/2021 4:00
05/12/2021 5:00
05/12/2021 7:00
as you notice we do not have 05/12/2021 6:00
or sometimes we have dopple value
05/12/2021 6:00
05/12/2021 6:00
I do that manually, do you know if I can do that in Python, I want to check data before concatenating!
Many thanks in advance.

gretabaumann