Table of Contents Set up environments Data analysis packages in Python Clean data in Python Load dataset into Spyder Subset Drop data Transform data Create new variables Rename variables Merge two datasets Handle missing values A few last words Note : pandas is a powerfull open source Python data analysis library that is used for data cleaning. A complete documentation can be found here . Please

