Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jimmymugendi/british-airways-virtual-internship

This repo focuse on websrcappig data from British Airways customer review and analysing the data to unwind new insights.We get to work with the famous BeautifulSoup and requests, as well as pandas for dataframe manipulation and matplotlib for better visualizations of our data,
https://github.com/jimmymugendi/british-airways-virtual-internship

beautifulsoup matplotlib pandas requests

Last synced: about 7 hours ago
JSON representation

This repo focuse on websrcappig data from British Airways customer review and analysing the data to unwind new insights.We get to work with the famous BeautifulSoup and requests, as well as pandas for dataframe manipulation and matplotlib for better visualizations of our data,

Awesome Lists containing this project

README

        

Task 1
Web scraping and analysis
This Jupyter notebook includes some code to get you started with web scraping. We will use a package called BeautifulSoup to collect the data from the web. Once you've collected your data and saved it into a local .csv file you should start with your analysis.

Scraping data from Skytrax
If you visit [https://www.airlinequality.com] you can see that there is a lot of data there. For this task, we are only interested in reviews related to British Airways and the Airline itself.

If you navigate to this link: [https://www.airlinequality.com/airline-reviews/british-airways] you will see this data. Now, we can use Python and BeautifulSoup to collect all the links to the reviews and then to collect the text data on each of the individual review links.