Easily extract information from excel with Python and Pandas

preview_player
Показать описание
How to extract information from excel with Python and Pandas

Python Developers Survey 2018 Results

Easily extract tables from websites with pandas and python

Extract tabular data from PDF with Python - Tabula, Camelot, PyPDF2

# read excel file with python
# get all sheet names
# get infomation only for one sheet
# read all sheets and extract first 5 rows, 3 columns

# search in every sheet in column Country for word 'Japan'
# print out message if the column is missing

---------------------------------------------------------------------------------------------------------------------------------------------------------------
Code store

Socials

If you really find this channel useful and enjoy the content, you're welcome to support me and this channel with a small donation via PayPal.

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

For the lucky ones:
# read excel file with python - 1:45
# get all sheet names - 2:50
# get infomation only for one sheet - 3:02
# read all sheets and extract first 5 rows, 3 columns - 4:!4
# search in every sheet in column Country for word 'Japan' -6:36

softhints
Автор

Thanks man! This is really helpful! keep the good work up.

omrak
Автор

I want to search different strings on each tab, in first sheet say, want to search for a string "Yes" in column C and second sheet i want to search for "Pass, Fail and Not Run " in a column and 3rd sheet want to search for "Pass Fail and Not run " in Rows...How to do please help

syedashaguftaafshan
Автор

what about unstructured excel file. Like payslip or invoice. how to create new structured excel file from unstructured excel.

AH_P
Автор

Very useful thank you, but what if i want to do the same with multiple files at once instead of multiple sheets?

ahmadberkdar
Автор

thank you very much .. this helped me a lot.. you made search look so easy .. i have been looking this for very long time.. Can you also help with replace particular word in excel.. like search and replace ? thanks a lot in advance !

muqthiarahmed
Автор

how can you convert excel to pdf using python

KaruneshKumarKalburgi
Автор

THANKS A LOT BIG BRO!!!.... COULD YOU PLEASE TELL HOW TO REMOVE THIS ERROR
SyntaxError: (unicode error) 'unicodeescape' codec can't decode bytes in position 3-4: truncated escape

shreyasnaik
Автор

Very useful thank you, but what if i want to do the same with multiple files at once instead of multiple sheets?

ahmadberkdar
Автор

How do you install xlrd and pandas to begin with???

Optoe
visit shbcf.ru