Learn Python Pandas: 1-Hour Pandas Course for Beginners

preview_player
Показать описание

In this Python Pandas training course, we discuss the basics of the Pandas software library. Learn how you can use one of the most popular open-source Python library for your data analysis work.

We've even included downloadable instructor files from our paid-for course so you can follow along in this Pandas tutorial. This will help you put what you are learning into practice.

📝 Use the timestamps below to navigate to different sections of the course. If you already know one of these topics, skip ahead!

0:00:00 - Video Intro
0:00:19 - Intro to Pandas
0:02:50 - Installing Pandas
0:08:36 - Pandas Series
0:16:17 - Pandas DataFrame
0:25:44 - Reading Data From a File
0:36:06 - Selection Operation in Pandas DataFrame
0:46:54 - Handling Missing Values and Duplicates
0:55:03 - Structural Manipulation in Pandas DataFrame
1:04:46 - Data Transformation

Check out our Data Visualization playlist here

💻Watch additional popular Microsoft Office tutorials from Simon Sez IT:

✅Web Development Tutorials for Beginners - Learn Dreamweaver, PHP, Angular, Python and more

💬Stay in touch!

If you enjoyed the video, please give a "thumbs up" and subscribe to the channel 👍🏽 ;-)
Комментарии
Автор


Check out our FREE 300+ hour training course playlist here ➡


SimonSezIT
Автор

Your team members are all great teachers. Your tutorial is very comprehensive and well structured. In fact, I love the clarity, readability and legibility of your codes. I wish I have money to register for a professional course in python with your centre. Keep up the good work

solomononuchefaruna
Автор

Thank you so much, Simon. You have given me the confidence I have been looking for. I thought I will not be able to do this after struggling for a long time. But I have full confidence to learn more about Pandas. Thank you.

casmirsunny
Автор

This may have been posted a year ago but I am truly great to you Sir for how you have helped me understand in another level

OmefeVictor
Автор

You've done well...infact, this is most simple lecture have received on pandas

PeaceTaiwo-pkxj
Автор

THank you so much for detail guidance, I really love the video. It's super helpful for beginner like me

vynguyenhoang
Автор

Thanks for this wonderful video on pandas. Please help us in other progmming languages like Java and C++

umarusawaneh
Автор

I absolutely enjoy this! You are like telling a story.
This gives me more inspiration to swim the ocean of Machine Learning! Appreciate the tips!
Hoping to get more content regarding ML :)

AlvinRyellPrada
Автор

The ending for "Handling missing values and duplicates" is missing. Thank you

zlshjwo
Автор

Thank you very much. It is excellent. I learned and enjoyed a lot.

behshadyassini
Автор

@39:59 You use [['Name', 'Age']], but earlier you used only ['Age']. Why use double square brackets to get multiple columns?

randomest
Автор

Low', 'Low', 'Medium', 'High', 'Very High'], k = 1000)) is causing TypeError: 'list' object is not callable. Could you please tell me what's wrong?

zlshjwo
Автор

Thankyou so much, I enjoyed the pandas tutorial

monicaselesmuwaya
Автор

How do you make the pd.read_csv() function show you the arguments at min 27:26??

I can't get the interface to show them :/

angelmaravilla
Автор

I got an error message that says module pandas has no attribute series

Techgirl
Автор

How do you invoke the 'SWAN'?

chome
Автор

Will there be more advanced videos coming that cover Pandas?

pon
Автор

this programmer is nice but there are few likes🤯

c
Автор

Pls I need help, python3 is not showing when I click new, it was working before but all of a sudden it is gone

Jykobe
Автор

Hi Simon,
I am getting error while accessing titanic dataset. Can you please help me
df = pd.read_csv("D:\Srini
OSError: [Errno 22] Invalid argument: 'D:\\Srini

srinivasanG-fpmn