Pandas Dataframes have an in-built function for updating value in a cell called the at method. For your case you can use it like this:
dafaframe.at[1,’Age']= 18
If you wish to get an in-depth understanding about pandas or data science in general you should check out this video: