Data Analysis with Python for Excel Users - Full Course

  Рет қаралды 2,022,384

freeCodeCamp.org

freeCodeCamp.org

Күн бұрын

Learn how to use Python and Pandas for data analysis. This course will be especially helpful if you have experience with Excel, but that is not required. Learn how to create pivot tables, work with data, and make visualizations using Python, Pandas, and Jupyter Notebook.
💻 Source Code & Datasets: github.com/ifrankandrade/pyth...
🔗 Datasets: drive.google.com/drive/folder...
✏️ Course developed by Frank Andrade.
🔗 KZbin Channel: / frankandrade5
🔗 PDF Python Cheat Sheet for this Course: artificialcorner.com/p/redeem...
🔗 My Complete Python Courses for Data Analysis & Data Science: www.udemy.com/user/frank-andr...
⭐️ Course Contents ⭐️
⌨️ (0:00:00) Intro
⌨️ (0:01:48) Install Python and Jupyter Notebook with Anaconda
⌨️ (0:03:53) Jupyter Notebook Interface
⌨️ (0:13:56) Cell Types and Cell Mode
⌨️ (0:21:34) Jupyter Notebook Shortcuts
⌨️ (0:26:39) Module 1 - Hello World
⌨️ (0:30:30) Data Type
⌨️ (0:39:10) Variables
⌨️ (0:46:53) Lists
⌨️ (1:11:14) Dictionaries
⌨️ (1:21:50) IF Statement
⌨️ (1:28:04) FOR Loop
⌨️ (1:33:49) Functions
⌨️ (1:40:59) Modules
⌨️ (1:44:41) Module 2 -Introduction to Pandas
⌨️ (1:51:08) How to create a dataframe
⌨️ (2:07:34) How to show a dataframe
⌨️ (2:14:24) Basic Attributes, Functions and Methods
⌨️ (2:26:17) Selecting One Column from a Dataframe
⌨️ (2:32:13) Selecting Two or More Columns from a Dataframe
⌨️ (2:37:50) Add New Column to a Dataframe (Simple Assignment)
⌨️ (2:47:51) Operations in dataframes
⌨️ (2:56:04) The value_counts() method
⌨️ (3:00:16) Sort a DataFrame with the sort_values() method
⌨️ (3:09:56) Module 3: Introduction to Pivot Tables in Pandas
⌨️ (3:14:42) The pivot() method
⌨️ (3:20:49) The pivot_table() method
⌨️ (3:29:00) Data Visualization with Pandas (New Dataset + Pivot Table)
⌨️ (3:38:38) Lineplot
⌨️ (3:43:05) Barplot
⌨️ (3:50:52) Piechart
⌨️ (3:54:36) Save Plot and Export Pivot Table
🎉 Thanks to our Champion and Sponsor supporters:
👾 Raymond Odero
👾 Agustín Kussrow
👾 aldo ferretti
👾 Otis Morgan
👾 DeezMaster
--
Learn to code for free and get a developer job: www.freecodecamp.org
Read hundreds of articles on programming: freecodecamp.org/news

