task-4: compute the eruption duration in standard units and append it as a new column named duration (standard units) to the dataframe geyser. also, compute the waiting times in standard units and append it as a new column named wait (standard units) to the dataframe geyser. after appending the 2 new columns successfully, print the first 5 rows of the dataframe geyser to the output.