Skip to content

olgarozhdestvina/Air-Pollution-in-Dublin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Air Pollution in Dublin

[Programming for Data Analysis Module GMIT 2020]


The repository contains Air pollution data simulation in Dublin for a period from 7th December 2020 to 31st January 2021.

The project has the following features:

  • Real air pollution data with 192 data points across eight variables.
  • Investigation of the types of variables involved, their likely distributions, and their relationships with each other.
  • Simulated data set as closely matching the real data.

Submitted by: Olga Rozhdestvina (Student No: G00387844)

Lecturer: Brian McGinley

Programming Language used: Python


Set up

Applications used for completion of the assignment: The Jupyter Notebook and cmder

Python distribution: Anaconda Python distribution.

Libraries used in the Jupyter Notebook: NumPy, Pandas, Matplotlib, Seaborn, SciPy. All of these are installed with the Anaconda Python distribution.


How to run the code

  1. Make sure that you have Python installed
  2. Download or clone current repository "Air-Pollution-in-Dublin"
  3. Open Command Interpreter and get into correct directory
  4. Install packages by running pip install -r requirements.txt (recommended through virtual environment to avoid possible break of system tools or other projects)
  5. Run Jupyter notebook
  6. On the home page of opened Jupyter server select Dublin_Air_Pollution.ipynb

License

This project is licensed under the MIT License - see the LICENSE.md file for details