You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In this task, you have to write a function for Column Normalization. You can only use Numpy and Pandas to write the function.
The function will go as follows:
def column_normalization (column_name, dataframe)
"
write your code here
"
Use open_code_2.csv as dataset.
For submission, find the task_9_submission.txt file in the Submissions folder. You need to add your Github username and solution notebook link in the format given in the file. Make sure your notebook is private with access permission only to mentors.
In this task, you have to write a function for Column Normalization. You can only use Numpy and Pandas to write the function.
The function will go as follows:
def column_normalization (column_name, dataframe)
"
write your code here
"
Use open_code_2.csv as dataset.
For submission, find the task_9_submission.txt file in the Submissions folder. You need to add your Github username and solution notebook link in the format given in the file. Make sure your notebook is private with access permission only to mentors.