Coding Challenges on Standardization

Assess your ability to rename columns and perform data type and string conversion using Python.

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 dataset to have lowercase letters. You should also replace any spaces between the column names with underscore characters.

Get hands-on with 1200+ tech skills courses.