Import Excel data file into python pandas : Read Excel File

Поделиться
HTML-код
  • Опубликовано: 21 авг 2024
  • This video explain how to read excel file into python with pandas read_excel function with various different argument.
    To Learn more about data science, python, machine learning
    one complete example on python excel read write example
    www.udemy.com/...

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

  • @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

  • @rayoh2011
    @rayoh2011 10 месяцев назад +6

    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 7 месяцев назад

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

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

    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

  • @julianbogado9378
    @julianbogado9378 3 года назад +9

    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'

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

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

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

    Nice explanation

  • @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 3 года назад

      Thank you very much

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

    This was great! Thanks for the clear and helpful examples

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

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

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

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

  • @abderrazzakaljalil1375
    @abderrazzakaljalil1375 10 месяцев назад

    Good job. Keep going on 👍

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

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

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

    Very good explanation. Thank you very much.

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

    Great work, thank you for sharing this!

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

    Amazing explanation. Thanks a lot

  • @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

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

    This video is so helpful. Thank you so much

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

    thank you so much

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

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

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

    Excellent!

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

    very helpful .Thank you so much gentleman.

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

    Thankyou sir ❤

  • @granand
    @granand 3 года назад +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!

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

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

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

    Amazing! Very helpful👍🏼

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

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

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

    Thank you so much for this detailed tutorial!

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

    great sir thank u

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

    Thank you so much

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

    Great

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

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

  • @RussianVideoPodcast
    @RussianVideoPodcast 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

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

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

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

      @@RussianVideoPodcast 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 ….

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

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

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

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

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

    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.

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

    how to do the same in GUI interface

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

    Which python ide you use ?

  • @user-mz5vw2uv2e
    @user-mz5vw2uv2e 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.

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

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

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

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

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

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

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

    thankyou sir

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

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

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

    How to load excel file which contains filters in jupyter

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

    thank you

  • @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

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

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

  • @prateekyadav7679
    @prateekyadav7679 3 года назад +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 3 года назад

      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

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

    dont need to give the path of the excel?

  • @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

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

    xlsb files?

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

    Errno 2 issue is plauging me

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

    Sir in my system is saying FileNotFoundError

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

    Thanks :)

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

    error filr not found

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

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

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

    B.A. Physics😅😅

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

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

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

    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')