Пікірлер: 369
@quincylarsonmusic
@quincylarsonmusic 2 жыл бұрын
That is one gorgeous cheat sheet. Thanks for everything you're doing for the global developer community, Frank. This course is gold.
@levarish
@levarish Жыл бұрын
Can you please share the link for the cheat sheet?
@Thalescosta592
@Thalescosta592 7 ай бұрын
@@levarish it's in the video description
@AlexisAndradeMonteiro
@AlexisAndradeMonteiro Жыл бұрын
BEST PYTHON COURSE i EVER SEEN. i LITERALLY ENJOYED AND SPEND MY WEEKEND CONSUMING THESE CONTENT WITH PLEASURE. THANK YOU FOR YOUR MASSIVE SUPPORT FRANK
@mrCetus
@mrCetus 2 жыл бұрын
That's the best content I've seen on jupyter and pandas so far! well done champ! I've spent my whole weekend going along on this course and I totally love it! Very well structured and full of examples you can run and you can test out on your own. had a minor set back on opening the csv file dgp but added the encoding parameter: df_gdp = pd.read_csv("gdp.csv" , encoding="latin-1")
@ThePyCoach
@ThePyCoach 2 жыл бұрын
Thanks :)
@shishirdutt
@shishirdutt Жыл бұрын
Hi Frank! Many thanks for creating this wonderful course. You have taken humungous efforts for creating such a long and flawless content for everyone to learn. Highly commendable efforts!!
@swagat457
@swagat457 2 жыл бұрын
Amazing content Frank.. How effortlessly you explained everything in the most simplistic way.. Thank you
@victoriabraimoh8994
@victoriabraimoh8994 Жыл бұрын
Frank went all out with this course. perfect beginner course. hope we all make you proud
@kku6749
@kku6749 Жыл бұрын
Best Tutorial on Python for Data Analytics I have seen so far... Your approach is commendable. Well done! I need to see more of your contents. This is good stuff!
@mansasow
@mansasow 2 жыл бұрын
Thanks for this tutorial! It would have also been nice to show how to concatenate or merge multiples data frames (inner, left, right join).
@dondata718
@dondata718 Жыл бұрын
Just finished this video. It is my first introduction to python and you did an excellent job. I appreciate this thanks
@gimiemini3034
@gimiemini3034 9 ай бұрын
I have just finished this. Love it. So easy to follow and Frank was amazing. best video so far.
@malwalsabino519
@malwalsabino519 7 ай бұрын
I am a decent Excel user who has been so reluctant to learn any programming language. Your video changed my mind and after few hours of watching this video, I feel I can learn the basics of python in a short period of time. Your teaching style is amazing and your ability to explain things is fascinating. Thank you so much.
@jessicaliu8885
@jessicaliu8885 Жыл бұрын
Great course! Thank you so much! Spent a half day finishing the course. Very Helpful!
@nournissan1786
@nournissan1786 Жыл бұрын
I just finished this python course and I have to say it was so fascinating to learn about this language. Frank did a great job at breaking everything down !!
@dimasjimenez3396
@dimasjimenez3396 2 жыл бұрын
Extraordinary content, crystal clear explanation. Pure gold. We should be able to like the video a couple of times. Thanks a ton for such an wonderful content.
@marcoventura9451
@marcoventura9451 Жыл бұрын
A very good begginer's course; it covers the basics of Python with Juipter Notebook IDE in a simple and understable way.
@robertspalding5635
@robertspalding5635 Жыл бұрын
Frank Andrade, thank you for the best, and most helpful tutorial of this type and this subject that I have ever seen.
@tim64163
@tim64163 2 жыл бұрын
Fantastically explained, thank you so much. Clear, easy to understand and shows some good examples.
@usuis8541
@usuis8541 7 ай бұрын
GENSHIN PREACH
@caessar_mando
@caessar_mando 2 жыл бұрын
one of the best if not the best tutorial this channel has ever presented. Excellent job!
@fififb8616
@fififb8616 2 жыл бұрын
Very clear and concise instructions! Thank you very much!
@m.e-ph8sy
@m.e-ph8sy 9 күн бұрын
Amazing content Frank.. How effortlessly you explained everything in the most simplistic way
@imadias1926
@imadias1926 2 ай бұрын
Best INSTRUCTOR with the best English accent that we can easily understand and you never miss any step for running Python, even though I'm a beginner but now I know How to use python because of this video 😍, some tutorial they skip some step and even we try to follow their instructions but we got lost 😊😊😊Thank you Instructor ❤
@michal.tomczyk
@michal.tomczyk 2 жыл бұрын
Enjoyed every last second of it. Great job!
@ajitmagar1195
@ajitmagar1195 Жыл бұрын
Nicely explained and step by step coverage of "whole" topic. ....Thank you Sir.
@richardfinney2548
@richardfinney2548 2 жыл бұрын
Brilliant tutorial! You are a very gifted presenter.
@ItsTheBookah
@ItsTheBookah 5 ай бұрын
Thanks for the amazing tutorial Frank! For people getting the unicode error: df_gdp = pd.read_csv('gdp.csv', encoding='latin-1')
@abdala-in-tech
@abdala-in-tech 3 ай бұрын
Thanks man!!
@CodewithAby
@CodewithAby 2 жыл бұрын
Great course, broken down like ABC. Thanks Frank
@lcastellanosm
@lcastellanosm 2 жыл бұрын
I still didn't finish the full course but I already find it very useful and well explained. Thank you Frank!
@boknows8263
@boknows8263 Жыл бұрын
have you finished it by now?
@gorkemoncul6565
@gorkemoncul6565 Жыл бұрын
@@boknows8263 Not yet
@boknows8263
@boknows8263 Жыл бұрын
@@gorkemoncul6565 he will never finish it, he is watching TV now lol
@AmG895
@AmG895 Жыл бұрын
Thank you 🙏 you have explained so well. Amazing video. Learned a lot!
@priyavarshanrg700
@priyavarshanrg700 5 ай бұрын
This Channel deserves 100M Subscribers Hats Off You Guys👏👏👏
@youtubewzd2196
@youtubewzd2196 7 ай бұрын
The course is really good but has a few caveats: 1. The Dataframe CSV for the short .pivot() method demonstration is not included. 2. The file gdp.csv is in Windows-1252 encoding in the zip file. This cannot be imported into a Dataframe without prior recoding into UTF-8. 3. The .pivot_table() example throws a FutureWarning. I had to list all features in values=['Quantity', 'Rating',...] to make it working. The problem comes from the attempt to sum non-numerical values. So only include columns with numerical values in values=[ ].
@valentindumitru6648
@valentindumitru6648 Жыл бұрын
very clear and simple explanations , thank you!
@stathistsamis8964
@stathistsamis8964 7 ай бұрын
as a junior data analyst i found this video very useful keep going my friend!!!
@InnovativeIdeas-mp7up
@InnovativeIdeas-mp7up Ай бұрын
The presentation is engaging and makes it easy to follow the instructions.
@anthonynjoroge4641
@anthonynjoroge4641 2 жыл бұрын
From Kenya much Appreciated - Asante Sana-
@sindiso_ndlovu
@sindiso_ndlovu 2 жыл бұрын
No words can express how great your work is, thank you so much
@leasunsun
@leasunsun Жыл бұрын
Watched it during Chrismas Holiday. Enjoyed it and learned something new. Thank you!
@nriezedichisom1676
@nriezedichisom1676 2 жыл бұрын
This was a refresher course for me but notwithstanding, I learnt a whole lot.. Well done
@nriezedichisom1676
@nriezedichisom1676 2 жыл бұрын
You are an excellent teacher but your KZbin channel has very little content. Can you upload more videos?
@thepycoachES
@thepycoachES 2 жыл бұрын
@@nriezedichisom1676 Sure! More videos coming soon on my channel
@Tlholo7
@Tlholo7 21 күн бұрын
Love it. Thanks a lot, Frank! 🎉
@selcukdoven
@selcukdoven Жыл бұрын
Thanks for basic and effective course and plus English sound is perfect 👍
@geekyprogrammer4831
@geekyprogrammer4831 2 жыл бұрын
I already know Frank for writing exceptional technical articles! Good to see you here too 😁😁
@thepycoachES
@thepycoachES 2 жыл бұрын
Nice meeting you on KZbin too! :)
@rafimaulana8294
@rafimaulana8294 Жыл бұрын
Definitely the best Python course for a data analyst who wants to level up from sql and excel only!!! Would recommend it!
@focus1007
@focus1007 Жыл бұрын
Sir currently I am working in excel only..will this course help me in getting job? I mean is it sufficient to land a job as data analyst? Pls guide🙏
@rafimaulana8294
@rafimaulana8294 Жыл бұрын
​@@focus1007 for an entry level actually a combination of sql+excel only is fine, but as you level up you'll eventually need Python/R. I was like that too at first.
@focus1007
@focus1007 Жыл бұрын
@@rafimaulana8294 thankyou so much fr replying🙏...sir so acc to you ,can i start applying for data analyst with the knowledge of excel and SQL only? Or should i learn anything else also?
@rafimaulana8294
@rafimaulana8294 Жыл бұрын
@@focus1007 Yes, but try learning any data viz either google data studio/tableau/power BI. This would make an extra bonus point and quite easy to learn.
@focus1007
@focus1007 Жыл бұрын
@@rafimaulana8294 thankyou so much sir for replying..means a lot to me🙏
@cesarramos3569
@cesarramos3569 14 күн бұрын
Great video Frank!! regards from Peru
@Delianur
@Delianur 2 жыл бұрын
Excellent... thanks you mr Frank Andrade
@jmchisanga3
@jmchisanga3 9 ай бұрын
I love this content it's well structured with lots of examples to make you understand and master it without any problem. 🇿🇲
@giantdutchviking
@giantdutchviking 8 ай бұрын
Did you happen to run into issues making a line graph? I used the provided code in the tutorial but keep getting errors I need matplotlib.
@DJ-ct6so
@DJ-ct6so 5 ай бұрын
Excellent, very well explained. Very nice use of Jupyter notebooks. Many thanks for uploading.
@culturapoliticaycomputador9999
@culturapoliticaycomputador9999 8 ай бұрын
Thank you for share this! I recommend this video for everyone wants to learn some basics of python, numpy and pandas is awesome.
@amadikechidera2613
@amadikechidera2613 7 ай бұрын
Very nice course, you are truly blessed
@mohamad5005
@mohamad5005 2 жыл бұрын
Great and simple to mind tutorial
@elfridhasman4181
@elfridhasman4181 2 жыл бұрын
Thank You Very Much, Much Much More❤️, Love From Indonesia
@timothyfleur7596
@timothyfleur7596 4 ай бұрын
Thank you very much, this was very informative and explained in detail!
@seifaya3724
@seifaya3724 Жыл бұрын
good job Frank .. really it's very interesting highly recommended
@kevinliew3916
@kevinliew3916 2 жыл бұрын
Great introduction for everyday use!
@jasimmhj1526
@jasimmhj1526 7 ай бұрын
Amazing deep learning. Thankyou
@KingLiongWong
@KingLiongWong Жыл бұрын
This is a very good course for me, help me a lot. Thank you very much.
@user-kj4ni1rx4b
@user-kj4ni1rx4b 6 ай бұрын
God bless you for this project, I learned a lot from it.
@TheAl217
@TheAl217 2 жыл бұрын
Thank you for taking the time to create this course and sharing your knowledge with others. Just some constructive criticism here, based on my experience using Excel for many years. In my opinion people looking to move to pandas from Excel are serious users of this package. I didn't find content here that will make me think I really need to move away from Excel to gain this capability. Also Excel's PowerQuery has a lot of powerful transformation capabilities. Instead of doing the visualizations, people may have benefitted more from examples covering merge, groupby, stack, unstack, melt, resampling and even how list comprehensions can be used to add columns based on conditions.
@robertstahl8835
@robertstahl8835 2 жыл бұрын
My thoughts as well
@4-ck4wd
@4-ck4wd 4 күн бұрын
💯Exceptionally awesome video clip
@ici6308
@ici6308 9 ай бұрын
Wonderful tuto. Very well explained !
@user-jt4en7zg4c
@user-jt4en7zg4c 10 ай бұрын
Thank you Frank, this is so useful
@bsnljkd
@bsnljkd 2 жыл бұрын
Great Course! Thanks
@MahmudYuldashev
@MahmudYuldashev Жыл бұрын
Thank you so much. This is what I was looking for!
@sesematactivities2024
@sesematactivities2024 Жыл бұрын
THANKS FRANK, YOU MADE ME UNDERSTAND PANDAS
@belezaesaude1101
@belezaesaude1101 4 ай бұрын
Estou muito feliz por ter me inscrito e ter acesso a este conteúdo.
@Aivanello
@Aivanello Жыл бұрын
Thank you so much. This is a great course.
@user-ok5sm5ff1o
@user-ok5sm5ff1o 11 ай бұрын
Amazing course big thanks!
@ThinhLe-eh9re
@ThinhLe-eh9re 7 ай бұрын
Thank you very much Frank ❤
@victorgigreat1160
@victorgigreat1160 Жыл бұрын
Frank that was excellent work.
@davidgitau8825
@davidgitau8825 5 ай бұрын
Good learning here! The data should however be available for download to easily practice.
@Dongnanjie
@Dongnanjie 4 ай бұрын
Love it. Thank you so much!
@princeademuwagun7870
@princeademuwagun7870 8 ай бұрын
Extremely nice.... thank you.
@muhdbasiirzulkifle5090
@muhdbasiirzulkifle5090 3 ай бұрын
Thank you for your guidance 😃
@Tradewithsimpleminded
@Tradewithsimpleminded 2 жыл бұрын
Don't know where you watching this from my brother but I wished you all the best in life ❤️❤️
@rahul28thakur
@rahul28thakur 2 жыл бұрын
Thank you Frank !!
@michelfilipebr
@michelfilipebr 6 ай бұрын
Excellent course! Help me to come through. :)
@arpanrastogi2844
@arpanrastogi2844 2 жыл бұрын
Like the way you have explained the concepts - thanks Frank. Not sure if I missed out, but I could not find anything related to tuples between the timestamp 0:39:10 to 1:21:50. Is it explained later?
@Energy_with_Majd
@Energy_with_Majd Жыл бұрын
Very helpful thank you 🙏
@thungivan3650
@thungivan3650 12 күн бұрын
congrats!!
@jimisonnjaravani7593
@jimisonnjaravani7593 Жыл бұрын
Awesome, Thank you
@georgejachvliani2288
@georgejachvliani2288 Жыл бұрын
Very good tutorial .Thank you
@william1000
@william1000 Жыл бұрын
Great video thanks for posting
@mahmoudalaref189
@mahmoudalaref189 2 жыл бұрын
Great ❤️
@WisamMSaeed
@WisamMSaeed 10 ай бұрын
Thank you , useful course
@mayflower9562
@mayflower9562 2 жыл бұрын
THANK YOU!
@saplay3372
@saplay3372 2 жыл бұрын
Great job sir
@hannsflip
@hannsflip 2 жыл бұрын
Great tutorial, was really explanatory, and really easy to catch up-
@F13TUN
@F13TUN 2 жыл бұрын
Perfect Thanks شكرا
@INTELLIGENCE_Revolution
@INTELLIGENCE_Revolution Жыл бұрын
I was going to watch another video. But Frank’s voice was nicer to listen to 😂
@pfz5487
@pfz5487 2 жыл бұрын
thanks you it's a very good course
@johnkaruitha2527
@johnkaruitha2527 Жыл бұрын
Lovely tutorial.
@keithmason1485
@keithmason1485 8 ай бұрын
With the new Excel Python integration can everything in this course be done directly in Excel now?
@ladydi8712
@ladydi8712 2 жыл бұрын
Thank you so much, looking for more data analyst course!! Im a noob helped so much👍
@kocengineering769
@kocengineering769 2 жыл бұрын
Thanks needed
@md.moniruzzaman7944
@md.moniruzzaman7944 Жыл бұрын
execellent tutorial for a beginner
@nomad_grant
@nomad_grant 2 ай бұрын
cheat sheet is no longer available through the link :( any chance you have an alternative download link for that? It looked very helpful! Fantastic video by the way. The pace was perfect for me!
@user-sj9wp9zg1d
@user-sj9wp9zg1d 4 ай бұрын
Колко интересно за гледане, благодаря за видеото
@mrchuz0
@mrchuz0 2 жыл бұрын
I didn't understand the use of the lambda function in the ordering section (3:09:40), as you are trying to lower() the values but none of those are becoming lower. Could you explain deeper what failed there?
@____kklw7148
@____kklw7148 2 жыл бұрын
thx for the meaningful video
@benjaminphilips3737
@benjaminphilips3737 2 жыл бұрын
Best python tutorial at least for me
@mainlykanchan8740
@mainlykanchan8740 2 жыл бұрын
Thank you so much ❤️🙏🏼❤️
@mwkillshot6584
@mwkillshot6584 Жыл бұрын
m lol ookolloopokloooooooooooooo ok okooo oko oooolo
@mwkillshot6584
@mwkillshot6584 Жыл бұрын
oooolooooooooooooookolooploooooooo olo kooooooolooolooooloooooko oo oooooookooo
@ankurchanda1112
@ankurchanda1112 Жыл бұрын
Conditional formatting is probably the most powerful feature of Excel. Would be tough to replicate these features (say highlighting duplicate values) in Python. Or no?
Python for Beginners - Learn Python in 1 Hour
1:00:06
Programming with Mosh
Рет қаралды 16 МЛН
Exploratory Data Analysis with Pandas Python
40:22
Rob Mulla
Рет қаралды 402 М.
ISSEI funny story 😂😂😂Strange World 🌏 Green
00:27
ISSEI / いっせい
Рет қаралды 83 МЛН
ТОМАТНЫЙ ДОЖДЬ #shorts
00:28
Паша Осадчий
Рет қаралды 9 МЛН
Software Engineering Job Interview - Full Mock Interview
1:14:29
freeCodeCamp.org
Рет қаралды 1,2 МЛН
Top 10 Essential Excel Formulas for Analysts in 2024
13:39
Kenji Explains
Рет қаралды 711 М.
A Day in the Life of a Data Analyst (2023)
13:34
CareerFoundry
Рет қаралды 371 М.
Introducing Python in Excel 😱
19:01
Leila Gharani
Рет қаралды 1,4 МЛН
Data Analytics vs Data Science
6:30
IBM Technology
Рет қаралды 288 М.
Top 5 high paying tech skills for 2024
6:48
Sahil & Sarra
Рет қаралды 388 М.
How I use Python as a Data Analyst
13:56
Luke Barousse
Рет қаралды 336 М.
Intro to Java Programming - Course for Absolute Beginners
3:48:25
freeCodeCamp.org
Рет қаралды 2,7 МЛН