Data Scrapping from url='https://www.serialupdates.me/shark-tank-india-investors-names-sony-tv-new-show-entrepreneurs-list/'
The url had a table with all the investor details.
Used selenium to take remote control of Firefox Browser.
Used BeautifulSoup i.e bs4 library to extract data from html tags.
Creating functions to extract multiple data and creating dataframe.
Finally,converted the DataFrame to a .csv file.
Data shape is (117 rows × 9 columns).