Last Updated on March 27, 2023 by mishou
I. What shall we learn?
Let’s learn how to scrape linked pages and create a data frame.
II. Scraping the living costs of each country
You can learn the scripts from the tutorial here:
Web Scraping with Python | numbeo.com

Here is the data frame you will get.

III. The scripts
You can see the script on Google Colaboratoy though they are not completed yet:
https://colab.research.google.com/drive/1YqKgoRC7Yr6N7idnuVXeiFYVcZ5FFGXo?usp=sharing
IV. Retrieving the names and ages of the member of the House of Councillors in Japan.

The web page for the data
https://www.sangiin.go.jp/japanese/joho1/kousei/eng/members/index.htm
The scripts
You can see the scripts here though they are not clean enough:
https://colab.research.google.com/drive/1x1PNSS2FQuuLR2YISsDiDI-07KF5XOYq?usp=sharing