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: • Python: NUMPY | Numerical Python Arra...
► Numpy Intro Jupyter nb: • NUMPY Arrays Tutorial in Jupyter with...
► Pandas Intro: • Python: Pandas Tutorial | Intro to Da...
► Pandas Import Data: • Python Pandas - How to IMPORT/read & ...
► Pandas Selecting & Filtering: • Python Pandas: Select, SLICE & FILTER...
► Pandas Time Series: • Python Pandas - Working with TIME & D...
► Pandas and MatPlotLib: • Python Pandas: Plotting Data with Mat...
► Matplotlib Intro: • Python: Intro to Visualization with M...
► Twitter: / joejamesusa
► Code: https://bit.ly/Pandas-nb
► Subscribe: https://bit.ly/like-this-channel
► Thank me on Patreon: / joeyajames
#Python #Pandas