Skip to content

Latest commit

 

History

History
23 lines (6 loc) · 425 Bytes

File metadata and controls

23 lines (6 loc) · 425 Bytes

British Airways Internship Project

This is an internship project by British Airways.

Task 1

In this task they ask me to collect the raw data like customer feedback and reviews from a third-party source, analyze it and present meaningful insights.

step 1

First, I collect the raw data from the given source by using bs4 and request libraries in Python and store it in a csv file to further clean it.