Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gthomas08/data-visualization-project
Project to download and store files from a site and extract the necessary diagrams using python libraries.
https://github.com/gthomas08/data-visualization-project
data-visualization python
Last synced: about 1 month ago
JSON representation
Project to download and store files from a site and extract the necessary diagrams using python libraries.
- Host: GitHub
- URL: https://github.com/gthomas08/data-visualization-project
- Owner: gthomas08
- Created: 2020-07-26T10:40:33.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-03-31T12:55:44.000Z (almost 4 years ago)
- Last Synced: 2024-11-20T00:38:03.515Z (3 months ago)
- Topics: data-visualization, python
- Language: Python
- Homepage:
- Size: 1.12 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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.