Intro tutorial on how to use Python Pandas DataFrames (spread sheet) library. Intro to statistical data analysis and data science using array operations.
=======CONTENTS=======
0:00 Intro
2:45 ex1: hard-coded data to df
4:33 ex2: text file to df
5:22 ex3: print head, tail
6:06 ex4: get dtypes, index, columns, values
7:30 ex5: describe (statistical summary)
8:11 ex6: sort by a column
9:07 ex7: slicing rows & columns
12:59 ex8: filtering
14:14 ex9: assignment, add new column
17:23 ex10: rename columns
18:37 ex11: iterate a df
19:17 ex12: write to csv

RELATED VIDEOS
► Numpy Intro: https://youtu.be/8Mpc9ukltVA
► Numpy Intro Jupyter nb: https://youtu.be/AAS8yoKuK7M
► Pandas Intro: https://youtu.be/e60ItwlZTKM
► Pandas Import Data: https://youtu.be/x2Shyoif3ls
► Pandas Selecting & Filtering: https://youtu.be/DCE6t3vNfvM
► Pandas Time Series: https://youtu.be/QQy_zD-LE-4
► Pandas and MatPlotLib: https://youtu.be/ALX88JzeQnk
► Matplotlib Intro: https://youtu.be/MbKrSmoMads

► Twitter: https://twitter.com/joejamesusa
► Code: https://bit.ly/Pandas-nb
► Subscribe: https://bit.ly/like-this-channel
► Thank me on Patreon: https://www.patreon.com/joeyajames

#Python #Pandas