Import Excel data file into python pandas : Read Excel File

  Рет қаралды 272,480

MyStudy

MyStudy

Күн бұрын

Пікірлер: 90
@MyStudyIsFun
@MyStudyIsFun 4 жыл бұрын
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 Жыл бұрын
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 9 ай бұрын
How do you set openpyxl to be the reading engine?🤔
@aditibahadur8081
@aditibahadur8081 2 жыл бұрын
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 жыл бұрын
Your clutch
@Rob-kx5yx
@Rob-kx5yx Жыл бұрын
dude thank you
@surya691
@surya691 Жыл бұрын
The best of online tutory 👍👍👍👍👍👍...
@stcopik
@stcopik Ай бұрын
Very nice video. Finally I understood this basic operation with excel in python.
@a-woke5283
@a-woke5283 4 жыл бұрын
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 жыл бұрын
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'
@Jechisha
@Jechisha Жыл бұрын
thank you!
@mhommadhassan2482
@mhommadhassan2482 6 ай бұрын
Which python ide you use ?
@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.
@yousif_alyousifi
@yousif_alyousifi 3 жыл бұрын
What the other ways to read excel and csv files? Can you make video for that, lease?
@kavanakundapur
@kavanakundapur 2 жыл бұрын
Very well explained. Thank you! Can we also sort data based on filtering data in rows.
@vardhinirudra3052
@vardhinirudra3052 4 жыл бұрын
Sir, how to read an excel file of complex numbers into python.. If you can provide a solution, it would be of great help
@SuperDaxos
@SuperDaxos Жыл бұрын
This was great! Thanks for the clear and helpful examples
@anupamaroy8893
@anupamaroy8893 2 жыл бұрын
NameError Traceback (most recent call last) Input In [1], in () ----> 1 pd._version_ NameError: name 'pd' is not defined
@秦建团
@秦建团 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 4 ай бұрын
cant get it done it always throws the error handle=(open) tell me whats wrong
@murungicalvin5235
@murungicalvin5235 Жыл бұрын
Thanks very much sir. This was very helpful and easir to understand
@abderrazzakaljalil1375
@abderrazzakaljalil1375 Жыл бұрын
Good job. Keep going on 👍
@mazenomar7279
@mazenomar7279 4 жыл бұрын
Sir how to display data to be draw as curve for example temperature with depth?
@redcabinstudios7248
@redcabinstudios7248 4 жыл бұрын
Thanks, I was stuck with bloody unnamed column from xl. Publish more videos with simple approach like this.
@granand
@granand 4 жыл бұрын
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!
@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
@ajayjangid5968
@ajayjangid5968 3 жыл бұрын
If I have only path of the file, how I can read it ?
@dp6736
@dp6736 Жыл бұрын
Very good explanation. Thank you very much.
@HindiLearnersDiary
@HindiLearnersDiary 3 жыл бұрын
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 жыл бұрын
@@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
@ramprakash0
@ramprakash0 2 жыл бұрын
How to load excel file which contains filters in jupyter
@dg-hobbymad9898
@dg-hobbymad9898 3 ай бұрын
Nice explanation
@prateekyadav7679
@prateekyadav7679 3 жыл бұрын
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 жыл бұрын
kzbin.info/www/bejne/pXmcZ4B4bduEiNE
@shortanimation1533
@shortanimation1533 4 жыл бұрын
how to do the same in GUI interface
@younesdeffous3493
@younesdeffous3493 4 жыл бұрын
pls, how do you display a short content from file read script as you do in you video? thank you
@MyStudyIsFun
@MyStudyIsFun 4 жыл бұрын
Head function
@ajaysinhchudasama2236
@ajaysinhchudasama2236 3 жыл бұрын
Var.head() it will bring you the first five columns
@mfmalth
@mfmalth Жыл бұрын
dont need to give the path of the excel?
@avenewconsulting1118
@avenewconsulting1118 4 жыл бұрын
hi, how does python know where toi find the excel file please?
@MyStudyIsFun
@MyStudyIsFun 4 жыл бұрын
First at same location where you kept python source code file.
@b.woldegergis5158
@b.woldegergis5158 4 жыл бұрын
@@MyStudyIsFun How can I know where is my python source code located ?
@b.woldegergis5158
@b.woldegergis5158 4 жыл бұрын
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 жыл бұрын
@@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 жыл бұрын
@@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
@prakeerthjishamadhu1375
@prakeerthjishamadhu1375 Жыл бұрын
Amazing explanation. Thanks a lot
@VincentStevenson
@VincentStevenson 4 жыл бұрын
Great work, thank you for sharing this!
@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')
@kimyonhee7337
@kimyonhee7337 3 жыл бұрын
This video is so helpful. Thank you so much
@impersonality3
@impersonality3 2 жыл бұрын
Thank you❤️❤️❤️❤️❤️❤️❤️❤️very helpful
@BernhardWeber-l5b
@BernhardWeber-l5b 2 жыл бұрын
Excellent!
@rodrsturge663
@rodrsturge663 3 жыл бұрын
xlsb files?
@tymothylim6550
@tymothylim6550 3 жыл бұрын
Thank you very much for this video! It really helps me a lot!
@zeendabadzeendabad3366
@zeendabadzeendabad3366 4 жыл бұрын
Amazing! Very helpful👍🏼
@hridayborah9750
@hridayborah9750 4 жыл бұрын
very helpful .Thank you so much gentleman.
@GauravSharmaIN
@GauravSharmaIN 3 жыл бұрын
Thank you so much for this detailed tutorial!
@dilshangautam7703
@dilshangautam7703 4 жыл бұрын
Sir in my system is saying FileNotFoundError
@krushnaraut9118
@krushnaraut9118 4 жыл бұрын
same here
@yashmishra3385
@yashmishra3385 4 жыл бұрын
because the version is updated
@kirolloseisa
@kirolloseisa 2 жыл бұрын
kzbin.info/www/bejne/pXmcZ4B4bduEiNE
@Versa_Tube.
@Versa_Tube. 8 ай бұрын
Thankyou sir ❤
@tanwarrahul5300
@tanwarrahul5300 2 жыл бұрын
great sir thank u
@positively8461
@positively8461 11 ай бұрын
thank you so much
@kizhissery
@kizhissery 3 жыл бұрын
Errno 2 issue is plauging me
@Yazdah
@Yazdah 4 жыл бұрын
Great
@krushnaraut9118
@krushnaraut9118 4 жыл бұрын
error filr not found
@kirolloseisa
@kirolloseisa 2 жыл бұрын
kzbin.info/www/bejne/pXmcZ4B4bduEiNE
@abrahamarthuryoku7540
@abrahamarthuryoku7540 3 жыл бұрын
thankyou sir
@brahimferjani3147
@brahimferjani3147 3 жыл бұрын
thank you
@marcusaureliusregulus2833
@marcusaureliusregulus2833 3 жыл бұрын
B.A. Physics😅😅
@maxdesko
@maxdesko 4 жыл бұрын
Thanks :)
@abubakarmeraj8040
@abubakarmeraj8040 2 жыл бұрын
giving a dislike as basic is not described and your way is very difficult
@rushikamble4457
@rushikamble4457 2 жыл бұрын
Thank you so much
Introducing Python in Excel
19:01
Leila Gharani
Рет қаралды 1,6 МЛН
Python Pandas Tutorial 4: Read Write Excel CSV File
27:03
codebasics
Рет қаралды 712 М.
啊?就这么水灵灵的穿上了?
00:18
一航1
Рет қаралды 58 МЛН
1 сквиш тебе или 2 другому? 😌 #шортс #виола
00:36
Миллионер | 1 - серия
34:31
Million Show
Рет қаралды 2,9 МЛН
Python Program to extract data from multiple Excel Files
12:01
Ajay Anand
Рет қаралды 23 М.
Data Cleaning in Pandas | Python Pandas Tutorials
38:37
Alex The Analyst
Рет қаралды 312 М.
25 Nooby Pandas Coding Mistakes You Should NEVER make.
11:30
Rob Mulla
Рет қаралды 272 М.
NEW Python in Excel - PYTHON + EXCEL + ChatGPT = Easy!
10:32
MyOnlineTrainingHub
Рет қаралды 214 М.
Solving real world data science tasks with Python Pandas!
1:26:07
Keith Galli
Рет қаралды 1,5 МЛН
Python in Excel vs. VBA - What You Should Learn in 2024!
10:05
David Langer
Рет қаралды 51 М.
I Studied Data Job Trends for 24 Hours to Save Your Career! (ft Datalore)
13:07
Thu Vu data analytics
Рет қаралды 251 М.
啊?就这么水灵灵的穿上了?
00:18
一航1
Рет қаралды 58 МЛН