In this introductory section of the course, we will be performing a step-by-step ETL process in Python. We will be scraping the data from an online source, apply transformations and load the data into a database.
(This is a preview lesson from the course 'Full Stack Data Science Course - Complete 2020 Edition'. Students can enroll in the full course by clicking here: Enroll in 'Full Stack Data Science Course - Complete 2020 Edition' course.)
Use the package manager pip to install the required libraries using the requirements.txt file.
pip install -r requirements.txt
This lesson couldn't have been possible without the help from the amazing data science team at Kharpann.