Skip to content

JacekZgud/DataAnalysis-Assignment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Data Analysis with Python - Jacek Zgud

Short description

A simple program that calculates statistics concerning GDP and carbon emissions.

How to install

Create virtual environment

python -m venv data_an

Activate the environment

source data_an/bin/activate

Install package

pip install git+https://github.com/JacekZgud/Final_Assignment.git

How to run

Run main.py script parameters needed are specified in the subsection below

Parameters needed to run program

Use program (-h for help) main.py -h:

Analyse historical emissions and GDP data
positional arguments:

gdp : path to file containing gdp
pop : path to file containing populations
em : path to file containing emissions

options:
-h, --help show this help message and exit
-start start Minimum of preferred time period
-end end Maximum of preferred time period

About

Final Assignment on Python in Data Analysis course

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages