Basic Guide to Pandas! Tricks, Shortcuts, Must Know Commands! Python for Beginners
Python Simplified Python Simplified
226K subscribers
155,080 views
0

 Published On Premiered Jan 23, 2022

šŸ›‘ Quick Correction to DATA MANIPULATION šŸ›‘
data["bmi"] = data["weight"]/(data["height"]**2)
No need for a "for" loop! it's slower and wastes resources - while the above example is perfect!

Hi everyone! Today we will talk about all the useful things we can do with Pandas! šŸ¼šŸ¼šŸ¼
Pandas is a Python library that's all about data structures and tables. In this video we will cover its important methods as well as all the tricks and shortcuts to get you to pro level within 20 minutes! šŸ’ŖšŸ¤©

If you're curious about my IDE - I'm using Wayscript which is now available for the wide public! you no longer need an invitation, you can simply sign up with the following link: https://app.wayscript.com

ā­ Clone Complete Lesson Code: ā­
https://app.wayscript.com/lairs/61300...

ā­ Wayscript X QuickStart Guide ā­
https://wsxdocs.wayscript.com/quickstart

ā° TIME STAMPS ā°
**********************************
00:00 - intro
00:24 - install and import Pandas
00:38 - create a Data Frame
02:00 - add column name
02:37 - add new columns
03:52 - select column in Data Frame
04:17 - select value in Data Frame
04:37 - select row in Data Frame
05:30 - manipulate data
07:30 - save Data Frame to csv file
07:58 - comma delimited vs tab delimited
08:49 - save Data Frame to text file
09:11 - load Data Frame from file
10:33 - load SQL database to Data Frame
11:57 - head and tail methods
12:53 - filter data entries
14:00 - replace data entries
14:48 - remove columns
16:20 - add new rows to Data Frame
18:00 - remove duplicates
20:33 - thanks for watching!
**********************************

šŸ’» IMPORTANT VIDEOS šŸ’»
**********************************
ā­ Make SQLite Database of GTA games:
Ā Ā Ā ā€¢Ā SQLiteĀ BackendĀ forĀ BeginnersĀ -Ā Create...Ā Ā 

ā­ Pandas Read HTML Web Scraping Method:
Ā Ā Ā ā€¢Ā MuchĀ BetterĀ WebĀ ScrapingĀ withĀ PandasĀ ...Ā Ā 

ā­ Make graphs with Pandas:
Ā Ā Ā ā€¢Ā ProfessionalĀ PandasĀ LineĀ GraphĀ PlotĀ i...Ā Ā 

šŸ™ THANK YOU šŸ™
**********************************
Thank you so much for watching! šŸ˜€
Thank you to Zapsplat for the "swoosh" sound effect: zapsplat.com
Thank you to Flaticon for the thumbnail icon: www.flaticon.com

show more

Share/Embed