I create a function to log the progress of the project at different stages and extract the tabular information from the given webpage. I transform the dataframe by adding columns for Market Capitalization in GBP, EUR, INR and rounded to 2 decimal places, based on the current exchange rate. And I load the transformed dataframe to an SQL database server as a table and run multiple queries on the database table. Lastly i verify that the log entries have been completed at all stages by checking the contents of the log.txt file.