Coding Challenges on Standardization
Assess your ability to rename columns and perform data type and string conversion using Python.
We'll cover the following...
Challenge 1: Rename columns
We've already imported the pandas and NumPy libraries and loaded the dataset into students_df
. Write code to rename the columns of the given ...