Skip to content

AndreasKaratzas/elstat_crawler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Web crawler for statistics extraction

This is a Python 3.8.5 project for my big data course. First, I used BeautifulSoup4 to scrape the elstat website. After downloading the necessary excel files, I used MySQL to upload the data on a local server. Then, I used Pandas and NumPy to preprocess and study the data. Lastly, I used Matplotlib to visualize some useful results. The plots describe:

  • Total tourist arrivals in Greece for the period 2011-2015 Graph 1
  • Top tourist arrivals in Greece for the period 2011-2015 grouped by nationality Graph 2
  • Tourist arrivals in Greece grouped by vehicle for the period 2011-2015 Graph 3
  • Tourist arrivals for each semester for the period 2011-2015 Graph 4

Releases

No releases published

Packages

No packages published

Languages