Python pandas read_excel // Load a specific Excel sheet, skip rows, and more with this tutorial

Поділитися
Вставка
  • Опубліковано 5 вер 2024

КОМЕНТАРІ • 9

  • @cerealport2726
    @cerealport2726 9 місяців тому +1

    excellent video, thanks!

  • @kimh8990
    @kimh8990 9 місяців тому

    Thanks a lot! your video easy to understand how to use pandas in real life.

    • @KimberlyFessel
      @KimberlyFessel  9 місяців тому

      Most welcome! Glad to hear you liked it. Yes, I plan to show many of the pandas tricks I’ve learned through daily use of it in this video series. 😁

  • @abdoulayeleye5399
    @abdoulayeleye5399 8 місяців тому

    Very powerful course. ❤

  • @hosseinkaragah4296
    @hosseinkaragah4296 7 місяців тому

    Thanks for the tutorial. It is great! One note, when I used "pd.read_excel" to read the .xlsx file, I encountered an error saying that I needed to install "openpyxl" dependency. I found out that later that pandas can only read .xls files and cannot read new excel version (.xlsx). I was wondering how come you did not get that error. ( my Pandas version 2.1.4) Thank you!

    • @KimberlyFessel
      @KimberlyFessel  7 місяців тому +1

      Great point! Yes, pandas read_excel does utilize openpyxl as its engine for new Excel files after .xls. You will need to install openpyxl to work with .xlsx files. I already had this package installed, which is why you didn't see an error for me. Thanks for mentioning this!

  • @farhodomonov
    @farhodomonov 6 місяців тому

    💯