Skip to content

Project to download and store files from a site and extract the necessary diagrams using python libraries.

Notifications You must be signed in to change notification settings

gthomas08/Data-Visualization-Project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Data Visualization Project

This project was part of the Computer Engineering and Informatics Department (CEID) of University of Patras curriculum.

Scope

The scope of this project was to find and download the necessary files from a certain website and extract the right information in order to calculate the final results.

Technologies Used

  • Python
  • BeautifulSoup
  • Matplotlib
  • Pandas
  • sqlite3
  • urllib

Procedure

Download and store the necessary files from the website using python and the BeautifulSoup library. Then, extract only the necessary data from these files to a sqllite database. From there, load the data to dataframes, calculate the results and extract them to csv files using the pandas library. Finally, extract the diagrams using the matplotlib library.

  • Note: Before running the main.py, delete tourism.db file in order to avoid errors due to duplicate entries.

About

Project to download and store files from a site and extract the necessary diagrams using python libraries.

Topics

Resources

Stars

Watchers

Forks

Languages