Import Excel data file into python pandas : Read Excel File

Поделиться
HTML-код
  • Опубликовано: 24 ноя 2024

Комментарии • 90

  • @rayoh2011
    @rayoh2011 Год назад +8

    First, thank you for posting this tutorial. It's great. But I have a problem, I couldn't load the Excel file:
    It's October, 2023. For people using the newer versions of Pandas, we need to upgrade Pandas' Excel reading module. this is what I Googled:
    Short story: XLRD is the default engine for Pandas to read Excel files, and as it happens XLRD stopped supporting XLSX files.
    If you want to read one anyway, you need to pip install openpyxl, and set it to be the reading engine instead of the default.

    • @nick-oi1xf
      @nick-oi1xf 10 месяцев назад

      How do you set openpyxl to be the reading engine?🤔

  • @surya691
    @surya691 Год назад +1

    The best of online tutory 👍👍👍👍👍👍...

  • @stcopik
    @stcopik 2 месяца назад

    Very nice video. Finally I understood this basic operation with excel in python.

  • @MyStudyIsFun
    @MyStudyIsFun  4 года назад +1

    Checkout my Best Seller Course on Pandas, Scikit-learn and Data Science Python :
    www.udemy.com/course/data-analysis-with-pandas-python/?referralCode=AD67F6846C5F17E55EC2
    www.udemy.com/course/data-science-with-python-and-pandas/?referralCode=51F15876D7C4B4B92876

  • @aditibahadur8081
    @aditibahadur8081 2 года назад +13

    Great tutorial. I just wanted to add some extra information from my experience with using the jupiter notebook on anaconda navigator. Ensure that you upload the excel sheet in the anaconda navigator folder as well and then use these codes.

    • @glepht
      @glepht 2 года назад +4

      Your clutch

    • @Rob-kx5yx
      @Rob-kx5yx Год назад

      dude thank you

  • @a-woke5283
    @a-woke5283 4 года назад +1

    I'm feeling guilty by thinking that If I was still in India I would've judged you because of your accent and not knowledge. But now I really appreciate you for your knowledge and willingness to share it! Thank you!

    • @ChPetru
      @ChPetru 4 года назад

      what accent is that?

    • @a-woke5283
      @a-woke5283 4 года назад

      @@ChPetru From what I csn tell its a UP/Bihar accent which are both states in the nort/northeast of India.

    • @mekidesbekele1787
      @mekidesbekele1787 4 года назад

      Thank you very much

  • @julianbogado9378
    @julianbogado9378 4 года назад +11

    if sb is getting an error with the location, copy the route to the file and add the file name at the end, replacing bars with double bars: 'C:\\xxx\\Example.xlsx'

  • @SuperDaxos
    @SuperDaxos Год назад +1

    This was great! Thanks for the clear and helpful examples

  • @kavanakundapur
    @kavanakundapur 2 года назад +2

    Very well explained. Thank you! Can we also sort data based on filtering data in rows.

  • @abderrazzakaljalil1375
    @abderrazzakaljalil1375 Год назад

    Good job. Keep going on 👍

  • @dg-hobbymad9898
    @dg-hobbymad9898 4 месяца назад

    Nice explanation

  • @yousif_alyousifi
    @yousif_alyousifi 3 года назад

    What the other ways to read excel and csv files? Can you make video for that, lease?

  • @dp6736
    @dp6736 Год назад

    Very good explanation. Thank you very much.

  • @redcabinstudios7248
    @redcabinstudios7248 4 года назад +2

    Thanks, I was stuck with bloody unnamed column from xl. Publish more videos with simple approach like this.

  • @vardhinirudra3052
    @vardhinirudra3052 4 года назад +3

    Sir, how to read an excel file of complex numbers into python..
    If you can provide a solution, it would be of great help

  • @murungicalvin5235
    @murungicalvin5235 Год назад

    Thanks very much sir. This was very helpful and easir to understand

  • @anupamaroy8893
    @anupamaroy8893 2 года назад +1

    NameError Traceback
    (most recent call last)
    Input In [1], in ()
    ----> 1 pd._version_
    NameError: name 'pd' is not defined

  • @mhommadhassan2482
    @mhommadhassan2482 7 месяцев назад

    Which python ide you use ?

  • @granand
    @granand 4 года назад +1

    Please can you show, how to 1. Run specific version of Python in Pandas as I have 3 different version 2. How to read excel files in various locations, one in sharepoint, other in C:/user etc in windows 10 ?

    • @tymothylim6550
      @tymothylim6550 3 года назад

      Hello! I am quite new to Python, but I hope this helps:
      1. I assume you mean running different versions of Python. I think if you run Python in an IDE (like Pycharm), you can toggle the Python version!
      2. pandas.pydata.org/pandas-docs/stable/reference/api/pandas.read_excel.html
      This link shows the wiki for this code. You can refer to "io" parameter in the link. I think that's the correct one!

  • @prakeerthjishamadhu1375
    @prakeerthjishamadhu1375 Год назад

    Amazing explanation. Thanks a lot

  • @VincentStevenson
    @VincentStevenson 4 года назад +3

    Great work, thank you for sharing this!

  • @abhijitnayak3673
    @abhijitnayak3673 3 года назад

    How can I fetch the excel or CSV file in pydroid3? I am using this in my TAB. Can't use excel and CSV in pandas.

  • @mazenomar7279
    @mazenomar7279 4 года назад

    Sir how to display data to be draw as curve for example temperature with depth?

  • @dmmsai5356
    @dmmsai5356 3 года назад

    What is the code if we want to get all the column details just giving the row number

  • @秦建团
    @秦建团 3 года назад

    Sir when you export to excel, how to make the data format be Text or Currency or Percentage by Python. I wanna know the code of converting format.

  • @shortanimation1533
    @shortanimation1533 4 года назад +1

    how to do the same in GUI interface

  • @kimyonhee7337
    @kimyonhee7337 3 года назад

    This video is so helpful. Thank you so much

  • @jashanbhamra103
    @jashanbhamra103 5 месяцев назад

    cant get it done it always throws the error handle=(open) tell me whats wrong

  • @ajayjangid5968
    @ajayjangid5968 3 года назад

    If I have only path of the file, how I can read it ?

  • @zeendabadzeendabad3366
    @zeendabadzeendabad3366 4 года назад +1

    Amazing! Very helpful👍🏼

  • @ramprakash0
    @ramprakash0 3 года назад

    How to load excel file which contains filters in jupyter

  • @BernhardWeber-l5b
    @BernhardWeber-l5b 2 года назад

    Excellent!

  • @HindiLearnersDiary
    @HindiLearnersDiary 3 года назад +1

    Could someone please explain the practical application of this. In the real world, why do we want to import data from excel and work with it this way instead of working with excel documents directly?

    • @MyStudyIsFun
      @MyStudyIsFun  3 года назад

      Python is general purpose programming, excel is not

    • @HindiLearnersDiary
      @HindiLearnersDiary 3 года назад

      @@MyStudyIsFun so what can we do with this data using Python that we can't using Excel?

    • @kmahim82
      @kmahim82 3 года назад +4

      @@HindiLearnersDiary the process can be automated and is actually very fast when working with a big data… excel has a limitation for rows and will take ages to just open the file … python takes few micro seconds to do the same ….

    • @HindiLearnersDiary
      @HindiLearnersDiary 3 года назад

      @@kmahim82 Thank you!!! This makes sense.

    • @chrisb3189
      @chrisb3189 Год назад

      I am trying to import data and then pick random cells in a GUI format

  • @hridayborah9750
    @hridayborah9750 4 года назад +2

    very helpful .Thank you so much gentleman.

  • @mfmalth
    @mfmalth Год назад

    dont need to give the path of the excel?

  • @younesdeffous3493
    @younesdeffous3493 4 года назад

    pls, how do you display a short content from file read script as you do in you video? thank you

  • @impersonality3
    @impersonality3 2 года назад

    Thank you❤️❤️❤️❤️❤️❤️❤️❤️very helpful

  • @tymothylim6550
    @tymothylim6550 3 года назад +1

    Thank you very much for this video! It really helps me a lot!

  • @srikrishnanr8155
    @srikrishnanr8155 3 года назад

    Using Pandas how to select data frame and write into existing workbook in a specific sheet with specific cell range ??? Please help with some references

  • @prateekyadav7679
    @prateekyadav7679 4 года назад +1

    I'm getting filenotfound error. have tried everything - double dash, absolute path, adding r before the path, checked case sensitivity. The damn file exists but it keeps showing the error. I'm doing on colab if that's helpful

    • @prateekyadav7679
      @prateekyadav7679 4 года назад

      This problem was solved on IDE but then I got stuck at plt.plot(wh['height'], wh['weight']) which throws up a keyerror even though my columns are indeed named as such. What to do? Very frustrating :/

    • @kirolloseisa
      @kirolloseisa 2 года назад

      ruclips.net/video/oH96MB8vQRo/видео.html

  • @Yazdah
    @Yazdah 4 года назад

    Great

  • @GauravSharmaIN
    @GauravSharmaIN 3 года назад

    Thank you so much for this detailed tutorial!

  • @rodrsturge663
    @rodrsturge663 3 года назад

    xlsb files?

  • @tanwarrahul5300
    @tanwarrahul5300 2 года назад

    great sir thank u

  • @avenewconsulting1118
    @avenewconsulting1118 4 года назад +1

    hi, how does python know where toi find the excel file please?

    • @MyStudyIsFun
      @MyStudyIsFun  4 года назад +1

      First at same location where you kept python source code file.

    • @b.woldegergis5158
      @b.woldegergis5158 4 года назад +3

      @@MyStudyIsFun How can I know where is my python source code located ?

    • @b.woldegergis5158
      @b.woldegergis5158 4 года назад +1

      for those who had issues like me, here is the tip I found, I just copied pasted the entire Path
      data = pd.read_excel ( ' / Users / xx / xx / xx / xx / xx / xx/ xx / Excel_Sample.xlsx')

    • @rimshaaiman3098
      @rimshaaiman3098 4 года назад +1

      @@b.woldegergis5158 Hi! can you please elaborate on how to find the path of the excel sheet ? I wasn't able to implement this because of some issue regarding the path.

    • @kmahim82
      @kmahim82 3 года назад +1

      @@rimshaaiman3098 drag and drop your excel file in the terminal….. it will gice you the path of the excel file where it has been saved… just copy paste the path to your python … thats it

  • @Versa_Tube.
    @Versa_Tube. 9 месяцев назад

    Thankyou sir ❤

  • @rushikamble4457
    @rushikamble4457 2 года назад

    Thank you so much

  • @kizhissery
    @kizhissery 3 года назад

    Errno 2 issue is plauging me

  • @dilshangautam7703
    @dilshangautam7703 4 года назад

    Sir in my system is saying FileNotFoundError

  • @abrahamarthuryoku7540
    @abrahamarthuryoku7540 3 года назад

    thankyou sir

  • @brahimferjani3147
    @brahimferjani3147 4 года назад

    thank you

  • @krushnaraut9118
    @krushnaraut9118 4 года назад

    error filr not found

    • @kirolloseisa
      @kirolloseisa 2 года назад

      ruclips.net/video/oH96MB8vQRo/видео.html

  • @marcusaureliusregulus2833
    @marcusaureliusregulus2833 4 года назад +1

    B.A. Physics😅😅

  • @maxdesko
    @maxdesko 4 года назад

    Thanks :)

  • @abubakarmeraj8040
    @abubakarmeraj8040 2 года назад

    giving a dislike as basic is not described and your way is very difficult

  • @alinemath5030
    @alinemath5030 2 года назад

    I keep getting the error even after adding the location, my code is -> data= pd.read_excel('C:\Users\asyed1\Documents\Graphics Cards Data.xlsx')

  • @positively8461
    @positively8461 Год назад

    thank you so much