Uploaded July 2022 | Updated September 2026, 23 minutes ago
While cleaning up outliers, filling in missing values, or just doing some data maintenance we need to update the values in our Pandas dataframe. Sometimes you select a subset of the original dataframe, and sometimes it needs to be pinpointed with an index value. So in this video, I show you every way I know how to replace and/or modify values in your pandas dataframes.
Get the code here: github.com/misraturp/Pandas-dataframes-replace-modify
Find missing values in data with Pandas | Beginner tutorial - youtu.be/p51jngaf0g4
Pandas functions: Apply vs. Map vs. Applymap - youtu.be/Emd4oXErshw
00:00 Introduction
00:29 "fillna"
01:46 "replace"
03:09 "loc" and "at"
05:59 "np.where"
07:25 "mask"
08:30 "cut"
09:35 "update"
10:32 apply, map and applymap
10:54 Grab your Pandas Cheat Sheet!
π Keep in touch?
==========================
π₯ Twitter - twitter.com/misraturp
π LinkedIn - linkedin.com/in/misraturp
πΉ YouTube - youtube.com/@misraturp
π Website - misraturp.com
Courses & resources
============================
π Fundamentals of Deep Learning in 25 pages
misraturp.gumroad.com/l/fdl
π€ Deep Learning 101 with Python and Keras (FREE)
youtube.com/playlist?list=PLM8lYG2MzHmQn55ii0duXdO9QSoDF5myF
πββοΈ Data Science Kick-starter mini-course (FREE)
misraturp.gumroad.com/l/kick-starter
πΌ Pandas cheat sheet (FREE)
misraturp.gumroad.com/l/pandascs
π NNs hyperparameters cheat sheet (FREE)
misraturp.gumroad.com/l/hcs
While cleaning up outliers, filling in missing values, or just doing some data maintenance we need to update the values in our Pandas dataframe. Sometimes you select a subset of the original dataframe, and sometimes it needs to be pinpointed with an index value. So in this video, I show you every way I know how to replace and/or modify values in your pandas dataframes.
Get the code here: github.com/misraturp/Pandas-dataframes-replace-modify
Find missing values in data with Pandas | Beginner tutorial - youtu.be/p51jngaf0g4
Pandas functions: Apply vs. Map vs. Applymap - youtu.be/Emd4oXErshw
00:00 Introduction
00:29 "fillna"
01:46 "replace"
03:09 "loc" and "at"
05:59 "np.where"
07:25 "mask"
08:30 "cut"
09:35 "update"
10:32 apply, map and applymap
10:54 Grab your Pandas Cheat Sheet!
π Keep in touch?
==========================
π₯ Twitter - twitter.com/misraturp
π LinkedIn - linkedin.com/in/misraturp
πΉ YouTube - youtube.com/@misraturp
π Website - misraturp.com
Courses & resources
============================
π Fundamentals of Deep Learning in 25 pages
misraturp.gumroad.com/l/fdl
π€ Deep Learning 101 with Python and Keras (FREE)
youtube.com/playlist?list=PLM8lYG2MzHmQn55ii0duXdO9QSoDF5myF
πββοΈ Data Science Kick-starter mini-course (FREE)
misraturp.gumroad.com/l/kick-starter
πΌ Pandas cheat sheet (FREE)
misraturp.gumroad.com/l/pandascs
π NNs hyperparameters cheat sheet (FREE)
misraturp.gumroad.com/l/hcs










