Day 2 : Data Cleaning
- Completed Transforming Data with Pandas
Learned how to transform the data using series.apply(), series.map(), series.applymap(), pd.melt function
pd.melt is a helpful function in recreating a new dataframe by transforming the columns which is easy to comprehend and interprete which helps to draw the useful insights.
#Keep Learning #30DaysChallenge #2nd day #Update